Re: Daily backups of pkgdb failure

2011-05-04 Thread Hans Ottevanger
On 05/05/11 04:43, Doug Barton wrote: On 05/04/2011 04:49, Hans Ottevanger wrote: make -f/usr/share/mk/bsd.port.mk -V PKG_DBDIR "/usr/share/mk/bsd.port.mk", line 11: Could not find /usr/ports/Mk/bsd.port.mk make: fatal errors encountered -- cannot continue I fixed this in HEAD by setting the d

Re: Daily backups of pkgdb failure

2011-05-04 Thread Jason Hellenthal
Doug, On Wed, May 04, 2011 at 07:37:48PM -0700, Doug Barton wrote: >On 05/04/2011 16:25, Jason Hellenthal wrote: >> Move PKG_DBDIR out of ports(7) and/or duplicate it to >> /usr/share/mk/bsd.port.mk. > >A) That's a non-starter >B) Doesn't actually solve the problem at hand Considering the PKG_D

Re: Daily backups of pkgdb failure

2011-05-04 Thread Doug Barton
On 05/04/2011 04:49, Hans Ottevanger wrote: make -f/usr/share/mk/bsd.port.mk -V PKG_DBDIR "/usr/share/mk/bsd.port.mk", line 11: Could not find /usr/ports/Mk/bsd.port.mk make: fatal errors encountered -- cannot continue I fixed this in HEAD by setting the default if pulling it from make fails.

Re: Daily backups of pkgdb failure

2011-05-04 Thread Doug Barton
On 05/04/2011 16:25, Jason Hellenthal wrote: Move PKG_DBDIR out of ports(7) and/or duplicate it to /usr/share/mk/bsd.port.mk. A) That's a non-starter B) Doesn't actually solve the problem at hand -- Nothin' ever doesn't change, but nothin' changes much. -- OK G

Re: Daily backups of pkgdb failure

2011-05-04 Thread Jason Hellenthal
Doug, On Wed, May 04, 2011 at 12:26:01PM -0700, Doug Barton wrote: >On 05/04/2011 04:49, Hans Ottevanger wrote: >> Hi, >> >> I upgraded my Soekris 4801 boxes from 8.1 to 8.2-STABLE (r221326) a few >> days ago and now I get the following error in the daily mail: >> >> Backing up package db direct

Re: syslogd spinning the CPU, not logging...

2011-05-04 Thread Jeremy Chadwick
On Wed, May 04, 2011 at 02:58:20PM -0400, Mikhail T. wrote: > On FreeBSD/amd64 8.2-STABLE as of Sun Feb 27. I dismissed this > problem the first time (a week or two ago), but just saw it again. > Something triggers syslogd into spinning all available CPU -- while > not logging anything. > > Attemp

syslogd spinning the CPU, not logging...

2011-05-04 Thread Mikhail T.
On FreeBSD/amd64 8.2-STABLE as of Sun Feb 27. I dismissed this problem the first time (a week or two ago), but just saw it again. Something triggers syslogd into spinning all available CPU -- while not logging anything. Attempts to log anything -- such as by invoking logger(1) -- simply hang.

Re: Daily backups of pkgdb failure

2011-05-04 Thread Doug Barton
On 05/04/2011 04:49, Hans Ottevanger wrote: Hi, I upgraded my Soekris 4801 boxes from 8.1 to 8.2-STABLE (r221326) a few days ago and now I get the following error in the daily mail: Backing up package db directory: tar: : Cannot stat: No such file or directory tar: Error exit delayed from previ

Re: How to understand, what userland program does in kernel?

2011-05-04 Thread Lev Serebryakov
Hello, Lev. You wrote 4 мая 2011 г., 16:49:01: > I have userland program (transmission BT client), which spent 100% > of one core of E4500 CPU when it has many peers. It is surprises me, > as channel is only 35Mbit, and my "Linux" friends can upload much more > on comparable hardware. > But wh

Re: How to understand, what userland program does in kernel?

2011-05-04 Thread Alexander Leidinger
Quoting Lev Serebryakov (from Wed, 4 May 2011 16:49:01 +0400): Hello, Freebsd-stable. I have userland program (transmission BT client), which spent 100% of one core of E4500 CPU when it has many peers. It is surprises me, as channel is only 35Mbit, and my "Linux" friends can upload much mo

Re: How to understand, what userland program does in kernel?

2011-05-04 Thread Andriy Gapon
on 04/05/2011 15:49 Lev Serebryakov said the following: > Hello, Freebsd-stable. > > I have userland program (transmission BT client), which spent 100% > of one core of E4500 CPU when it has many peers. It is surprises me, > as channel is only 35Mbit, and my "Linux" friends can upload much more

How to understand, what userland program does in kernel?

2011-05-04 Thread Lev Serebryakov
Hello, Freebsd-stable. I have userland program (transmission BT client), which spent 100% of one core of E4500 CPU when it has many peers. It is surprises me, as channel is only 35Mbit, and my "Linux" friends can upload much more on comparable hardware. But what surprises me even more, that 5

Re: Daily backups of pkgdb failure

2011-05-04 Thread Jeremy Chadwick
On Wed, May 04, 2011 at 01:49:06PM +0200, Hans Ottevanger wrote: > I upgraded my Soekris 4801 boxes from 8.1 to 8.2-STABLE (r221326) a > few days ago and now I get the following error in the daily mail: > > Backing up package db directory: > tar: : Cannot stat: No such file or directory > tar: Err

Daily backups of pkgdb failure

2011-05-04 Thread Hans Ottevanger
Hi, I upgraded my Soekris 4801 boxes from 8.1 to 8.2-STABLE (r221326) a few days ago and now I get the following error in the daily mail: Backing up package db directory: tar: : Cannot stat: No such file or directory tar: Error exit delayed from previous errors. These messages originate from

Re: Is machdep.cpu_idle_hlt deprecated?

2011-05-04 Thread Ivan Voras
On 02/05/2011 19:56, Jung-uk Kim wrote: On Monday 02 May 2011 10:48 am, Bruce Cran wrote: On Sat, 30 Apr 2011 21:20:28 -0700 Jeremy Chadwick wrote: Anyone know if machdep.cpu_idle_hlt still exists? Taken from acpi(4) on RELENG_8: It looks like it might have been replaced by machdep.idle: