1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-23 11:19:04 -04:00
nixpkgs/modules
Eelco Dolstra 9bf8801dc6 * Use a tmpfs for /var/run/nscd to ensure that / or /var can be
unmounted or at least remounted read-only during shutdown.  Upstart
  0.6 apparently uses nscd to do some name lookups, resulting in it
  holding some mmap mappings to deleted files in /var/run/nscd.
  E.g. lsof shows:

    init         1 root  DEL       REG              253,0          1850313 /var/run/nscd/dbyn3Piz
    init         1 root  DEL       REG              253,0          1850312 /var/run/nscd/dbt2e8PH

  See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324900.
  This is a workaround - it would be better if Upstart didn't do this.

svn path=/nixos/branches/upstart-0.6/; revision=18258
2009-11-07 15:29:46 +00:00
..
config * Define the Upstart package to use in one place. 2009-11-06 09:36:35 +00:00
hardware
installer * boor.loader.grub.device can only be defined once. 2009-10-30 11:57:23 +00:00
misc
programs
security
services * Improve the mysql shutdown. 2009-11-07 12:43:32 +00:00
system * Use a tmpfs for /var/run/nscd to ensure that / or /var can be 2009-11-07 15:29:46 +00:00
tasks * In the network-interfaces task, emit an ip-up event if there is a 2009-11-06 21:38:40 +00:00
testing
virtualisation * In the network-interfaces task, emit an ip-up event if there is a 2009-11-06 21:38:40 +00:00
module-list.nix * Updated poweroff/reboot/maintenance mode for Upstart 0.6. Upstart 2009-11-06 21:08:06 +00:00
rename.nix