Otherwise, this easily trigger another exception: ``` ====================================================================== ERROR: test_erspan_tunnel_v0 (__main__.NetworkdNetDevTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "./test/test-network/systemd-networkd-tests.py", line 686, in wait_online check_output(*args, env=env) File "./test/test-network/systemd-networkd-tests.py", line 65, in check_output return subprocess.check_output(command, universal_newlines=True, **kwargs).rstrip() File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout File "/usr/lib64/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/usr/lib/systemd/systemd-networkd-wait-online', '--timeout=20s', '--interface=erspan99:routable', '--interface=erspan98:routable', '--interface=dummy98:degraded']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./test/test-network/systemd-networkd-tests.py", line 1808, in test_erspan_tunnel_v0 self.wait_online(['erspan99:routable', 'erspan98:routable', 'dummy98:degraded']) File "./test/test-network/systemd-networkd-tests.py", line 689, in wait_online output = check_output(*networkctl_cmd, '-n', '0', 'status', link.split(':')[0], env=env) File "./test/test-network/systemd-networkd-tests.py", line 65, in check_output return subprocess.check_output(command, universal_newlines=True, **kwargs).rstrip() File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout File "/usr/lib64/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/usr/bin/networkctl', '-n', '0', 'status', 'erspan99']' returned non-zero exit status 1. ```
System and Service Manager
Details
Most documentation is available on systemd's web site.
Assorted, older, general information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Code Map for information about this repository's layout and content.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.