From owner-freebsd-stable@FreeBSD.ORG Fri Jun 1 12:32:30 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E20A1065670 for ; Fri, 1 Jun 2012 12:32:30 +0000 (UTC) (envelope-from prabhpal@digital-infotech.net) Received: from mail.digital-infotech.net (mail.digital-infotech.net [41.211.25.193]) by mx1.freebsd.org (Postfix) with ESMTP id ED13B8FC0A for ; Fri, 1 Jun 2012 12:32:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.digital-infotech.net (Postfix) with ESMTP id D88F22E4002; Fri, 1 Jun 2012 12:32:27 +0000 (GMT) Received: from mail.digital-infotech.net ([127.0.0.1]) by localhost (mail.digital-infotech.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 01562-01; Fri, 1 Jun 2012 12:32:19 +0000 (GMT) Received: from mail.digital-infotech.net (localhost [127.0.0.1]) by mail.digital-infotech.net (Postfix) with ESMTP id 7CD4F2E4000; Fri, 1 Jun 2012 12:32:18 +0000 (GMT) X-DKIM: OpenDKIM Filter v2.5.0 mail.digital-infotech.net 7CD4F2E4000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digital-infotech.net; s=digital; t=1338553938; bh=Qs/YsjaZAYA8HZNgsgth2h6O4oEYL8KAoKzRZCAW9p8=; h=In-Reply-To:References:Date:Subject:From:To:Cc:Reply-To; b=fYL/+wveuv+TrQdupdoI11JQO4Jby8CBwc/jcl/gewqBZE+Xw//1LccgkgiLpVmzJ JL5riRA/GWEPuICsgCmarmbMAqBfjLfPbrG1hBZg5QDSze7qAMc3BjBXyKLSpzVV9k XsYmST0enprpfNiGohrPXmyqYgrlTcmjQp9w2mJI= Received: from 41.211.28.2 (SquirrelMail authenticated user prabhpal@digital-infotech.net) by mail.digital-infotech.net with HTTP; Fri, 1 Jun 2012 12:32:18 -0000 Message-ID: In-Reply-To: References: <4e682cd2c553ee6bc057a0d3c38ebb82.squirrel@mail.digital-infotech.net> Date: Fri, 1 Jun 2012 12:32:18 -0000 From: "Shiv. NK" To: "Holger Kipp" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: prabhpal@digital-infotech.net, freebsd-stable@freebsd.org Subject: Re: Gnome consume 100% cpu FreeBSD_9.0 - Resolved !!! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: prabhpal@digital-infotech.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 12:32:30 -0000 > Hi, > > Am 01.06.2012 um 13:48 schrieb Shiv. NK: > >> >> Dear Community Members, >> >> It is FreeBSD 9.0 release, system was functioning normal for many months >> now. Today I enabled Xserver in "/etc/rc.conf" >> >> gdm_enable="YES" >> gnome_enable="YES >> >> After 5 minutes of booting some process start killing the cpu, than >> eventually with in 7 minutes, processor get stack to 99.9% >> >> The load average was terribly big that was 57,34,23. Whereas it never >> hist >> above 1.x >> >> I tried to look for the process by typing "htop" output is filled by the >> following command. >> >> 2239 mark 122 0 192M 15916 0 S 0.0 0.8 0:00.19 >> /usr/local/bin/gpk-update-icon > > According to > > http://forums.freebsd.org/showthread.php?t=21880 > > the reason is some PackageKit Update Applet which is running wild spawning > processes. > > So either of the following might work (all untested): > > - 'System->Preferences->Personal->Sessions and then Untick "PackageKit > Update Applet"' > > - "In my case, after installing gnome-lite it is functioning properly. I > also installed xorg from ports." > > - Remove packagekit completely > cd /usr/ports/ports-mgmt/packagekit > make deinstall > > Hope this helps. > > Best regards, > Holger Dear Holger. K, This is brilliant !!! you did hit the nail, direct in to the head. Following fixed the problem: cd /usr/ports/ports-mgmt/packagekit make deinstall Weldone, Thanks