From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: [PATCHES] Add wicd and wicd-service Date: Mon, 23 Feb 2015 11:32:44 -0300 Message-ID: <3ee9868a9c9b84cf5dbc46333139767b@openmailbox.org> References: <87mw4uhx1f.fsf@netris.org> <87386lb19f.fsf@netris.org> <87y4o3tfbs.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPu45-00084z-Uj for guix-devel@gnu.org; Mon, 23 Feb 2015 09:32:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPu45-0004at-4Y for guix-devel@gnu.org; Mon, 23 Feb 2015 09:32:53 -0500 In-Reply-To: <87y4o3tfbs.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org On 2015-02-12 10:44, Mark H Weaver wrote: > Daniel Pimentel writes: > >> Guixs, I reconfigured my system with wicd. My config.scm (in >> /etc/config.scm): >> (use-modules (gnu)) >> (use-service-modules xorg networking dbus avahi) >> (use-package-modules avahi wicd) >> ... >> (service (cons* (slim-service) >> (wicd-service) >> (dbus-service (list wicd)) >> ... >> >> But, whem there is error when use wicd-gtk with my normal user or with >> root: >> Failed to connect to socket /var/run/dbus/system_dbus_socket: >> Connection refused > > The most likely cause of this is that dbus-system was unable to start > because of a stale /var/run/dbus/pid file left over from a system crash > or improper shutdown. IMO, we should add a service or two that clears > out /tmp and /var/run at early boot time as is normally done on other > systems. > > For now, the solution is to run (as root): > > rm /var/run/dbus/pid > deco enable dbus-system > deco start dbus-system > > I guess that 'wicd' should then start automatically, but if not you > could start it with "deco enable wicd" and "deco start wicd" as well. > > Mark It's works. I add my user to netdev group too. Thanks, -- Daniel Pimentel (d4n1)