Advertisement
Guest User

networking

a guest
Jun 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. networking.service - Raise network interfaces
  2. Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
  3. Active: failed (Result: exit-code) since Sun 2019-06-16 16:42:44 -03; 10min ago
  4. Docs: man:interfaces(5)
  5. Process: 647 ExecStop=/sbin/ifdown -a --read-environment --exclude=lo (code=exited, status=0/SUCCESS)
  6. Process: 924 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  7. Process: 920 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=0/SUCCESS)
  8. Main PID: 924 (code=exited, status=1/FAILURE)
  9.  
  10. Jun 16 16:42:44 prado ifup[924]: RTNETLINK answers: File exists
  11. Jun 16 16:42:44 prado ifup[924]: ifup: failed to bring up enp4s1
  12. Jun 16 16:42:44 prado ifup[924]: RTNETLINK answers: File exists
  13. Jun 16 16:42:44 prado ifup[924]: ifup: failed to bring up enp4s2
  14. Jun 16 16:42:44 prado ifup[924]: eth0: ERROR while getting interface flags: No such device
  15. Jun 16 16:42:44 prado ifup[924]: ifup: failed to bring up dsl-provider
  16. Jun 16 16:42:44 prado systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
  17. Jun 16 16:42:44 prado systemd[1]: Failed to start Raise network interfaces.
  18. Jun 16 16:42:44 prado systemd[1]: networking.service: Unit entered failed state.
  19. Jun 16 16:42:44 prado systemd[1]: networking.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement