firewire and shutdown problem
//on shutdown I get this problem only when my firewire card is in. I had to write this down cause cant copy paste on shutdown:
unmounting local filesysems...done.
no vm86_info: BAD
/etc/rc0.d/S90halt: line 48: 2799 segmentation fault halt -d -f -i $poweroff $hddown
// this is /etc/rc0.d/S90halt line 41-50:
# If INIT_HALT=HALT don't poweroff.
poweroff="-p"
if [ "$INIT_HALT" = "HALT" ]
then
poweroff=""
fi
halt -d -f -i $poweroff $hddown
: exit 0
// [OS] Debian 3.1; Kernel 2.6.8-1-k7 :: [CPU] 1-AMD Athlon(tm) Processor @ 1103MHz (256 KB)
// I dont know what other info is required for sucsessful help but if you tell me how to get more info that may relate to this just let me know and I will post reply on that.
unmounting local filesysems...done.
no vm86_info: BAD
/etc/rc0.d/S90halt: line 48: 2799 segmentation fault halt -d -f -i $poweroff $hddown
// this is /etc/rc0.d/S90halt line 41-50:
# If INIT_HALT=HALT don't poweroff.
poweroff="-p"
if [ "$INIT_HALT" = "HALT" ]
then
poweroff=""
fi
halt -d -f -i $poweroff $hddown
: exit 0
// [OS] Debian 3.1; Kernel 2.6.8-1-k7 :: [CPU] 1-AMD Athlon(tm) Processor @ 1103MHz (256 KB)
// I dont know what other info is required for sucsessful help but if you tell me how to get more info that may relate to this just let me know and I will post reply on that.
