From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 1 14:17:13 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 971D4106567A for ; Fri, 1 Aug 2008 14:17:13 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7A68FC2C for ; Fri, 1 Aug 2008 14:17:12 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1274062fgb.35 for ; Fri, 01 Aug 2008 07:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6tmLo4Mj6HzZRdof3WJk2asCjaOd5qjjuTmmHHOxdT8=; b=KAyffhAy8GZjy6XhPqrrXgf7+cwKy1z7ZmKDJuljOxhJxIhCOwBLm1Yf7pyp82D1hc Y/hoYBDuGfphdkZPEPNBpNdWOche7uiVamKCYqsQOS2R7VAC+WD7pFQgws/sXf7C1fBV 36iJB2fh+CZu0iY7fs3D1LZp1tXmqc/GAxAdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=mQVHZ2MoBuX5nL0O5rSAO8aAKtSvUs77R9t/829hgpBdcKkJ9ix0Lpei2oqa3wqkpo QDBOVZPLv1gxIN5rgp0FJOwW8bEnEC89G0UTCUmx8KaI7waQBCXCf2AofhLbVA4OzJgG Uq151Ld6K9l6p5h6HPoMxO6dPmbjU9WRmNkgI= Received: by 10.86.76.20 with SMTP id y20mr7361556fga.53.1217600231854; Fri, 01 Aug 2008 07:17:11 -0700 (PDT) Received: from ?192.168.1.107? ( [213.152.137.38]) by mx.google.com with ESMTPS id 12sm1492325fgg.0.2008.08.01.07.17.09 (version=SSLv3 cipher=RC4-MD5); Fri, 01 Aug 2008 07:17:10 -0700 (PDT) Message-ID: <48931AD1.1090609@gmail.com> Date: Fri, 01 Aug 2008 18:16:49 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Nate Eldredge References: <489036A2.5060403@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: consolekit on 7.0-STABLE i386 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 14:17:13 -0000 Nate Eldredge wrote: > On Wed, 30 Jul 2008, sam wrote: > >> >> 0 19 0 1113M 29M 112 0 0 0 32 0 0 1 100 5549 >> 1682 11 1 88 >> 0 19 0 1113M 29M 297 0 0 0 136 0 0 2 122 78880 >> 1749 6 7 87 >> |-------------------------------------------------------------------- >> >> consolekit in |waitvt state, influencing on high volumes in procs-b > > I don't understand what the problem is. It looks like consolekit is > sleeping and not using any CPU. "waitvt" just indicates where in the > kernel it's sleeping. I don't understand what you mean by "high > volumes in procs-b". > How-To-Repeat: -------------------------------------------------------------- # (|cd /usr/ports/sysutils/consolekit/ && make install clean) # /usr/local/etc/rc.d/dbus forcestart # vmstat -w 1 procs memory page disk faults cpu r b w avm fre flt re pi po fr sr ad0 in sy cs us sy id 2 1 0 62252K 644M 88 0 0 0 80 0 0 2 83 279 1 1 98 0 1 0 62252K 644M 0 0 0 0 0 0 0 4 134 292 0 3 97 0 1 0 62252K 644M 0 0 0 0 0 0 0 4 123 299 0 2 98 1 1 0 62252K 644M 0 0 0 0 0 0 0 3 120 305 0 3 97 ^C # /usr/local/sbin/console-kit-daemon && vmstat -w 1 procs memory page disk faults cpu r b w avm fre flt re pi po fr sr ad0 in sy cs us sy id 2 1 0 67572K 643M 88 0 0 0 80 0 0 2 83 279 1 1 98 0 16 0 68660K 643M 103 0 0 0 2 0 10 13 643 381 2 4 94 0 16 0 68660K 643M 0 0 0 0 0 0 0 3 120 281 0 4 96 0 16 0 68660K 643M 0 0 0 0 0 0 0 2 120 278 0 3 97 0 16 0 68660K 643M 0 0 0 0 12 0 28 34 120 385 0 3 97 0 16 0 68660K 643M 0 0 0 0 0 0 0 4 120 292 0 3 97 ^C # |-------------------------------------------------------------- please, any solution ... | |/Vladimir Ermakov