Advertisement
Guest User

Untitled

a guest
Mar 28th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. netplan apply
  2. Job for systemd-networkd.service failed because the control process exited with error code.
  3. See "systemctl status systemd-networkd.service" and "journalctl -xe" for details.
  4. Traceback (most recent call last):
  5. File "/usr/sbin/netplan", line 23, in <module>
  6. netplan.main()
  7. File "/usr/share/netplan/netplan/cli/core.py", line 50, in main
  8. self.run_command()
  9. File "/usr/share/netplan/netplan/cli/utils.py", line 310, in run_command
  10. self.func()
  11. File "/usr/share/netplan/netplan/cli/commands/apply.py", line 59, in run
  12. self.run_command()
  13. File "/usr/share/netplan/netplan/cli/utils.py", line 310, in run_command
  14. self.func()
  15. File "/usr/share/netplan/netplan/cli/commands/apply.py", line 251, in command_apply
  16. utils.systemctl_networkd('start', sync=True, extra_services=netplan_wpa + netplan_ovs)
  17. File "/usr/share/netplan/netplan/cli/utils.py", line 177, in systemctl_networkd
  18. subprocess.check_call(command)
  19. File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
  20. raise CalledProcessError(retcode, cmd)
  21. subprocess.CalledProcessError: Command '['systemctl', 'start', 'systemd-networkd.service', 'netplan-ovs-cleanup.service']' returned non-zero exit status 1.
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement