Activity log for bug #58523

Date Who What changed Old value New value Message
2006-09-01 22:35:03 saads bug added bug
2006-09-02 01:18:17 Scott James Remnant (Canonical) upstart: status Unconfirmed Confirmed
2006-09-02 01:18:17 Scott James Remnant (Canonical) upstart: importance Untriaged Medium
2006-09-02 01:18:17 Scott James Remnant (Canonical) upstart: statusexplanation This was covered in the original announcement -- you needed to do the first reboot with "reboot -f"
2006-09-02 01:18:17 Scott James Remnant (Canonical) upstart: assignee keybuk
2006-09-02 01:18:30 Scott James Remnant (Canonical) title Error when restarting after installing upstart Shutdown fails after upgrade from sysvinit to upstart
2006-09-03 22:26:55 Scott James Remnant (Canonical) bug assigned to upstart (Ubuntu)
2006-09-03 22:30:08 Scott James Remnant (Canonical) upstart: status Unconfirmed Confirmed
2006-09-03 22:30:08 Scott James Remnant (Canonical) upstart: importance Untriaged Medium
2006-09-03 22:30:08 Scott James Remnant (Canonical) upstart: statusexplanation
2006-09-03 22:30:08 Scott James Remnant (Canonical) upstart: assignee keybuk
2006-09-07 00:10:37 Scott James Remnant (Canonical) upstart: status Confirmed Rejected
2006-09-07 00:10:37 Scott James Remnant (Canonical) upstart: statusexplanation This was covered in the original announcement -- you needed to do the first reboot with "reboot -f"
2006-09-07 02:18:51 Scott James Remnant (Canonical) upstart: status Confirmed Fix Committed
2006-09-07 02:18:51 Scott James Remnant (Canonical) upstart: statusexplanation Have a fix for this now
2006-09-09 11:35:20 Scott James Remnant (Canonical) upstart: status Fix Committed Fix Released
2006-09-09 11:35:20 Scott James Remnant (Canonical) upstart: statusexplanation Have a fix for this now upstart (0.2.5-1) edgy; urgency=low . * New upstream release: - no longer spins when no stalled event handler. Ubuntu: #59170. - shutdown works when under sysvinit. Ubuntu: #58523; - shutdown -k implemented. Ubuntu: #58723. - telinit sends shutdown event for 0, 1 and 6. Ubuntu: #58913. - basic manual pages included. Ubuntu: #58724. . * upstart-compat-sysv Replaces: sysvinit. Ubuntu: #59427. * upstart Recommends: upstart-compat-sysv, startup-tasks & system-services. . * New upstart-logd package includes the logd daemon that can will log output of jobs with "console logged" (the default) in their description to /var/log/boot. . * Add /etc/event.d/rc0 that is run on the "halt" event (neither -H or -P given), and modify rc0-halt to run on "system-halt" (-H given) and rc0-poweroff to run on "power-off" (-P given). Ubuntu: #59134. * Fix the control-alt-delete job to run on the "ctrlaltdel" event so that it's triggered properly. Ubuntu: #59398. * Fix single-user mode.