Author: eelco
Date: Tue Apr 10 13:09:56 2012
New Revision: 33720
URL: https://nixos.org/websvn/nix/?rev=33720&sc=1

Log:
* 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.

Modified:
   nixos/trunk/modules/installer/cd-dvd/installation-cd-graphical.nix

Modified: nixos/trunk/modules/installer/cd-dvd/installation-cd-graphical.nix
==============================================================================
--- nixos/trunk/modules/installer/cd-dvd/installation-cd-graphical.nix  Tue Apr 
10 12:56:00 2012        (r33719)
+++ nixos/trunk/modules/installer/cd-dvd/installation-cd-graphical.nix  Tue Apr 
10 13:09:56 2012        (r33720)
@@ -12,7 +12,7 @@
   ];
 
   # 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).
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to