summaryrefslogtreecommitdiffstats
path: root/scripts/cobblerd
Commit message (Collapse)AuthorAgeFilesLines
* (A)Michael DeHaan2009-02-041-1/+11
| | | | | | | | | | | | Working on s390 pseudo PXE (B) There's a chance that some datastructures may result in zero lenght yaml writes, which is bad. These changes introduce numerous checks in the serializer to prevent those writes, and also we increase the level of reporting to indicate the source of the error. Conflicts: cobbler/cobblerd.py scripts/cobblerd
* Fix bad python 2.6 deprecation patch, also fix invalid removal code, and ↵Michael DeHaan2009-01-271-2/+2
| | | | remove a XMLRPC connection loop.
* Ensure cobbler objects are loaded before service returns.Michael DeHaan2009-01-261-1/+5
|
* various rearranging; test code uses new port, logging fixes (sort of)root2009-01-231-1/+1
|
* Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵Michael DeHaan2009-01-231-1/+0
| | | | | | streamlining; exception logging may have some quirks and the unit tests are a little odd, though it seems to be fairly solid; more work TBD. Now cobblerd has only one process and invokes API load only once, which should lead to much faster startup and performance.
* Consolidating services to use just one port, removed syslog logging since we ↵Michael DeHaan2009-01-231-9/+8
| | | | have anamon
* Working on getting the server to not ping itselfMichael DeHaan2009-01-231-1/+1
|
* Move semanage stuff into the RPM; remove logger code that is not used.Michael DeHaan2008-12-181-35/+0
|
* Have cobblerd install selinux regexen for semanage instead of doing thingsMichael DeHaan2008-12-181-0/+28
| | | | on a per file basis, also selinux is disabled when not present.
* Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as ↵Michael DeHaan2008-11-131-8/+32
| | | | some flags to alter the log level (which cobbler really doesn't use much yet) and the log file path.
* Make cobblerd close file handlesMichael DeHaan2008-06-251-0/+5
|
* API and web svc now use seperate logging, and logging is greatly enhanced ↵Michael DeHaan2007-12-101-1/+1
| | | | and more usable.
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-8/+12
|
* More work on init scriptsMichael DeHaan2007-08-171-3/+2
|
* Improve cobbler init scriptsMichael DeHaan2007-08-171-2/+3
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-1/+18
| | | | Bumped revision to 0.5.1.
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-0/+52
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.