[Bug 1242841] [NEW] Ctrl+Alt+Del does not work on Ubuntu 13.10 server
Launchpad Bug Tracker
1242841 at bugs.launchpad.net
Mon Oct 21 21:21:11 UTC 2013
You have been subscribed to a public bug:
Pressing Ctrl+Alt+Del in Ubuntu 13.10 server console does not reboot the
machine.
Reason:
The shutdown command in the file /etc/init/control-alt-delete.conf is
missing the /sbin/ prefix:
exec shutdown -r now "Control-Alt-Delete pressed"
Fix:
Add the prefix /sbin/
exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
Rudy
** Affects: upstart (Ubuntu)
Importance: Undecided
Status: New
** Tags: bot-comment
--
Ctrl+Alt+Del does not work on Ubuntu 13.10 server
https://bugs.launchpad.net/bugs/1242841
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to upstart in Ubuntu.
More information about the foundations-bugs
mailing list