Re: leak of the vnodes

2010-04-06 Thread Petr Salinger
On Wed, 7 Apr 2010, Kostik Belousov wrote: On Tue, Apr 06, 2010 at 10:01:56PM +0200, Petr Salinger wrote: Can you try to get a backtrace at the points you have shown me ? All are similar to this, with ptyp5/ptyp6/ptyp7 name changes. a vnode 0xff0058978000: tag devfs, type VCHR usec

[RFC] The official logo for logo_saver?

2010-04-06 Thread Jung-uk Kim
Although I really like logo_saver with Beastie, we have the official FreeBSD logo and I think it is time to say good-bye to the old logo image file. The attached file is a drop-in replacement for sys/dev/syscons/logo/logo.c. What do you think? Jung-uk Kim * PS: I couldn't find a good small 2

Fwd: HEADSUP: Call for FreeBSD Status Reports - 1Q/2010

2010-04-06 Thread Daniel Gerzo
Hello guys, I'd like to remind you that the submission deadline is getting really close and to this date we have received only _one_ entry. If you have anything to report but need a little more time, please drop us at least a short message stating this fact to mont...@. Thank you!

Re: Panic: sleeping thread

2010-04-06 Thread Giovanni Trematerra
On Tue, Apr 6, 2010 at 9:17 PM, Paul Halliday wrote: > -- Forwarded message -- > From: Paul Halliday > Date: Thu, Apr 1, 2010 at 8:38 AM > Subject: Re: panic: sleeping thread > To: questi...@freebsd.org > > > On Mon, Mar 22, 2010 at 9:28 AM, Paul Halliday > wrote: >> I have a co

Panic: sleeping thread

2010-04-06 Thread Paul Halliday
-- Forwarded message -- From: Paul Halliday Date: Thu, Apr 1, 2010 at 8:38 AM Subject: Re: panic: sleeping thread To: questi...@freebsd.org On Mon, Mar 22, 2010 at 9:28 AM, Paul Halliday wrote: > I have a couple VM's that randomly halt with this error: > > Sleeping thread (tid 1

Re: leak of the vnodes

2010-04-06 Thread Alexander Leidinger
Quoting Kostik Belousov (from Tue, 6 Apr 2010 12:24:29 +0300): Can you try to narrow down the sequence of operations that is needed to reproduce the leak ? As already told privately to kib@ and for the benefit of others reading here: I can reproduce a similar behavior on a recent 9-curren

Re: periodically save current time to time-of-day hardware

2010-04-06 Thread Andriy Gapon
on 30/03/2010 19:43 Andriy Gapon said the following: > > do you think that periodic saving of system clock to hardware and making > resettodr > asynchronous are dependent issues? Or are they orthogonal and can be > implemented > independently? A new version of the patch: http://people.freebsd.

Re: leak of the vnodes

2010-04-06 Thread Petr Salinger
I would expect that sum of mnt_nvnodelistsize should be vfs.numvnodes. The sum is at about 3400, but the vfs.numvnodes is at about 38000. Is my expectation correct ? Not quite, reclaimed vnode is removed from mp list. Are they in some other list ? Can you check that vmstat -z | grep VNODE out

Re: leak of the vnodes

2010-04-06 Thread Kostik Belousov
On Tue, Apr 06, 2010 at 11:56:28AM +0200, Petr Salinger wrote: > >>I would expect that sum of mnt_nvnodelistsize should be vfs.numvnodes. > >>The sum is at about 3400, but the vfs.numvnodes is at about 38000. > >>Is my expectation correct ? > >Not quite, reclaimed vnode is removed from mp list. >