<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One possible issue is that some stuff moved from /etc/event.d to /etc/init<br>
relatively silently at one of the upgrades. It looks like<br>
/etc/init/control-alt-delete.conf now controls what to do after a c-a-d<br>
is trapped. I don&#39;t know what controls whether or not c-a-d gets trapped<br>
in the first place. (I would expect something X related.)</blockquote></div><br>again, the same thing is that the page:<br><br><a href="http://www.fedoraguide.info/index.php?title=Fedora11#How_to_disable_Ctrl.2BAlt.2BDel_from_restarting_computer_in_Console_mode">http://www.fedoraguide.info/index.php?title=Fedora11#How_to_disable_Ctrl.2BAlt.2BDel_from_restarting_computer_in_Console_mode</a><br>
<br>says something wrong, becoz the line:<br><br><pre>ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now<br></pre>doesn&#39;t exist in the /etc/inittab. For a single home PC (not the server) and for personal use, if someone wants to disable the Control-Alt-Delete Option, it is said to comment the above line, but FC11 /etc/inittab is like:<br>
<br># inittab is only used by upstart for the default runlevel.<br>#<br># ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.<br>#<br># System initialization is started by /etc/event.d/rcS<br>#<br># Individual runlevels are started by /etc/event.d/rc[0-6]<br>
#<br># Ctrl-Alt-Delete is handled by /etc/event.d/control-alt-delete<br>#<br># Terminal gettys (tty[1-6]) are handled by /etc/event.d/tty[1-6] and<br># /etc/event.d/serial<br>#<br># For information on how to write upstart event handlers, or how<br>
# upstart works, see init(8), initctl(8), and events(5).<br>#<br># Default runlevel. The runlevels used are:<br>#   0 - halt (Do NOT set initdefault to this)<br>#   1 - Single user mode<br>#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)<br>
#   3 - Full multiuser mode<br>#   4 - unused<br>#   5 - X11<br>#   6 - reboot (Do NOT set initdefault to this)<br># <br>id:5:initdefault:<br><br>Now, /etc/event.d/control-alt-delete is like:<br><br># control-alt-delete - emergency keypress handling<br>
#<br># This task is run whenever the Control-Alt-Delete key combination is<br># pressed.  Usually used to shut down the machine.<br><br>start on control-alt-delete<br><br>exec /sbin/shutdown -r now &quot;Control-Alt-Delete pressed&quot;<br>
<br>I tried commmenting the last two lines, that is:<br><br><br>
# start on control-alt-delete<br>
<br># exec /sbin/shutdown -r now &quot;Control-Alt-Delete pressed&quot;<br><br>But still, Control-Alt-Delete doesn&#39;t seem to be closed.<br><br>There are no other users who are using the PC, but is there any way to stop the PC rebooting via Control-Alt-Delete in the console mode? For a single FC11 desktop. Something is lacking...<br>
<br>