Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: c86fe2224e09b2ebb30c98de0b17b72147d7d226
https://github.com/NixOS/nixpkgs/commit/c86fe2224e09b2ebb30c98de0b17b72147d7d226
Author: Joachim Fasting <[email protected]>
Date: 2016-10-26 (Wed, 26 Oct 2016)
Changed paths:
M nixos/tests/virtualbox.nix
Log Message:
-----------
virtualbox-{systemd-detect-virt,net-hostonlyif} test: fix dbus socket dir
The test complains[1][2] that
Failed to start message bus: Failed to bind socket
"/run/dbus/system_bus_socket": No such file or directory
In 639e5401ff51d4c0075b5ceffcbdbfec64c67db3, the dbus socket dir is set
to `/run/dbus`; in the test vm `/var/run/dbus` is used, but the standard
`/run -> /var/run` link is typically not created until stage 2 init, not
in the minimal init used here. Thus, dbus fails to run within the test
environment . Fix by changing `/var/run/dbus` to simply `/run/dbus`.
[1]: https://hydra.nixos.org/build/42534725
[2]: https://hydra.nixos.org/build/42523834
Commit: 709c6a6238aac42ce1deabeba2037189c0556092
https://github.com/NixOS/nixpkgs/commit/709c6a6238aac42ce1deabeba2037189c0556092
Author: Joachim F <[email protected]>
Date: 2016-10-27 (Thu, 27 Oct 2016)
Changed paths:
M nixos/tests/virtualbox.nix
Log Message:
-----------
Merge pull request #19876 from joachifm/fix-virtualbox-test
virtualbox-{systemd-detect-virt,net-hostonlyif} test: fix dbus socket dir
Compare: https://github.com/NixOS/nixpkgs/compare/2728d1221071...709c6a6238aa_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits