public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Reiserfs Corruption with 2.5.5-pre1
@ 2002-02-14 14:57 Sebastian Dröge
  2002-02-14 15:05 ` Oleg Drokin
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Dröge @ 2002-02-14 14:57 UTC (permalink / raw)
  To: reiserfs-list-subscribe, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

Hi,
after starting GNOME with 2.5.5-pre1 with reiserfs on the root partition I get several funny-named files in ~/.gnome/accels and I can't start some programms anymore... When I reboot into 2.4.17 again everything works right and this files are gone again
This only happens with any kernel since 2.5.4-pre* or so and it happens everytime I try to start GNOME under such kernel.
I haven't find this files in another place and situation but I don't think it's a GNOME bug, because it works fine with older kernels

If you need some more information or something ask me
Bye

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-14 14:57 Reiserfs Corruption with 2.5.5-pre1 Sebastian Dröge
@ 2002-02-14 15:05 ` Oleg Drokin
  2002-02-14 15:22   ` Sebastian Dröge
  0 siblings, 1 reply; 10+ messages in thread
From: Oleg Drokin @ 2002-02-14 15:05 UTC (permalink / raw)
  To: Sebastian Dr?ge; +Cc: reiserfs-list-subscribe, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Hello!

On Thu, Feb 14, 2002 at 03:57:16PM +0100, Sebastian Dr?ge wrote:

> after starting GNOME with 2.5.5-pre1 with reiserfs on the root partition I get several funny-named files in ~/.gnome/accels and I can't start some programms anymore... When I reboot into 2.4.17 again everything works right and this files are gone again

Hm. I was not able to run 2.5.5-pre1 with reiserfs support without patch
attached at all.

> This only happens with any kernel since 2.5.4-pre* or so and it happens everytime I try to start GNOME under such kernel.

Have you tried to run reiserfsck on your partition after 2.5.4-pre1
Run reiserfsck and never use 2.5.4-pre1 or earlier 2.5 kernels.
if that won't help, we are interested to hear.

Bye,
    Oleg

[-- Attachment #2: new_lookup_locking_fix.diff --]
[-- Type: text/plain, Size: 390 bytes --]

--- linux-2.5.5-pre1/fs/reiserfs/namei.c.orig	Thu Feb 14 11:53:09 2002
+++ linux-2.5.5-pre1/fs/reiserfs/namei.c	Thu Feb 14 11:53:17 2002
@@ -344,8 +344,6 @@
     struct reiserfs_dir_entry de;
     INITIALIZE_PATH (path_to_entry);
 
-    reiserfs_check_lock_depth("lookup") ;
-
     if (dentry->d_name.len > REISERFS_MAX_NAME_LEN (dir->i_sb->s_blocksize))
 	return ERR_PTR(-ENAMETOOLONG);
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-14 15:05 ` Oleg Drokin
@ 2002-02-14 15:22   ` Sebastian Dröge
  2002-02-14 16:24     ` Sebastian Dröge
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Dröge @ 2002-02-14 15:22 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list-subscribe, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

On Thu, 14 Feb 2002 18:05:01 +0300
Oleg Drokin <green@namesys.com> wrote:

