NFS problem 2.1.131

Christian Groessler (cpg@aladdin.de)
Tue, 15 Dec 1998 10:12:41 +0100


Hello,

/mnt is nfs-mounted:

[/mnt/chris]$ ls -l
total 10272
-rwxr-xr-x 1 chris globtmp 10502399 Dec 13 20:14 xmame.x11*

[/mnt/chris]$ file xmame.x11
xmame.x11: ELF 32-bit LSB executable, Intel 386, version 1, not stripped

[/mnt/chris]$ ldd ./xmame.x11
ldd: ./xmame.x11 exited with signal 11

[/mnt/chris]$ ./xmame.x11
Segmentation fault (core dumped)

hmm, the file seems to be broken, but...(/tmp is local):

[/mnt/chris]$ cp xmame.x11 /tmp
[/mnt/chris]$ cd /tmp
[/tmp]$ ldd ./xmame.x11
libX11.so.6 => /usr/X11R6/lib/libX11.so.6
libXext.so.6 => /usr/X11R6/lib/libXext.so.6
libm.so.5 => /lib/libm.so.5
libc.so.5 => /lib/libc.so.5
[/tmp]$ ./xmame.x11
XOpenDisplay failed

So I'm able to run this file from a local filesystem, but
it segfaults when started from nfs....

[/tmp]$ uname -a
Linux ottokar 2.1.131 #1 Mon Dec 14 23:20:57 CET 1998 i486 unknown

2.1.125 had the same problem.

Any ideas?

chris

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/