From 09fd56cc9eb4758920079ff5826b3e9fd92ddab7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 25 Apr 2009 22:48:48 +0000 Subject: [PATCH] * Upstart in the stdenv branch is incompatible with Upstart in the trunk: it segfaults when it tries to start the new Upstart, which locks up the entire system. This may be because of the different Glibc, or something. In any case, require a reboot. svn path=/nixpkgs/branches/stdenv-updates/; revision=15314 --- pkgs/os-specific/linux/upstart/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/upstart/default.nix b/pkgs/os-specific/linux/upstart/default.nix index c43662be69d..07bc3e6fe75 100644 --- a/pkgs/os-specific/linux/upstart/default.nix +++ b/pkgs/os-specific/linux/upstart/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation { # Upstart builds is the same, then we can switch between them at # runtime; otherwise we can't and we need to reboot. passthru = { - interfaceVersion = 0; + interfaceVersion = 1; }; meta = {