[Bug 1242841] Re: Ctrl+Alt+Del does not work on Ubuntu 13.10 server

Bryan Fullerton fehwalker at gmail.com
Mon Oct 21 21:21:10 UTC 2013


** Package changed: ubuntu => upstart (Ubuntu)

** Tags added: saucy

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1242841

Title:
  Ctrl+Alt+Del does not work on Ubuntu 13.10 server

Status in “upstart” package in Ubuntu:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1242841/+subscriptions



More information about the foundations-bugs mailing list