Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 03:56:03PM -0700, Jeremy Chadwick wrote: > On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > > > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > > > Hi Jeremy, > > > > > >

svn commit: r249599 - in stable/9/sys: kern sys ufs/ufs

2013-04-17 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 18 00:53:47 2013 New Revision: 249599 URL: http://svnweb.freebsd.org/changeset/base/249599 Log: MFC of 248561: When renaming a directory from one parent directory to another, we need to call ufs_checkpath() to walk from our new location to the root of the

svn commit: r249597 - stable/9/sys/ufs/ffs

2013-04-17 Thread Kirk McKusick
Author: mckusick Date: Thu Apr 18 00:12:32 2013 New Revision: 249597 URL: http://svnweb.freebsd.org/changeset/base/249597 Log: MFC of 249064: The code in clear_remove() and clear_inodedeps() skips one entry in the pagedep and inodedep hash tables. An entry in the table is skipped becaus

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 03:56:03PM -0700, Jeremy Chadwick wrote: > {snipping for brevity; thread reference is below } > { http://lists.freebsd.org/pipermail/svn-src-stable-9/2013-April/004258.html } > > I'll be doing the following to see where exactly the failure happens > since as we know parallel

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > > Hi Jeremy, > > > > > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > >

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 11:00:11PM +0200, Jeremie Le Hen wrote: > On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > > > > I will spend some time to figure out exactly how to reproduce this. > > > > > > Going from recent memory (~2 weeks ago), I encountered it on my VPS box > > >

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
On Wed, Apr 17, 2013 at 02:47:06PM -0500, Brooks Davis wrote: > > > I will spend some time to figure out exactly how to reproduce this. > > > > Going from recent memory (~2 weeks ago), I encountered it on my VPS box > > (which does run ntpd, just FYI): > > > > 1. Initially installed with 9.1-RE

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Brooks Davis
On Wed, Apr 17, 2013 at 12:35:38PM -0700, Jeremy Chadwick wrote: > On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > > Hi Jeremy, > > > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > > > > Now that this has been enabled by default, I should warn folks of

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Wed, Apr 17, 2013 at 02:54:33PM +0200, Jeremie Le Hen wrote: > Hi Jeremy, > > On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > > > Now that this has been enabled by default, I should warn folks of a > > caveat that I found in the buildworld/buildkernel framework. It's > >

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Olav Grønås Gjerde
I have to admit that I didn't wait for an hour, as buildkernel usually complete within 30 minutes on my system. I just tried to build the kernel on another very similar system, no problems there. I forgot to mention that I tried to upgrade from an 8-STABLE from last summer directly to the latest 9-

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Dimitry Andric
On Apr 17, 2013, at 17:41, Pedro Giffuni wrote: > On 04/17/13 03:29, Jeremy Chadwick wrote: >> On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: >>> Author: brooks >>> Date: Tue Apr 16 16:09:27 2013 >>> New Revision: 249549 >>> URL: http://svnweb.freebsd.org/changeset/base/249549 >>>

Re: make buildkernel for GENERIC 9-STABLE just hangs, no error (was svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf)

2013-04-17 Thread Pedro Giffuni
On 04/17/13 03:29, Jeremy Chadwick wrote: On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: Author: brooks Date: Tue Apr 16 16:09:27 2013 New Revision: 249549 URL: http://svnweb.freebsd.org/changeset/base/249549 Log: MFC (much delayed) 234504: Enable DTrace hooks in GENERI

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
Hi Jeremy, On Tue, Apr 16, 2013 at 09:19:19AM -0700, Jeremy Chadwick wrote: > > Now that this has been enabled by default, I should warn folks of a > caveat that I found in the buildworld/buildkernel framework. It's > easiest to explain like this: > > 1. Install FreeBSD 9.x, svn checkout of sta

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremy Chadwick
On Tue, Apr 16, 2013 at 04:09:28PM +, Brooks Davis wrote: > Author: brooks > Date: Tue Apr 16 16:09:27 2013 > New Revision: 249549 > URL: http://svnweb.freebsd.org/changeset/base/249549 > > Log: > MFC (much delayed) 234504: > > Enable DTrace hooks in GENERIC. > > Modified: > stable/9