Hi all,
Once again with a new problem.... My system does not halt proprely. The codes appear on the screen r, --------------------------------------------------------------------------- Halting systmem.... Stopping all md devices. Power Down. general protection fault : f000 cpu : 0 EIP : 0050 [<00008881>] EFLAGS : 00010046 eax, ebx, ecx, edx, esi, edi, ebp, esp, ds, es, ss ( all with some address) Process halt ( pid : 1537, stackpage =c13cb000) stack : xxxx ( with long set of values ) call trace : [<xxxxx>]
Code : Bad EIP value /etc/rc0.d/s01halt : line1: 1537 Segmentation fault halt -i -d -p --------------------------------------------------------------------------- The system stops here & after pressing ctrl + alt + del it shows a message " stopping all md devices." & the system reboots.
What is all this happening?
Thanks & Regards, SAMEER :))
~~~~~ My Messanger IDs MSN: s2sameer Yahoo!: s9sameer RediffBol: s2sameer Indiatimes: s2sameer AIM: s2sameer
Hello,
The system stops here & after pressing ctrl + alt + del it shows a message " stopping all md devices." & the system reboots.
What is all this happening?
Do you need "md devices"? Recompile the kernel without them and see....
Pablo. ---------------------------------------------------------------------- Pablo Ares Gastesi. School of Mathematics, TIFR, Mumbai 400 005, INDIA pablo@math.tifr.res.in http://www.math.tifr.res.in/~pablo/ Key fingerprint = 1A 7C 0A 22 5A 75 A4 78 62 6F 64 09 C1 A0 F7 E6 ----------------------------------------------------------------------
--- Pablo Ares Gastesi pablo@math.tifr.res.in wrote:
Do you need "md devices"? Recompile the kernel without them and see....
Pablo.
What are md devices?
Chrisil
__________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
Hello,
What are md devices?
As far as I know they are devices to do raid in software (slower than hardware raid, but cheaper. So most likely you will not need them. Check /usr/src/linux/Documentation/md.txt
Pablo. ---------------------------------------------------------------------- Pablo Ares Gastesi. School of Mathematics, TIFR, Mumbai 400 005, INDIA pablo@math.tifr.res.in http://www.math.tifr.res.in/~pablo/ Key fingerprint = 1A 7C 0A 22 5A 75 A4 78 62 6F 64 09 C1 A0 F7 E6 ----------------------------------------------------------------------
On Thu, 9 Aug 2001, Sameer Shinde wrote:
Hi all,
Once again with a new problem....
My system does not halt proprely. The codes appear on the screen r,
Halting systmem.... Stopping all md devices. Power Down. general protection fault : f000 cpu : 0 EIP : 0050 [<00008881>] EFLAGS : 00010046 eax, ebx, ecx, edx, esi, edi, ebp, esp, ds, es, ss ( all with some address)
[Snip]
What is all this happening?
The system is trying to switch off your machine, which can be done if one uses ATX type main board. You don't seem to be having it, so it is giving this message. Nothing to worry about. Just remove the "-p" switch from your "halt" command and things will be fine. (check in /etc/rc.d/init.d/halt)
Rajen.