public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* strange NFS problems (ARM client, x86 server)
@ 2004-09-29  8:23 Lennert Buytenhek
  2004-09-29  8:26 ` Trond Myklebust
  2004-09-29 20:33 ` Tonnerre
  0 siblings, 2 replies; 4+ messages in thread
From: Lennert Buytenhek @ 2004-09-29  8:23 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: dsaxena, linux-kernel, herbertb

Hi Trond,

I have an NFS server running 2.6.8-1.521smp (Fedora Core 2 kernel) on
an x86 host, and a client running 2.6.9-rc2 on a big-endian ARM on an
embedded card.  I'm using nfsroot because this card has no directly
attached storage.

>From time to time I see strange problems with files suddenly not being
there anymore but then reappearing, etc.  Today I saw this happening:

-/bin/bash-2.05b# ls -al aumix-2.8-8.armv4b.rpm 
-rw-r--r--  1 root root 72854 Sep 28 20:13 aumix-2.8-8.armv4b.rpm
-/bin/bash-2.05b# rpm -Uvh aumix-2.8-8.armv4b.rpm
/etc/security/selinux/file_contexts: No such file or directory
Preparing...                ########################################### [100%]
error: open of aumix-2.8-8.armv4b.rpm failed: No such file or directory
-/bin/bash-2.05b# strace rpm -Uvh aumix-2.8-8.armv4b.rpm
[...]
chdir("/")                              = 0
chroot("/")                             = 0
[...]
write(1, "Preparing...                ", 28Preparing...                ) = 28
[...]
chroot(".")                             = 0
chdir("")                               = -1 ENOENT (No such file or directory)
[...]
open("aumix-2.8-8.armv4b.rpm", O_RDONLY|O_LARGEFILE)     = -1 ENOENT (No such file or directory)
write(2, "error: ", 7error: )                  = 7
write(2, "open of aumix-2.8-8.armv4"..., 48open of aumix-2.8-8.armv4b.rpm failed: No such file or directory
[...]
-/bin/bash-2.05b# cat aumix-2.8-8.armv4b.rpm > /dev/null
-/bin/bash-2.05b# pwd
/usr/src/redhat/RPMS/armv4b
-/bin/bash-2.05b# cd /usr/src/redhat/RPMS/armv4b
-/bin/bash-2.05b# rpm -Uvh aumix-2.8-8.armv4b.rpm
/etc/security/selinux/file_contexts: No such file or directory
Preparing...                ########################################### [100%]
   1:aumix                  ########################################### [100%]
-/bin/bash-2.05b#


I tried rpm a few times in a row before I changed the directory to `pwd`,
but it failed every time, with every time a similar strace.

Also, my overnight native gcc compile bombed out with the following
message.  Normally it manages to build just fine.

gcc.o: No such file or directory
{standard input}: Assembler messages:
{standard input}:46857: FATAL: Can't write gcc.o: Illegal seek
make[2]: *** [gcc.o] Error 1


I guess you need tcpdumps, no?


thanks,
Lennert

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

end of thread, other threads:[~2004-09-30  8:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-29  8:23 strange NFS problems (ARM client, x86 server) Lennert Buytenhek
2004-09-29  8:26 ` Trond Myklebust
2004-09-29 20:33 ` Tonnerre
2004-09-30  8:32   ` Lennert Buytenhek

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