nixpkgs/nixos
Eelco Dolstra 90f79de9ef linux: Make Unix domain sockets builtin
This hopefully fixes intermittent initrd failures where udevd cannot
create a Unix domain socket:

  machine# running udev...
  machine# error getting socket: Address family not supported by protocol
  machine# error initializing udev control socket
  machine# error getting socket: Address family not supported by protocol

The "unix" kernel module is supposed to be loaded automatically, and
clearly that works most of the time, but maybe there is a race
somewhere. In any case, no sane person would run a kernel without Unix
domain sockets, so we may as well make it builtin.

http://hydra.nixos.org/build/30001448
(cherry picked from commit e4b4e9b986)
2016-01-11 17:10:18 +01:00
..
doc/manual Prevent future store path references in the manual 2015-10-23 01:21:33 +02:00
lib nova-image: use make-disk-image.nix 2015-10-26 16:20:40 +01:00
maintainers Make EBS volumes much smaller 2015-09-28 22:51:31 +02:00
modules linux: Make Unix domain sockets builtin 2016-01-11 17:10:18 +01:00
tests Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2016-01-02 12:35:25 +01:00
COPYING
default.nix
README
release-combined.nix Disable lightdm test 2015-08-17 10:48:04 +02:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix Add some preferLocalBuild 2015-12-29 17:22:22 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.