Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. root@odroid64:~# systemctl status networking.service
  2. ● networking.service - Raise network interfaces
  3. Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
  4. Drop-In: /run/systemd/generator/networking.service.d
  5. └─50-insserv.conf-$network.conf
  6. Active: failed (Result: exit-code) since Sun 2017-02-19 00:46:35 UTC; 31s ago
  7. Docs: man:interfaces(5)
  8. Process: 3597 ExecStop=/sbin/ifdown -a --read-environment (code=exited, status=0/SUCCESS)
  9. Process: 3967 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  10. Process: 3963 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=0/SUCCE
  11. Main PID: 3967 (code=exited, status=1/FAILURE)
  12.  
  13. Feb 19 00:46:35 odroid64 systemd[1]: Starting Raise network interfaces...
  14. Feb 19 00:46:35 odroid64 wpa_supplicant[3982]: Successfully initialized wpa_supplicant
  15. Feb 19 00:46:35 odroid64 wpa_supplicant[3982]: wlan0: Unsupported driver 'rtl8812au'
  16. Feb 19 00:46:35 odroid64 ifup[3967]: /etc/network/if-pre-up.d/wpasupplicant: 120: /etc/network/if-pre-up.d/wpasupplicant: cannot create /dev/stderr: No such device or address
  17. Feb 19 00:46:35 odroid64 ifup[3967]: run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
  18. Feb 19 00:46:35 odroid64 ifup[3967]: Failed to bring up wlan0.
  19. Feb 19 00:46:35 odroid64 systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
  20. Feb 19 00:46:35 odroid64 systemd[1]: Failed to start Raise network interfaces.
  21. Feb 19 00:46:35 odroid64 systemd[1]: networking.service: Unit entered failed state.
  22. Feb 19 00:46:35 odroid64 systemd[1]: networking.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement