Guest User

Untitled

a guest
May 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. ifup[478]: Internet Systems Consortium DHCP Client 4.2.4
  2. ifup[478]: Copyright 2004-2012 Internet Systems Consortium.
  3. ifup[478]: All rights reserved.
  4. ifup[478]: For info, please visit https://www.isc.org/software/dhcp/
  5. ifup[478]: Usage: dhclient [-4|-6] [-SNTP1dvrx] [-nw] [-p <port>] [-D LL|LLT]
  6. ifup[478]: [-s server-addr] [-cf config-file] [-lf lease-file]
  7. ifup[478]: [-pf pid-file] [--no-pid] [-e VAR=val]
  8. ifup[478]: [-sf script-file] [interface]
  9. ifup[478]: Failed to bring up eth0.
  10. systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
  11. systemd[1]: Failed to start Raise network interfaces.
  12. systemd[1]: networking.service: Unit entered failed state.
  13.  
  14. systemd[1]: networking.service: Failed with result 'exit-code'.
  15.  
  16. # ifup --verbose eth0
  17. Configuring interface eth0=eth0 (inet)
  18. /bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
  19. run-parts: executing /etc/network/if-pre-up.d/ethtool
  20. run-parts: executing /etc/network/if-pre-up.d/wireless-tools
  21. run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
  22.  
  23. /sbin/dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
  24. Usage: dhclient [-4|-6] [-SNTP1dvrx] [-nw] [-p <port>] [-D LL|LLT]
  25. [-s server-addr] [-cf config-file] [-lf lease-file]
  26. [-pf pid-file] [--no-pid] [-e VAR=val]
  27. [-sf script-file] [interface]
  28. Failed to bring up eth0.
Advertisement
Add Comment
Please, Sign In to add comment