Bugzilla – Bug 140741
rpc.rquotad failed
Last modified: 2006-04-26 16:03:43 UTC
rpc.rquotad on suse10.0 (quota-3.13-2) fails. If replaced with rpc.rquotad from suse9.3 (quota-3.11-26) all is OK. Example: I have exported /u/6 on a suse10.0 pc. Then in first xterm: # mount 127.0.0.1:/u/6 /6 # /usr/sbin/rpc.rquotad -F now in another xterm: # quota -v np6 Disk quotas for user np6 (uid 29583): Filesystem blocks quota limit grace files quota limit grace /dev/sda4 2780 524288 655360 158 51200 64000 in the first xterm I get: rpc.rquotad: Can't stat() given mountpoint /u/6//u/6: No such file or directory Skipping... same but with /usr/sbin/rpc.rquotad vom suse9.3 I get as expected: Disk quotas for user np6 (uid 29583): Filesystem blocks quota limit grace files quota limit grace /dev/sda4 2780 524288 655360 158 51200 64000 127.0.0.1:/u/6 2780 524288 655360 158 51200 64000 So it seems to me that /usr/sbin/rpc.rquotad has a problem.
I guess you use NFSv3, right? Can you please post here contents of your /var/lib/nfs/etab after mounting the NFS filesystem?
Any news here?
Hmm, I'm closing this bug as INVALID for now as it is in NEEDINFO for too long. If you can still reproduce the problem and can provide the required information, please reopen the bug.
Sorry, I forgot this bug because I had a simple workaround: ln -s .. /u/6/u When 10.1 is out I will test it again. Thanx