[Samba] Samba, and NFS. lag?

Jeff Layton jlayton at samba.org
Wed Jan 20 13:00:54 MST 2010


On Wed, 20 Jan 2010 13:36:18 -0500
Nathan Lager <lagern at lafayette.edu> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> OK, Here we go.
> 
> http://www.undrground.org/smb/smbd.strace
> 
> 
> On 01/20/2010 12:56 PM, Volker Lendecke wrote:
> > On Wed, Jan 20, 2010 at 12:28:41PM -0500, Nathan Lager wrote:
> >> That hasnt helped either.
> >>
> >> Same lag on file modification.
> >>
> >> Thanks.
> > 
> > Please connect, look in smbstatus which process is
> > responsible for your client and strace it.
> > 
> > strace -ttT -o /tmp/smbd.strace -p <smbd-pid>
> > 
> > Upload /tmp/smbd.strace somewhere please.
> > 
> > Volker
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAktXTSIACgkQsZqG4IN3sunZqACffagPWZAH3BKFTfe2NSytiOWx
> zfAAoJgks2s5Dt1Pg0vh+49o9FMIcRWj
> =uCY5
> -----END PGP SIGNATURE-----

Looks like it's taking forever for flock() calls to time out, and then
it finally fails with -ENOLCK:

13:24:00.268018 flock(28, 0x60 /* LOCK_??? */) = -1 ENOLCK (No locks available) <30.000971>

...often that means that you don't have rpc.statd running on the client.
-- 
Jeff Layton <jlayton at samba.org>


More information about the samba mailing list