Re: shutdown -h now : don't power off

1999-07-24 Thread egm2
  |  Where can I Find APM option
  |  in menuconfig. I can't find it.
  |  I'am using kernel 2.036
  |  
  |  Cuno
  |  
  |  

APM is under general settings. You also have to specify power off at
shutdown further down the list.
-- 

Eric G. Miller
Powered by the POTATO (http://www.debian.org)!


Re: shutdown -h now : don't power off

1999-07-24 Thread Khalid EZZARAOUI
Hi,

I rebuild my kernel with make-dpkg (as usual) but i get no better news.

shutdown -h now
or
poweroff

don't act to shutdown my box, just reboot.

I have no apmd files.

does someone know how to see if the APM option are well setting in my running 
kernel,
because it's selected in :
make xconfig
and
make menuconfig


Re: shutdown -h now : don't power off

1999-07-24 Thread Martin Bialasinski

 Khalid == Khalid EZZARAOUI [EMAIL PROTECTED] wrote:

Khalid does someone know how to see if the APM option are well
Khalid setting in my running kernel, because it's selected in :

In /boot/ you will find the config file used for the kernel.

$ grep APM config-2.0.36 
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_POWER_OFF=y
# CONFIG_APM_IGNORE_MULTIPLE_SUSPEND is not set

You need at least CONFIG_APM=y and CONFIG_APM_POWER_OFF=y

Ciao,
Martin


Re: shutdown -h now : don't power off

1999-07-24 Thread Khalid EZZARAOUI
I get this,

:/boot # grep APM config-2.2.10
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_POWER_OFF=y
CONFIG_APM_IGNORE_MULTIPLE_SUSPEND=y
# CONFIG_APM_IGNORE_SUSPEND_BOUNCE is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set


but i can't shutdown my box

i reinstalled sysvinit but makes no difference.

*if someone have any idea, i get it.

thanks.


Re: shutdown -h now : don't power off

1999-07-23 Thread egm2
On 22 Jul, Khalid EZZARAOUI wrote:
  |  Hi,
  |  
  |  I have :
  |   Kernel2.2.10-1 + potato + ATX_box
  |  All packages are the last.
  |  
  |  When i do a :
  |  shutdown -h now
  |  or
  |  halt
  |  my system is rebooted, but not power off.
  |  
  |  Wheras I set this option in the kernel.
  |  
  |  do someone have the same probleme are the solution ?
  |  
  |  Thanks.
  |  
  |  

Does it actually reboot completely, or does it just go into the halted
state, but not poweroff.  The latter can be taken care of by
recompiling the kernel with APM support.
-- 

Eric G. Miller
Powered by the POTATO (http://www.debian.org)!


Re: shutdown -h now : don't power off

1999-07-23 Thread Halis Osman Erkan
1) you must have APM (advanced power management) support in kernel.
2) on the fly ; before poweroff / halt -p there must be the deamon apm
working. To test just write 
# ps aux |grep apm
if these are ok .
it will poweroff

Halis Osman ERKAN


