Re: Dell poweredge 850 hangs on shutdown -p

2006-12-04 Thread George Hartzell
Doug Barton writes:
 > George Hartzell wrote:
 > > Kirk Davis writes:
 > >  >  
 > >  > 
 > >  > > -Original Message-
 > >  > > From: [EMAIL PROTECTED] 
 > >  > > 
 > >  > > I have a Dell PowerEdge 850 that hangs when I try to power it down
 > >  > > using "shutdown -p now".  Otherwise it seems to run splendidly.
 > 
 > What happens if you do 'acpiconf -s5' ?

It seems that it's non-deterministic, and that shutdown -p sometimes
works too.

Here's what I did.

1) Log in, su to root, acpiconf -s5 and it shut down cleanly.
2) Log in, su to root, acpiconf -s5 and it shut down cleanly. (just checking)
3) Log in, su to root, shutdown -p and it shut down cleanly.
4) Log in, su to root, 
ifconfig bgp0 inet 10.8.0.2 up
ssh otherhost "dd if=/dev/urandom bs=1M" | dd of=/dev/null bs=1M
kill it after a couple of moments
dd if=/dev/ad4 of=/dev/null count=1
   acpiconf -s5
   hung
5) Log in, su to root, 
dd if=/dev/ad4 of=/dev/null count=1
   acpiconf -s5
   worked
6) Log in, su to root, 
ifconfig bgp0 inet 10.8.0.2 up
ssh otherhost "dd if=/dev/urandom bs=1M" | dd of=/dev/null bs=1M
kill it after a couple of moments
   acpiconf -s5
   worked

sigh.

Anything else I can try to generate leads?

Thanks!

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


Re: Dell poweredge 850 hangs on shutdown -p

2006-12-04 Thread Doug Barton
George Hartzell wrote:
> Kirk Davis writes:
>  >  
>  > 
>  > > -Original Message-
>  > > From: [EMAIL PROTECTED] 
>  > > 
>  > > I have a Dell PowerEdge 850 that hangs when I try to power it down
>  > > using "shutdown -p now".  Otherwise it seems to run splendidly.

What happens if you do 'acpiconf -s5' ?

Doug

-- 

This .signature sanitized for your protection

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


RE: Dell poweredge 850 hangs on shutdown -p

2006-12-04 Thread George Hartzell
Kirk Davis writes:
 >  
 > 
 > > -Original Message-
 > > From: [EMAIL PROTECTED] 
 > > 
 > > I have a Dell PowerEdge 850 that hangs when I try to power it down
 > > using "shutdown -p now".  Otherwise it seems to run splendidly.
 > > 
 > > I reaches the point where it says: "Powering the system off using
 > > acpi" and then just sits there.
 > > 
 > > Powering it off by just pressing the power button works perfectly.
 > > 
 > > It's running a minimal installation from a FreeBSD 6.3BETA3 cd, which
 > > I burned 11/6/06.
 > > 
 > > I've pasted the system's dmesg output below.
 > > 
 > > Has anyone seen this before?
 > 
 >  I have a couple of Dell 2950's with the same problem.  It
 > doesn't happen all the time but it seem to happen more in the reboot
 > command.  Sorry this information doesn't help as I haven't found a work
 > around yet but it might help to ease your mind knowing your not alone
 > ;-)

Thanks,

I've only tried it a couple of times, but for me "shutdown -r now"
seems to reliably reboot the machine, but "shutdown -p now" seems to
reliably stop at the "Powering off..." message.

Let me know if you're sick of the 2950's, you can leave them on my
doorstep anytime ;)

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