Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ubuntu@ubuntu:~$ cat /var/log/syslog | grep -i network | tail -n20
  2. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> (wlp3s0): DHCPv4 state changed unknown -> bound
  3. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
  4. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
  5. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
  6. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> Writing DNS information to /sbin/resolvconf
  7. Feb 7 13:08:20 ubuntu NetworkManager[1453]: <info> (wlp3s0): Activation: successful, device activated.
  8. Feb 7 13:08:20 ubuntu systemd[1]: Starting Network Manager Script Dispatcher Service...
  9. Feb 7 13:08:20 ubuntu systemd[1]: Started Network Manager Script Dispatcher Service.
  10. Feb 7 13:08:33 ubuntu NetworkManager[1453]: <info> (enp2s0): link disconnected (deferring action for 4 seconds)
  11. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> (enp2s0): link disconnected (calling deferred action)
  12. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> (enp2s0): device state change: activated -> unavailable (reason 'carrier-changed') [100 20 40]
  13. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> (enp2s0): canceled DHCP transaction, DHCP client pid 1574
  14. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> (enp2s0): DHCPv4 state changed bound -> done
  15. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> NetworkManager state is now CONNECTED_LOCAL
  16. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> NetworkManager state is now CONNECTED_GLOBAL
  17. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> Policy set 'XXXX' (wlp3s0) as default for IPv4 routing and DNS.
  18. Feb 7 13:08:37 ubuntu NetworkManager[1453]: <info> Writing DNS information to /sbin/resolvconf
  19. Feb 7 13:08:40 ubuntu whoopsie[1484]: [13:08:40] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/1
  20. Feb 7 13:08:40 ubuntu whoopsie[1484]: [13:08:40] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/1
  21. Feb 7 13:08:40 ubuntu whoopsie[1484]: [13:08:40] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement