On Wed, 21 Aug 2019 04:49:09 +0900,
Peter Jeremy wrote:
> 
> [1  <text/plain; iso-8859-1 (quoted-printable)>]
> On 2019-Aug-20 14:36:14 +0200, Trond Endrestøl <trond.endres...@ximalas.info> 
> wrote:
> >Maybe NFS is to blame, particularly if file locks cannot be obtained.
> 
> Yes, it is.  SVN tries to obtain locks, even for read-only commands like
> "svn info".  My solution is to mount /usr/src with the option "nolockd".

That it is! Add nolockd option to fstab and `uname -a' put
fine:

admin@tbedfs:~ % uname -a
FreeBSD tbedfs 12.0-STABLE FreeBSD 12.0-STABLE #0 r351318: Wed Aug 21 11:06:40 
JST 2019     root@tbedfs:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64
admin@tbedfs:~ % cat /etc/fstab
# Device        Mountpoint      FStype  Options Dump    Pass#
/dev/vtbd0p2    /               ufs     rw      1       1
/dev/vtbd0p3    none            swap    sw      0       0
vm.tfc:/.dake   /.dake          nfs     rw      0       0
vm.tfc:/ds/src/stable/12/r351318        /usr/src        nfs     ro,nolockd      
0       0
vm.tfc:/ds/obj/stable/12/r351318        /usr/obj        nfs     rw      0       0
admin@tbedfs:~ % 

Thanks for your help!
---
KIRIYAMA Kazuhiko
> 
> -- 
> Peter Jeremy
> [2 signature.asc <application/pgp-signature (7bit)>]
> 
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to