Re: dogfooding over in clusteradm land

2012-01-03 Thread Don Lewis
On 2 Jan, Don Lewis wrote: > On 2 Jan, Don Lewis wrote: >> On 2 Jan, Florian Smeets wrote: > >>> This does not make a difference. I tried on 32K/4K with/without journal >>> and on 16K/2K all exhibit the same problem. At some point during the >>> cvs2svn conversion the sycer starts to use 100% C

Re: dogfooding over in clusteradm land

2012-01-03 Thread Kostik Belousov
On Tue, Jan 03, 2012 at 12:02:22AM -0800, Don Lewis wrote: > On 2 Jan, Don Lewis wrote: > > On 2 Jan, Don Lewis wrote: > >> On 2 Jan, Florian Smeets wrote: > > > >>> This does not make a difference. I tried on 32K/4K with/without journal > >>> and on 16K/2K all exhibit the same problem. At some

Re: FS hang when creating snapshots on a UFS SU+J setup

2012-01-03 Thread Yamagi Burmeister
Hi, I've seen this too (and other problems with SU+J and snapshots) and was able to reproduce it fairly easy. I wrote a PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=163310 Never received any feedback until now... On Mon, 2 Jan 2012 23:27:57 -0600 Bryce Edwards wrote: > I have a RELENG_9 ma

Re: dogfooding over in clusteradm land

2012-01-03 Thread Don Lewis
On 3 Jan, Kostik Belousov wrote: > This sounds very plausible. I think that there is no sense in restarting > the scan if it is requested in async mode at all. See below. > > Would be thrilled if this finally solves the svn2cvs issues. > > commit 41aaafe5e3be5387949f303b8766da64ee4a521f > Autho

Re: dogfooding over in clusteradm land

2012-01-03 Thread Kostik Belousov
On Tue, Jan 03, 2012 at 01:45:26AM -0800, Don Lewis wrote: > On 3 Jan, Kostik Belousov wrote: > > > This sounds very plausible. I think that there is no sense in restarting > > the scan if it is requested in async mode at all. See below. > > > > Would be thrilled if this finally solves the svn2c

Re: dogfooding over in clusteradm land

2012-01-03 Thread Don Lewis
On 3 Jan, Kostik Belousov wrote: > On Tue, Jan 03, 2012 at 01:45:26AM -0800, Don Lewis wrote: >> On 3 Jan, Kostik Belousov wrote: >> >> > This sounds very plausible. I think that there is no sense in restarting >> > the scan if it is requested in async mode at all. See below. >> > >> > Would be

Re: dogfooding over in clusteradm land

2012-01-03 Thread Kostik Belousov
On Tue, Jan 03, 2012 at 02:57:17AM -0800, Don Lewis wrote: > On 3 Jan, Kostik Belousov wrote: > > On Tue, Jan 03, 2012 at 01:45:26AM -0800, Don Lewis wrote: > >> On 3 Jan, Kostik Belousov wrote: > >> > >> > This sounds very plausible. I think that there is no sense in restarting > >> > the scan

Re: dogfooding over in clusteradm land

2012-01-03 Thread Don Lewis
On 3 Jan, Kostik Belousov wrote: >> With your change above, the code will skip the busy page after sleeping >> if it is running in async mode. It won't make another attempt to write >> this page because it no longer attempts to rescan. > Why would it skip it ? Please note the call to vm_page_fin

Re: dogfooding over in clusteradm land

2012-01-03 Thread Florian Smeets
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03.01.2012 10:18, Kostik Belousov wrote: > On Tue, Jan 03, 2012 at 12:02:22AM -0800, Don Lewis wrote: >> On 2 Jan, Don Lewis wrote: >>> On 2 Jan, Don Lewis wrote: On 2 Jan, Florian Smeets wrote: >>> > This does not make a difference. I

Re: FS hang when creating snapshots on a UFS SU+J setup

2012-01-03 Thread Alain BRAUNER
Bryce Edwards bryce.net> writes: > > I have a RELENG_9 machine that hangs when a snapshot is created on the > root fs (UFS, with SU+J).  More accurately, all the processes show a > state of "suspfs" (with ^T) and no fs activity is completed from then > on.  A hard reboot (power cycle) was the on

Re: atkbc not loaded with ACPI enabled in 9.0

2012-01-03 Thread John Baldwin
On Monday, January 02, 2012 11:39:10 pm aconnoll...@yahoo.co.jp wrote: > I am running 9.0-RC3 on an Acer Aspire One D255E netbook. I have most of the functionality I want with one major exception, when I enable ACPI my integrated keyboard drivers aren't loaded. Without ACPI I can use my keyboard

