Probably that is because wicd missing it's config file dhclient.conf.template under /var/lib/wicd Pull request https://github.com/NixOS/nixpkgs/pull/683 should fix this bug. As a workaround, you may copy the config by yourself (you need to do it only once) with
cp /nix/store/<wicd-hash>/share/other/dhclient.conf.template.default /var/lib/wicd/dhclient.conf.template Sergey. 2013/7/9 Kirill Elagin <[email protected]>: > And that's exactly what `systemctl status` shows. > I've been using NetworkManager for a while, so I'm not sure, but if I > remember correctly wicd puts its log into `/var/log/wicd`. > > > -- > Кирилл Елагин > > > On Tue, Jul 9, 2013 at 10:16 AM, Vladimír Čunát <[email protected]> wrote: >> >> Hi. >> >> >> On 07/09/2013 05:11 AM, Rommel Martinez wrote: >>> >>> Does anybody have a clue what is happening? >> >> >> To get some clues, I think it's worth to look into logs. Maybe "journalctl >> -b -u wicd" contains a hint. >> >> >> Vlada >> >> >> >> _______________________________________________ >> nix-dev mailing list >> [email protected] >> http://lists.science.uu.nl/mailman/listinfo/nix-dev >> > > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