On Thu, 22 Jul 1999 egm2@jps.net wrote:

 On 22 Jul, Khalid EZZARAOUI wrote:
   |  Hi,
   |  
   |  I have :
   |   Kernel2.2.10-1 + potato + ATX_box
   |  All packages are the last.
   |  
   |  When i do a :
   |  shutdown -h now
   |  or
   |  halt
   |  my system is rebooted, but not power off.
   |  
   |  Wheras I set this option in the kernel.
   |  
   |  do someone have the same probleme are the solution ?
   |  
   |  Thanks.
   |  
   |  
 
 Does it actually reboot completely, or does it just go into the halted
 state, but not poweroff.  The latter can be taken care of by
 recompiling the kernel with APM support.
 -- 
 
 Eric G. Miller
 Powered by the POTATO (http://www.debian.org)!
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: shutdown -h now : don't power off

1999-07-23 Thread Khalid EZZARAOUI
Hi,

for your question :


This is a summary of what I have done:

I set the APM option in the kernel 2.2.10.
if I do halt, my box act like the use of reboot : it reboots
using the shutdown of windows95 act as i want : power off the computer
the command :
#ps aux |grep apm
   root  2169  0.0  0.3  1148  416 pts/0S15:39   0:00 grep 
apm*

to be sure I am recompiling my kernel.



Re: shutdown -h now : don't power off

1999-07-23 Thread Philip Lehman
On Fri, 23 Jul 1999, Khalid EZZARAOUI wrote:

I set the APM option in the kernel 2.2.10.
if I do halt, my box act like the use of reboot : it reboots
using the shutdown of windows95 act as i want : power off the computer
the command :
#ps aux |grep apm
   root  2169  0.0  0.3  1148  416 pts/0S15:39   0:00 grep 
 apm*

to be sure I am recompiling my kernel.

Have you tried calling shutdown via /sbin/poweroff?

-- 
Philip Lehman [EMAIL PROTECTED]



Re: shutdown -h now : don't power off

1999-07-23 Thread Halis Osman Erkan
As it seen your APM daemon is not working.
The result from the ps aux command points the query you have just entered.
It means PID 2169 is your ps aux commands  PID. Not APM's PID.

So you must have re-compile kernel with advanced power management support
APM. Or a little bit chance try to start apm deamon just typing

#apmd

it will comment you if your kernel supports APM. 

good luck

Halis Osman ERKAN


On Fri, 23 Jul 1999, Khalid EZZARAOUI wrote:

 Hi,
 
 for your question :
 
 
 This is a summary of what I have done:
 
 I set the APM option in the kernel 2.2.10.
 if I do halt, my box act like the use of reboot : it reboots
 using the shutdown of windows95 act as i want : power off the computer
 the command :
 #ps aux |grep apm
root  2169  0.0  0.3  1148  416 pts/0S15:39   0:00 
 grep apm*
 
 to be sure I am recompiling my kernel.
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: shutdown -h now : don't power off

1999-07-23 Thread Martin Bialasinski

 Halis == Halis Osman Erkan [EMAIL PROTECTED] wrote:

Halis As it seen your APM daemon is not working.

Which is only needed, if one wants to suspend the box. It is not
needed for poweroff on shutdown (apmd will be killed long before
anyway, so it has no effect).

Ciao,
Martin


Re: shutdown -h now : don't power off

1999-07-23 Thread Cuno Sonnemans
Evan Van Dyke wrote:

 Have you compiled the kernel with
 APM: Poweroff on shutdown
 enabled?  Linux doesn't do this unless you tell the
 kernel to do so in the config before you compile it.

 --Evan

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

Where can I Find APM option
in menuconfig. I can't find it.
I'am using kernel 2.036

Cuno


shutdown -h now : don't power off

1999-07-22 Thread Khalid EZZARAOUI
Hi,

I have :
 Kernel2.2.10-1 + potato + ATX_box
All packages are the last.

When i do a :
shutdown -h now
or
halt
my system is rebooted, but not power off.

Wheras I set this option in the kernel.

do someone have the same probleme are the solution ?

Thanks.


Re: shutdown -h now : don't power off

1999-07-22 Thread Aaron Solochek
A friend of mine, also running 2.2.10, with an ATX powersupply, hsa the same 
problem.
He also has this problem in windozes too.  My experience (granted a bit 
limited) is
that these ATX power supplies are a bit quirky.  Actually it could be something 
in the
motherboard too, He's got an asus p2b-s.  Come to think of it, I was having the 
same
trouble a few months back, but then the problem just went away.  I have the same
configuration as him, btw.  Sorry this isn't very helpful, aside for letting 
you know
you're not alone.

Oh, if people could either reply to the list on this issue, or also cc one to 
me, I'd
love to get this figured out as well.

-Aaron Solochek
 [EMAIL PROTECTED]

Khalid EZZARAOUI wrote:

 Hi,

 I have :
  Kernel2.2.10-1 + potato + ATX_box
 All packages are the last.

 When i do a :
 shutdown -h now
 or
 halt
 my system is rebooted, but not power off.

 Wheras I set this option in the kernel.

 do someone have the same probleme are the solution ?

 Thanks.

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: shutdown -h now : don't power off

1999-07-22 Thread Evan Van Dyke
Khalid EZZARAOUI wrote:
 
 Hi,
 
 I have :
  Kernel2.2.10-1 + potato + ATX_box
 All packages are the last.
 
 When i do a :
 shutdown -h now
 or
 halt
 my system is rebooted, but not power off.
 
 Wheras I set this option in the kernel.
 
 do someone have the same probleme are the solution ?

Have you compiled the kernel with
APM: Poweroff on shutdown
enabled?  Linux doesn't do this unless you tell the
kernel to do so in the config before you compile it.

--Evan