Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 1999 20:44:39 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        "David O'Brien" <obrien@NUXI.com>
Cc:        current@FreeBSD.ORG, vladimir@math.uic.edu
Subject:   Re: NFSv3 on freebsd<-->solaris
Message-ID:  <199908240344.UAA12309@apollo.backplane.com>
References:   <19990823140608.A70275@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:...
:am not implying that the problem might be on the FreeBSD side, it might
:as well be a bug in solaris NFS implementation).  
:
:I would greatly appreciate any help with the following problem.   I have
:a FreeBSD NFS server (3.2-STABLE, built on Aug 3), and a Solaris 2.7
:client.  I run into problems when trying to use NFSv3 mounts on the
:client.   Trying to remove files from the mounted partition (on the nfs
:client) results in multiple errors, for example:
:
:    # rm -r /home/2/vladimir
:    rm: Unable to remove directory /home/2/vladimir/CVS/blowup/c: File exists
:    rm: Unable to remove directory /home/2/vladimir/CVS/blowup: File exists
:    rm: Unable to remove directory /home/2/vladimir/CVS/useradd: File exists
:
:I have tried using tcp and udp mount options with the same result.  NFSv2
:works fine.
:
:Solaris client has the latest patches applied.   I would very much appreciate 
:any comments on that.   

    When you look at those directories on the server from the server are there any
    files left over?

    If so then the rm -r is somehow missing some files and then is unable to 
    rmdir the directory because it isn't yet empty.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908240344.UAA12309>