PDA

View Full Version : [ubuntu] 12.04 / apt-get reporting broken dependencies



andrewhorton
June 5th, 2013, 05:11 PM
Hi,

apt-get is reporting broken dependencies. 'apt-get -f install' does not fix it. I notice my /boot partition is full. I did remove some of the older files from there (checking first with 'uname -r' and avoiding any at that version or three previous). Now I do have space on boot, but apt-get is still reporting the same:


root@ubuntu2:/boot# apt-get check
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies.
linux-generic-pae : Depends: linux-headers-generic-pae (= 3.2.0.40.48) but 3.2.
0.45.54 is installed
linux-image-generic-pae : Depends: linux-image-3.2.0-40-generic-pae but it is n
ot installed
E: Unmet dependencies. Try using -f.
root@ubuntu2:/boot#

How do I go about fixing this?

vadimkolchev
June 5th, 2013, 07:04 PM
Install the packages it asks for. In your case - linux-headers-generic-pae of the version 3.2.0.40.48 and linux-image-3.2.0-40-generic pae and then check with apt-get once again.

P.S. And... Hope you know what you are doing but Ubuntu uses sudo. It is no good to perform all operations as root.

andrewhorton
June 7th, 2013, 11:12 AM
Thanks, I tried this, but am not sure how to name the package (how to include the version number). So for example:

andrew@ubuntu2:~$ sudo apt-get install linux-headers-generic-pae-3.2.0.45.54
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-generic-pae-3.2.0.45.54
E: Couldn't find any package by regex 'linux-headers-generic-pae-3.2.0.45.54'
andrew@ubuntu2:~$

Could you tell me exactly the package names that it is asking for?

Oh, and thanks for the sudo versus root tip. It is a good one, but on that day I was doing a whole bunch of fixing, so I used sudo to start a permanent root session. Don't worry, I did log out of it as soon as I was finished. I do know what I am doing in general, but am a bit of a Ubuntu noob. Come from the world of RedHat/Fedora really.

Thanks.

vadimkolchev
June 7th, 2013, 12:38 PM
Yes, I do understand. Actually the command you want to issue is

apt-cache search package

This will give you all variants of that package that are present in repos. It is equivalent to
yum search command that you should be aware of.

This will give you the idea about the actual package names you must provide to apt-get command for installation.

fantab
June 7th, 2013, 12:42 PM
Post the output of:


sudo apt-get update

andrewhorton
June 7th, 2013, 02:34 PM
Post the output of:


sudo apt-get update

Hi, thanks, I ran the command, got this:

andrew@ubuntu2:~$ sudo apt-get update
Hit http://gb.archive.ubuntu.com precise Release.gpg
Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]
Hit http://gb.archive.ubuntu.com precise-backports Release.gpg
Hit http://gb.archive.ubuntu.com precise Release
Get:2 http://gb.archive.ubuntu.com precise-updates Release [49.6 kB]
Hit http://gb.archive.ubuntu.com precise-backports Release
Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]
Hit http://gb.archive.ubuntu.com precise/main Sources
Hit http://gb.archive.ubuntu.com precise/restricted Sources
Hit http://gb.archive.ubuntu.com precise/universe Sources
Hit http://gb.archive.ubuntu.com precise/multiverse Sources
Hit http://gb.archive.ubuntu.com precise/main i386 Packages
Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
Get:4 http://gb.archive.ubuntu.com precise-updates/main Sources [395 kB]
Get:5 http://security.ubuntu.com precise-security Release [49.6 kB]
Get:6 http://security.ubuntu.com precise-security/main Sources [79.1 kB]
Get:7 http://gb.archive.ubuntu.com precise-updates/restricted Sources [5,467 B]
Get:8 http://gb.archive.ubuntu.com precise-updates/universe Sources [90.5 kB]
Get:9 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [6,582 B]
Get:10 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [649 kB]
Get:11 http://security.ubuntu.com precise-security/restricted Sources [2,494 B]
Get:12 http://security.ubuntu.com precise-security/universe Sources [25.7 kB]
Get:13 http://security.ubuntu.com precise-security/multiverse Sources [1,380 B]
Get:14 http://security.ubuntu.com precise-security/main i386 Packages [301 kB]
Get:15 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [10.0 kB]
Get:16 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [209 kB]
Get:17 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [13.8 kB]
Get:18 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3,564 B]
Get:19 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2,605 B]
Get:20 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2,461 B]
Get:21 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2,850 B]
Hit http://gb.archive.ubuntu.com precise/main Translation-en_GB
Hit http://gb.archive.ubuntu.com precise/main Translation-en
Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en
Hit http://gb.archive.ubuntu.com precise-backports/main Sources
Hit http://gb.archive.ubuntu.com precise-backports/restricted Sources
Hit http://gb.archive.ubuntu.com precise-backports/universe Sources
Hit http://gb.archive.ubuntu.com precise-backports/multiverse Sources
Hit http://gb.archive.ubuntu.com precise-backports/main i386 Packages
Hit http://gb.archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://gb.archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://gb.archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://gb.archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://gb.archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://gb.archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://gb.archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://gb.archive.ubuntu.com precise/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com precise/restricted Translation-en
Hit http://gb.archive.ubuntu.com precise/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com precise/universe Translation-en
Get:22 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
Get:23 http://security.ubuntu.com precise-security/universe i386 Packages [77.8 kB]
Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en_GB
Get:24 http://gb.archive.ubuntu.com precise-updates/main Translation-en [289 kB]
Get:25 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,375 B]
Hit http://security.ubuntu.com precise-security/main TranslationIndex
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
Hit http://security.ubuntu.com precise-security/universe TranslationIndex
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en_GB
Get:26 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [121 kB]
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://gb.archive.ubuntu.com precise-backports/main Translation-en
Hit http://gb.archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://gb.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://gb.archive.ubuntu.com precise-backports/universe Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Fetched 2,395 kB in 5s (457 kB/s)
Reading package lists... Done
andrew@ubuntu2:~$

Does that tell you anything? Well, clearly it does, but does it help? :-)

vadimkolchev
June 7th, 2013, 03:54 PM
Yes, apt-get update ends with no errors. Try to do
sudo apt-get dist-upgrade now and paste the output as well, please.

andrewhorton
June 7th, 2013, 05:45 PM
Yes, apt-get update ends with no errors. Try to do
sudo apt-get dist-upgrade now and paste the output as well, please.

I did and got this:

andrew@ubuntu2:~$ sudo apt-get dist-upgrade
[sudo] password for andrew:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run âapt-get -f installâ to correct these.
The following packages have unmet dependencies.
linux-generic-pae : Depends: linux-headers-generic-pae (= 3.2.0.40.48) but 3.2.0.45.54 is installed
linux-image-generic-pae : Depends: linux-image-3.2.0-40-generic-pae but it is not installed
E: Unmet dependencies. Try using -f.

