Re: power off on shutdown

2002-03-16 Thread Karsten M. Self
on Fri, Mar 15, 2002, Paul Fischer ([EMAIL PROTECTED]) wrote: > Hi all, > I'm a Debian newbie running potato 2.2.r3 booting from floppy, what > makes my computer to turn the power off automagically on shutdown > -halt now? Enable apm in LILO: append="apm=on" ...at the LILO boot prompt or you

Re: power off on shutdown doesn't work

2001-05-06 Thread mike polniak
Akop Pogosian <[EMAIL PROTECTED]> writes: > On Thu, 3 May 2001, Nate Amsden wrote: > > > Akop Pogosian wrote: > > > > > > Linux kernel has a feature that enables a machine capable of turning > > > the power off on it's own to do so with "shutdown -h.." or "poweroff" > > > commands. I used to rely

Re: power off on shutdown doesn't work

2001-05-05 Thread D. Hoyem
Akop, I had the same problem... there is a line in lilo.conf that says # APPEND="" sorry not sure about the = after it. If you change it to APPEND="apm=on" save it then you need to type lilo so that lilo.conf will update. Remember to remove the # and the space before APPEND. Don --- Akop Pogosia

Re: power off on shutdown doesn't work

2001-05-05 Thread Akop Pogosian
On Thu, 3 May 2001, Nate Amsden wrote: > Akop Pogosian wrote: > > > > Linux kernel has a feature that enables a machine capable of turning > > the power off on it's own to do so with "shutdown -h.." or "poweroff" > > commands. I used to rely on this feature for shutting down my own and > > other

Re: power off on shutdown doesn't work

2001-05-03 Thread Ilya Martynov
AP> Linux kernel has a feature that enables a machine capable of turning AP> the power off on it's own to do so with "shutdown -h.." or "poweroff" AP> commands. I used to rely on this feature for shutting down my own and AP> other machines remotely. I used to compile my own kernels but recently AP

Re: power off on shutdown doesn't work

2001-05-03 Thread Nate Amsden
Akop Pogosian wrote: > > Linux kernel has a feature that enables a machine capable of turning > the power off on it's own to do so with "shutdown -h.." or "poweroff" > commands. I used to rely on this feature for shutting down my own and > other machines remotely. I used to compile my own kernels

Re: power off on shutdown doesn't work

2001-05-03 Thread Andrew Perrin
You need to enable apm support on startup - from memory, just add: -apm to the LILO startup line and it should work. ap Akop Pogosian wrote: > > Linux kernel has a feature that enables a machine capable of turning > the power off on it's own to do so with "shutdown -h.." or "poweroff" > comman