Re: Power Off with ATX board wont work...

2005-08-16 Thread Christian Tischler
Warren Block wrote:

> On Tue, 16 Aug 2005, Christian Tischler wrote:
>
>> As the Server is back online I checked the configuration and saw that
>> the shutdown script, witch is triggered from a html page did use "halt",
>> but changing this to "shutdown -p now" did not help.
>> "apm" is enabled.
>
>
> apm is enabled where?  In your kernel config *and* in /etc/rc.conf?
>
> -Warren Block * Rapid City, South Dakota USA
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
Yes it is enabled in both.

Christian Tischler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power Off with ATX board wont work...

2005-08-16 Thread Warren Block

On Tue, 16 Aug 2005, Christian Tischler wrote:


As the Server is back online I checked the configuration and saw that
the shutdown script, witch is triggered from a html page did use "halt",
but changing this to "shutdown -p now" did not help.
"apm" is enabled.


apm is enabled where?  In your kernel config *and* in /etc/rc.conf?

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power Off with ATX board wont work...

2005-08-16 Thread Christian Tischler
As the Server is back online I checked the configuration and saw that
the shutdown script, witch is triggered from a html page did use "halt",
but changing this to "shutdown -p now" did not help.
"apm" is enabled.

Does anyone have any other ideas how to resolve this, or is it
definitely a hardware problem?

thanks,

Christian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power Off with ATX board wont work...

2005-08-15 Thread Christian Tischler
Sorry I did not reply to your questions, but the server is in an remote
location, and currently down due to hollidays.

thx for your help

Christian

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power Off with ATX board wont work...

2005-08-11 Thread Warren Block

On Thu, 11 Aug 2005, Christian Tischler wrote:


Hi,
my FreeBSD 4.9 box (old, but rock solid, and as there are no security
concerns I do not intend to update it) has to be shut down every night
to reduce energy costs. But after shutdown is complete I get the "hit
any button to reboot" or so screen, but the atx power supply does not
turn off. This is rather anoying. I have compiled in all the relevant
stuff into the kernel but somehow I have missed something and google was
not very helpfull, too.

My question would be what I could have missed, and if this could be a
hardeware problem? It is an old 1.xGhz amd box, so nothing fancy here.


Do you have apm_enable="YES" in /etc/rc.conf and 'device apm' in your 
kernel config?


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Power Off with ATX board wont work...

2005-08-11 Thread Dmitry Mityugov
On 8/11/05, Christian Tischler <[EMAIL PROTECTED]> wrote:
> Hi,
> my FreeBSD 4.9 box (old, but rock solid, and as there are no security
> concerns I do not intend to update it) has to be shut down every night
> to reduce energy costs. But after shutdown is complete I get the "hit
> any button to reboot" or so screen, but the atx power supply does not
> turn off. This is rather anoying. I have compiled in all the relevant
> stuff into the kernel but somehow I have missed something and google was
> not very helpfull, too.
> 
> My question would be what I could have missed, and if this could be a
> hardeware problem? It is an old 1.xGhz amd box, so nothing fancy here.

Switching FreeBSD 5.x-6.0 might help.

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

"We live less by imagination than despite it" - Rockwell Kent, "N by E"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Power Off with ATX board wont work...

2005-08-10 Thread Ted Mittelstaedt
I have several boxes with the same problem

you can try to see if there's a bios update, or try to play
around with bios settings, but some motherboards just
aren't compatible with this feature.

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of
>Christian Tischler
>Sent: Wednesday, August 10, 2005 10:31 PM
>To: freebsd-questions@freebsd.org
>Subject: Power Off with ATX board wont work...
>
>
>Hi,
>my FreeBSD 4.9 box (old, but rock solid, and as there are no security
>concerns I do not intend to update it) has to be shut down every night
>to reduce energy costs. But after shutdown is complete I get the "hit
>any button to reboot" or so screen, but the atx power supply does not
>turn off. This is rather anoying. I have compiled in all the relevant
>stuff into the kernel but somehow I have missed something and google was
>not very helpfull, too.
>
>My question would be what I could have missed, and if this could be a
>hardeware problem? It is an old 1.xGhz amd box, so nothing fancy here.
>
>thanks in advance
>
>Christian Tischler
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
>"[EMAIL PROTECTED]"
>
>--
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.338 / Virus Database: 267.10.5/68 - Release Date: 8/10/2005
>
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.5/68 - Release Date: 8/10/2005

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Power Off with ATX board wont work...

2005-08-10 Thread Christian Tischler
Hi,
my FreeBSD 4.9 box (old, but rock solid, and as there are no security
concerns I do not intend to update it) has to be shut down every night
to reduce energy costs. But after shutdown is complete I get the "hit
any button to reboot" or so screen, but the atx power supply does not
turn off. This is rather anoying. I have compiled in all the relevant
stuff into the kernel but somehow I have missed something and google was
not very helpfull, too.

My question would be what I could have missed, and if this could be a
hardeware problem? It is an old 1.xGhz amd box, so nothing fancy here.

thanks in advance

Christian Tischler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"