I thought as well I would try the -f as suggested, and got this (sorry, it's long):

andrew@ubuntu2:~$ sudo apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages will be upgraded:
accountsservice apport apport-symptoms aptitude base-files bash
bash-completion busybox-initramfs busybox-static coreutils curl dmsetup dpkg
grub-common grub-pc grub-pc-bin grub2-common icedtea-6-jre-cacao
icedtea-6-jre-jamvm initramfs-tools initramfs-tools-bin iptables
isc-dhcp-client isc-dhcp-common landscape-common language-pack-en
language-pack-en-base language-selector-common libaccountsservice0 libc-bin
libc-dev-bin libc6 libc6-dev libcups2 libcurl3 libcurl3-gnutls
libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm-intel1 libdrm-nouveau1a
libdrm-radeon1 libdrm2 libfreerdp1 libgnutls26 libldap-2.4-2 libnih-dbus1
libnih1 libparted0debian1 libpciaccess0 libplymouth2 libservlet2.5-java
libssl1.0.0 libtomcat6-java libudev0 libx11-6 libx11-data libxcb-render0
libxcb-shm0 libxcb1 libxext6 libxrender1 linux-firmware linux-generic-pae
linux-image-generic-pae linux-libc-dev login lsb-base lsb-release lvm2 make
man-db mountall multiarch-support ntfs-3g openjdk-6-jre-headless
openjdk-6-jre-lib openssh-client openssh-server openssl parted passwd
plymouth plymouth-theme-ubuntu-text python-apport python-apt
python-apt-common python-problem-report resolvconf rsyslog tomcat6
tomcat6-common ubuntu-keyring ubuntu-minimal ubuntu-standard udev
unattended-upgrades update-manager-core update-notifier-common upstart
wpasupplicant
100 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 98.6 MB/98.7 MB of archives.
After this operation, 935 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main linux-firmware all 1.79.4 [23.1 MB]
Get:2 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main base-files i386 6.5ubuntu6.5 [65.3 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bash i386 4.2-2ubuntu2.1 [616 kB]
Get:4 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg i386 1.16.1.2ubuntu7.1 [1,815 kB]
Get:5 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main coreutils i386 8.13-3ubuntu3.2 [2,181 kB]
Get:6 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main login i386 1:4.1.4.2+svn3283-3ubuntu5.1 [286 kB]
Get:7 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libnih-dbus1 i386 1.0.3-4ubuntu9.1 [15.4 kB]
Get:8 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libnih1 i386 1.0.3-4ubuntu9.1 [53.7 kB]
Get:9 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libudev0 i386 175-0ubuntu9.3 [32.8 kB]
Get:10 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdrm2 i386 2.4.43-0ubuntu0.0.1 [27.7 kB]
Get:11 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libpciaccess0 i386 0.12.902-1ubuntu0.2 [22.5 kB]
Get:12 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdrm-intel1 i386 2.4.43-0ubuntu0.0.1 [63.8 kB]
Get:13 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdrm-nouveau1a i386 2.4.43-0ubuntu0.0.1 [14.2 kB]
Get:14 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdrm-radeon1 i386 2.4.43-0ubuntu0.0.1 [24.8 kB]
Get:15 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdevmapper1.02.1 i386 2:1.02.48-4ubuntu7.3 [67.4 kB]
Get:16 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main initramfs-tools all 0.99ubuntu13.1 [49.0 kB]
Get:17 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main initramfs-tools-bin i386 0.99ubuntu13.1 [9,912 B]
Get:18 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main busybox-initramfs i386 1:1.18.5-1ubuntu4.1 [172 kB]
Get:19 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main dmsetup i386 2:1.02.48-4ubuntu7.3 [36.9 kB]
Get:20 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main udev i386 175-0ubuntu9.3 [352 kB]
Get:21 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main plymouth i386 0.8.2-2ubuntu31.1 [125 kB]
Get:22 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libplymouth2 i386 0.8.2-2ubuntu31.1 [91.9 kB]
Get:23 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mountall i386 2.36.4 [70.2 kB]
Get:24 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main upstart i386 1.5-0ubuntu7.2 [313 kB]
Get:25 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev i386 2.15-0ubuntu10.4 [5,098 kB]
Get:26 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libc-dev-bin i386 2.15-0ubuntu10.4 [77.7 kB]
Get:27 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main linux-libc-dev i386 3.2.0-45.70 [864 kB]
Get:28 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libc-bin i386 2.15-0ubuntu10.4 [1,131 kB]
Get:29 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libc6 i386 2.15-0ubuntu10.4 [3,941 kB]
Get:30 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 i386 1.0.1-4ubuntu5.9 [1,005 kB]
Get:31 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main lsb-base all 4.0-0ubuntu20.2 [10.4 kB]
Get:32 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main resolvconf all 1.63ubuntu16 [53.5 kB]
Get:33 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bash-completion all 1:1.3-1ubuntu8.1 [134 kB]
Get:34 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main python-apt-common all 0.8.3ubuntu7.1 [21.7 kB]
Get:35 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main python-apt i386 0.8.3ubuntu7.1 [184 kB]
Get:36 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main accountsservice i386 0.6.15-2ubuntu9.6 [43.7 kB]
Get:37 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libaccountsservice0 i386 0.6.15-2ubuntu9.6 [29.5 kB]
Get:38 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main language-selector-common all 0.79.3 [365 kB]
Get:39 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls26 i386 2.12.14-5ubuntu3.4 [448 kB]
Get:40 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libldap-2.4-2 i386 2.4.28-1.1ubuntu4.2 [186 kB]
Get:41 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls i386 7.22.0-3ubuntu4.1 [233 kB]
Get:42 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libparted0debian1 i386 2.3-8ubuntu5.1 [225 kB]
Get:43 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-data all 2:1.4.99.1-0ubuntu2.1 [175 kB]
Get:44 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1 i386 1.8.1-1ubuntu0.2 [48.8 kB]
Get:45 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-6 i386 2:1.4.99.1-0ubuntu2.1 [770 kB]
Get:46 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libxext6 i386 2:1.3.0-3ubuntu0.1 [34.2 kB]
Get:47 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main ntfs-3g i386 1:2012.1.15AR.1-1ubuntu1.2 [645 kB]
Get:48 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-en all 1:12.04+20130128 [1,986 B]
Get:49 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main language-pack-en-base all 1:12.04+20130128 [881 kB]
Get:50 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libcups2 i386 1.5.3-0ubuntu8 [172 kB]
Get:51 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 i386 7.22.0-3ubuntu4.1 [242 kB]
Get:52 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-render0 i386 1.8.1-1ubuntu0.2 [14.2 kB]
Get:53 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shm0 i386 1.8.1-1ubuntu0.2 [5,696 B]
Get:54 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libxrender1 i386 1:0.9.6-2ubuntu0.1 [20.4 kB]
Get:55 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main update-notifier-common all 0.119ubuntu8.6 [222 kB]
Get:56 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-cacao i386 6b27-1.12.5-0ubuntu0.12.04.1 [771 kB]
Get:57 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-lib all 6b27-1.12.5-0ubuntu0.12.04.1 [6,142 kB]
Get:58 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main icedtea-6-jre-jamvm i386 6b27-1.12.5-0ubuntu0.12.04.1 [538 kB]
Get:59 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main openjdk-6-jre-headless i386 6b27-1.12.5-0ubuntu0.12.04.1 [27.4 MB]
Get:60 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-keyring all 2011.11.21.1 [16.7 kB]
Get:61 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main multiarch-support i386 2.15-0ubuntu10.4 [4,482 B]
Get:62 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main passwd i386 1:4.1.4.2+svn3283-3ubuntu5.1 [940 kB]
Get:63 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-client i386 4.1.ESV-R4-0ubuntu5.8 [288 kB]
Get:64 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main isc-dhcp-common i386 4.1.ESV-R4-0ubuntu5.8 [347 kB]
Get:65 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main lsb-release all 4.0-0ubuntu20.2 [10.8 kB]
Get:66 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main rsyslog i386 5.8.6-1ubuntu8.4 [431 kB]
Get:67 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-minimal i386 1.267.1 [2,902 B]
Get:68 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main busybox-static i386 1:1.18.5-1ubuntu4.1 [847 kB]
Get:69 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main iptables i386 1.4.12-1ubuntu5 [373 kB]
Get:70 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main man-db i386 2.6.1-2ubuntu1 [742 kB]
Get:71 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-server i386 1:5.9p1-5ubuntu1.1 [343 kB]
Get:72 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main openssh-client i386 1:5.9p1-5ubuntu1.1 [960 kB]
Get:73 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main openssl i386 1.0.1-4ubuntu5.9 [519 kB]
Get:74 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main parted i386 2.3-8ubuntu5.1 [52.9 kB]
Get:75 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main plymouth-theme-ubuntu-text i386 0.8.2-2ubuntu31.1 [8,948 B]
Get:76 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main ubuntu-standard i386 1.267.1 [2,956 B]
Get:77 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main update-manager-core i386 1:0.156.14.11 [181 kB]
Get:78 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main python-problem-report all 2.0.1-0ubuntu17.3 [9,350 B]
Get:79 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main python-apport all 2.0.1-0ubuntu17.3 [81.0 kB]
Get:80 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main apport all 2.0.1-0ubuntu17.3 [147 kB]
Get:81 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main apport-symptoms all 0.16.1 [14.2 kB]
Get:82 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main aptitude i386 0.6.6-1ubuntu1.2 [2,355 kB]
Get:83 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main curl i386 7.22.0-3ubuntu4.1 [137 kB]
Get:84 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc i386 1.99-21ubuntu3.9 [140 kB]
Get:85 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main grub-pc-bin i386 1.99-21ubuntu3.9 [876 kB]
Get:86 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main grub2-common i386 1.99-21ubuntu3.9 [94.2 kB]
Get:87 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libdevmapper-event1.02.1 i386 2:1.02.48-4ubuntu7.3 [10.0 kB]
Get:88 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main lvm2 i386 2.02.66-4ubuntu7.3 [418 kB]
Get:89 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main grub-common i386 1.99-21ubuntu3.9 [2,096 kB]
Get:90 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main landscape-common i386 12.05-0ubuntu1.12.04 [241 kB]
Get:91 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libfreerdp1 i386 1.0.1-1ubuntu2.2 [251 kB]
Get:92 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libservlet2.5-java all 6.0.35-1ubuntu3.3 [187 kB]
Get:93 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main libtomcat6-java all 6.0.35-1ubuntu3.3 [3,090 kB]
Get:94 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main make i386 3.81-8.1ubuntu1.1 [116 kB]
Get:95 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main tomcat6-common all 6.0.35-1ubuntu3.3 [41.1 kB]
Get:96 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main tomcat6 all 6.0.35-1ubuntu3.3 [28.4 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main unattended-upgrades all 0.76ubuntu1 [24.7 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main wpasupplicant i386 0.7.3-6ubuntu2.1 [492 kB]
Fetched 98.6 MB in 2min 57s (556 kB/s)
Extract templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 232433 files and directories currently installed.)
Preparing to replace linux-firmware 1.79 (using .../linux-firmware_1.79.4_all.deb) ...
Unpacking replacement linux-firmware ...
Preparing to replace base-files 6.5ubuntu6.2 (using .../base-files_6.5ubuntu6.5_i386.deb) ...
Unpacking replacement base-files ...
Processing triggers for install-info ...
Processing triggers for man-db ...
Processing triggers for plymouth-theme-ubuntu-text ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-45-generic-pae
Setting up base-files (6.5ubuntu6.5) ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/lsb-release ...
Processing triggers for plymouth-theme-ubuntu-text ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-45-generic-pae
(Reading database ... 232444 files and directories currently installed.)
Preparing to replace bash 4.2-2ubuntu2 (using .../bash_4.2-2ubuntu2.1_i386.deb) ...
Unpacking replacement bash ...
Processing triggers for man-db ...
Setting up bash (4.2-2ubuntu2.1) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode.
(Reading database ... 232444 files and directories currently installed.)
Preparing to replace dpkg 1.16.1.2ubuntu7 (using .../dpkg_1.16.1.2ubuntu7.1_i386.deb) ...
Unpacking replacement dpkg ...
Processing triggers for man-db ...
Setting up dpkg (1.16.1.2ubuntu7.1) ...
(Reading database ... 232445 files and directories currently installed.)
Preparing to replace coreutils 8.13-3ubuntu3 (using .../coreutils_8.13-3ubuntu3.2_i386.deb) ...
Unpacking replacement coreutils ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up coreutils (8.13-3ubuntu3.2) ...
(Reading database ... 232445 files and directories currently installed.)
Preparing to replace login 1:4.1.4.2+svn3283-3ubuntu5 (using .../login_1%3a4.1.4.2+svn3283-3ubuntu5.1_i386.deb) ...
Unpacking replacement login ...
Processing triggers for man-db ...
Setting up login (1:4.1.4.2+svn3283-3ubuntu5.1) ...
(Reading database ... 232445 files and directories currently installed.)
Preparing to replace libnih-dbus1 1.0.3-4ubuntu9 (using .../libnih-dbus1_1.0.3-4ubuntu9.1_i386.deb) ...
Unpacking replacement libnih-dbus1 ...
Preparing to replace libnih1 1.0.3-4ubuntu9 (using .../libnih1_1.0.3-4ubuntu9.1_i386.deb) ...
Unpacking replacement libnih1 ...
Preparing to replace libudev0 175-0ubuntu9.1 (using .../libudev0_175-0ubuntu9.3_i386.deb) ...
Unpacking replacement libudev0 ...
Preparing to replace libdrm2 2.4.32-1ubuntu1 (using .../libdrm2_2.4.43-0ubuntu0.0.1_i386.deb) ...
Unpacking replacement libdrm2 ...
Preparing to replace libpciaccess0 0.12.902-1 (using .../libpciaccess0_0.12.902-1ubuntu0.2_i386.deb) ...
Unpacking replacement libpciaccess0 ...
Preparing to replace libdrm-intel1 2.4.32-1ubuntu1 (using .../libdrm-intel1_2.4.43-0ubuntu0.0.1_i386.deb) ...
Unpacking replacement libdrm-intel1 ...
Preparing to replace libdrm-nouveau1a 2.4.32-1ubuntu1 (using .../libdrm-nouveau1a_2.4.43-0ubuntu0.0.1_i386.deb) ...
Unpacking replacement libdrm-nouveau1a ...
Preparing to replace libdrm-radeon1 2.4.32-1ubuntu1 (using .../libdrm-radeon1_2.4.43-0ubuntu0.0.1_i386.deb) ...
Unpacking replacement libdrm-radeon1 ...
Preparing to replace libdevmapper1.02.1 2:1.02.48-4ubuntu7.1 (using .../libdevmapper1.02.1_2%3a1.02.48-4ubuntu7.3_i386.deb) ...
Unpacking replacement libdevmapper1.02.1 ...
Preparing to replace initramfs-tools 0.99ubuntu13 (using .../initramfs-tools_0.99ubuntu13.1_all.deb) ...
Unpacking replacement initramfs-tools ...
Preparing to replace initramfs-tools-bin 0.99ubuntu13 (using .../initramfs-tools-bin_0.99ubuntu13.1_i386.deb) ...
Unpacking replacement initramfs-tools-bin ...
Preparing to replace busybox-initramfs 1:1.18.5-1ubuntu4 (using .../busybox-initramfs_1%3a1.18.5-1ubuntu4.1_i386.deb) ...
Unpacking replacement busybox-initramfs ...
Preparing to replace dmsetup 2:1.02.48-4ubuntu7.1 (using .../dmsetup_2%3a1.02.48-4ubuntu7.3_i386.deb) ...
Unpacking replacement dmsetup ...
Preparing to replace udev 175-0ubuntu9.1 (using .../udev_175-0ubuntu9.3_i386.deb) ...
Adding 'diversion of /sbin/udevadm to /sbin/udevadm.upgrade by fake-udev'
Unpacking replacement udev ...
Preparing to replace plymouth 0.8.2-2ubuntu30 (using .../plymouth_0.8.2-2ubuntu31.1_i386.deb) ...
Unpacking replacement plymouth ...
Preparing to replace libplymouth2 0.8.2-2ubuntu30 (using .../libplymouth2_0.8.2-2ubuntu31.1_i386.deb) ...
Unpacking replacement libplymouth2 ...
Preparing to replace mountall 2.36 (using .../mountall_2.36.4_i386.deb) ...
Unpacking replacement mountall ...
Preparing to replace upstart 1.5-0ubuntu7 (using .../upstart_1.5-0ubuntu7.2_i386.deb) ...
Unpacking replacement upstart ...
Preparing to replace libc6-dev 2.15-0ubuntu10.2 (using .../libc6-dev_2.15-0ubuntu10.4_i386.deb) ...
Unpacking replacement libc6-dev ...
Preparing to replace libc-dev-bin 2.15-0ubuntu10.2 (using .../libc-dev-bin_2.15-0ubuntu10.4_i386.deb) ...
Unpacking replacement libc-dev-bin ...
Preparing to replace linux-libc-dev 3.2.0-40.64 (using .../linux-libc-dev_3.2.0-45.70_i386.deb) ...
Unpacking replacement linux-libc-dev ...
Preparing to replace libc-bin 2.15-0ubuntu10.2 (using .../libc-bin_2.15-0ubuntu10.4_i386.deb) ...
Unpacking replacement libc-bin ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libc-bin (2.15-0ubuntu10.4) ...
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace libc6 2.15-0ubuntu10.2 (using .../libc6_2.15-0ubuntu10.4_i386.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.15-0ubuntu10.4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.8 (using .../libssl1.0.0_1.0.1-4ubuntu5.9_i386.deb) ...
Unpacking replacement libssl1.0.0 ...
Setting up libssl1.0.0 (1.0.1-4ubuntu5.9) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace lsb-base 4.0-0ubuntu20 (using .../lsb-base_4.0-0ubuntu20.2_all.deb) ...
Unpacking replacement lsb-base ...
Setting up lsb-base (4.0-0ubuntu20.2) ...
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace resolvconf 1.63ubuntu15 (using .../resolvconf_1.63ubuntu16_all.deb) ...
Unpacking replacement resolvconf ...
Preparing to replace bash-completion 1:1.3-1ubuntu8 (using .../bash-completion_1%3a1.3-1ubuntu8.1_all.deb) ...
Unpacking replacement bash-completion ...
Preparing to replace python-apt-common 0.8.3ubuntu7 (using .../python-apt-common_0.8.3ubuntu7.1_all.deb) ...
Unpacking replacement python-apt-common ...
Preparing to replace python-apt 0.8.3ubuntu7 (using .../python-apt_0.8.3ubuntu7.1_i386.deb) ...
Unpacking replacement python-apt ...
Preparing to replace accountsservice 0.6.15-2ubuntu9.3 (using .../accountsservice_0.6.15-2ubuntu9.6_i386.deb) ...
Unpacking replacement accountsservice ...
Preparing to replace libaccountsservice0 0.6.15-2ubuntu9.3 (using .../libaccountsservice0_0.6.15-2ubuntu9.6_i386.deb) ...
Unpacking replacement libaccountsservice0 ...
Preparing to replace language-selector-common 0.79 (using .../language-selector-common_0.79.3_all.deb) ...
Unpacking replacement language-selector-common ...
Preparing to replace libgnutls26 2.12.14-5ubuntu3.2 (using .../libgnutls26_2.12.14-5ubuntu3.4_i386.deb) ...
Unpacking replacement libgnutls26 ...
Preparing to replace libldap-2.4-2 2.4.28-1.1ubuntu4.1 (using .../libldap-2.4-2_2.4.28-1.1ubuntu4.2_i386.deb) ...
Unpacking replacement libldap-2.4-2 ...
Preparing to replace libcurl3-gnutls 7.22.0-3ubuntu4 (using .../libcurl3-gnutls_7.22.0-3ubuntu4.1_i386.deb) ...
Unpacking replacement libcurl3-gnutls ...
Preparing to replace libparted0debian1 2.3-8ubuntu5 (using .../libparted0debian1_2.3-8ubuntu5.1_i386.deb) ...
Unpacking replacement libparted0debian1 ...
Preparing to replace libx11-data 2:1.4.99.1-0ubuntu2 (using .../libx11-data_2%3a1.4.99.1-0ubuntu2.1_all.deb) ...
Unpacking replacement libx11-data ...
Preparing to replace libxcb1 1.8.1-1 (using .../libxcb1_1.8.1-1ubuntu0.2_i386.deb) ...
Unpacking replacement libxcb1 ...
Preparing to replace libx11-6 2:1.4.99.1-0ubuntu2 (using .../libx11-6_2%3a1.4.99.1-0ubuntu2.1_i386.deb) ...
Unpacking replacement libx11-6 ...
Preparing to replace libxext6 2:1.3.0-3build1 (using .../libxext6_2%3a1.3.0-3ubuntu0.1_i386.deb) ...
Unpacking replacement libxext6 ...
Preparing to replace ntfs-3g 1:2012.1.15AR.1-1ubuntu1 (using .../ntfs-3g_1%3a2012.1.15AR.1-1ubuntu1.2_i386.deb) ...
Unpacking replacement ntfs-3g ...
Preparing to replace language-pack-en 1:12.04+20120801 (using .../language-pack-en_1%3a12.04+20130128_all.deb) ...
Unpacking replacement language-pack-en ...
Preparing to replace language-pack-en-base 1:12.04+20120801 (using .../language-pack-en-base_1%3a12.04+20130128_all.deb) ...
Unpacking replacement language-pack-en-base ...
Preparing to replace libcups2 1.5.3-0ubuntu5.1 (using .../libcups2_1.5.3-0ubuntu8_i386.deb) ...
Unpacking replacement libcups2 ...
Preparing to replace libcurl3 7.22.0-3ubuntu4 (using .../libcurl3_7.22.0-3ubuntu4.1_i386.deb) ...
Unpacking replacement libcurl3 ...
Preparing to replace libxcb-render0 1.8.1-1 (using .../libxcb-render0_1.8.1-1ubuntu0.2_i386.deb) ...
Unpacking replacement libxcb-render0 ...
Preparing to replace libxcb-shm0 1.8.1-1 (using .../libxcb-shm0_1.8.1-1ubuntu0.2_i386.deb) ...
Unpacking replacement libxcb-shm0 ...
Preparing to replace libxrender1 1:0.9.6-2build1 (using .../libxrender1_1%3a0.9.6-2ubuntu0.1_i386.deb) ...
Unpacking replacement libxrender1 ...
Preparing to replace update-notifier-common 0.119ubuntu8.5 (using .../update-notifier-common_0.119ubuntu8.6_all.deb) ...
Unpacking replacement update-notifier-common ...
Preparing to replace icedtea-6-jre-cacao 6b27-1.12.3-0ubuntu1~12.04.1 (using .../icedtea-6-jre-cacao_6b27-1.12.5-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement icedtea-6-jre-cacao ...
Preparing to replace openjdk-6-jre-lib 6b27-1.12.3-0ubuntu1~12.04.1 (using .../openjdk-6-jre-lib_6b27-1.12.5-0ubuntu0.12.04.1_all.deb) ...
Unpacking replacement openjdk-6-jre-lib ...
Preparing to replace icedtea-6-jre-jamvm 6b27-1.12.3-0ubuntu1~12.04.1 (using .../icedtea-6-jre-jamvm_6b27-1.12.5-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement icedtea-6-jre-jamvm ...
Preparing to replace openjdk-6-jre-headless 6b27-1.12.3-0ubuntu1~12.04.1 (using .../openjdk-6-jre-headless_6b27-1.12.5-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement openjdk-6-jre-headless ...
Preparing to replace ubuntu-keyring 2011.11.21 (using .../ubuntu-keyring_2011.11.21.1_all.deb) ...
Unpacking replacement ubuntu-keyring ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up ubuntu-keyring (2011.11.21.1) ...
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>" not changed
gpg: key C0B21F32: public key "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" imported
gpg: key EFE21092: public key "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" imported
gpg: Total number processed: 4
gpg: imported: 2 (RSA: 2)
gpg: unchanged: 2
gpg: no ultimately trusted keys found
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace multiarch-support 2.15-0ubuntu10.2 (using .../multiarch-support_2.15-0ubuntu10.4_i386.deb) ...
Unpacking replacement multiarch-support ...
Setting up multiarch-support (2.15-0ubuntu10.4) ...
(Reading database ... 232446 files and directories currently installed.)
Preparing to replace passwd 1:4.1.4.2+svn3283-3ubuntu5 (using .../passwd_1%3a4.1.4.2+svn3283-3ubuntu5.1_i386.deb) ...
Unpacking replacement passwd ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up libnih1 (1.0.3-4ubuntu9.1) ...
Setting up libnih-dbus1 (1.0.3-4ubuntu9.1) ...
Setting up libudev0 (175-0ubuntu9.3) ...
Setting up initramfs-tools-bin (0.99ubuntu13.1) ...
Setting up busybox-initramfs (1:1.18.5-1ubuntu4.1) ...
Setting up libdrm2 (2.4.43-0ubuntu0.0.1) ...
Setting up libpciaccess0 (0.12.902-1ubuntu0.2) ...
Setting up libdrm-intel1 (2.4.43-0ubuntu0.0.1) ...
Setting up libdrm-nouveau1a (2.4.43-0ubuntu0.0.1) ...
Setting up libdrm-radeon1 (2.4.43-0ubuntu0.0.1) ...
Setting up libplymouth2 (0.8.2-2ubuntu31.1) ...
Setting up upstart (1.5-0ubuntu7.2) ...
Setting up passwd (1:4.1.4.2+svn3283-3ubuntu5.1) ...
Setting up udev (175-0ubuntu9.3) ...
udev stop/waiting
udev start/running, process 22505
Removing 'diversion of /sbin/udevadm to /sbin/udevadm.upgrade by fake-udev'
update-initramfs: deferring update (trigger activated)
Setting up mountall (2.36.4) ...
Setting up initramfs-tools (0.99ubuntu13.1) ...
update-initramfs: deferring update (trigger activated)
Setting up plymouth (0.8.2-2ubuntu31.1) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-45-generic-pae
(Reading database ... 232447 files and directories currently installed.)
Preparing to replace isc-dhcp-client 4.1.ESV-R4-0ubuntu5.5 (using .../isc-dhcp-client_4.1.ESV-R4-0ubuntu5.8_i386.deb) ...
Unpacking replacement isc-dhcp-client ...
Preparing to replace isc-dhcp-common 4.1.ESV-R4-0ubuntu5.5 (using .../isc-dhcp-common_4.1.ESV-R4-0ubuntu5.8_i386.deb) ...
Unpacking replacement isc-dhcp-common ...
Preparing to replace lsb-release 4.0-0ubuntu20 (using .../lsb-release_4.0-0ubuntu20.2_all.deb) ...
Unpacking replacement lsb-release ...
Preparing to replace rsyslog 5.8.6-1ubuntu8 (using .../rsyslog_5.8.6-1ubuntu8.4_i386.deb) ...
Unpacking replacement rsyslog ...
Preparing to replace ubuntu-minimal 1.267 (using .../ubuntu-minimal_1.267.1_i386.deb) ...
Unpacking replacement ubuntu-minimal ...
Preparing to replace busybox-static 1:1.18.5-1ubuntu4 (using .../busybox-static_1%3a1.18.5-1ubuntu4.1_i386.deb) ...
Unpacking replacement busybox-static ...
Preparing to replace iptables 1.4.12-1ubuntu4 (using .../iptables_1.4.12-1ubuntu5_i386.deb) ...
Unpacking replacement iptables ...
Preparing to replace man-db 2.6.1-2 (using .../man-db_2.6.1-2ubuntu1_i386.deb) ...
Unpacking replacement man-db ...
Preparing to replace openssh-server 1:5.9p1-5ubuntu1 (using .../openssh-server_1%3a5.9p1-5ubuntu1.1_i386.deb) ...
Unpacking replacement openssh-server ...
Preparing to replace openssh-client 1:5.9p1-5ubuntu1 (using .../openssh-client_1%3a5.9p1-5ubuntu1.1_i386.deb) ...
Unpacking replacement openssh-client ...
Preparing to replace openssl 1.0.1-4ubuntu5.8 (using .../openssl_1.0.1-4ubuntu5.9_i386.deb) ...
Unpacking replacement openssl ...
Preparing to replace parted 2.3-8ubuntu5 (using .../parted_2.3-8ubuntu5.1_i386.deb) ...
Unpacking replacement parted ...
Preparing to replace plymouth-theme-ubuntu-text 0.8.2-2ubuntu30 (using .../plymouth-theme-ubuntu-text_0.8.2-2ubuntu31.1_i386.deb) ...
Unpacking replacement plymouth-theme-ubuntu-text ...
Preparing to replace ubuntu-standard 1.267 (using .../ubuntu-standard_1.267.1_i386.deb) ...
Unpacking replacement ubuntu-standard ...
Preparing to replace update-manager-core 1:0.156.14.9 (using .../update-manager-core_1%3a0.156.14.11_i386.deb) ...
Unpacking replacement update-manager-core ...
Preparing to replace python-problem-report 2.0.1-0ubuntu15.1 (using .../python-problem-report_2.0.1-0ubuntu17.3_all.deb) ...
Unpacking replacement python-problem-report ...
Preparing to replace python-apport 2.0.1-0ubuntu15.1 (using .../python-apport_2.0.1-0ubuntu17.3_all.deb) ...
Unpacking replacement python-apport ...
Preparing to replace apport 2.0.1-0ubuntu15.1 (using .../apport_2.0.1-0ubuntu17.3_all.deb) ...
apport stop/waiting
Unpacking replacement apport ...
Preparing to replace apport-symptoms 0.16 (using .../apport-symptoms_0.16.1_all.deb) ...
Unpacking replacement apport-symptoms ...
Preparing to replace aptitude 0.6.6-1ubuntu1 (using .../aptitude_0.6.6-1ubuntu1.2_i386.deb) ...
Unpacking replacement aptitude ...
Preparing to replace curl 7.22.0-3ubuntu4 (using .../curl_7.22.0-3ubuntu4.1_i386.deb) ...
Unpacking replacement curl ...
Preparing to replace grub-pc 1.99-21ubuntu3.1 (using .../grub-pc_1.99-21ubuntu3.9_i386.deb) ...
Unpacking replacement grub-pc ...
Preparing to replace grub-pc-bin 1.99-21ubuntu3.1 (using .../grub-pc-bin_1.99-21ubuntu3.9_i386.deb) ...
Unpacking replacement grub-pc-bin ...
Preparing to replace grub2-common 1.99-21ubuntu3.1 (using .../grub2-common_1.99-21ubuntu3.9_i386.deb) ...
Unpacking replacement grub2-common ...
Preparing to replace libdevmapper-event1.02.1 2:1.02.48-4ubuntu7.1 (using .../libdevmapper-event1.02.1_2%3a1.02.48-4ubuntu7.3_i386.deb) ...
Unpacking replacement libdevmapper-event1.02.1 ...
Preparing to replace lvm2 2.02.66-4ubuntu7.1 (using .../lvm2_2.02.66-4ubuntu7.3_i386.deb) ...
Unpacking replacement lvm2 ...
Preparing to replace grub-common 1.99-21ubuntu3.1 (using .../grub-common_1.99-21ubuntu3.9_i386.deb) ...
Unpacking replacement grub-common ...
Preparing to replace landscape-common 12.05-0ubuntu0.12.04 (using .../landscape-common_12.05-0ubuntu1.12.04_i386.deb) ...
Unpacking replacement landscape-common ...
Preparing to replace libfreerdp1 1.0.1-1ubuntu2.1 (using .../libfreerdp1_1.0.1-1ubuntu2.2_i386.deb) ...
Unpacking replacement libfreerdp1 ...
Preparing to replace libservlet2.5-java 6.0.35-1ubuntu3.2 (using .../libservlet2.5-java_6.0.35-1ubuntu3.3_all.deb) ...
Unpacking replacement libservlet2.5-java ...
Preparing to replace libtomcat6-java 6.0.35-1ubuntu3.2 (using .../libtomcat6-java_6.0.35-1ubuntu3.3_all.deb) ...
Unpacking replacement libtomcat6-java ...
Preparing to replace make 3.81-8.1ubuntu1 (using .../make_3.81-8.1ubuntu1.1_i386.deb) ...
Unpacking replacement make ...
Preparing to replace tomcat6-common 6.0.35-1ubuntu3.2 (using .../tomcat6-common_6.0.35-1ubuntu3.3_all.deb) ...
Unpacking replacement tomcat6-common ...
Preparing to replace tomcat6 6.0.35-1ubuntu3.2 (using .../tomcat6_6.0.35-1ubuntu3.3_all.deb) ...
* Stopping Tomcat servlet engine tomcat6 [ OK ]
Unpacking replacement tomcat6 ...
Preparing to replace unattended-upgrades 0.76 (using .../unattended-upgrades_0.76ubuntu1_all.deb) ...
Unpacking replacement unattended-upgrades ...
Preparing to replace wpasupplicant 0.7.3-6ubuntu2 (using .../wpasupplicant_0.7.3-6ubuntu2.1_i386.deb) ...
Unpacking replacement wpasupplicant ...
Processing triggers for ureadahead ...
Processing triggers for ufw ...
Processing triggers for install-info ...
Setting up linux-firmware (1.79.4) ...
dpkg: dependency problems prevent configuration of linux-image-generic-pae:
linux-image-generic-pae depends on linux-image-3.2.0-40-generic-pae; however:
Package linux-image-3.2.0-40-generic-pae is not installed.
dpkg: error processing linux-image-generic-pae (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates it's a follow-up error from a previous failure.
dpkg: dependency problems prevent configuration of linux-generic-pae:
linux-generic-pae depends on linux-image-generic-pae (= 3.2.0.40.48); however:
Package linux-image-generic-pae is not configured yet.
linux-generic-pae depends on linux-headers-generic-pae (= 3.2.0.40.48); however:
Version of linux-headers-generic-pae on system is 3.2.0.45.54.
dpkg: error processing linux-generic-pae (--configure):
dependency problems - leaving unconfigured
Setting up libc-dev-bin (2.15-0ubuntu10.4) ...
No apport report written because the error message indicates it's a follow-up error from a previous failure.
Setting up linux-libc-dev (3.2.0-45.70) ...
Setting up libc6-dev (2.15-0ubuntu10.4) ...
Setting up resolvconf (1.63ubuntu16) ...
Installing new version of config file /etc/ppp/ip-down.d/000resolvconf ...
Installing new version of config file /etc/ppp/ip-up.d/000resolvconf ...
Setting up bash-completion (1:1.3-1ubuntu8.1) ...
Installing new version of config file /etc/bash_completion.d/tar ...
Setting up python-apt-common (0.8.3ubuntu7.1) ...
Setting up python-apt (0.8.3ubuntu7.1) ...
Setting up libaccountsservice0 (0.6.15-2ubuntu9.6) ...
Setting up accountsservice (0.6.15-2ubuntu9.6) ...
Setting up language-selector-common (0.79.3) ...
Setting up libgnutls26 (2.12.14-5ubuntu3.4) ...
Setting up libldap-2.4-2 (2.4.28-1.1ubuntu4.2) ...
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.1) ...
Setting up libx11-data (2:1.4.99.1-0ubuntu2.1) ...
Setting up libxcb1 (1.8.1-1ubuntu0.2) ...
Setting up libx11-6 (2:1.4.99.1-0ubuntu2.1) ...
Setting up libxext6 (2:1.3.0-3ubuntu0.1) ...
Setting up ntfs-3g (1:2012.1.15AR.1-1ubuntu1.2) ...
update-initramfs: deferring update (trigger activated)
Setting up libcups2 (1.5.3-0ubuntu8) ...
Setting up libcurl3 (7.22.0-3ubuntu4.1) ...
Setting up libxcb-render0 (1.8.1-1ubuntu0.2) ...
Setting up libxcb-shm0 (1.8.1-1ubuntu0.2) ...
Setting up libxrender1 (1:0.9.6-2ubuntu0.1) ...
Setting up update-notifier-common (0.119ubuntu8.6) ...
Setting up isc-dhcp-common (4.1.ESV-R4-0ubuntu5.8) ...
Setting up isc-dhcp-client (4.1.ESV-R4-0ubuntu5.8) ...
Setting up lsb-release (4.0-0ubuntu20.2) ...
Setting up rsyslog (5.8.6-1ubuntu8.4) ...
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
rsyslog stop/waiting
rsyslog start/running, process 29469
Setting up ubuntu-minimal (1.267.1) ...
Setting up busybox-static (1:1.18.5-1ubuntu4.1) ...
Setting up iptables (1.4.12-1ubuntu5) ...
Setting up man-db (2.6.1-2ubuntu1) ...
Updating database of manual pages ...
Setting up openssh-client (1:5.9p1-5ubuntu1.1) ...
Setting up openssh-server (1:5.9p1-5ubuntu1.1) ...
Installing new version of config file /etc/pam.d/sshd ...
ssh stop/waiting
ssh start/running, process 31100
Setting up openssl (1.0.1-4ubuntu5.9) ...
Setting up plymouth-theme-ubuntu-text (0.8.2-2ubuntu31.1) ...
update-initramfs: deferring update (trigger activated)
Setting up update-manager-core (1:0.156.14.11) ...
Setting up python-problem-report (2.0.1-0ubuntu17.3) ...
Setting up python-apport (2.0.1-0ubuntu17.3) ...
Setting up apport (2.0.1-0ubuntu17.3) ...
apport start/running
Setting up apport-symptoms (0.16.1) ...
Setting up aptitude (0.6.6-1ubuntu1.2) ...
Setting up curl (7.22.0-3ubuntu4.1) ...
Setting up landscape-common (12.05-0ubuntu1.12.04) ...
Setting up libfreerdp1 (1.0.1-1ubuntu2.2) ...
Setting up libservlet2.5-java (6.0.35-1ubuntu3.3) ...
Setting up libtomcat6-java (6.0.35-1ubuntu3.3) ...
Setting up make (3.81-8.1ubuntu1.1) ...
Setting up tomcat6-common (6.0.35-1ubuntu3.3) ...
Setting up tomcat6 (6.0.35-1ubuntu3.3) ...
* Starting Tomcat servlet engine tomcat6 [ OK ]
Setting up unattended-upgrades (0.76ubuntu1) ...
Setting up wpasupplicant (0.7.3-6ubuntu2.1) ...
Setting up openjdk-6-jre-headless (6b27-1.12.5-0ubuntu0.12.04.1) ...
Installing new version of config file /etc/java-6-openjdk/security/java.security ...
Setting up openjdk-6-jre-lib (6b27-1.12.5-0ubuntu0.12.04.1) ...
Setting up icedtea-6-jre-cacao (6b27-1.12.5-0ubuntu0.12.04.1) ...
Setting up icedtea-6-jre-jamvm (6b27-1.12.5-0ubuntu0.12.04.1) ...
Setting up libdevmapper1.02.1 (2:1.02.48-4ubuntu7.3) ...
Setting up dmsetup (2:1.02.48-4ubuntu7.3) ...
update-initramfs: deferring update (trigger activated)
Setting up libparted0debian1 (2.3-8ubuntu5.1) ...
Setting up language-pack-en (1:12.04+20130128) ...
Setting up language-pack-en-base (1:12.04+20130128) ...
Generating locales...
en_AG.UTF-8... up-to-date
en_AU.UTF-8... up-to-date
en_BW.UTF-8... up-to-date
en_CA.UTF-8... up-to-date
en_DK.UTF-8... up-to-date
en_GB.UTF-8... up-to-date
en_HK.UTF-8... up-to-date
en_IE.UTF-8... up-to-date
en_IN.UTF-8... up-to-date
en_NG.UTF-8... up-to-date
en_NZ.UTF-8... up-to-date
en_PH.UTF-8... up-to-date
en_SG.UTF-8... up-to-date
en_US.UTF-8... up-to-date
en_ZA.UTF-8... up-to-date
en_ZM.UTF-8... up-to-date
en_ZW.UTF-8... up-to-date
Generation complete.
Setting up parted (2.3-8ubuntu5.1) ...
Setting up ubuntu-standard (1.267.1) ...
Setting up grub-common (1.99-21ubuntu3.9) ...
Installing new version of config file /etc/grub.d/00_header ...
Installing new version of config file /etc/grub.d/10_linux ...
Setting up grub2-common (1.99-21ubuntu3.9) ...
Setting up grub-pc-bin (1.99-21ubuntu3.9) ...
Setting up grub-pc (1.99-21ubuntu3.9) ...
Installing new version of config file /etc/kernel/postrm.d/zz-update-grub ...
Installing new version of config file /etc/kernel/postinst.d/zz-update-grub ...
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-45-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-45-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-39-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-39-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-38-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-38-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-37-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-37-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-36-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-36-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-35-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-35-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-34-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-34-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-33-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-33-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-32-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-32-generic-pae
Found memtest86+ image: /memtest86+.bin
done
Setting up libdevmapper-event1.02.1 (2:1.02.48-4ubuntu7.3) ...
Setting up lvm2 (2.02.66-4ubuntu7.3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for resolvconf ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.2.0-45-generic-pae
Errors were encountered while processing:
linux-image-generic-pae
linux-generic-pae
E: Sub-process /usr/bin/dpkg returned an error code (1)
andrew@ubuntu2:~$

Still seems to be erroring on the generic-pae as it were.

vadimkolchev
June 7th, 2013, 05:47 PM
What is
uname -a saying?

andrewhorton
June 7th, 2013, 05:59 PM
Thanks, you are really getting to this quickly:

andrew@ubuntu2:~$ uname -a
Linux ubuntu2 3.2.0-45-generic-pae #70-Ubuntu SMP Wed May 29 20:31:05 UTC 2013 i686 athlon i386 GNU/Linux
andrew@ubuntu2:~$

I await your next order ;-)

vadimkolchev
June 7th, 2013, 06:16 PM
Well, unfortunately your system uses the same kernel as in error, please try
sudo dpkg --configure -a If this does not help, I think I know how to solve your issue.

andrewhorton
June 7th, 2013, 07:05 PM
Well, unfortunately your system uses the same kernel as in error, please try
sudo dpkg --configure -a If this does not help, I think I know how to solve your issue.

Well, this time, I got this:

andrew@ubuntu2:~$ sudo dpkg --configure -a
[sudo] password for andrew:
dpkg: dependency problems prevent configuration of linux-image-generic-pae:
linux-image-generic-pae depends on linux-image-3.2.0-40-generic-pae; however:
Package linux-image-3.2.0-40-generic-pae is not installed.
dpkg: error processing linux-image-generic-pae (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic-pae:
linux-generic-pae depends on linux-image-generic-pae (= 3.2.0.40.48); however:
Package linux-image-generic-pae is not configured yet.
linux-generic-pae depends on linux-headers-generic-pae (= 3.2.0.40.48); however:
Version of linux-headers-generic-pae on system is 3.2.0.45.54.
dpkg: error processing linux-generic-pae (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-generic-pae
linux-generic-pae
andrew@ubuntu2:~$

vadimkolchev
June 7th, 2013, 07:19 PM
Ok, now do the following


sudo dpkg --remove linux-image-generic-pae && sudo apt-get install linux-image-generic-pae

If it finishes with error, let me see it, please.

fantab
June 8th, 2013, 02:10 PM
OP may have to remove some 'old kernels' to make space for new upgrades.

Run the following command to remove all the old kernels:


sudo dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge

andrewhorton
June 8th, 2013, 02:44 PM
Ok, now do the following


sudo dpkg --remove linux-image-generic-pae && sudo apt-get install linux-image-generic-pae

If it finishes with error, let me see it, please.

Hello again my friend, I tried that, and it did finish with an error, here is the output:

andrew@ubuntu2:~$ sudo dpkg --remove linux-image-generic-pae && sudo apt-get install linux-image-generic-pae
[sudo] password for andrew:
(Reading database ... 232452 files and directories currently installed.)
Removing linux-image-generic-pae ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.40.48) but 3.2.0.45.54 is to be installed
Depends: linux-headers-generic-pae (= 3.2.0.40.48) but 3.2.0.45.54 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
andrew@ubuntu2:~$

andrewhorton
June 8th, 2013, 07:43 PM
OP may have to remove some 'old kernels' to make space for new upgrades.

Run the following command to remove all the old kernels:


sudo dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge

Hi there. I have seen and tried another compound command such as this to get rid of the old kernels... this one didn't work out I am afraid:

andrew@ubuntu2:~$ sudo dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge
[sudo] password for andrew:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.40.48) but it is not going to be installed
Depends: linux-headers-generic-pae (= 3.2.0.40.48) but 3.2.0.45.54 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
andrew@ubuntu2:~$

This one seems to be a bit sticky....

vadimkolchev
June 9th, 2013, 10:50 AM
sudo dpkg --remove linux-generic-pae linux-headers-generic-pae linux-image-generic-pae && sudo apt-get install linux-image-generic-pae linux-generic-pae linux-headers-generic-pae

andrewhorton
June 9th, 2013, 05:51 PM
Well well well, that went through without any errors, I think we have cracked it.

Have run an apt-get upgrade and had no problems with that either.

Thank you very much for your help everyone, and in particular Vadim. Thanks again.