LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 12-31-2008, 09:46 AM   #1
digitolx
Member
 
Registered: Nov 2004
Posts: 96

Rep: Reputation: 15
server reboots sometimes cron.daily


I have an issue, it doesn't happen every day, I can't seem to trace it down. It happens at 4:02am the cron.daily kicks of at 4AM.. The following is from the /var/log/messages. I receive an panic error then the server shuts down.

Quote:
Dec 30 04:02:02 lmm29271 kernel: Unable to handle kernel paging request at virtu

al address 404d2b1c

Dec 30 04:02:02 lmm29271 kernel: printing eip:
Dec 30 04:02:02 lmm29271 kernel: f8a21b1d
Dec 30 04:02:02 lmm29271 kernel: *pde = 00000000
Dec 30 04:02:02 lmm29271 kernel: Oops: 0000 [#1]
Dec 30 04:02:02 lmm29271 kernel: SMP
Dec 30 04:02:02 lmm29271 kernel: Modules linked in: vfat fat loop udf lp autofs4
i2c_dev i2c_core sunrpc button battery ac md5 ipv6 joydev usb_storage uhci_hcd
ehci_hcd hw_random parport_pc parport e1000 sr_mod dm_snapshot dm_zero dm_mirror
ext3 jbd dm_mod megasr(U) sd_mod scsi_mod
ec 30 04:02:02 lmm29271 kernel: CPU: 0
Dec 30 04:02:02 lmm29271 kernel: EIP: 0060:[<f8a21b1d>] Tainted: P VL
I
Dec 30 04:02:02 lmm29271 kernel: EFLAGS: 00010286 (2.6.9-42.ELsmp)
Dec 30 04:02:02 lmm29271 kernel: EIP is at udf_statfs+0x5f/0x8f [udf]
Dec 30 04:02:02 lmm29271 kernel: eax: e20d9000 ebx: c3e59800 ecx: 4bc7f355
edx: 00000000
Dec 30 04:02:02 lmm29271 kernel: esi: a392b013 edi: 00000000 ebp: cf5e5e98
esp: cf5e5e74
Dec 30 04:02:02 lmm29271 kernel: ds: 007b es: 007b ss: 0068
@
Dec 30 04:02:02 lmm29271 kernel: Process df (pid: 14851, threadinfo=cf5e5000 tas
k=f481f1b0)
Dec 30 04:02:02 lmm29271 kernel: Stack: cf5e5e98 c3e59800 cf5e5eec cf5e5000 c015
9149 cf5e5f04 bff92b50 0093aff4
Dec 30 04:02:02 lmm29271 kernel: c015923f 15013346 00000800 037e7700 0000
0000 a392b013 00000000 a392b013
Dec 30 04:02:02 lmm29271 kernel: 00000000 00000000 00000000 00000000 0000
0000 00000000 00000000 00000000
Dec 30 04:02:02 lmm29271 kernel: Call Trace:
Dec 30 04:02:02 lmm29271 kernel: [<c0159149>] vfs_statfs+0x41/0x59
Dec 30 04:02:02 lmm29271 kernel: [<c015923f>] vfs_statfs64+0xe/0x28
Dec 30 04:02:02 lmm29271 kernel: [<c01678e5>] __user_walk+0x4a/0x51
Dec 30 04:02:02 lmm29271 kernel: [<c015934a>] sys_statfs64+0x52/0xb2
Dec 30 04:02:02 lmm29271 kernel: [<c0150013>] do_mmap_pgoff+0x573/0x671
Dec 30 04:02:02 lmm29271 kernel: [<c010b6ef>] sys_mmap2+0x7e/0xaf
Dec 30 04:02:02 lmm29271 kernel: [<c011ae55>] do_page_fault+0x0/0x5c6
Dec 30 04:02:02 lmm29271 kernel: [<c02d4703>] syscall_call+0x7/0xb
Dec 30 04:02:02 lmm29271 kernel: Code: 08 e8 72 02 00 00 89 45 10 89 c6 89 fa 89 7d 14 89 45 18 89 7d 1c 8b 83 80 01 00 00 8b 48 40 89 f0 85 c9 74 16 8b 41 1c 8b 48 48 <8b> 54 c8 74 03 54 c8 70 89 d0 31 d2 01 f0 11 fa 89 45 20 8b 45
Dec 30 04:02:02 lmm29271 kernel: <0>Fatal exception: panic in 5 seconds
The last entry in mail is from LogWatch and it seems to complete properly..

My cron.daily entries are as follows. Anyone know of any issues with any of these?

00-logwatch
00-makewhatis.cron
00webalizer
0anacron
certwatch
logrotate
prelink
rpm
slocate.cron
tmpwatch

Thanks Much, this is a production server..
 
Old 12-31-2008, 10:25 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Dec 30 04:02:02 lmm29271 kernel: Call Trace:
Dec 30 04:02:02 lmm29271 kernel: [<c0159149>] vfs_statfs+0x41/0x59
Dec 30 04:02:02 lmm29271 kernel: [<c015923f>] vfs_statfs64+0xe/0x28
Dec 30 04:02:02 lmm29271 kernel: [<c01678e5>] __user_walk+0x4a/0x51
Dec 30 04:02:02 lmm29271 kernel: [<c015934a>] sys_statfs64+0x52/0xb2
Dec 30 04:02:02 lmm29271 kernel: [<c0150013>] do_mmap_pgoff+0x573/0x671
Dec 30 04:02:02 lmm29271 kernel: [<c010b6ef>] sys_mmap2+0x7e/0xaf
Dec 30 04:02:02 lmm29271 kernel: [<c011ae55>] do_page_fault+0x0/0x5c6
Dec 30 04:02:02 lmm29271 kernel: [<c02d4703>] syscall_call+0x7/0xb
Dec 30 04:02:02 lmm29271 kernel: Code: 08 e8 72 02 00 00 89 45 10 89 c6 89 fa 89 7d 14 89 45 18 89 7d 1c 8b 83 80 01 00 00 8b 48 40 89 f0 85 c9 74 16 8b 41 1c 8b 48 48 <8b> 54 c8 74 03 54 c8 70 89 d0 31 d2 01 f0 11 fa 89 45 20 8b 45
Dec 30 04:02:02 lmm29271 kernel: <0>Fatal exception: panic in 5 seconds
Seems to me there is a problem with your vfs
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
adding a perl script to cron.daily / cron.d to setup a cron job CrontabNewBIE Linux - Software 6 01-14-2008 08:16 AM
cron hourly, daily, cron.d jobs don't execute eggsmartha Linux - General 3 09-17-2007 06:37 PM
Can any one plz explain why/what for cron.d, cron.daily, cron.weekly etc are there. mavinashbabu Linux - Newbie 4 09-21-2006 01:50 PM
mysql-server & cron.daily error llamakc Debian 1 10-12-2004 11:05 AM
dual entries in cron log for cron.daily cpharvey Linux - General 3 02-27-2003 02:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 07:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration