From owner-freebsd-gnome@FreeBSD.ORG Fri Aug 16 10:28:16 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 046F1BF7 for ; Fri, 16 Aug 2013 10:28:16 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id B5D582D39 for ; Fri, 16 Aug 2013 10:28:15 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 5BD5C7A2C1 for ; Fri, 16 Aug 2013 12:28:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 0ED688EED54 for ; Fri, 16 Aug 2013 12:28:22 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3sOhWtcH5C6H for ; Fri, 16 Aug 2013 12:28:21 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 7CD8F8EED52 for ; Fri, 16 Aug 2013 12:28:21 +0200 (CEST) Message-ID: <520DFF0B.6060303@bitfrost.no> Date: Fri, 16 Aug 2013 12:29:31 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: [BUG] UPOWER uses 100% CPU Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 10:28:16 -0000 Hi, /etc/rc.d/devd restart Causes upower to consume 100% CPU Expected result: upower sleeps for 1 second and re-opens connection to hald. --HPS