"白い熊 @相撲道" skribis:
> On 2015年3月9日 3:04:55 CET, Mark H Weaver wrote:
>>> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get:
>>
>>>
>>> guix system: error: failed to load operating system file
>>'/etc/sysconfig.scm':
>>> ERROR: no code for module (gnu packages wicd)
>>>
>>> Thi
On 2015年3月9日 3:04:55 CET, Mark H Weaver wrote:
>> When running `sudo guix system reconfigure /etc/sysconfig.scm' I get:
>
>>
>> guix system: error: failed to load operating system file
>'/etc/sysconfig.scm':
>> ERROR: no code for module (gnu packages wicd)
>>
>> This after a `guix pull'.
>>
>> W
白熊 writes:
> On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote:
>>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 networkin
On 2015年2月23日 15:32:44 CET, Daniel Pimentel wrote:
>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)
>>> (u
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)
Mark H Weaver skribis:
> * I added my user to the 'netdev' group in my os-configuration for the
> first time
I confirm that doing this allows said user to run wicd-gtk & co.
Ludo’.
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)
>
On 2015-02-04 22:22, Mark H Weaver wrote:
Mark H Weaver writes:
* Unless run as root, the user interfaces to configure wicd via dbus
always fail. The wicd dbus configuration file is supposed to allow
anyone in the 'netdev' group to access and configure the daemon, but
this doesn't work.
On 2015-02-04 22:22, Mark H Weaver wrote:
Mark H Weaver writes:
* Unless run as root, the user interfaces to configure wicd via dbus
always fail. The wicd dbus configuration file is supposed to allow
anyone in the 'netdev' group to access and configure the daemon, but
this doesn't work.
Mark H Weaver writes:
> * Unless run as root, the user interfaces to configure wicd via dbus
> always fail. The wicd dbus configuration file is supposed to allow
> anyone in the 'netdev' group to access and configure the daemon, but
> this doesn't work. I could use some help debugging thi
I've pushed these to master.
Mark H Weaver writes:
> Anyway, if you want to try this out, here's what you need to change in
> your OS configuration:
>
> * (use-modules (gnu packages wicd)
>(gnu services networking))
> * Add wicd to the list passed to 'dbus-service'.
> * Add (wicd
Mark H Weaver skribis:
> Mark H Weaver writes:
>
>> It mostly works, and I'm using it right now, but there are still some
>> remaining issues:
>>
>> * Unless run as root, the user interfaces to configure wicd via dbus
>> always fail. The wicd dbus configuration file is supposed to allow
>>
Mark H Weaver skribis:
> This preliminary patch set adds wicd and wicd-service.
Yay!
[...]
> From 42884490782c9956912e1239f9cc71f72b921ba9 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver
> Date: Tue, 3 Feb 2015 23:35:42 -0500
> Subject: [PATCH 1/3] gnu: wpa-supplicant: Add dbus support; add
>
Mark H Weaver writes:
> It mostly works, and I'm using it right now, but there are still some
> remaining issues:
>
> * Unless run as root, the user interfaces to configure wicd via dbus
> always fail. The wicd dbus configuration file is supposed to allow
> anyone in the 'netdev' group to ac
Hello Guix,
This preliminary patch set adds wicd and wicd-service.
The first patch adds dbus support to wpa-supplicant, while preserving
the lightweight wpa-supplicant without dbus under a different name:
wpa-supplicant-light.
The second patch adds the wicd package, although there are still some
15 matches
Mail list logo