Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 2019-06-19 17:50:41,954 - __init__.py[DEBUG]: Network config found dev names: ['ens6', 'eth0']
  2. 2019-06-19 17:50:41,954 - __init__.py[DEBUG]: Attempting to run bring up interface ens6 using command ['ifup', 'ens6']
  3. 2019-06-19 17:50:41,954 - util.py[DEBUG]: Running command ['ifup', 'ens6'] with allowed return codes [0] (shell=False, capture=True)
  4. 2019-06-19 17:50:45,259 - __init__.py[DEBUG]: Attempting to run bring up interface eth0 using command ['ifup', 'eth0']
  5. 2019-06-19 17:50:45,259 - util.py[DEBUG]: Running command ['ifup', 'eth0'] with allowed return codes [0] (shell=False, capture=True)
  6. 2019-06-19 17:50:45,316 - util.py[WARNING]: Running interface command ['ifup', 'eth0'] failed
  7. 2019-06-19 17:50:45,316 - util.py[DEBUG]: Running interface command ['ifup', 'eth0'] failed
  8. Traceback (most recent call last):
  9. File "/usr/lib/python2.7/site-packages/cloudinit/distros/__init__.py", line 363, in _bring_up_interface
  10. (_out, err) = util.subp(cmd)
  11. File "/usr/lib/python2.7/site-packages/cloudinit/util.py", line 2069, in subp
  12. cmd=args)
  13. ProcessExecutionError: Unexpected error while running command.
  14. Command: ['ifup', 'eth0']
  15. Exit code: 1
  16. Reason: -
  17. Stdout:
  18. Determining IP information for eth0... failed.
  19. Stderr: dhclient(1265) is already running - exiting.
  20.  
  21. This version of ISC DHCP is based on the release available
  22. on ftp.isc.org. Features have been added and other changes
  23. have been made to the base software release in order to make
  24. it work better with this distribution.
  25.  
  26. exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement