On Wed, Feb 09, 2005 at 11:16:58PM +0100, Steinar H. Gunderson wrote:
> Unfortunately, there's still stuff to go -- I'm currently trying to find out
> why rpc.mountd effectively dies after the first mount attempt (successful or
> not), and subsequent mounts give "/mnt already exists" (!). Any ideas?

Still trying to debug this... It happens whether I use Kerberos or not. I
can mount whatever I want from one machine:

  dessverre:~# mount -t nfs4 musikk:/upload /upload
  dessverre:~# mount -t nfs4 musikk:/musikk /musikk
  dessverre:~# 

But then, trying to mount the same stuff on another machine fails:

  senere:~# mount -t nfs4 musikk:/musikk /mnt
  mount: File exists

I can restart nfs-kernel-server on the server:

  altersex:/var/lib/nfs# /etc/init.d/nfs-kernel-server restart
  Stopping NFS kernel daemon: mountd svcgssd nfsd.
  Unexporting directories for NFS kernel daemon...done.
  Exporting directories for NFS kernel daemon...done.
  Starting NFS kernel daemon: svcgssd nfsd mountd.

And then I can mount stuff on the second client:

  senere:~# mount -t nfs4 musikk:/musikk /mnt
  senere:~# 

But then the first client goes haywire. I can still list stuff, but reading
files is messed up. Meanwhile, the server logs are filled up with

  Feb  9 23:41:51 altersex kernel: NFSD: setclientid: string in use by
  client(clientid 420a9105/00000038)
  Feb  9 23:42:22 altersex last message repeated 12107 times

I'll be trying a patched kernel on the server now; sorry for spamming the BTS
with this over and over again :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to