Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b37d6d8996cf9270d5a74e5bec605b79ec35b862
      
https://github.com/NixOS/nixpkgs/commit/b37d6d8996cf9270d5a74e5bec605b79ec35b862
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
    M nixos/modules/virtualisation/containers.nix

  Log Message:
  -----------
  Fix failure to start old containers

The existence of $root/var/lib/private/host-notify as a socket
prevented a bind mount:

  container foo[8083]: Failed to create mount point 
/var/lib/containers/foo/var/lib/private/host-notify: No such device or address


  Commit: a2f21a54a1711ad8090ec0e4b67c0f08ffe734bc
      
https://github.com/NixOS/nixpkgs/commit/a2f21a54a1711ad8090ec0e4b67c0f08ffe734bc
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
    M pkgs/os-specific/linux/systemd/default.nix

  Log Message:
  -----------
  systemd: 229 -> 230

See https://github.com/systemd/systemd/blob/v230/NEWS for details.

The main incompatible change is that processes are now killed by
default when you exit a session. Thus, for example, using nohup in an
SSH session no longer works. You have to use "loginctl enable-linger"
and "systemd-run --user" to create a process that survives logout.


Compare: https://github.com/NixOS/nixpkgs/compare/ecd3cbb9e764...a2f21a54a171
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to