All of lore.kernel.org
 help / color / mirror / Atom feed
* rename system call kernel lockup
@ 2002-05-08 13:03 Matthias Lange
  2002-05-08 13:10 ` Oleg Drokin
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Lange @ 2002-05-08 13:03 UTC (permalink / raw)
  To: reiserfs-list

Hi,

My system: Linux hobbes 2.4.4-64GB-SMP #1 SMP
(SuSE Distribution 7.2)

The following c program locks up in kernel mode and a
reboot is required to access the directory /tmp/b again:

$ mkdir -p /tmp/b/a

--------------------
#include <stdio.h>
int main (void) {
   int ret;

   ret = rename("/tmp/b/a","/tmp/b");   /* <--- locks up here */

   printf("Return Code: %d\n",ret);
   perror("main");
   return 0
}
--------------------

The partition is reiserfs, created with 3.5 and running with the
-o conv option to enable 32Bit uids.

I have not found any references to this problem on the mailing list,
is this a known bug? Possibly fixed in current versions?

Any help or advice is appreciated.

Greetings

Matthias Lange

Please cc: me since I am not on the list
-- 
Matthias Lange, Dipl.-Ing. (FH)                 e:   ml@netuse.de
NetUSE AG               Dr.-Hell-Straße         Fon: +49 431 38643500
http://www.netuse.de/   D-24107 Kiel, Germany   Fax: +49 431 38643599


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

* Re: rename system call kernel lockup
  2002-05-08 13:03 rename system call kernel lockup Matthias Lange
@ 2002-05-08 13:10 ` Oleg Drokin
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Drokin @ 2002-05-08 13:10 UTC (permalink / raw)
  To: Matthias Lange; +Cc: reiserfs-list

Hello!

On Wed, May 08, 2002 at 03:03:11PM +0200, Matthias Lange wrote:

> My system: Linux hobbes 2.4.4-64GB-SMP #1 SMP
> (SuSE Distribution 7.2)

Consider upgrading your kernel to 2.4.18+ or to whatever the latest
kernel upgrade kernel from SuSE is available now.

Also check your filesystem with latest reiserfsprogs package.

Bye,
    Oleg

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

end of thread, other threads:[~2002-05-08 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-08 13:03 rename system call kernel lockup Matthias Lange
2002-05-08 13:10 ` Oleg Drokin

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.