Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. root@potato:~# apt-get upgrade -y
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Calculating upgrade... Done
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 2 not fully installed or removed.
  8. After this operation, 0 B of additional disk space will be used.
  9. Setting up initramfs-tools (0.103ubuntu4.4) ...
  10. update-initramfs: deferring update (trigger activated)
  11. Setting up linux-image-3.13.0-83-generic (3.13.0-83.127) ...
  12. Running depmod.
  13. update-initramfs: deferring update (hook will be called later)
  14. The link /initrd.img is a dangling linkto /boot/initrd.img-3.13.0-83-generic
  15. vmlinuz(/boot/vmlinuz-3.13.0-83-generic
  16. ) points to /boot/vmlinuz-3.13.0-83-generic
  17. (/boot/vmlinuz-3.13.0-83-generic) -- doing nothing at /var/lib/dpkg/info/linux-image-3.13.0-83-generic.postinst line 491.
  18. Examining /etc/kernel/postinst.d.
  19. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-83-generic /boot/vmlinuz-3.13.0-83-generic
  20. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-83-generic /boot/vmlinuz-3.13.0-83-generic
  21. update-initramfs: Generating /boot/initrd.img-3.13.0-83-generic
  22.  
  23. gzip: stdout: No space left on device
  24. E: mkinitramfs failure cpio 141 gzip 1
  25. update-initramfs: failed for /boot/initrd.img-3.13.0-83-generic with 1.
  26. run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  27. Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-3.13.0-83-generic.postinst line 1025.
  28. dpkg: error processing package linux-image-3.13.0-83-generic (--configure):
  29. subprocess installed post-installation script returned error exit status 2
  30. Processing triggers for initramfs-tools (0.103ubuntu4.4) ...
  31. update-initramfs: Generating /boot/initrd.img-3.13.0-96-generic
  32.  
  33. gzip: stdout: No space left on device
  34. E: mkinitramfs failure cpio 141 gzip 1
  35. update-initramfs: failed for /boot/initrd.img-3.13.0-96-generic with 1.
  36. dpkg: error processing package initramfs-tools (--configure):
  37. subprocess installed post-installation script returned error exit status 1
  38. Errors were encountered while processing:
  39. linux-image-3.13.0-83-generic
  40. initramfs-tools
  41. E: Sub-process /usr/bin/dpkg returned an error code (1)
  42.  
  43.  
  44. root@potato:~# df -h
  45. Filesystem Size Used Avail Use% Mounted on
  46. udev 487M 12K 487M 1% /dev
  47. tmpfs 100M 516K 99M 1% /run
  48. /dev/mapper/potato--vg-root 15G 5.8G 8.0G 42% /
  49. none 4.0K 0 4.0K 0% /sys/fs/cgroup
  50. none 5.0M 0 5.0M 0% /run/lock
  51. none 497M 0 497M 0% /run/shm
  52. none 100M 0 100M 0% /run/user
  53. /dev/sda1 236M 219M 4.5M 99% /boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement