Jeg poster lige dette, da det er en alvorlig fejl. Hvis i har samme logs, så
prøv efs2 finten
Jeg har fået dette dump fra en engelsk ven.
Max
----snip
I have had my dell box (default RH 7.3 SMP install + red carpet updates) die
a horrible death three times in the last four days. A complete stop, and
everytime its died, i have seen this message on all the open consoles, I
assume from the from syslog.conf entry "*.emerg *" (send to all logged in
users)
Assertion failure in journal_commit_transaction() at commit.c:535:
Looks like there is a bug in the journalling (kjournald?) on ext3
filesystems, but only on some machines. single/multi processor,
RAID/SCSI/IDE... it appears to make no difference, its just random, but if
you have a machine that has this problem, you will get it over and over
again. The machine was pretty much idle (other than my dnet-rc5 farm :). It
hasnt even started processing any data its receiving yet, just receiving
SYSLOG reports from lots of places and sticking into (a) the
/var/log/messages file and (b) piping it into a FIFO pipe so I can read it
in a perl script and do daily archives of all the syslog entries.
I am not alone in this problem:
http://www.google.com/search?hl=en&ie=UTF8&oe=UTF8&q=journal_commit_transact
ion
My solution was to remount all the EXT3 partitions as EXT2 (changed entry in
/etc/fstab from ext3 to ext2 and rebooted....no journalling on those
partitions, but also no crashes I hope). I can find lots of hits on google
for this problem, but I cannot find a fix or any notice of "oh, it got fixed
in kernel 2.4.xx-x"
Just a heads up in case you come across this problem on any of the machines
you are running or will build in the future.
=========================================
Jun 15 12:44:39 joshua kernel: Assertion failure in
journal_commit_transaction() at commit.c:535: "buffer_jdirty(bh)"
Jun 15 12:44:39 joshua kernel: ------------[ cut here ]------------
Jun 15 12:44:39 joshua kernel: kernel BUG at commit.c:535!
Jun 15 12:44:39 joshua kernel: invalid operand: 0000
Jun 15 12:44:39 joshua kernel: smbfs i810_audio ac97_codec soundcore vmnet
parport_pc parport vmmon 3c59x ide
Jun 15 12:44:39 joshua kernel: CPU: 0
Jun 15 12:44:39 joshua kernel: EIP: 0010:[<f88540e4>] Tainted: PF
Jun 15 12:44:39 joshua kernel: EFLAGS: 00010286
Jun 15 12:44:39 joshua kernel:
Jun 15 12:44:39 joshua kernel: EIP is at journal_commit_transaction [jbd]
0xb04 (2.4.18-3smp)
Jun 15 12:44:39 joshua kernel: eax: 0000001c ebx: 0000000a ecx: c02eee60
edx: 00004109
Jun 15 12:44:39 joshua kernel: esi: c6d398e0 edi: e2304b60 ebp: f62c6000
esp: f62c7e78
Jun 15 12:44:39 joshua kernel: ds: 0018 es: 0018 ss: 0018
Jun 15 12:44:39 joshua kernel: Process kjournald (pid: 17,
stackpage=f62c7000)
Jun 15 12:44:39 joshua kernel: Stack: f885aeee 00000217 f77d3ab8 00000000
00000fcc c38c7034 00000000 d030b0e0
Jun 15 12:44:39 joshua kernel: f7dac4c0 00000278 00000001 f882ad2f f77d3a00
00000008 cb5f5a20 eeeaf620
Jun 15 12:44:39 joshua kernel: f07b5600 f048be60 f07b5600 f048be60 f0c0c6c0
f63e33e0 def4d660 def4d660
Jun 15 12:44:39 joshua kernel: Call Trace: [<f885aeee>] .rodata.str1.1 [jbd]
0x26e
Jun 15 12:44:39 joshua kernel: [<f882ad2f>] rw_intr [sd_mod] 0x20f
Jun 15 12:44:39 joshua kernel: [<c0119048>] schedule [kernel] 0x348
Jun 15 12:44:40 joshua kernel: [<f88567d6>] kjournald [jbd] 0x136
Jun 15 12:44:40 joshua kernel: [<f8856680>] commit_timeout [jbd] 0x0
Jun 15 12:44:40 joshua kernel: [<c0107286>] kernel_thread [kernel] 0x26
Jun 15 12:44:40 joshua kernel: [<f88566a0>] kjournald [jbd] 0x0
Jun 15 12:44:40 joshua kernel:
Jun 15 12:44:40 joshua kernel:
Jun 15 12:44:40 joshua kernel: Code: 0f 0b 5a 59 6a 04 8b 44 24 18 50 56 e8
4b f1 ff ff 8d 47 48
--
Steve
-----snip