You are not logged in.
Hello all,
In order to get my containers working in bridged mode, I have overridden each machine's systemd-nspawn@*.service unit with the following,
ExecStart=
ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-bridge=br0 -U --settings=override --machine=%I
the only difference being that I changed "--network-veth" to "--network-bridge=br0".
The command,
machinectl list
exits with status 1 and no output, whether I run it as a normal user or using sudo.
Any thoughts?
Last edited by hexadecagram (2017-09-05 07:39:00)
Offline
ADDITIONAL
If I run, e.g.,
machinectl status sumdumbox
I do get what one might expect on stdout and a 0 exit status.
Offline
This issue has been resolved, either since the inclusion of systemd-machined (unlikely; the announcement for systemd 205 was posted July 3, 2013), or because it wasn't enabled on my machine (or by default, it would seem).
Offline