From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 10:38:48 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 A1C691065676 for ; Thu, 31 Jul 2008 10:38:48 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 377B98FC16 for ; Thu, 31 Jul 2008 10:38:47 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so549163fgb.35 for ; Thu, 31 Jul 2008 03:38:46 -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:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=YyhhPPK1zApxmIaT3Rr8lBxpOH8O7D+U3UR4uL5TKa4=; b=nMnJvSyVM6lAWRItFFN9hhpi2DhEtw0ZTO9HLWRP9vb1chb3EnQV7AVQfGePonlw6y saNem+YpL7njwTlTYBE1dHfHE9LVugM/8+ZybVqVD351PbxjGSGW6oAuuzjuGNIFLCFU t+raK3nLFpume5lmBbAjUL4smxHmH4gjuRL9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=SS6BiWUjUEKdZuMpy5iTj76H6vrweAT9xOeAQHrkBlK4W2VNhupSwrQp9PeAcxJT2n K/3Mw2vhpp1unsPZ+hbfEdYUYU/5FgB+IupzaQRxEalBkvC/lnJZUWi+mWc7G0ytaqKX yS4vRqmMjZMDYpHe+JoDO22FElwggjNmprkE0= Received: by 10.86.60.14 with SMTP id i14mr5925367fga.75.1217500726871; Thu, 31 Jul 2008 03:38:46 -0700 (PDT) Received: from ?192.168.1.107? ( [213.152.137.38]) by mx.google.com with ESMTPS id e11sm525445fga.4.2008.07.31.03.38.44 (version=SSLv3 cipher=RC4-MD5); Thu, 31 Jul 2008 03:38:45 -0700 (PDT) Message-ID: <48919631.7060100@gmail.com> Date: Thu, 31 Jul 2008 14:38:41 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <489036A2.5060403@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 31 Jul 2008 10:38:48 -0000 Nate Eldredge wrote: > On Wed, 30 Jul 2008, sam wrote: > >> hello >> >> my trouble >> >> >> FreeBSD static 7.0-STABLE FreeBSD 7.0-STABLE #23: Mon Jul 28 18:10:51 >> MSD 2008 root@static:/usr/obj/usr/src/sys/STATIC i386 >> >> >> ----------------------------top_output----------------------------- >> |874 root 17 0 0 8296K 2660K waitvt 1 0:00 0.00% >> console-kit-daemon| >> -------------------------------------------------------------------- >> >> ---------------------------vmstat_output--------------------------- >> | procs memory page disks >> faults cpu >> r b w avm fre flt re pi po fr sr ad4 ad6 in sy >> cs us sy id >> 0 19 0 1113M 29M 493 1 0 0 265 129 0 0 133 45119 >> 4588 8 5 87 >> 0 20 0 1113M 29M 249 0 2 0 3311 0 0 22 157 7872 >> 2262 5 7 88 >> 0 19 0 1113M 29M 346 0 0 0 148 0 0 0 110 78963 >> 1793 4 9 87 >> 0 19 0 1113M 29M 115 0 0 0 0 0 0 0 105 5743 >> 1731 13 1 85 >> 0 19 0 1113M 29M 318 0 0 0 138 0 0 0 108 78837 >> 1732 3 10 87 >> 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". > yes, but procs-b have low volumes after killed consolekit process i`m watched it on many systems (7.0-STABLE i386) /Vladimir Ermakov