Activity log for bug #893189

Date Who What changed Old value New value Message
2011-11-21 16:41:42 Dave Walker bug added bug
2011-11-21 16:42:00 Dave Walker cobbler (Ubuntu): assignee Scott Moser (smoser)
2011-11-21 16:42:04 Dave Walker cobbler (Ubuntu): milestone precise-alpha-1
2011-11-21 16:42:14 Dave Walker bug added subscriber Ubuntu Server Release Tracking
2011-11-21 16:42:20 Dave Walker cobbler (Ubuntu): importance Undecided Medium
2011-11-21 20:20:50 Dave Walker description Cobbler used to advertise itself via avahi, if possible.. However, the code which did this is now commented out. cobbler/cobblerd.py: ... #def do_other_tasks(bootapi, settings, syslog_port, logger): # # # FUTURE: this should also start the Web UI, if the dependencies # # are available. # # if os.path.exists("/usr/bin/avahi-publish-service"): # pid2 = os.fork() # if pid2 == 0: # do_syslog(bootapi, settings, syslog_port, logger) # else: # do_avahi(bootapi, settings, logger) # os.waitpid(pid2, 0) # else: # do_syslog(bootapi, settings, syslog_port, logger) ... #def do_avahi(bootapi, settings, logger): # # publish via zeroconf. This command will not terminate # log(logger, "publishing avahi service") # cmd = [ "/usr/bin/avahi-publish-service", # "cobblerd", # "_http._tcp", # "%s" % settings.xmlrpc_port ] # proc = sub_process.Popen(cmd, shell=False, stderr=sub_process.PIPE, stdout=sub_process.PIPE, close_fds=True) # proc.communicate()[0] # log(logger, "avahi service terminated") Cobbler used to advertise itself via avahi, if possible.. However, the code which did this is now commented out. It was disabled by upstream as part of: commit f24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f Author: Michael DeHaan <mdehaan@redhat.com> Date: Fri Jan 23 16:40:10 2009 -0500 Consolidating services to use just one port, removed syslog logging since we have anamon (https://github.com/rubenk/cobbler/commit/f24ffa0d4d997d6c536ca7d89d6bfbc1b9dce07f) Specifically: cobbler/cobblerd.py: ... #def do_other_tasks(bootapi, settings, syslog_port, logger): # # # FUTURE: this should also start the Web UI, if the dependencies # # are available. # # if os.path.exists("/usr/bin/avahi-publish-service"): # pid2 = os.fork() # if pid2 == 0: # do_syslog(bootapi, settings, syslog_port, logger) # else: # do_avahi(bootapi, settings, logger) # os.waitpid(pid2, 0) # else: # do_syslog(bootapi, settings, syslog_port, logger) ... #def do_avahi(bootapi, settings, logger): # # publish via zeroconf. This command will not terminate # log(logger, "publishing avahi service") # cmd = [ "/usr/bin/avahi-publish-service", # "cobblerd", # "_http._tcp", # "%s" % settings.xmlrpc_port ] # proc = sub_process.Popen(cmd, shell=False, stderr=sub_process.PIPE, stdout=sub_process.PIPE, close_fds=True) # proc.communicate()[0] # log(logger, "avahi service terminated")
2011-11-28 15:28:25 Scott Moser bug task added orchestra (Ubuntu)
2011-11-28 15:41:46 Scott Moser cobbler (Ubuntu): status New Confirmed
2011-11-28 15:41:53 Scott Moser orchestra (Ubuntu): status New Confirmed
2011-11-28 15:41:57 Scott Moser orchestra (Ubuntu): importance Undecided High
2011-11-28 15:42:00 Scott Moser orchestra (Ubuntu): assignee Scott Moser (smoser)
2011-11-28 15:42:04 Scott Moser orchestra (Ubuntu): milestone precise-alpha-1
2011-11-28 18:35:25 Launchpad Janitor branch linked lp:~smoser/orchestra/add-avahi
2011-11-28 19:25:40 Launchpad Janitor branch linked lp:orchestra
2011-11-28 21:12:12 Scott Moser cobbler (Ubuntu): status Confirmed Invalid
2011-11-28 23:25:11 Launchpad Janitor orchestra (Ubuntu): status Confirmed Fix Released
2011-11-29 00:13:24 Launchpad Janitor branch linked lp:ubuntu/orchestra