From 5409e76353c4023d33111687282146c0676216f2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Apr 2012 13:09:56 +0000 Subject: [PATCH] * Disable wicd in the installation CD for now, because it causes dhcpcd to segfault randomly or give corrupt output. See e.g. http://hydra.nixos.org/build/2380666/nixlog/1/raw The problem seems to be that wicd sends a "-k" command to dhcpcd to release the interface, which doesn't work well with a dhcpcd that handles all interfaces in one process. svn path=/nixos/trunk/; revision=33720 --- modules/installer/cd-dvd/installation-cd-graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/installation-cd-graphical.nix b/modules/installer/cd-dvd/installation-cd-graphical.nix index fe32481fb7b..2d3ef844f27 100644 --- a/modules/installer/cd-dvd/installation-cd-graphical.nix +++ b/modules/installer/cd-dvd/installation-cd-graphical.nix @@ -12,7 +12,7 @@ with pkgs.lib; ]; # Provide wicd for easy wireless configuration. - networking.wicd.enable = true; + #networking.wicd.enable = true; # KDE complains if power management is disabled (to be precise, if # there is no power management backend such as upower).