From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 11:24:10 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 A74E61065676 for ; Thu, 31 Jul 2008 11:24:10 +0000 (UTC) (envelope-from freebsdstuff@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 6529F8FC1F for ; Thu, 31 Jul 2008 11:24:10 +0000 (UTC) (envelope-from freebsdstuff@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so782973ana.13 for ; Thu, 31 Jul 2008 04:24:09 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=nFXAtefej+o0yycCy50jItp3TT4Fd2DS7Ro2ydvnswk=; b=dTq0Azu+77vFZTnotzFpCnTePlsNux5DRyCxuUGxDzQV79RmbViZi00W72luE7Hlmr rvL8xf07N/2vNar16eM/WU7q0K/jYiYJIfektlAMO36gIg+/S6AYRu4WpoDlsJH0TQCC ByC+cSUOQCLSB1BZaQBATyyNLZHEHX0nlr55I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=kCgXjwmAChWQkhbDlfm4ZRFHBw6VkgvPBXcRTqBGLwgaFFG5T2omej69uB4Tp9uRVs fR0XTp54x1E7RSLc98q8m94NJ1ZG5dZwhWIi5jytLApG7GPeMDCxjqXARCxYhggBfHGC Pl3UKHQZlUsrJ1A+CfF8/4ogYK+mxnRKZ19NM= Received: by 10.100.255.10 with SMTP id c10mr10813131ani.137.1217501970985; Thu, 31 Jul 2008 03:59:30 -0700 (PDT) Received: by 10.70.74.4 with HTTP; Thu, 31 Jul 2008 03:59:30 -0700 (PDT) Message-ID: <2aa9a3be0807310359i6b5dff83paab558ebbfd573bc@mail.gmail.com> Date: Thu, 31 Jul 2008 14:59:30 +0400 From: Vladimir.Pal To: neldredge@math.ucsd.edu, freebsd-hackers@freebsd.org In-Reply-To: <2aa9a3be0807310355x54c13987n85bca00f233a9de5@mail.gmail.com> MIME-Version: 1.0 References: <489036A2.5060403@gmail.com> <489198CF.6060804@gmail.com> <2aa9a3be0807310355x54c13987n85bca00f233a9de5@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fwd: 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 11:24:10 -0000 ---------- Forwarded message ---------- From: Vladimir. Pal Date: 2008/7/31 Subject: Re: consolekit on 7.0-STABLE i386 To: sam 2008/7/31 sam 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". >> >> > I have too that problem.