On Nov 28 21:37:25, Jan Stary wrote:
> On Nov 28 09:37:19, Jason LaRiviere wrote:
> > Jan Stary wrote:
> > > 
> > > I am experiencing something similar on 4.8-current (server) and MacOSX
> > > 10.5.8 (client). I suspect the MacOSX to be the quilty one, as no other
> > > NFS client shows any of these symptoms.
> > > 
> > > From the mac, I can write a file to the (auto)mounted share (/media)
> 
> correction: I can write a small file;
> writing a 700mb avi stopped at byte 149495808, saying
> 
> $ mv thief.* /media/Mann/
> mv: /media/Mann/thief.avi: Interrupted system call
> 
> By dtrace, it is still trying to write.
> 

And yet, if I first create an empty file of the desired name,
and then copy over it, it works just fine:

$ touch /media/Mann/thief.avi
$ cp thief.avi /media/Mann/thief.avi

But then 'mplayer /media/Mann/thief.avi'
gets stuck again. According to 'dtrace -p 768  -P syscall'
(where 768 is the player process), this is what's happening:
http://stare.cz/~hans/.tmp/bsdmacnfs.txt

I will look at a tcpdump of such NFS session.

Reply via email to