nixpkgs/modules
Eelco Dolstra fc583b7054 * When QEMU encounters a "disk full" condition on the host filesystem,
its default behaviour is to stop the emulator (i.e. suspend the VM).
  For automated tests, this is bad, because is makes the VM appear to
  hang without any error message.  The "werror=report" flag causes
  QEMU to report the problem to the VM.  As a side effect QEMU exits
  very elegantly:

    [    2.308668] end_request: I/O error, dev vda, sector 534400
    [    2.309611] Buffer I/O error on device vda, logical block 66800
    ...
    *** glibc detected *** /nix/store/yhngqrww53j0aw7z7v4bv948x5g5fc3d-qemu-kvm-0.12.1.2/bin/qemu-system-x86_64: double free or corruption (!prev): 0x08e3e040 ***
    Aborted

  So I guess we now depend on a bug in QEMU :-)

svn path=/nixos/trunk/; revision=19703
2010-01-27 10:36:43 +00:00
..
config * Add devicemapper to the system path. 2010-01-07 15:55:05 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer Making nixos work well with the new names 'linuxPackages' in stdenv-updates, additionally 2010-01-14 19:50:49 +00:00
misc added privoxy nixos module 2009-10-05 15:11:32 +00:00
programs svn path=/nixos/trunk/; revision=18599 2009-11-24 15:05:08 +00:00
security * Provide a bundle of CA certificates in /etc/ca-bundle.crt, and set 2010-01-20 14:22:47 +00:00
services GNUnet: Add options; add as a system package; provide /etc/gnunetd.conf. 2010-01-23 15:47:33 +00:00
system * Fall back to the kernel modules used at boot time if the modules in 2010-01-26 21:45:13 +00:00
tasks * grep returns a non-zero exit code if no line matches, causing the 2010-01-26 09:56:53 +00:00
testing * Move the serial console kernel parameters to test-instrumentation.nix. 2010-01-06 21:16:57 +00:00
virtualisation * When QEMU encounters a "disk full" condition on the host filesystem, 2010-01-27 10:36:43 +00:00
module-list.nix * Provide a bundle of CA certificates in /etc/ca-bundle.crt, and set 2010-01-20 14:22:47 +00:00
rename.nix * Obsoleted boot.initrd.extraKernelModules (use 2009-12-15 14:05:01 +00:00