nixpkgs/modules/system
Eelco Dolstra c9e4b46d48 * Ugly hack: for CIFS mounts, retry the mount a few times (just as in
pkgs/build-support/vm).  This should make the NixOS regression tests
  more robust on heavily loaded systems, where they now frequently
  fail:

  server# mounting //10.0.2.4/qemu on /hostfs...
  server# [    8.233991] Slow work thread pool: Starting up
  server# [    8.234721] Slow work thread pool: Ready
  server# [   23.271708]  CIFS VFS: No response for cmd 114 mid 1
  server# [   23.272443]  CIFS VFS: cifs_mount failed w/return code = -112
  server# mount: Host is down
  server# [   23.275188] Kernel panic - not syncing: Attempted to kill init!

  Maybe there is a configurable timeout somewhere, which would be much
  nicer...

svn path=/nixos/trunk/; revision=19248
2010-01-06 00:25:14 +00:00
..
activation * Handle the case where initScriptBuilder is not set. 2009-12-17 12:35:58 +00:00
boot * Ugly hack: for CIFS mounts, retry the mount a few times (just as in 2010-01-06 00:25:14 +00:00
etc * Back out r17946 and 17948 because it doesn't work. I've seen it 2009-10-30 08:37:08 +00:00
upstart * Support pre-stop scripts. These are needed to cleanly shutdown 2009-11-06 22:45:19 +00:00
upstart-events Fixing the shutdown script, for the not-that-strange case of having 2009-12-16 23:59:05 +00:00