Advertisement
Guest User

Untitled

a guest
Apr 16th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. root@ubuntu:/tmp# apt-get -f install
  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. cgmanager dmsetup e2fslibs e2fsprogs initramfs-tools-bin initscripts
  8. libcryptsetup4 libdevmapper1.02.1 libpam-systemd libsystemd-daemon0 procps
  9. systemd systemd-shim udev util-linux
  10. Suggested packages:
  11. gpart parted e2fsck-static systemd-ui pm-utils kbd console-tools
  12. util-linux-locales
  13. The following packages will be REMOVED:
  14. linux-image-3.16.0-031600-lowlatency linux-image-extra-3.13.0-49-generic
  15. The following NEW packages will be installed:
  16. cgmanager dmsetup e2fsprogs initramfs-tools-bin initscripts libcryptsetup4
  17. libdevmapper1.02.1 procps systemd udev util-linux
  18. The following packages will be upgraded:
  19. e2fslibs libpam-systemd libsystemd-daemon0 systemd-shim
  20. 4 upgraded, 11 newly installed, 2 to remove and 848 not upgraded.
  21. 8 not fully installed or removed.
  22. Need to get 4,371 kB of archives.
  23. After this operation, 337 MB disk space will be freed.
  24. Do you want to continue? [Y/n]
  25. Get:1 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main libsystemd-daemon0 amd64 208-8ubuntu8.2 [10.4 kB]
  26. Get:2 http://us.archive.ubuntu.com/ubuntu/ utopic/main initramfs-tools-bin amd64 0.103ubuntu8 [8,940 B]
  27. Get:3 http://us.archive.ubuntu.com/ubuntu/ utopic/main initscripts amd64 2.88dsf-41ubuntu18 [34.6 kB]
  28. Get:4 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main util-linux amd64 2.25.1-3ubuntu4.1 [806 kB]
  29. Get:5 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main procps amd64 1:3.3.9-1ubuntu5.2 [212 kB]
  30. Get:6 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main udev amd64 208-8ubuntu8.2 [804 kB]
  31. Get:7 http://us.archive.ubuntu.com/ubuntu/ utopic/main dmsetup amd64 2:1.02.77-6ubuntu2 [37.6 kB]
  32. Get:8 http://us.archive.ubuntu.com/ubuntu/ utopic/main libdevmapper1.02.1 amd64 2:1.02.77-6ubuntu2 [93.3 kB]
  33. Get:9 http://us.archive.ubuntu.com/ubuntu/ utopic/main libcryptsetup4 amd64 2:1.6.1-1ubuntu3 [67.2 kB]
  34. Get:10 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main libpam-systemd amd64 208-8ubuntu8.2 [23.0 kB]
  35. Get:11 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main systemd amd64 208-8ubuntu8.2 [1,318 kB]
  36. Get:12 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main cgmanager amd64 0.32-4ubuntu1.4 [68.6 kB]
  37. Get:13 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main systemd-shim amd64 8-1ubuntu0.1 [16.2 kB]
  38. Get:14 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main e2fslibs amd64 1.42.10-1.1ubuntu1.2 [187 kB]
  39. Get:15 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main e2fsprogs amd64 1.42.10-1.1ubuntu1.2 [684 kB]
  40. Fetched 4,371 kB in 1min 12s (60.6 kB/s)
  41. (Reading database ... 278786 files and directories currently installed.)
  42. Removing linux-image-3.16.0-031600-lowlatency (3.16.0-031600.201408031935) ...
  43. Examining /etc/kernel/postrm.d .
  44. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.16.0-031600-lowlatency /boot/vmlinuz-3.16.0-031600-lowlatency
  45. update-initramfs: Deleting /boot/initrd.img-3.16.0-031600-lowlatency
  46. run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.16.0-031600-lowlatency /boot/vmlinuz-3.16.0-031600-lowlatency
  47. Removing linux-image-extra-3.13.0-49-generic (3.13.0-49.81) ...
  48. depmod: FATAL: could not load /boot/System.map-3.13.0-49-generic: No such file or directory
  49. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
  50. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-49-generic /boot/vmlinuz-3.13.0-49-generic
  51. update-initramfs: Generating /boot/initrd.img-3.13.0-49-generic
  52. /usr/sbin/mkinitramfs: 1: /usr/sbin/mkinitramfs: getopt: not found
  53. W: non-GNU getopt
  54. update-initramfs: failed for /boot/initrd.img-3.13.0-49-generic with 1.
  55. run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  56. dpkg: error processing package linux-image-extra-3.13.0-49-generic (--remove):
  57. subprocess installed post-removal script returned error exit status 1
  58. Errors were encountered while processing:
  59. linux-image-extra-3.13.0-49-generic
  60. E: Sub-process /usr/bin/dpkg returned an error code (1)
  61. root@ubuntu:/tmp#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement