Re: Shutdown and reboot commands not working
Brought to you by:
captnmark
|
From: Tiberiu M. <tib...@gm...> - 2003-03-11 10:16:33
|
On Sat, 8 Mar 2003 12:30:57 +0100 C=E9dric Chausson <cch...@no...> wrote: > Hello all, >=20 > I am using IceWm 1.2.6-1 with RH 8.0 and Gnome 2.4. >=20 > When I do CTRL-ALT-DEL, the CTRL-ALT-DEL MENU appears with all the=20 > different options :Lock workstation, Logout, Cancel, Restart Icewm,=20 > Reboot, Shutdown. >=20 > The button ICEWm restart works. But the buttons Reboot and Shutdown=20 > don't. When I clik one of them, I see the Cancel Logout window appear. > If I clik on Ok, it just closes the active windows but does not launch > the system shutdown or the system reboot. >=20 > In my preferences files I have the following commands : >=20 > # Command to shut down the system > ShutdownCommand=3D"sudo shutdown -h now" >=20 > # Command to reboot the system > RebootCommand=3D"sudo shutdown -r now" This settings works for me (RH7.2 , Mandrake 9.0, IceWM 1.2.x) # Command to shut down the system ShutdownCommand=3D"halt" # Command to reboot the system RebootCommand=3D"reboot" Tibi |