unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org
Subject: Re: [PATCHES] Add wicd and wicd-service
Date: Mon, 23 Feb 2015 11:32:44 -0300	[thread overview]
Message-ID: <3ee9868a9c9b84cf5dbc46333139767b@openmailbox.org> (raw)
In-Reply-To: <87y4o3tfbs.fsf@netris.org>

On 2015-02-12 10:44, Mark H Weaver wrote:
> Daniel Pimentel <d4n1@openmailbox.org> 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)

  reply	other threads:[~2015-02-23 14:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04  8:59 [PATCHES] Add wicd and wicd-service Mark H Weaver
2015-02-04  9:05 ` Mark H Weaver
2015-02-04 22:15   ` Ludovic Courtès
2015-02-04 22:13 ` Ludovic Courtès
2015-02-04 23:39 ` Mark H Weaver
2015-02-05  1:22 ` Mark H Weaver
2015-02-05 14:05   ` Daniel Pimentel
2015-02-12 12:47   ` Daniel Pimentel
2015-02-12 13:44     ` Mark H Weaver
2015-02-23 14:32       ` Daniel Pimentel [this message]
2015-03-08 23:57         ` 白熊
2015-03-09  2:04           ` Mark H Weaver
2015-03-09  6:23             ` 白い熊 @相撲道
2015-03-09  8:50               ` Ludovic Courtès
2015-03-09 10:46               ` Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd 白い熊 @相撲道
2015-03-09 11:14                 ` Daniel Pimentel
2015-03-09 12:04                 ` 白い熊 @相撲道
2015-03-09 19:55                 ` Ludovic Courtès
2015-03-09 22:53                   ` Ludovic Courtès
2015-02-12 20:05   ` [PATCHES] Add wicd and wicd-service Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ee9868a9c9b84cf5dbc46333139767b@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=guix-devel-bounces+d4n1=opmbx.org@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).