Re: periodic emails

2012-01-03 Thread John Baldwin
On Monday, January 02, 2012 4:29:18 pm Bjoern A. Zeeb wrote: > Hi, > > why do we send all these empty headings for periodic emails or given there is > no output to this one can we > > 1) suppress the empty sections (to me that sounds a bit like a wrong >return code or something maybe?), and >

Re: umass regression

2012-01-03 Thread Hans Petter Selasky
On Tuesday 03 January 2012 17:49:01 Bartosz Fabianowski wrote: > > Is it possible that you could run usbdump to capture the traffic on the > > bus where the USB device is connected? > > Absolutely. I uploaded the dump at [1]. This dump covers 30 seconds from > plugging in. > > - Bartosz > > [1]

Re: ichwd0: unable to reserve GCS registers

2012-01-03 Thread John Baldwin
On Wednesday, August 03, 2011 3:55:17 am Doug Barton wrote: > On 08/02/2011 15:06, John Baldwin wrote: > > On Saturday, July 30, 2011 2:49:52 am Andriy Gapon wrote: > >> on 19/07/2011 18:16 John Baldwin said the following: > >>> Hmm, can you get devinfo -r output from a working kernel with ichwd >

sysinstall as a post-install tool

2012-01-03 Thread Eitan Adler
Hi, In the the recent sysinstall thread there seems to be general agreement that having a post-install configuration tool is a good thing. Until such a tool is written I think it would be a good idea to use sysinstall for this purpose. I am willing to do the work to restore sysinstall and maintai

Re: dogfooding over in clusteradm land

2012-01-03 Thread Sean Bruno
On Tue, 2012-01-03 at 04:46 -0800, Florian Smeets wrote: > Yes, the patch fixes the problem. The cvs2svn run completed this time. > > 9132.25 real 8387.05 user 403.86 sys > > I did not see any significant syncer activity in top -S anymore. > > Thanks a lot. > Florian Currentl

Re: Removal of sysinstall from HEAD and lack of a post-install configuration tool

2012-01-03 Thread Freddie Cash
Not directed to Doug in particular, just selected the first message to reply to, to keep the depth of the thread from exploding. :) On Mon, Dec 26, 2011 at 3:36 PM, Doug Barton wrote: > The story so far ... > > sysinstall was removed from HEAD in October. I (and others) objected on > the basis t

Re: atkbc not loaded with ACPI enabled in 9.0

2012-01-03 Thread Adrian Connolly
On 2012/01/04, at 0:37, John Baldwin wrote: > On Monday, January 02, 2012 11:39:10 pm aconnoll...@yahoo.co.jp wrote: >> I am running 9.0-RC3 on an Acer Aspire One D255E netbook. I have most of the > functionality I want with one major exception, when I enable ACPI my > integrated keyboard driv

Re: sysinstall as a post-install tool

2012-01-03 Thread Marcel Moolenaar
On Jan 3, 2012, at 3:33 PM, Eitan Adler wrote: > Hi, > > In the the recent sysinstall thread there seems to be general agreement that > having a post-install configuration tool is a good thing. Until such a > tool is written I think it would be a good idea to use sysinstall for > this purpose.

Re: sysinstall as a post-install tool

2012-01-03 Thread Bruce Cran
On 04/01/2012 00:27, Marcel Moolenaar wrote: ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. There's a rewrite almost ready to go that supports ZFS etc. at http://butcher.heavennet.ru/sade/

Re: sysinstall as a post-install tool

2012-01-03 Thread Craig Rodrigues
On Tue, Jan 3, 2012 at 4:55 PM, Bruce Cran wrote: > There's a rewrite almost ready to go that supports ZFS etc. at > http://butcher.heavennet.ru/sade/ - I'm hoping to find some time to finish > it off and import it. > > -- > Bruce Cran > > ___ > freebsd-

Re: ichwd0: unable to reserve GCS registers

2012-01-03 Thread Doug Barton
On 01/03/2012 14:14, John Baldwin wrote: > On Wednesday, August 03, 2011 3:55:17 am Doug Barton wrote: >> On 08/02/2011 15:06, John Baldwin wrote: >>> On Saturday, July 30, 2011 2:49:52 am Andriy Gapon wrote: on 19/07/2011 18:16 John Baldwin said the following: > Hmm, can you get devinfo -