> Hello!
> 
> On Thu, Feb 14, 2002 at 03:57:16PM +0100, Sebastian Dr?ge wrote:
> 
> > after starting GNOME with 2.5.5-pre1 with reiserfs on the root partition I get several funny-named files in ~/.gnome/accels and I can't start some programms anymore... When I reboot into 2.4.17 again everything works right and this files are gone again
> 
> Hm. I was not able to run 2.5.5-pre1 with reiserfs support without patch
> attached at all.
> 
> > This only happens with any kernel since 2.5.4-pre* or so and it happens everytime I try to start GNOME under such kernel.
> 
> Have you tried to run reiserfsck on your partition after 2.5.4-pre1
> Run reiserfsck and never use 2.5.4-pre1 or earlier 2.5 kernels.
Thanks I'll try that
*bootingfromcdandrunningreiserfsck* ;)
Bye

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-14 15:22   ` Sebastian Dröge
@ 2002-02-14 16:24     ` Sebastian Dröge
  2002-02-14 16:26       ` Oleg Drokin
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Dröge @ 2002-02-14 16:24 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]

On Thu, 14 Feb 2002 16:22:32 +0100
Sebastian Dröge <sebastian.droege@gmx.de> wrote:

> On Thu, 14 Feb 2002 18:05:01 +0300
> Oleg Drokin <green@namesys.com> wrote:
> 
> > Hello!
> > 
> > On Thu, Feb 14, 2002 at 03:57:16PM +0100, Sebastian Dr?ge wrote:
> > 
> > > after starting GNOME with 2.5.5-pre1 with reiserfs on the root partition I get several funny-named files in ~/.gnome/accels and I can't start some programms anymore... When I reboot into 2.4.17 again everything works right and this files are gone again
> > 
> > Hm. I was not able to run 2.5.5-pre1 with reiserfs support without patch
> > attached at all.
> > 
> > > This only happens with any kernel since 2.5.4-pre* or so and it happens everytime I try to start GNOME under such kernel.
> > 
> > Have you tried to run reiserfsck on your partition after 2.5.4-pre1
> > Run reiserfsck and never use 2.5.4-pre1 or earlier 2.5 kernels.
> Thanks I'll try that
> *bootingfromcdandrunningreiserfsck* ;)
> Bye

Ok...
reiserfsck --check said I have to do --rebuild-tree because of critical corruption (many "bad_leaf: block xxxxx has wrong order of items")...
after that I booted into 2.4.17. Everything works okay.
Then I booted 2.5.5-pre1 and the mysterious files are there again after starting GNOME. I've copied one file to another location but when I reboot into 2.4.17 the files and the copy are gone again...
If you need one or two file names or the content of them just ask (They begin with an "^")... then I'll handcopy them ;)
The format of the partition is 3.6 and another partition with 3.5 format had no errors... Maybe this helps

I could build 2.5.5-pre1 without your patch from the last mail but for this try I have build the kernel with it
Bye

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-14 16:24     ` Sebastian Dröge
@ 2002-02-14 16:26       ` Oleg Drokin
  2002-02-15 12:52         ` Sebastian Dröge
  0 siblings, 1 reply; 10+ messages in thread
From: Oleg Drokin @ 2002-02-14 16:26 UTC (permalink / raw)
  To: Sebastian DrЖge; +Cc: reiserfs-list, linux-kernel

Hello!

On Thu, Feb 14, 2002 at 05:24:21PM +0100, Sebastian DrЖge wrote:

> reiserfsck --check said I have to do --rebuild-tree because of critical corruption (many "bad_leaf: block xxxxx has wrong order of items")...

these are 2.5.3 signs.

> after that I booted into 2.4.17. Everything works okay.
> Then I booted 2.5.5-pre1 and the mysterious files are there again after starting GNOME. I've copied one file to another location but when I reboot into 2.4.17 the files and the copy are gone again...

But GNOME is working, right?

> If you need one or two file names or the content of them just ask (They begin with an "^")... then I'll handcopy them ;)

I have a better approach.
Just recreate them (by running GNOME in 2.5.5-pre1?) and then tar them up ;)
Send the ersulting tar file to me.

> The format of the partition is 3.6 and another partition with 3.5 format had no errors... Maybe this helps

So now problem only is that there are strange files after GNOME start, right?
Do these files disa[[ear after you quit GNOME?

> I could build 2.5.5-pre1 without your patch from the last mail but for this try I have build the kernel with it
I just found this patch is only needed on SMP ;)

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-14 16:26       ` Oleg Drokin
@ 2002-02-15 12:52         ` Sebastian Dröge
  2002-02-15 12:54           ` Oleg Drokin
  0 siblings, 1 reply; 10+ messages in thread
From: Sebastian Dröge @ 2002-02-15 12:52 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1816 bytes --]

On Thu, 14 Feb 2002 19:26:33 +0300
Oleg Drokin <green@namesys.com> wrote:

> Hello!
> 
> On Thu, Feb 14, 2002 at 05:24:21PM +0100, Sebastian Dröge wrote:
> 
> > reiserfsck --check said I have to do --rebuild-tree because of critical corruption (many "bad_leaf: block xxxxx has wrong order of items")...
> 
> these are 2.5.3 signs.
> 
> > after that I booted into 2.4.17. Everything works okay.
> > Then I booted 2.5.5-pre1 and the mysterious files are there again after starting GNOME. I've copied one file to another location but when I reboot into 2.4.17 the files and the copy are gone again...
> 
> But GNOME is working, right?
Yes GNOME works in 2.4.17... in 2.5.5-pre1 it works two but I have some problems...
> 
> > If you need one or two file names or the content of them just ask (They begin with an "^")... then I'll handcopy them ;)
> 
> I have a better approach.
> Just recreate them (by running GNOME in 2.5.5-pre1?) and then tar them up ;)
> Send the ersulting tar file to me.
Hey that would be to easy ;)
> 
> > The format of the partition is 3.6 and another partition with 3.5 format had no errors... Maybe this helps
> 
> So now problem only is that there are strange files after GNOME start, right?
> Do these files disa[[ear after you quit GNOME?
They don't disappear but I can't reproduce the behaviour anymore...
I've run reiserfsck --fix-fixable, it detects one error, fixes that and after reboot the files were gone in 2.4.17 AND 2.5.5-pre1
So the problem seems to be solved
Now I have another problem... If I start the gnome-terminal 9 of 10 times it hangs and bash doesn't start
I had this behaviour before the reiserfscks but I thought it has something to do with the files
2.4.17, again, runs without any problems
Maybe somebody can test if he can start gnome-terminal with 2.5.5-pre1

Bye

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-15 12:52         ` Sebastian Dröge
@ 2002-02-15 12:54           ` Oleg Drokin
  2002-02-16 15:04             ` Sebastian Dröge
                               ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Oleg Drokin @ 2002-02-15 12:54 UTC (permalink / raw)
  To: Sebastian DrЖge; +Cc: reiserfs-list, linux-kernel

Hello!
On Fri, Feb 15, 2002 at 01:52:23PM +0100, Sebastian DrЖge wrote:

> > Do these files disa[[ear after you quit GNOME?
> They don't disappear but I can't reproduce the behaviour anymore...
> I've run reiserfsck --fix-fixable, it detects one error, fixes that and after reboot the files were gone in 2.4.17 AND 2.5.5-pre1
What was the error?

> I had this behaviour before the reiserfscks but I thought it has something to do with the files
> 2.4.17, again, runs without any problems
> Maybe somebody can test if he can start gnome-terminal with 2.5.5-pre1
Where do these gnome-terminal hangs? (check ps axl output,
also sysrq-t may be of some help)

Bye,
    Oleg

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-15 12:54           ` Oleg Drokin
@ 2002-02-16 15:04             ` Sebastian Dröge
  2002-02-16 17:22             ` [reiserfs-list] " system_lists
       [not found]             ` <20020216162503.270ab9cc.sebastian.droege@gmx.de>
  2 siblings, 0 replies; 10+ messages in thread
From: Sebastian Dröge @ 2002-02-16 15:04 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1384 bytes --]

Hi,

On Fri, 15 Feb 2002 15:54:13 +0300
Oleg Drokin <green@namesys.com> wrote:

> Hello!
> On Fri, Feb 15, 2002 at 01:52:23PM +0100, Sebastian Dröge wrote:
> 
> > > Do these files disa[[ear after you quit GNOME?
> > They don't disappear but I can't reproduce the behaviour anymore...
> > I've run reiserfsck --fix-fixable, it detects one error, fixes that and after reboot the files were gone in 2.4.17 AND 2.5.5-pre1
> What was the error?
I don't know it anymore but it was something with wrong mtime or something... sorry
I've started 2.5.4-dj2 a few seconds ago and the files were created again... but this time I've tar them up. Please take a look at it
but the strangest thing was: the files didn't go away after rebooting into 2.4.17...
> 
> > I had this behaviour before the reiserfscks but I thought it has something to do with the files
> > 2.4.17, again, runs without any problems
> > Maybe somebody can test if he can start gnome-terminal with 2.5.5-pre1
> Where do these gnome-terminal hangs? (check ps axl output,
> also sysrq-t may be of some help)
OK I'll try it but I think there's something you should know...
When I start the gnome-terminal from a panel launcher the window just pops up and exits then...
When I start the gnome-terminal from console the window pops up and nothing happens... no shell get loaded
But now I try to find out where it hangs or exits

Bye

[-- Attachment #1.2: accels.tar.gz --]
[-- Type: application/octet-stream, Size: 2187 bytes --]

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [reiserfs-list] Re: Reiserfs Corruption with 2.5.5-pre1
  2002-02-15 12:54           ` Oleg Drokin
  2002-02-16 15:04             ` Sebastian Dröge
@ 2002-02-16 17:22             ` system_lists
       [not found]             ` <20020216162503.270ab9cc.sebastian.droege@gmx.de>
  2 siblings, 0 replies; 10+ messages in thread
From: system_lists @ 2002-02-16 17:22 UTC (permalink / raw)
  To: Sebastian Dröge, Oleg Drokin; +Cc: reiserfs-list, linux-kernel


(no Gnome here).

2.5.5-pre1 in a production server working here (home one with 2 domains).
1 raid and 2 spares hds with reiser.

All is going ok here. i got a halt (dont know the reason, no logs or any 
info on syslog or console) but after that (reboot and fsck the ext2 disk, 
the system one) ... all ok.

It likes stable
Sorry, i cannot check any with Gnome.

At 16:04 16/02/2002 +0100, Sebastian Dröge wrote:
>Hi,
>
>On Fri, 15 Feb 2002 15:54:13 +0300
>Oleg Drokin <green@namesys.com> wrote:
>
> > Hello!
> > On Fri, Feb 15, 2002 at 01:52:23PM +0100, Sebastian Dröge wrote:
> >
> > > > Do these files disa[[ear after you quit GNOME?
> > > They don't disappear but I can't reproduce the behaviour anymore...
> > > I've run reiserfsck --fix-fixable, it detects one error, fixes that 
> and after reboot the files were gone in 2.4.17 AND 2.5.5-pre1
> > What was the error?
>I don't know it anymore but it was something with wrong mtime or 
>something... sorry
>I've started 2.5.4-dj2 a few seconds ago and the files were created 
>again... but this time I've tar them up. Please take a look at it
>but the strangest thing was: the files didn't go away after rebooting into 
>2.4.17...
> >
> > > I had this behaviour before the reiserfscks but I thought it has 
> something to do with the files
> > > 2.4.17, again, runs without any problems
> > > Maybe somebody can test if he can start gnome-terminal with 2.5.5-pre1
> > Where do these gnome-terminal hangs? (check ps axl output,
> > also sysrq-t may be of some help)
>OK I'll try it but I think there's something you should know...
>When I start the gnome-terminal from a panel launcher the window just pops 
>up and exits then...
>When I start the gnome-terminal from console the window pops up and 
>nothing happens... no shell get loaded
>But now I try to find out where it hangs or exits
>
>Bye


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Reiserfs Corruption with 2.5.5-pre1
       [not found]             ` <20020216162503.270ab9cc.sebastian.droege@gmx.de>
@ 2002-02-18  6:03               ` Oleg Drokin
  0 siblings, 0 replies; 10+ messages in thread
From: Oleg Drokin @ 2002-02-18  6:03 UTC (permalink / raw)
  To: Sebastian DrЖge; +Cc: reiserfs-list, linux-kernel

Hello!

   Please show a process list when this happens (ps axlwww)

Bye,
    Oleg
On Sat, Feb 16, 2002 at 04:25:03PM +0100, Sebastian DrЖge wrote:
> Hi,
> I've run gnome-terminal with strace and something interesting has happened...
> gnome-terminal hangs with an endless loop doing polls. strace output is attached. Maybe you can find the problem
> 
> Back to the files again... in 2.4.17 they aren't created... in 2.5.5-pre1 they are SOMETIMES created.
> In the moment I'm running 2.5.5-pre1 and no strange file is created
> gnome-terminal doesn't run. Every (?) other programm runs
> 
> Bye





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2002-02-18  6:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14 14:57 Reiserfs Corruption with 2.5.5-pre1 Sebastian Dröge
2002-02-14 15:05 ` Oleg Drokin
2002-02-14 15:22   ` Sebastian Dröge
2002-02-14 16:24     ` Sebastian Dröge
2002-02-14 16:26       ` Oleg Drokin
2002-02-15 12:52         ` Sebastian Dröge
2002-02-15 12:54           ` Oleg Drokin
2002-02-16 15:04             ` Sebastian Dröge
2002-02-16 17:22             ` [reiserfs-list] " system_lists
     [not found]             ` <20020216162503.270ab9cc.sebastian.droege@gmx.de>
2002-02-18  6:03               ` Oleg Drokin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox