Joachim Fasting c86fe2224e 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
2016-10-26 03:00:54 +02:00
..
2016-04-12 19:13:52 +02:00
2016-02-28 16:18:39 +01:00
2016-09-16 22:06:16 +02:00
2016-08-02 20:58:35 -04:00
2016-09-13 12:51:13 +02:00
2016-03-30 22:22:40 +02:00
2016-07-01 11:37:57 +02:00
2016-10-01 17:08:48 +02:00
2016-01-23 01:20:14 +01:00
2016-10-15 13:54:59 -04:00
2016-09-16 22:06:16 +02:00
2016-09-20 14:53:36 -05:00
2016-10-01 23:18:24 +02:00
2016-09-17 10:47:36 +01:00
2016-09-13 09:45:08 +02:00
2016-09-04 20:03:32 +01:00
2015-08-31 18:36:32 +02:00
2016-09-30 21:24:18 +02:00
2015-12-25 15:55:07 +01:00
2016-09-13 22:46:46 +02:00
2016-04-12 19:13:52 +02:00