Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. root@D8LXQt:~# apt-get -o Debug::pkgProblemResolver=yes dist-upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Starting pkgProblemResolver with broken count: 1
  6. Starting 2 pkgProblemResolver with broken count: 1
  7. Investigating (0) libxtables12:amd64 < none -> 1.6.0+snapshot20161117-4 @un uN Ib >
  8. Broken libxtables12:amd64 Breaks on libxtables11:amd64 < 1.6.0+snapshot20161117-1 @ii mK > (<= 1.6.0+snapshot20161117-1)
  9. Considering libxtables11:amd64 6 as a solution to libxtables12:amd64 3
  10. Holding Back libxtables12:amd64 rather than change libxtables11:amd64
  11. Investigating (1) iptables:amd64 < 1.4.21-2+b1 -> 1.6.0+snapshot20161117-4 @ii umU Ib >
  12. Broken iptables:amd64 Depends on libxtables12:amd64 < none | 1.6.0+snapshot20161117-4 @un uH > (= 1.6.0+snapshot20161117-4)
  13. Considering libxtables12:amd64 3 as a solution to iptables:amd64 3
  14. Holding Back iptables:amd64 rather than change libxtables12:amd64
  15. Try to Re-Instate (2) iptables:amd64
  16. Done
  17. Calculating upgrade... Done
  18. The following packages have been kept back:
  19. iptables
  20. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  21. root@D8LXQt:~# sudo apt-get check
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. root@D8LXQt:~# sudo dpkg --audit connman
  26. The following packages are only half configured, probably due to problems
  27. configuring them the first time. The configuration should be retried using
  28. dpkg --configure <package> or the configure menu option in dselect:
  29. connman Intel Connection Manager daemon
  30. root@D8LXQt:~# sudo dpkg --audit connman
  31. The following packages are only half configured, probably due to problems
  32. configuring them the first time. The configuration should be retried using
  33. dpkg --configure <package> or the configure menu option in dselect:
  34. connman Intel Connection Manager daemon
  35.  
  36. root@D8LXQt:~# df -h
  37. Filesystem Size Used Avail Use% Mounted on
  38. udev 10M 0 10M 0% /dev
  39. tmpfs 1.6G 9.1M 1.6G 1% /run
  40. /dev/sde2 11G 4.9G 5.5G 48% /
  41. tmpfs 3.9G 0 3.9G 0% /dev/shm
  42. tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  43. tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  44. /dev/sde3 9.1G 9.1G 0 100% /home
  45. tmpfs 788M 4.0K 788M 1% /run/user/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement