Hi,
> I'm running redhat 7.1 with release 1.0.1 kernel 2.4.3 (IIRC, it is the
> one based on the redhat kernel). I'm also using quota-3.01-pre7 which I
> built from the source rpm.
>
> I have exported my /export partition over NFS which file system is XFS.
>
> I can mount this from client type machines, but when I try (on the
> client) to list my quota, the command just hangs. I've run snoop on the
> connection, and it appears that my server (sherlock) doesn't respond to
> the client's (cousteau) requests.
>
> I also verified that rpc.rquotad is running on my server.
>
> Any idea how I can get remote quota reporting working?
Similar configuration. My NFS-client machine is a Sun (Solaris 2.7).
On my linux XFS-NFS server, rpc.rquotad segfaults when I run
quota -v <user> on the client (Sun).
>From the Sun, I get a similar snoop trace...
/Fermin
> Here is the snoop output:
>
> [cousteau ~ 7]# snoop sherlock
> Using device ec0 (promiscuous mode)
> cousteau -> sherlock TCP D=111 S=661 Syn Seq=1727695818 Len=0
> Win=61440
> cousteau -> sherlock TCP D=111 S=661 Syn Seq=1727695818 Len=0
> Win=61440
> sherlock -> cousteau TCP D=661 S=111 Syn Ack=1727695819
> Seq=2875267868 Len=0 Win=5840
> cousteau -> sherlock TCP D=111 S=661 Ack=2875267869
> Seq=1727695819 Len=0 Win=61320
> cousteau -> sherlock TCP D=111 S=661 Ack=2875267869
> Seq=1727695819 Len=0 Win=61320
> cousteau -> sherlock TCP D=111 S=661 Fin Ack=2875267869
> Seq=1727695819 Len=0 Win=61320
> cousteau -> sherlock TCP D=111 S=661 Fin Ack=2875267869
> Seq=1727695819 Len=0 Win=61320
> sherlock -> cousteau TCP D=661 S=111 Fin Ack=1727695820
> Seq=2875267869 Len=0 Win=5840
> cousteau -> sherlock TCP D=111 S=661 Ack=2875267870
> Seq=1727695820 Len=0 Win=61320
> cousteau -> sherlock TCP D=111 S=661 Ack=2875267870
> Seq=1727695820 Len=0 Win=61320
> cousteau -> sherlock PORTMAP C GETPORT prog=100011 (RQUOTA)
> vers=1 proto=UDP
> cousteau -> sherlock PORTMAP C GETPORT prog=100011 (RQUOTA)
> vers=1 proto=UDP (retransmit)
> sherlock -> cousteau PORTMAP R GETPORT port=838
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> (retransmit)
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> (retransmit)
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> (retransmit)
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> (retransmit)
> cousteau -> sherlock RQUOTA C GETQUOTA Uid=0 Path=/export
> (retransmit)
> [cousteau ~ 8]#
>
>
|