Re: Sudden and unexplained reboots

2003-06-05 Thread James Long
On Thu, Jun 05, 2003 at 06:37:55AM +0200, Noor Dawod wrote:
> 
> The panic's details are as follows:
> 
> Fatal trap 12 = page fault while in kernel mode

I'd test memory thoroughly next.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Sudden and unexplained reboots

2003-06-05 Thread Noor Dawod
Folks,

After spending like an hour next to the server itself, I saw it crash
with a 'page fault' panic. All speculations about fans and CPU
over-heating is irrelevant as the server's cooling infrastructure is
working perfectly (2 fans for CPU, 2 fans for disks, 2 external fans, 2
fans for the power supplies, and all are working.)

The panic's details are as follows:

Fatal trap 12   = page fault while in kernel mode
fault virtual address   = 0xbfc407fc
fault code  = supervisor write, page not present
instruction pointer = 0x8:0xc021d5e3
stack pointer   = 0x10:0xfbf8ae20
frame pointer   = 0x10:0xfbf8ae2c
code segment= base 0x0, limit 0xf, type 0x1b
  DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 45671 (ftpd)
interrupt mask  = none
trap number = 12
panic   = page fault

syncing disks... 56 2
Done
Uptime: 51m35s


Anyone knows what the hell is going on?
By the way, is there a way to dump the panic's message to disk
automatically when a panic occurs? Is there a log somewhere when a panic
occurs?

/Noor


| -Original Message-
| From: Charles Sprickman [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, June 04, 2003 10:21 PM
| To: Don Lewis
| Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
| [EMAIL PROTECTED]
| Subject: Re: Sudden and unexplained reboots
| 
| 
| On Wed, 4 Jun 2003, Don Lewis wrote:
| 
| > I'd also check to make sure that all the fans are operational and 
| > something isn't overheating.
| 
| I ran into two boxes with the same bad CPU fans.  Took a 
| while to track it down.  Symptoms were seemingly random 
| reboots, but the reboots could be made to happen more often 
| if the box was loaded up.  If your BIOS has hardware 
| monitoring, check the CPU fan RPMs there as well; one box had 
| a fan that was spinning, but only at about 1000 RPM, which 
| was not enough to keep the CPU in spec.
| 
| Charles
| 
| > ___
| > [EMAIL PROTECTED] mailing list 
| > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
| > To unsubscribe, send any mail to 
| > "[EMAIL PROTECTED]"
| >
| 


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


Re: Sudden and unexplained reboots

2003-06-05 Thread Charles Sprickman
On Wed, 4 Jun 2003, Don Lewis wrote:

> I'd also check to make sure that all the fans are operational and
> something isn't overheating.

I ran into two boxes with the same bad CPU fans.  Took a while to track it
down.  Symptoms were seemingly random reboots, but the reboots could be
made to happen more often if the box was loaded up.  If your BIOS has
hardware monitoring, check the CPU fan RPMs there as well; one box had a
fan that was spinning, but only at about 1000 RPM, which was not enough to
keep the CPU in spec.

Charles

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


Re: Sudden and unexplained reboots

2003-06-05 Thread Don Lewis
On  4 Jun, Bosko Milekic wrote:
> 
> On Wed, Jun 04, 2003 at 08:13:24PM +0200, Noor Dawod wrote:
>> Hello,
>> 
>> I'm having a problem in one of the FreeBSD boxes that I manage. All of a
>> sudden, and for no particular reason, the machine just reboots abruptly.
>> When it loads up again, I cannot see an indication that there's anything
>> wrong in the configuration.
>> 
>> By the way, the machine is running like this for few months, and no
>> changes were made lately. Machine has 2GB RAM, RAID-5 disk array and a
>> Xeon 933Mhz CPU. There's enough space on disk and more free RAM to drive
>> 5 desktop computers.
>> 
>> Anyone got an idea how to debug the problem? and better, how to resolve
>> and fix it?
>> 
>> Thanks in advance.
>> 
>> /Noor
> 
>   Build a kernel with INVARIANTS and DDB options and see if you get
>   dumped to the console debugger following a trap or panic at some point.
> 
>   Also, obviously, make sure that you're not getting any power surges or
>   anything of the sort; basically anything hardware-related that could
>   possibly cause a reboot.  If you're plugged into a series-connected
>   outlet, I would advise to try a different outlet.  If you're plugged
>   into a UPS, make sure that the load on it is not too high.

I'd also check to make sure that all the fans are operational and
something isn't overheating.

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


Re: Sudden and unexplained reboots

2003-06-05 Thread Bosko Milekic

On Wed, Jun 04, 2003 at 08:13:24PM +0200, Noor Dawod wrote:
> Hello,
> 
> I'm having a problem in one of the FreeBSD boxes that I manage. All of a
> sudden, and for no particular reason, the machine just reboots abruptly.
> When it loads up again, I cannot see an indication that there's anything
> wrong in the configuration.
> 
> By the way, the machine is running like this for few months, and no
> changes were made lately. Machine has 2GB RAM, RAID-5 disk array and a
> Xeon 933Mhz CPU. There's enough space on disk and more free RAM to drive
> 5 desktop computers.
> 
> Anyone got an idea how to debug the problem? and better, how to resolve
> and fix it?
> 
> Thanks in advance.
> 
> /Noor

  Build a kernel with INVARIANTS and DDB options and see if you get
  dumped to the console debugger following a trap or panic at some point.

  Also, obviously, make sure that you're not getting any power surges or
  anything of the sort; basically anything hardware-related that could
  possibly cause a reboot.  If you're plugged into a series-connected
  outlet, I would advise to try a different outlet.  If you're plugged
  into a UPS, make sure that the load on it is not too high.

-- 
Bosko Milekic
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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


RE: Sudden and unexplained reboots

2003-06-05 Thread Noor Dawod
| 
| >> the machine is running like this for few months
| 
| Like what?  rebooting repeatedly?
| 

No, working flawlessly with no problem at all.
The problem started only today...

Noor

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


Re: Sudden and unexplained reboots

2003-06-05 Thread MikeM
On 6/4/03 at 8:13 PM Noor Dawod wrote:

|Hello,
|
|I'm having a problem in one of the FreeBSD boxes that I manage. All of a
|sudden, and for no particular reason, the machine just reboots abruptly.
|When it loads up again, I cannot see an indication that there's anything
|wrong in the configuration.
|
|By the way, the machine is running like this for few months, and no
|changes were made lately. Machine has 2GB RAM, RAID-5 disk array and a
|Xeon 933Mhz CPU. There's enough space on disk and more free RAM to drive
|5 desktop computers.
|
|Anyone got an idea how to debug the problem? and better, how to resolve
|and fix it?
 =

My first guesses would be power or hardware problems.  


>> the machine is running like this for few months

Like what?  rebooting repeatedly?

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