Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. i@D8LXQt:~$ systemctl --failed
  2. UNIT LOAD ACTIVE SUB DESCRIPTION
  3. ● connman.service loaded failed failed Connection service
  4.  
  5. LOAD = Reflects whether the unit definition was properly loaded.
  6. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  7. SUB = The low-level unit activation state, values depend on unit type.
  8.  
  9. 1 loaded units listed. Pass --all to see loaded but inactive units, too.
  10. To show all installed unit files use 'systemctl list-unit-files'.
  11. ti@D8LXQt:~$ systemctl --failed
  12. UNIT LOAD ACTIVE SUB DESCRIPTION
  13. ● connman.service loaded failed failed Connection service
  14.  
  15. LOAD = Reflects whether the unit definition was properly loaded.
  16. ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  17. SUB = The low-level unit activation state, values depend on unit type.
  18.  
  19. 1 loaded units listed. Pass --all to see loaded but inactive units, too.
  20. To show all installed unit files use 'systemctl list-unit-files'.
  21. ti@D8LXQt:~$ ip link
  22. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
  23. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  24. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
  25. link/ether 1c:87:2c:48:99:60 brd ff:ff:ff:ff:ff:ff
  26. ti@D8LXQt:~$ cat /proc/cmdline
  27. BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=c54d53e9-a17b-4537-8522-3b8cdb83fecb ro initrd=/install/gtk/initrd.gz quiet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement