* Shutdown / Halt Problem - Bad EIP Value
@ 2002-05-28 3:40 Brent Eckhout
2002-05-28 6:14 ` Richard Adams
0 siblings, 1 reply; 5+ messages in thread
From: Brent Eckhout @ 2002-05-28 3:40 UTC (permalink / raw)
To: Linux Newbie Mailing List
I've just started using Red Hat 7.2 (Enigma). It installed successfully but
whenever I shut down the system, I get an "oops" error-- Bad EIP Value. It
looks like it's bombing on the command "halt -i -d -p". Any suggestions for
fixing this problem?
If I need to turn off some auto shutdown functions, that's fine (BIOS or
others). I tried a Google search-- there were several folks with similar
problems but no quick and dirty solutions.
Brent
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Shutdown / Halt Problem - Bad EIP Value
2002-05-28 3:40 Shutdown / Halt Problem - Bad EIP Value Brent Eckhout
@ 2002-05-28 6:14 ` Richard Adams
2002-05-30 1:26 ` Brent Eckhout
0 siblings, 1 reply; 5+ messages in thread
From: Richard Adams @ 2002-05-28 6:14 UTC (permalink / raw)
To: Brent Eckhout, Linux Newbie Mailing List
On Tuesday 28 May 2002 03:40, Brent Eckhout wrote:
> I've just started using Red Hat 7.2 (Enigma). It installed successfully
> but whenever I shut down the system, I get an "oops" error-- Bad EIP
> Value. It looks like it's bombing on the command "halt -i -d -p". Any
> suggestions for fixing this problem?
>
> If I need to turn off some auto shutdown functions, that's fine (BIOS or
> others). I tried a Google search-- there were several folks with similar
> problems but no quick and dirty solutions.
What you need to do is find out which process is causing the EIP, i suggest
you read /usr/src/linux/Documantation/oops-tracing.txt that will show you
howto find that out.
Next time you require help please include your kernel version and as much
information as possable that will help us to help you.
I have redhat-7.2 on my laptop and have no such problems.
>
> Brent
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Shutdown / Halt Problem - Bad EIP Value
2002-05-28 6:14 ` Richard Adams
@ 2002-05-30 1:26 ` Brent Eckhout
2002-05-30 1:50 ` David Stroupe
2002-05-30 8:37 ` Steven Smith
0 siblings, 2 replies; 5+ messages in thread
From: Brent Eckhout @ 2002-05-30 1:26 UTC (permalink / raw)
To: Linux Newbie Mailing List
I'm not sure if I can capture the console messages as the system is shutting
down. I tried killing klogd process and restarting with -f (file) option to
see if the messages could be written to a file. However, it looks file
system is closed and the klogd is shut down before the system executes the
halt command. Any suggestions on how to capture the console messages at
shutdown would be appreciated.
Thanks,
Brent
On Tuesday 28 May 2002 01:14 am, Richard Adams wrote:
> On Tuesday 28 May 2002 03:40, Brent Eckhout wrote:
> > I've just started using Red Hat 7.2 (Enigma). It installed successfully
> > but whenever I shut down the system, I get an "oops" error-- Bad EIP
> > Value. It looks like it's bombing on the command "halt -i -d -p". Any
> > suggestions for fixing this problem?
> >
> > If I need to turn off some auto shutdown functions, that's fine (BIOS or
> > others). I tried a Google search-- there were several folks with similar
> > problems but no quick and dirty solutions.
>
> What you need to do is find out which process is causing the EIP, i suggest
> you read /usr/src/linux/Documantation/oops-tracing.txt that will show you
> howto find that out.
>
> Next time you require help please include your kernel version and as much
> information as possable that will help us to help you.
>
> I have redhat-7.2 on my laptop and have no such problems.
>
> > Brent
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Shutdown / Halt Problem - Bad EIP Value
2002-05-30 1:26 ` Brent Eckhout
@ 2002-05-30 1:50 ` David Stroupe
2002-05-30 8:37 ` Steven Smith
1 sibling, 0 replies; 5+ messages in thread
From: David Stroupe @ 2002-05-30 1:50 UTC (permalink / raw)
To: linuxworks; +Cc: Linux Newbie Mailing List
Brent Eckhout wrote:
> I'm not sure if I can capture the console messages as the system is shutting
> down. I tried killing klogd process and restarting with -f (file) option to
> see if the messages could be written to a file. However, it looks file
> system is closed and the klogd is shut down before the system executes the
> halt command. Any suggestions on how to capture the console messages at
> shutdown would be appreciated.
>
> Thanks,
> Brent
>
You could attach a serial console and see all the messages during shutdown.
See http://www.tldp.org/HOWTO/Serial-HOWTO.html
and
http://www.linuxplanet.com/linuxplanet/tutorials/3164/1/
as well as your linux/documentation/serial-console.txt file
HTH
David
>>On Tuesday 28 May 2002 03:40, Brent Eckhout wrote:
>>
>>>I've just started using Red Hat 7.2 (Enigma). It installed successfully
>>>but whenever I shut down the system, I get an "oops" error-- Bad EIP
>>>Value. It looks like it's bombing on the command "halt -i -d -p". Any
>>>suggestions for fixing this problem?
>>>
>>>If I need to turn off some auto shutdown functions, that's fine (BIOS or
>>>others). I tried a Google search-- there were several folks with similar
>>>problems but no quick and dirty solutions.
>>>
>>What you need to do is find out which process is causing the EIP, i suggest
>>you read /usr/src/linux/Documantation/oops-tracing.txt that will show you
>>howto find that out.
>>
>>Next time you require help please include your kernel version and as much
>>information as possable that will help us to help you.
>>
>>I have redhat-7.2 on my laptop and have no such problems.
>>
>>
>>>Brent
>>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Shutdown / Halt Problem - Bad EIP Value
2002-05-30 1:26 ` Brent Eckhout
2002-05-30 1:50 ` David Stroupe
@ 2002-05-30 8:37 ` Steven Smith
1 sibling, 0 replies; 5+ messages in thread
From: Steven Smith @ 2002-05-30 8:37 UTC (permalink / raw)
To: Brent Eckhout; +Cc: Linux Newbie Mailing List
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
> I'm not sure if I can capture the console messages as the system is shutting
> down.
If you compile a kernel without ACPI or APM support, the messages will just
sit on the screen long enough for you to copy them out by hand. You should be
able to get the same effect by editting the shutdown scripts and removing
the ``-p'' from the halt command line.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-30 8:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-28 3:40 Shutdown / Halt Problem - Bad EIP Value Brent Eckhout
2002-05-28 6:14 ` Richard Adams
2002-05-30 1:26 ` Brent Eckhout
2002-05-30 1:50 ` David Stroupe
2002-05-30 8:37 ` Steven Smith
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.