Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2019 11:59:38 +0900
From:      KIRIYAMA Kazuhiko <kiri@truefc.org>
To:        Peter Jeremy <peter@rulingia.com>
Cc:        Trond =?ISO-8859-1?Q?Endrest=F8l?= <trond.endrestol@ximalas.info>, KIRIYAMA Kazuhiko <kiri@truefc.org>, "FreeBSD-stable@FreeBSD.org" <FreeBSD-stable@FreeBSD.org>
Subject:   Re: `uname -a' can't display revision
Message-ID:  <201908210259.x7L2xcVY044629@kx.truefc.org>
In-Reply-To: <20190820194909.GA75146@server.rulingia.com>
References:  <201908200200.x7K20gxg003413@kx.truefc.org> <alpine.BSF.2.21.99999.352.1908200646080.12719@enterprise.ximalas.info> <201908201118.x7KBIhCD027716@kx.truefc.org> <alpine.BSF.2.21.99999.352.1908201353530.12719@enterprise.ximalas.info> <201908201224.x7KCO5rh030491@kx.truefc.org> <alpine.BSF.2.21.99999.352.1908201432420.12719@enterprise.ximalas.info> <20190820194909.GA75146@server.rulingia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 21 Aug 2019 04:49:09 +0900,
Peter Jeremy wrote:
>=20
> [1  <text/plain; iso-8859-1 (quoted-printable)>]
> On 2019-Aug-20 14:36:14 +0200, Trond Endrest=F8l <trond.endrestol@ximalas=
.info> wrote:
> >Maybe NFS is to blame, particularly if file locks cannot be obtained.
>=20
> 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:~ %=20

Thanks for your help!
---
KIRIYAMA Kazuhiko
>=20
> --=20
> Peter Jeremy
> [2 signature.asc <application/pgp-signature (7bit)>]
>=20



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