* REISERFS: panic... Trying to log block (prints.c:362)
@ 2005-06-14 8:08 M
2005-06-14 11:01 ` Vladimir Saveliev
2005-06-14 19:10 ` Jeff Mahoney
0 siblings, 2 replies; 7+ messages in thread
From: M @ 2005-06-14 8:08 UTC (permalink / raw)
To: reiserfs-list
Hi,
I'm trying to copy a reiserfs filesystem from a pata drive to a sata drive
(both reiserfs) and the kernel panics every time I try with an error
similar to the below:
Jun 14 07:10:41 localhost kernel: Linux version 2.6.12-rc6 (root@myth)
(gcc version 3.3.5 (Debian 1:3.3.5-8)) #5 Mon Jun 13 20:03:38 BST 2005
Jun 14 07:14:36 localhost kernel: REISERFS: panic (device sda2):
journal-2332: Trying to log block 471, which is a log block
Jun 14 07:14:36 localhost kernel:
Jun 14 07:14:36 localhost kernel: ------------[ cut here ]------------
Jun 14 07:14:36 localhost kernel: kernel BUG at fs/reiserfs/prints.c:362!
Jun 14 07:14:36 localhost kernel: invalid operand: 0000 [#1]
Jun 14 07:14:36 localhost kernel: PREEMPT
Jun 14 07:14:36 localhost kernel: Modules linked in: ipv6 lirc_gpio
lirc_dev rtc snd_via82xx snd_ac97_codec snd_mpu401_uart snd_rawmidi
snd_seq_device via_
agp ehci_hcd joydev tsdev evdev usbhid uhci_hcd usbcore via_rhine mii
snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore
dvb_bt8xx nx
t6000 mt352 sp887x dst_ca dst cx24110 or51211 bt878 tuner bttv video_buf
i2c_algo_bit v4l2_common btcx_risc tveeprom dvb_core i2c_dev via_v4l_drv
videodev
agpgart vt1211 eeprom i2c_sensor i2c_isa i2c_viapro i2c_core psmouse
ide_cd cdrom unix
Jun 14 07:14:36 localhost kernel: CPU: 0
Jun 14 07:14:36 localhost kernel: EIP: 0060:[<c01ab8b2>] Tainted: PF
VLI
Jun 14 07:14:36 localhost kernel: EFLAGS: 00010296 (2.6.12-rc6)
Jun 14 07:14:36 localhost kernel: EIP is at reiserfs_panic+0x52/0x80
Jun 14 07:14:36 localhost kernel: eax: 00000065 ebx: c02eb2c3 ecx:
c032298c edx: c032298c
Jun 14 07:14:36 localhost kernel: esi: d9dcf000 edi: d9dcf140 ebp:
e178afe8 esp: dbc6ae18
Jun 14 07:14:36 localhost kernel: ds: 007b es: 007b ss: 0068
Jun 14 07:14:36 localhost kernel: Process pdflush (pid: 116,
threadinfo=dbc6a000 task=dbf27060)
Jun 14 07:14:36 localhost kernel: Stack: c02eefa0 d9dcf140 c03e4940
00000000 e17866ec c02f17a0 c01bbf85 d9dcf000
Jun 14 07:14:36 localhost kernel: c02f17a0 000001d7 00000000
c01ba075 d9dcf000 c02ebac1 00002012 d5f43180
Jun 14 07:14:36 localhost kernel: cfdbf938 000003fa 0000000e
c017e6d7 da0e6160 00000004 00000000 00000025
Jun 14 07:14:36 localhost kernel: Call Trace:
Jun 14 07:14:36 localhost kernel: [<c01bbf85>] do_journal_end+0xa25/0xa30
Jun 14 07:14:36 localhost kernel: [<c01ba075>] do_journal_begin_r+0x25/0x2b0
Jun 14 07:14:36 localhost kernel: [<c017e6d7>]
__writeback_single_inode+0x67/0x160
Jun 14 07:14:36 localhost kernel: [<c01bab95>] journal_end_sync+0x55/0xa0
Jun 14 07:14:36 localhost kernel: [<c01a80f9>] reiserfs_sync_fs+0x69/0x80
Jun 14 07:14:36 localhost kernel: [<c0141e08>] get_dirty_limits+0x18/0xd0
Jun 14 07:14:36 localhost kernel: [<c01a8128>]
reiserfs_write_super+0x18/0x20
Jun 14 07:14:36 localhost kernel: [<c016188f>] sync_supers+0x9f/0xb0
Jun 14 07:14:36 localhost kernel: [<c0142268>] wb_kupdate+0x28/0x110
Jun 14 07:14:36 localhost kernel: [<c0142c8a>] __pdflush+0xca/0x1d0
Jun 14 07:14:36 localhost kernel: [<c0142d90>] pdflush+0x0/0x30
Jun 14 07:14:36 localhost kernel: [<c0142db6>] pdflush+0x26/0x30
Jun 14 07:14:36 localhost kernel: [<c0142240>] wb_kupdate+0x0/0x110
Jun 14 07:14:36 localhost kernel: [<c0142d90>] pdflush+0x0/0x30
Jun 14 07:14:36 localhost kernel: [<c012edfa>] kthread+0xaa/0xb0
Jun 14 07:14:36 localhost kernel: [<c012ed50>] kthread+0x0/0xb0
Jun 14 07:14:36 localhost kernel: [<c010133d>] kernel_thread_helper+0x5/0x18
Jun 14 07:14:36 localhost kernel: Code: 01 00 00 89 04 24 e8 0e fd ff ff
c7 04 24 a0 ef 2e c0 85 f6 89 d8 0f 45 c7 ba 40 49 3e c0 89 54 24 08 89 44
24 04 e
8 de f2 f6 ff <0f> 0b 6a 01 23 b8 2e c0 c7 04 24 e0 ef 2e c0 85 f6 be 40
49 3e
I'm using a command similar to
tar -clf - / | tar -C /mnt -xf -
So I'm hitting both fs hard I'm guessing this is a preemtion and locking
problem? Would turning off preemntion help?
--
Thanks,
M
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
2005-06-14 8:08 M
@ 2005-06-14 11:01 ` Vladimir Saveliev
2005-06-14 21:51 ` M
2005-06-14 19:10 ` Jeff Mahoney
1 sibling, 1 reply; 7+ messages in thread
From: Vladimir Saveliev @ 2005-06-14 11:01 UTC (permalink / raw)
To: M; +Cc: reiserfs-list
Hello
On Tue, 2005-06-14 at 12:08, M wrote:
> Hi,
>
> I'm trying to copy a reiserfs filesystem from a pata drive to a sata drive
> (both reiserfs) and the kernel panics every time I try with an error
> similar to the below:
>
> Jun 14 07:10:41 localhost kernel: Linux version 2.6.12-rc6 (root@myth)
> (gcc version 3.3.5 (Debian 1:3.3.5-8)) #5 Mon Jun 13 20:03:38 BST 2005
>
> Jun 14 07:14:36 localhost kernel: REISERFS: panic (device sda2):
> journal-2332: Trying to log block 471, which is a log block
This means that you have a filesystem corruption. Would you try to
reiserfsck sda2?
> Jun 14 07:14:36 localhost kernel:
> Jun 14 07:14:36 localhost kernel: ------------[ cut here ]------------
> Jun 14 07:14:36 localhost kernel: kernel BUG at fs/reiserfs/prints.c:362!
> Jun 14 07:14:36 localhost kernel: invalid operand: 0000 [#1]
> Jun 14 07:14:36 localhost kernel: PREEMPT
> Jun 14 07:14:36 localhost kernel: Modules linked in: ipv6 lirc_gpio
> lirc_dev rtc snd_via82xx snd_ac97_codec snd_mpu401_uart snd_rawmidi
> snd_seq_device via_
> agp ehci_hcd joydev tsdev evdev usbhid uhci_hcd usbcore via_rhine mii
> snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore
> dvb_bt8xx nx
> t6000 mt352 sp887x dst_ca dst cx24110 or51211 bt878 tuner bttv video_buf
> i2c_algo_bit v4l2_common btcx_risc tveeprom dvb_core i2c_dev via_v4l_drv
> videodev
> agpgart vt1211 eeprom i2c_sensor i2c_isa i2c_viapro i2c_core psmouse
> ide_cd cdrom unix
> Jun 14 07:14:36 localhost kernel: CPU: 0
> Jun 14 07:14:36 localhost kernel: EIP: 0060:[<c01ab8b2>] Tainted: PF
> VLI
> Jun 14 07:14:36 localhost kernel: EFLAGS: 00010296 (2.6.12-rc6)
> Jun 14 07:14:36 localhost kernel: EIP is at reiserfs_panic+0x52/0x80
> Jun 14 07:14:36 localhost kernel: eax: 00000065 ebx: c02eb2c3 ecx:
> c032298c edx: c032298c
> Jun 14 07:14:36 localhost kernel: esi: d9dcf000 edi: d9dcf140 ebp:
> e178afe8 esp: dbc6ae18
> Jun 14 07:14:36 localhost kernel: ds: 007b es: 007b ss: 0068
> Jun 14 07:14:36 localhost kernel: Process pdflush (pid: 116,
> threadinfo=dbc6a000 task=dbf27060)
> Jun 14 07:14:36 localhost kernel: Stack: c02eefa0 d9dcf140 c03e4940
> 00000000 e17866ec c02f17a0 c01bbf85 d9dcf000
> Jun 14 07:14:36 localhost kernel: c02f17a0 000001d7 00000000
> c01ba075 d9dcf000 c02ebac1 00002012 d5f43180
> Jun 14 07:14:36 localhost kernel: cfdbf938 000003fa 0000000e
> c017e6d7 da0e6160 00000004 00000000 00000025
> Jun 14 07:14:36 localhost kernel: Call Trace:
> Jun 14 07:14:36 localhost kernel: [<c01bbf85>] do_journal_end+0xa25/0xa30
> Jun 14 07:14:36 localhost kernel: [<c01ba075>] do_journal_begin_r+0x25/0x2b0
> Jun 14 07:14:36 localhost kernel: [<c017e6d7>]
> __writeback_single_inode+0x67/0x160
> Jun 14 07:14:36 localhost kernel: [<c01bab95>] journal_end_sync+0x55/0xa0
> Jun 14 07:14:36 localhost kernel: [<c01a80f9>] reiserfs_sync_fs+0x69/0x80
> Jun 14 07:14:36 localhost kernel: [<c0141e08>] get_dirty_limits+0x18/0xd0
> Jun 14 07:14:36 localhost kernel: [<c01a8128>]
> reiserfs_write_super+0x18/0x20
> Jun 14 07:14:36 localhost kernel: [<c016188f>] sync_supers+0x9f/0xb0
> Jun 14 07:14:36 localhost kernel: [<c0142268>] wb_kupdate+0x28/0x110
> Jun 14 07:14:36 localhost kernel: [<c0142c8a>] __pdflush+0xca/0x1d0
> Jun 14 07:14:36 localhost kernel: [<c0142d90>] pdflush+0x0/0x30
> Jun 14 07:14:36 localhost kernel: [<c0142db6>] pdflush+0x26/0x30
> Jun 14 07:14:36 localhost kernel: [<c0142240>] wb_kupdate+0x0/0x110
> Jun 14 07:14:36 localhost kernel: [<c0142d90>] pdflush+0x0/0x30
> Jun 14 07:14:36 localhost kernel: [<c012edfa>] kthread+0xaa/0xb0
> Jun 14 07:14:36 localhost kernel: [<c012ed50>] kthread+0x0/0xb0
> Jun 14 07:14:36 localhost kernel: [<c010133d>] kernel_thread_helper+0x5/0x18
> Jun 14 07:14:36 localhost kernel: Code: 01 00 00 89 04 24 e8 0e fd ff ff
> c7 04 24 a0 ef 2e c0 85 f6 89 d8 0f 45 c7 ba 40 49 3e c0 89 54 24 08 89 44
> 24 04 e
> 8 de f2 f6 ff <0f> 0b 6a 01 23 b8 2e c0 c7 04 24 e0 ef 2e c0 85 f6 be 40
> 49 3e
>
>
> I'm using a command similar to
> tar -clf - / | tar -C /mnt -xf -
> So I'm hitting both fs hard I'm guessing this is a preemtion and locking
> problem? Would turning off preemntion help?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
@ 2005-06-14 13:00 M
2005-06-14 18:21 ` evilninja
0 siblings, 1 reply; 7+ messages in thread
From: M @ 2005-06-14 13:00 UTC (permalink / raw)
To: reiserfs-list
> Hello
...
>> Jun 14 07:14:36 localhost kernel: REISERFS: panic (device sda2):
journal-2332: Trying to log block 471, which is a log block
>
> This means that you have a filesystem corruption. Would you try to
reiserfsck sda2?
I will if you want (but I won't be at the machine for a 4 hours) but it
shouldn't be corrupted...
The sequence of commands was:
mkreiserfs
mount
tar onto newly mounted fs
box paniced...
It dies within about 30 seconds of issuing the tar command and is
repeatable. So the question is why is the filesytem corrupt?
Do you suspect a bad sata driver?
--
Thanks,
M
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
2005-06-14 13:00 REISERFS: panic... Trying to log block (prints.c:362) M
@ 2005-06-14 18:21 ` evilninja
0 siblings, 0 replies; 7+ messages in thread
From: evilninja @ 2005-06-14 18:21 UTC (permalink / raw)
To: reiserfs-list; +Cc: M
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
M schrieb:
> It dies within about 30 seconds of issuing the tar command and is
> repeatable. So the question is why is the filesytem corrupt?
hm, bad memory? bad cabling? running memtest86 overnight just to be sure
could help. and: can you reproduce the problem with an untainted kernel?
> problem? Would turning off preemntion help?
well, have you tried (to disable CONFIG_PREEMPT)?
- --
BOFH excuse #245:
The Borg tried to assimilate your system. Resistance is futile.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCryAvC/PVm5+NVoYRAhC9AKDXDBLXU0BOOuJacxHPY8lgK6krCACg+Yy2
i3Fwy0lFricZBF0o5xllTtE=
=O0V8
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
2005-06-14 8:08 M
2005-06-14 11:01 ` Vladimir Saveliev
@ 2005-06-14 19:10 ` Jeff Mahoney
1 sibling, 0 replies; 7+ messages in thread
From: Jeff Mahoney @ 2005-06-14 19:10 UTC (permalink / raw)
To: M; +Cc: reiserfs-list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
M wrote:
> Jun 14 07:14:36 localhost kernel: EIP: 0060:[<c01ab8b2>] Tainted: PF
> VLI
"Tainted: PF" is going to make this nigh impossible to debug.
The "P" means you've got at least one proprietary module loaded.
The "F" means you had to force at least one module to load.
Either of these conditions could spell memory corruption, ultimately
causing this problem.
- -Jeff
- --
Jeff Mahoney
SuSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCryuuLPWxlyuTD7IRAg6wAKCZMHyoPdewqv19PxhuTeVWxtkcbACgmmyB
D/WboqhlkcdxuaL8349LOKo=
=c6XZ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
2005-06-14 11:01 ` Vladimir Saveliev
@ 2005-06-14 21:51 ` M
2005-06-16 6:59 ` M
0 siblings, 1 reply; 7+ messages in thread
From: M @ 2005-06-14 21:51 UTC (permalink / raw)
To: reiserfs-list
> Hello
>
> On Tue, 2005-06-14 at 12:08, M wrote:
>> Hi,
>>
>> I'm trying to copy a reiserfs filesystem from a pata drive to a sata
>> drive
>> (both reiserfs) and the kernel panics every time I try with an error
>> similar to the below:
>>
>> Jun 14 07:10:41 localhost kernel: Linux version 2.6.12-rc6 (root@myth)
>> (gcc version 3.3.5 (Debian 1:3.3.5-8)) #5 Mon Jun 13 20:03:38 BST 2005
>>
>> Jun 14 07:14:36 localhost kernel: REISERFS: panic (device sda2):
>> journal-2332: Trying to log block 471, which is a log block
>
> This means that you have a filesystem corruption. Would you try to
> reiserfsck sda2?
Reiserfsck says the filesystem is very broken...
I just tested ext2 on the drive and it also fails. So sorry this looks
like a driver/drive problem. It looked convincingly like the drive was
working OK.
If anyones interested it's a VIA VT6420 SATA RAID Controller set to IDE
mode i.e. not raid.
--
M
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: REISERFS: panic... Trying to log block (prints.c:362)
2005-06-14 21:51 ` M
@ 2005-06-16 6:59 ` M
0 siblings, 0 replies; 7+ messages in thread
From: M @ 2005-06-16 6:59 UTC (permalink / raw)
To: reiserfs-list
M wrote:
>>Hello
>>
>>On Tue, 2005-06-14 at 12:08, M wrote:
>>
>>
>>>Hi,
>>>
>>>I'm trying to copy a reiserfs filesystem from a pata drive to a sata
>>>drive
>>>(both reiserfs) and the kernel panics every time I try with an error
>>>similar to the below:
>>>
>>>Jun 14 07:10:41 localhost kernel: Linux version 2.6.12-rc6 (root@myth)
>>>(gcc version 3.3.5 (Debian 1:3.3.5-8)) #5 Mon Jun 13 20:03:38 BST 2005
>>>
>>>Jun 14 07:14:36 localhost kernel: REISERFS: panic (device sda2):
>>>journal-2332: Trying to log block 471, which is a log block
>>>
>>>
>>This means that you have a filesystem corruption. Would you try to
>>reiserfsck sda2?
>>
>>
>
>Reiserfsck says the filesystem is very broken...
>
>I just tested ext2 on the drive and it also fails. So sorry this looks
>like a driver/drive problem. It looked convincingly like the drive was
>working OK.
>
>If anyones interested it's a VIA VT6420 SATA RAID Controller set to IDE
>mode i.e. not raid.
>
>
Hi,
FYI I've got the drive working, it seems that the connector or port on
the motherboard is at fault, the second connector works fine.
The drive passes the hardware test from seagate in the first port but
suffers from strange and not always repoducable behaviour such as
partition sizes and types not being consistant with what was written,
file systems corrupt, unable to mount a freshly created partition...
--
Thanks for your help,
M
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-06-16 6:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-14 13:00 REISERFS: panic... Trying to log block (prints.c:362) M
2005-06-14 18:21 ` evilninja
-- strict thread matches above, loose matches on Subject: below --
2005-06-14 8:08 M
2005-06-14 11:01 ` Vladimir Saveliev
2005-06-14 21:51 ` M
2005-06-16 6:59 ` M
2005-06-14 19:10 ` Jeff Mahoney
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.