Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. root@ltsp:/boot# apt-get autoremove -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following extra packages will be installed:
  7. linux-image-2.6.32-74-server
  8. Suggested packages:
  9. fdutils linux-doc-2.6.32 linux-source-2.6.32 linux-tools
  10. The following packages will be REMOVED:
  11. linux-headers-2.6.32-46 linux-headers-2.6.32-46-server linux-headers-2.6.32-47 linux-headers-2.6.32-47-server linux-headers-2.6.32-48 linux-headers-2.6.32-48-server linux-headers-2.6.32-49
  12. linux-headers-2.6.32-49-server linux-headers-2.6.32-50 linux-headers-2.6.32-50-server linux-headers-2.6.32-51 linux-headers-2.6.32-51-server linux-headers-2.6.32-52 linux-headers-2.6.32-52-server
  13. linux-headers-2.6.32-53 linux-headers-2.6.32-53-server linux-headers-2.6.32-54 linux-headers-2.6.32-54-server linux-headers-2.6.32-55 linux-headers-2.6.32-55-server linux-headers-2.6.32-56
  14. linux-headers-2.6.32-56-server linux-headers-2.6.32-57 linux-headers-2.6.32-57-server linux-headers-2.6.32-58 linux-headers-2.6.32-58-server
  15. The following NEW packages will be installed:
  16. linux-image-2.6.32-74-server
  17. 0 upgraded, 1 newly installed, 26 to remove and 79 not upgraded.
  18. 6 not fully installed or removed.
  19. Need to get 0B/31.8MB of archives.
  20. After this operation, 984MB disk space will be freed.
  21. Do you want to continue [Y/n]? y
  22. (Reading database ... 394359 files and directories currently installed.)
  23. Unpacking linux-image-2.6.32-74-server (from .../linux-image-2.6.32-74-server_2.6.32-74.142_amd64.deb) ...
  24. Done.
  25. dpkg: error processing /var/cache/apt/archives/linux-image-2.6.32-74-server_2.6.32-74.142_amd64.deb (--unpack):
  26. failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during `./boot/vmlinuz-2.6.32-74-server': No space left on device
  27. dpkg-deb: subprocess paste killed by signal (Broken pipe)
  28. Running postrm hook script /usr/sbin/update-grub.
  29. Generating grub.cfg ...
  30. Found background image: moreblue-orbit-grub.png
  31. Found linux image: /boot/vmlinuz-2.6.32-60-server
  32. Found linux image: /boot/vmlinuz-2.6.32-58-server
  33. Found initrd image: /boot/initrd.img-2.6.32-58-server
  34. Found linux image: /boot/vmlinuz-2.6.32-57-server
  35. Found initrd image: /boot/initrd.img-2.6.32-57-server
  36. Found linux image: /boot/vmlinuz-2.6.32-56-server
  37. Found initrd image: /boot/initrd.img-2.6.32-56-server
  38. Found linux image: /boot/vmlinuz-2.6.32-55-server
  39. Found initrd image: /boot/initrd.img-2.6.32-55-server
  40. Found linux image: /boot/vmlinuz-2.6.32-54-server
  41. Found initrd image: /boot/initrd.img-2.6.32-54-server
  42. Found linux image: /boot/vmlinuz-2.6.32-53-server
  43. Found initrd image: /boot/initrd.img-2.6.32-53-server
  44. Found linux image: /boot/vmlinuz-2.6.32-52-server
  45. Found initrd image: /boot/initrd.img-2.6.32-52-server
  46. Found linux image: /boot/vmlinuz-2.6.32-51-server
  47. Found initrd image: /boot/initrd.img-2.6.32-51-server
  48. Found linux image: /boot/vmlinuz-2.6.32-50-server
  49. Found initrd image: /boot/initrd.img-2.6.32-50-server
  50. Found linux image: /boot/vmlinuz-2.6.32-49-server
  51. Found initrd image: /boot/initrd.img-2.6.32-49-server
  52. Found linux image: /boot/vmlinuz-2.6.32-48-server
  53. Found initrd image: /boot/initrd.img-2.6.32-48-server
  54. Found linux image: /boot/vmlinuz-2.6.32-47-server
  55. Found initrd image: /boot/initrd.img-2.6.32-47-server
  56. Found linux image: /boot/vmlinuz-2.6.32-46-server
  57. Found initrd image: /boot/initrd.img-2.6.32-46-server
  58. Found linux image: /boot/vmlinuz-2.6.32-33-server
  59. Found initrd image: /boot/initrd.img-2.6.32-33-server
  60. Found memtest86+ image: /memtest86+.bin
  61. done
  62. Errors were encountered while processing:
  63. /var/cache/apt/archives/linux-image-2.6.32-74-server_2.6.32-74.142_amd64.deb
  64. E: Sub-process /usr/bin/dpkg returned an error code (1)
  65. root@ltsp:/boot# df -h
  66. Filesystem Size Used Avail Use% Mounted on
  67. /dev/mapper/ltsp-root
  68. 19G 12G 6.6G 64% /
  69. none 12G 192K 12G 1% /dev
  70. none 12G 0 12G 0% /dev/shm
  71. none 12G 80K 12G 1% /var/run
  72. none 12G 0 12G 0% /var/lock
  73. none 12G 0 12G 0% /lib/init/rw
  74. /dev/sda1 228M 225M 0 100% /boot
  75. fs:/home 197G 130G 58G 70% /home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement