Date: Mon, 27 Feb 2017 13:01:38 +0100 From: Milan Obuch <freebsd-hackers@dino.sk> To: Daniel Braniss <danny@cs.huji.ac.il> Cc: Daniel Shahaf <danielsh@apache.org>, freebsd-hackers@freebsd.org Subject: Re: kern.ostype - where gets its value? Message-ID: <20170227130138.778b6571@zeta.dino.sk> In-Reply-To: <BCF9D145-BFE2-42CF-A03F-8173F6FC742C@cs.huji.ac.il> References: <20170226132548.69223dcd@zeta.dino.sk> <20170226124742.GA10967@fujitsu.shahaf.local2> <20170226140645.5d3ad3c1@zeta.dino.sk> <BCF9D145-BFE2-42CF-A03F-8173F6FC742C@cs.huji.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 26 Feb 2017 16:05:41 +0200 Daniel Braniss <danny@cs.huji.ac.il> wrote: > > On 26 Feb 2017, at 15:06, Milan Obuch <freebsd-hackers@dino.sk> > > wrote: > > > > On Sun, 26 Feb 2017 12:47:42 +0000 > > Daniel Shahaf <danielsh@apache.org> wrote: > > > >> Milan Obuch wrote on Sun, Feb 26, 2017 at 13:25:48 +0100: > >>> From my experience it looks like this problem is caused by svn not > >>> being able to be run on nfs mounted directory, no matter the > >>> architecture - today I tried with both server and client running > >>> 10.3-STABLE on i386, svn just fails. > >> > >> svn can work over nfs provided that locking is supported. > >> > > > > How could I find whether locking is supported/make sure it is? > you need to run rpc_lockd on both server & client > (rpc_lockd_enable=yes in rc.conf) probably also rpc_statd too. > Thanks, I took another solution - mount /usr/src read only with option nolockd. I verified 'svnliteversion /usr/src' command gives correct results on both arm and arm64 (I tested it on my Mac NFS with i386 and amd64 as well, this was another trouble solvable the same way for me). So next kernel should have correct svn revision now... Regards, Milan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170227130138.778b6571>