Re: compiling on nfs directories

2014-12-19 Thread Gerrit Kühn
On Fri, 19 Dec 2014 08:02:54 -0500 (EST) Rick Macklem wrote about Re: compiling on nfs directories: RM> avg@ MFC'd this patch to stable/9 and stable/10, so you can set up a RM> test machine with stable/10 on it instead of adding the one line RM> patch to whatever version you a

Re: compiling on nfs directories

2014-12-19 Thread Rick Macklem
Gerrit Kuhn wrote: > On Thu, 18 Dec 2014 19:05:24 -0500 (EST) Rick Macklem > wrote about Re: compiling on nfs directories: > > RM> avg@ just MFC'd a one line ZFS patch (the one I vaguely > remembered > RM> before). It is r275401 in head: > RM> > https:/

Re: compiling on nfs directories

2014-12-18 Thread Gerrit Kühn
On Thu, 18 Dec 2014 19:05:24 -0500 (EST) Rick Macklem wrote about Re: compiling on nfs directories: RM> avg@ just MFC'd a one line ZFS patch (the one I vaguely remembered RM> before). It is r275401 in head: RM> https://svnweb.freebsd.org/base/head/sys/cddl/contrib/opensolaris/uts

Re: compiling on nfs directories

2014-12-18 Thread Rick Macklem
Gerrit Kuhn wrote: > On Mon, 15 Dec 2014 15:59:29 -0500 (EST) Rick Macklem > wrote about Re: compiling on nfs directories: > > > RM> Also, note that he didn't see the problem with FreeBSD8.3, which > would > RM> have been following the same rules on the se

Re: compiling on nfs directories

2014-12-18 Thread Rick Macklem
Russell L. Carter wrote: > > > On 12/18/14 08:37, Adam Vande More wrote: > > On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers > > wrote: > >> > >> On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter > >> > >> wrote: > >>> On 12/17/14 18:30, Adam McDougall wrote: > > On 12/17/2014 19:47, Ru

Re: compiling on nfs directories

2014-12-18 Thread Russell L. Carter
On 12/18/14 08:37, Adam Vande More wrote: On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers wrote: On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter wrote: On 12/17/14 18:30, Adam McDougall wrote: On 12/17/2014 19:47, Russell L. Carter wrote: On 12/17/14 16:07, Rick Macklem wrote: If

Re: compiling on nfs directories

2014-12-18 Thread Adam Vande More
On Thu, Dec 18, 2014 at 9:29 AM, Alan Somers wrote: > > On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter > wrote: > > On 12/17/14 18:30, Adam McDougall wrote: > >> > >> On 12/17/2014 19:47, Russell L. Carter wrote: > >>> > >>> > >>> > >>> On 12/17/14 16:07, Rick Macklem wrote: > >> > >> >

Re: compiling on nfs directories

2014-12-18 Thread Alan Somers
On Wed, Dec 17, 2014 at 6:54 PM, Russell L. Carter wrote: > > > On 12/17/14 18:30, Adam McDougall wrote: >> >> On 12/17/2014 19:47, Russell L. Carter wrote: >>> >>> >>> >>> On 12/17/14 16:07, Rick Macklem wrote: >> >> If this is using an exported ZFS volume, it would be nice if you could

Re: compiling on nfs directories

2014-12-17 Thread Russell L. Carter
On 12/17/14 18:30, Adam McDougall wrote: On 12/17/2014 19:47, Russell L. Carter wrote: On 12/17/14 16:07, Rick Macklem wrote: If this is using an exported ZFS volume, it would be nice if you could do the same test using an exported UFS file system, to see if this is ZFS related. It is i

Re: compiling on nfs directories

2014-12-17 Thread Adam McDougall
On 12/17/2014 19:47, Russell L. Carter wrote: > > > On 12/17/14 16:07, Rick Macklem wrote: >> If this is using an exported ZFS volume, it would be nice if you >> could do the same test using an exported UFS file system, to see if >> this is ZFS related. > > It is indeed using exported ZFS files

Re: compiling on nfs directories

2014-12-17 Thread Russell L. Carter
On 12/17/14 16:07, Rick Macklem wrote: Russell L. Carter wrote: [...] After figuring out a way to test this reversibly, I tried the following: server & client vfs.timestamp_precision=3, make -j12 buildworld/kernel, and make installworld -j1 on the client => fail, in /usr/src/sys/boot ser

Re: compiling on nfs directories

2014-12-17 Thread Rick Macklem
Russell L. Carter wrote: > > > On 12/16/14 20:39, Russell L. Carter wrote: > > > > > > On 12/16/14 11:37, John Baldwin wrote: > >> On Monday, December 15, 2014 3:59:29 pm Rick Macklem wrote: > > > > [...] > > > >>> What I suspect might cause this is one of two things: > >>> 1 - The modify time of

Re: compiling on nfs directories

2014-12-17 Thread Russell L. Carter
On 12/16/14 20:39, Russell L. Carter wrote: On 12/16/14 11:37, John Baldwin wrote: On Monday, December 15, 2014 3:59:29 pm Rick Macklem wrote: [...] What I suspect might cause this is one of two things: 1 - The modify time of the file is now changing at a time the Linux client doesn

Re: compiling on nfs directories

2014-12-16 Thread Russell L. Carter
On 12/16/14 11:37, John Baldwin wrote: On Monday, December 15, 2014 3:59:29 pm Rick Macklem wrote: [...] What I suspect might cause this is one of two things: 1 - The modify time of the file is now changing at a time the Linux client doesn't expect, due to changes in ZFS or maybe TOD c

Re: compiling on nfs directories

2014-12-16 Thread John Baldwin
On Monday, December 15, 2014 3:59:29 pm Rick Macklem wrote: > Mehmet Erol Sanliturk wrote: > > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn > > > > wrote: > > > > > > Hi all, > > > > > > I ran into some weird issue here last week: > > > I have an NFS-Server for storage and diskless booting (pxe /

Re: compiling on nfs directories

2014-12-16 Thread Rick Macklem
Gerrit Kuhn wrote: > On Mon, 15 Dec 2014 15:59:29 -0500 (EST) Rick Macklem > wrote about Re: compiling on nfs directories: > > > RM> Also, note that he didn't see the problem with FreeBSD8.3, which > would > RM> have been following the same rules on the se

Re: compiling on nfs directories

2014-12-16 Thread Gerrit Kühn
On Mon, 15 Dec 2014 15:59:29 -0500 (EST) Rick Macklem wrote about Re: compiling on nfs directories: RM> Also, note that he didn't see the problem with FreeBSD8.3, which would RM> have been following the same rules on the server as 10.1. RM> RM> What I suspect might cause t

Re: compiling on nfs directories

2014-12-15 Thread Rick Macklem
Mehmet Erol Sanliturk wrote: > On Mon, Dec 15, 2014 at 3:42 PM, Rick Macklem > wrote: > > > > Mehmet Erol Sanilturk wrote: > > > On Mon, Dec 15, 2014 at 12:59 PM, Rick Macklem > > > > > > wrote: > > > > > > > > Mehmet Erol Sanliturk wrote: > > > > > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn >

Re: compiling on nfs directories

2014-12-15 Thread Mehmet Erol Sanliturk
On Mon, Dec 15, 2014 at 3:42 PM, Rick Macklem wrote: > > Mehmet Erol Sanilturk wrote: > > On Mon, Dec 15, 2014 at 12:59 PM, Rick Macklem > > wrote: > > > > > > Mehmet Erol Sanliturk wrote: > > > > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn > > > > > > > > wrote: > > > > > > > > > > Hi all, > >

Re: compiling on nfs directories

2014-12-15 Thread Rick Macklem
Mehmet Erol Sanilturk wrote: > On Mon, Dec 15, 2014 at 12:59 PM, Rick Macklem > wrote: > > > > Mehmet Erol Sanliturk wrote: > > > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn > > > > > > wrote: > > > > > > > > Hi all, > > > > > > > > I ran into some weird issue here last week: > > > > I have an N

Re: compiling on nfs directories

2014-12-15 Thread Mehmet Erol Sanliturk
On Mon, Dec 15, 2014 at 12:59 PM, Rick Macklem wrote: > > Mehmet Erol Sanliturk wrote: > > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn > > > > wrote: > > > > > > Hi all, > > > > > > I ran into some weird issue here last week: > > > I have an NFS-Server for storage and diskless booting (pxe / nfs

Re: compiling on nfs directories

2014-12-15 Thread Rick Macklem
Mehmet Erol Sanliturk wrote: > On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn > > wrote: > > > > Hi all, > > > > I ran into some weird issue here last week: > > I have an NFS-Server for storage and diskless booting (pxe / nfs > > root) > > running under FreeBSD. The clients are running Gentoo Linux.

Re: compiling on nfs directories

2014-12-15 Thread Mehmet Erol Sanliturk
On Mon, Dec 15, 2014 at 1:24 AM, Gerrit Kühn wrote: > > Hi all, > > I ran into some weird issue here last week: > I have an NFS-Server for storage and diskless booting (pxe / nfs root) > running under FreeBSD. The clients are running Gentoo Linux. Some time > ago, I replaced the server, going from