entering Sudo password in apt-get install-f terminal -- won't allow me to enter normal password and kicks me out after 3 attempts

Asked by karen maurer

Recently ran an automatic Update which downloaded but failed to install. Upon looking at the "details", tried running :apt-get install-f" in a terminal, preceded by the word "Sudo" (had been recommended by a pro).

Should I drop the "sudo", since the terminal then asks for my "sudo" password, and won't accept my normal password.

Other suggestions?
thank you

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

There is no "sudo password", there is only your user password which you use to authenticate when you use sudo. Your account only has one password to login....

If you have forgotten your password you can use this guide to reset it:
http://www.psychocats.net/ubuntu/resetpassword

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

And as additional information:
When you type the password as response to the sudo "enter password" request, you will not see anything on screen (no echo, not even '*' placeholders). Just "blind" type the password and hit 'Enter'.

Revision history for this message
karen maurer (karenhmaurer) said :
#3

Password took but Error message: Un able to locate pkg f. So I still cannot install. Update Manager window is even dimmed.

Revision history for this message
michael (yellupcm-gmail) said :
#4

Karen
Is your problem solved? Your last statement makes me think it is not. The question is marked solved, and no one else will look at it. If not solved, reopen it. If solved, please disregard.

Revision history for this message
karen maurer (karenhmaurer) said :
#5

True....not solved. Will try to repost
On Dec 17, 2014 3:06 PM, "michael" <email address hidden>
wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> michael posted a new comment:
> Karen
> Is your problem solved? Your last statement makes me think it is not. The
> question is marked solved, and no one else will look at it. If not solved,
> reopen it. If solved, please disregard.
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

There is no need to post a new question, please just reopen this one https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
There is a button at the end of the page "I still need an answer" to reopen the question.

"Unable to locate pkg f" indicates that you have mistyped the command.

Please retry:

Open a terminal and issue the following commands

uname -a
lsb_release -a
sudo dpkg --configure -a
sudo apt-get install -f
sudo dpkg --audit

You can copy and paste the text from this web page into the terminal window to prevent mistyping.

Finally copy all output by using the terminal window's menu entries "edit - select all" and "edit - copy" and paste all output into this question document.

Revision history for this message
karen maurer (karenhmaurer) said :
#7

karen@karen-Aspire-5552:~$ uname -a
Linux karen-Aspire-5552 3.2.0-74-generic-pae #109-Ubuntu SMP Tue Dec 9 17:00:00 UTC 2014 i686 athlon i386 GNU/Linux
karen@karen-Aspire-5552:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
karen@karen-Aspire-5552:~$ sudo dpkg --configure -a
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

What is the output of

sudo apt-get install -f
sudo dpkg --audit
sudo apt-get update
sudo apt-get dist-upgrade

Revision history for this message
karen maurer (karenhmaurer) said :
#9

karen@karen-Aspire-5552:~$ sudo apt-get install -f
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
The following NEW packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
2 not fully installed or removed.
Need to get 0 B/12.7 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 1148187 files and directories currently installed.)
Unpacking linux-headers-3.2.0-74 (from
.../linux-headers-3.2.0-74_3.2.0-74.109_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.2.0-74_3.2.0-74.109_all.deb
(--unpack):
 unable to create
`/usr/src/linux-headers-3.2.0-74/arch/mips/include/asm/elf.h.dpkg-new'
(while processing
`./usr/src/linux-headers-3.2.0-74/arch/mips/include/asm/elf.h'): No space
left on device
No apport report written because MaxReports is reached already
                                                              dpkg-deb:
error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-74-generic-pae (from
.../linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb
(--unpack):
 unable to create
`/usr/src/linux-headers-3.2.0-74-generic-pae/include/config/fb/geode/gx1.h.dpkg-new'
(while processing
`./usr/src/linux-headers-3.2.0-74-generic-pae/include/config/fb/geode/gx1.h'):
No space left on device
No apport report written because MaxReports is reached already
                                                              dpkg-deb:
error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-3.2.0-74_3.2.0-74.109_all.deb
 /var/cache/apt/archives/linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

On Thu, Dec 25, 2014 at 1:41 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> What is the output of
>
> sudo apt-get install -f
> sudo dpkg --audit
> sudo apt-get update
> sudo apt-get dist-upgrade
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

Your password is fine. If you actually read the output you will see 'No space left on device'

Try:

sudo apt-get clean; df -h; dpkg -l | grep linux-image | grep -v extra

Thanks

Revision history for this message
karen maurer (karenhmaurer) said :
#11

sudo apt-get clean; df -h; dpkg -l | grep linux-image | grep -v extra
yielded quite a bit of information . .. I guess. Now what?

karen@karen-Aspire-5552:~$ sudo apt-get clean; df -h; dpkg -l | grep
linux-image | grep -v extra
[sudo] password for karen:
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 18G 14G 3.2G 82% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 783M 844K 782M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 17M 3.9G 1% /run/shm
ii linux-image-3.2.0-23-generic-pae 3.2.0-23.36
        Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-24-generic-pae 3.2.0-24.39
        Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii linux-image-3.2.0-29-generic-pae 3.2.0-29.46
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-30-generic-pae 3.2.0-30.48
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-31-generic-pae 3.2.0-31.50
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-32-generic-pae 3.2.0-32.51
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-33-generic-pae 3.2.0-33.52
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-34-generic-pae 3.2.0-34.53
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-35-generic-pae 3.2.0-35.55
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-36-generic-pae 3.2.0-36.57
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-37-generic-pae 3.2.0-37.58
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-38-generic-pae 3.2.0-38.61
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-39-generic-pae 3.2.0-39.62
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-40-generic-pae 3.2.0-40.64
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-41-generic-pae 3.2.0-41.66
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-43-generic-pae 3.2.0-43.68
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-44-generic-pae 3.2.0-44.69
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-45-generic-pae 3.2.0-45.70
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-48-generic-pae 3.2.0-48.74
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-51-generic-pae 3.2.0-51.77
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-52-generic-pae 3.2.0-52.78
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-53-generic-pae 3.2.0-53.81
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-54-generic-pae 3.2.0-54.82
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-55-generic-pae 3.2.0-55.85
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-56-generic-pae 3.2.0-56.86
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-57-generic-pae 3.2.0-57.87
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-58-generic-pae 3.2.0-58.88
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-59-generic-pae 3.2.0-59.90
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-60-generic-pae 3.2.0-60.91
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-61-generic-pae 3.2.0-61.93
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-63-generic-pae 3.2.0-63.95
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-64-generic-pae 3.2.0-64.97
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-65-generic-pae 3.2.0-65.99
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-67-generic-pae 3.2.0-67.101
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-68-generic-pae 3.2.0-68.102
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-69-generic-pae 3.2.0-69.103
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-70-generic-pae 3.2.0-70.105
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-74-generic-pae 3.2.0-74.109
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-generic-pae 3.2.0.74.88
        Generic Linux kernel image
karen@karen-Aspire-5552:~$

On Sun, Dec 28, 2014 at 11:46 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Your password is fine. If you actually read the output you will see 'No
> space left on device'
>
> Try:
>
> sudo apt-get clean; df -h; dpkg -l | grep linux-image | grep -v extra
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

sudo apt-get --purge remove linux-image-3.2.0-23-generic-pae linux-image-3.2.0-24-generic-pae linux-image-3.2.0-29-generic-pae

sudo apt-get --purge remove linux-image-3.2.0-30-generic-pae linux-image-3.2.0-31-generic-pae linux-image-3.2.0-32-generic-pae

sudo apt-get --purge remove linux-image-3.2.0-33-generic-pae linux-image-3.2.0-34-generic-pae linux-image-3.2.0-35-generic-pae

sudo apt-get --purge remove linux-image-3.2.0-36-generic-pae linux-image-3.2.0-37-generic-pae linux-image-3.2.0-38-generic-pae

Revision history for this message
karen maurer (karenhmaurer) said :
#13

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-74-generic-pae
but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
karen@karen-Aspire-5552:~$ apt-get -f install
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission
denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you
root?

On Tue, Dec 30, 2014 at 1:06 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> sudo apt-get --purge remove linux-image-3.2.0-23-generic-pae linux-
> image-3.2.0-24-generic-pae linux-image-3.2.0-29-generic-pae
>
> sudo apt-get --purge remove linux-image-3.2.0-30-generic-pae linux-
> image-3.2.0-31-generic-pae linux-image-3.2.0-32-generic-pae
>
> sudo apt-get --purge remove linux-image-3.2.0-33-generic-pae linux-
> image-3.2.0-34-generic-pae linux-image-3.2.0-35-generic-pae
>
> sudo apt-get --purge remove linux-image-3.2.0-36-generic-pae linux-
> image-3.2.0-37-generic-pae linux-image-3.2.0-38-generic-pae
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164/+confirm?answer_id=11
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#14

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-74-generic-pae but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
karen@karen-Aspire-5552:~$ apt-get -f install
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

I don't know how to answer the root question. But this is the information that resulted from the effort to purge

Revision history for this message
Manfred Hampl (m-hampl) said :
#15

It is a know inaccuracy that the package management recommends the command 'apt-get -f install', and in almost all cases this will fail with the error messages that you have seen.

You have to use

sudo apt-get -f install

instead, but in your case this other command might also fail (with 'No space left on device'). You have to purge some obsolete kernels first.

Try the commands

sudo dpkg --purge linux-image-3.2.0-23-generic-pae
sudo dpkg --purge linux-image-3.2.0-24-generic-pae
sudo dpkg --purge linux-image-3.2.0-29-generic-pae
sudo apt-get -f install

and copy/paste all output (including the commands that you have given).

Revision history for this message
karen maurer (karenhmaurer) said :
#16

(Reading database ... 1148186 files and directories currently installed.)
Removing linux-image-3.2.0-23-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-23-generic-pae
/boot/vmlinuz-3.2.0-23-generic-pae
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-23-generic-pae /boot/vmlinuz-3.2.0-23-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-23-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-23-generic-pae /boot/vmlinuz-3.2.0-23-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-59-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-59-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-58-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-58-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-57-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-57-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-56-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-56-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-55-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-55-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-54-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-54-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-53-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-53-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-52-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-52-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-51-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-51-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-48-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-48-generic-pae
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-44-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-44-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-43-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-43-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-41-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-41-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-40-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-40-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 linux image: /boot/vmlinuz-3.2.0-31-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-30-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-30-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-24-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-24-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-23-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-23-generic-pae /boot/vmlinuz-3.2.0-23-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-23-generic-pae /boot/vmlinuz-3.2.0-23-generic-pae
karen@karen-Aspire-5552:~$

On Tue, Jan 6, 2015 at 7:21 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> It is a know inaccuracy that the package management recommends the
> command 'apt-get -f install', and in almost all cases this will fail
> with the error messages that you have seen.
>
> You have to use
>
> sudo apt-get -f install
>
> instead, but in your case this other command might also fail (with 'No
> space left on device'). You have to purge some obsolete kernels first.
>
> Try the commands
>
> sudo dpkg --purge linux-image-3.2.0-23-generic-pae
> sudo dpkg --purge linux-image-3.2.0-24-generic-pae
> sudo dpkg --purge linux-image-3.2.0-29-generic-pae
> sudo apt-get -f install
>
> and copy/paste all output (including the commands that you have given).
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#17

Please continue with

sudo dpkg --purge linux-image-3.2.0-24-generic-pae
sudo dpkg --purge linux-image-3.2.0-29-generic-pae
sudo apt-get -f install

and copy/paste all output that you receive into this question document.

Revision history for this message
karen maurer (karenhmaurer) said :
#18

(Reading database ... 1143815 files and directories currently installed.)
Removing linux-image-3.2.0-24-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-24-generic-pae
/boot/vmlinuz-3.2.0-24-generic-pae
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-24-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-59-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-59-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-58-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-58-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-57-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-57-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-56-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-56-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-55-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-55-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-54-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-54-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-53-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-53-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-52-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-52-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-51-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-51-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-48-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-48-generic-pae
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-44-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-44-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-43-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-43-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-41-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-41-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-40-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-40-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 linux image: /boot/vmlinuz-3.2.0-31-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-30-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-30-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-29-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-29-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-24-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-24-generic-pae /boot/vmlinuz-3.2.0-24-generic-pae
karen@karen-Aspire-5552:~$

On Wed, Jan 7, 2015 at 1:16 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Please continue with
>
> sudo dpkg --purge linux-image-3.2.0-24-generic-pae
> sudo dpkg --purge linux-image-3.2.0-29-generic-pae
> sudo apt-get -f install
>
> and copy/paste all output that you receive into this question document.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#19

karen@karen-Aspire-5552:~$ sudo dpkg --purge
linux-image-3.2.0-29-generic-pae
(Reading database ... 1139445 files and directories currently installed.)
Removing linux-image-3.2.0-29-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-29-generic-pae
/boot/vmlinuz-3.2.0-29-generic-pae
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-29-generic-pae /boot/vmlinuz-3.2.0-29-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-29-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-29-generic-pae /boot/vmlinuz-3.2.0-29-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-59-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-59-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-58-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-58-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-57-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-57-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-56-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-56-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-55-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-55-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-54-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-54-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-53-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-53-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-52-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-52-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-51-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-51-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-48-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-48-generic-pae
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-44-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-44-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-43-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-43-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-41-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-41-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-40-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-40-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 linux image: /boot/vmlinuz-3.2.0-31-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-30-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-30-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-29-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-29-generic-pae /boot/vmlinuz-3.2.0-29-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-29-generic-pae /boot/vmlinuz-3.2.0-29-generic-pae
karen@karen-Aspire-5552:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
The following NEW packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
2 not fully installed or removed.
Need to get 12.7 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Do you want to continue [Y/n]?

On Wed, Jan 7, 2015 at 1:16 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Please continue with
>
> sudo dpkg --purge linux-image-3.2.0-24-generic-pae
> sudo dpkg --purge linux-image-3.2.0-29-generic-pae
> sudo apt-get -f install
>
> and copy/paste all output that you receive into this question document.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#20

This looks ok so far, two more obsolete kernel version are uninstalled.
Now try installing the packages that are waiting to be installed:

Use the terminal command

sudo apt-get -f install

If you get a response like

Need to get xx.x MB of archives.
After this operation, xx.x MB of additional disk space will be used.
Do you want to continue [Y/n]?

just hit 'Enter' to proceed.

And finally copy/paste all output as done before.

Revision history for this message
karen maurer (karenhmaurer) said :
#21

karen@karen-Aspire-5552:~$ sudo apt-get -f install
[sudo] password for karen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
The following NEW packages will be installed:
  linux-headers-3.2.0-74 linux-headers-3.2.0-74-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
2 not fully installed or removed.
Need to get 12.7 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-headers-3.2.0-74 all 3.2.0-74.109 [11.7 MB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-headers-3.2.0-74-generic-pae i386 3.2.0-74.109 [975 kB]
Fetched 12.7 MB in 2min 28s (85.2 kB/s)

(Reading database ... 1135071 files and directories currently installed.)
Unpacking linux-headers-3.2.0-74 (from
.../linux-headers-3.2.0-74_3.2.0-74.109_all.deb) ...
Unpacking linux-headers-3.2.0-74-generic-pae (from
.../linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb
(--unpack):
 unable to create
`/usr/src/linux-headers-3.2.0-74-generic-pae/include/config/nvram.h.dpkg-new'
(while processing
`./usr/src/linux-headers-3.2.0-74-generic-pae/include/config/nvram.h'): No
space left on device
No apport report written because the error message indicates a disk full
error

  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-3.2.0-74-generic-pae_3.2.0-74.109_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
karen@karen-Aspire-5552:~$

On Sat, Jan 10, 2015 at 7:06 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> This looks ok so far, two more obsolete kernel version are uninstalled.
> Now try installing the packages that are waiting to be installed:
>
> Use the terminal command
>
> sudo apt-get -f install
>
> If you get a response like
>
> Need to get xx.x MB of archives.
> After this operation, xx.x MB of additional disk space will be used.
> Do you want to continue [Y/n]?
>
> just hit 'Enter' to proceed.
>
> And finally copy/paste all output as done before.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#22

Ok, it seems that you still have "No space left on device"

Please provide the output of the terminal commands

df -h
df -i
dpkg -l | grep linux-h

Revision history for this message
karen maurer (karenhmaurer) said :
#23

karen@karen-Aspire-5552:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 18G 14G 3.4G 80% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 783M 828K 782M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 13M 3.9G 1% /run/shm
karen@karen-Aspire-5552:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda6 1179648 1176829 2819 100% /
udev 196545 492 196053 1% /dev
tmpfs 200197 409 199788 1% /run
none 200197 3 200194 1% /run/lock
none 200197 63 200134 1% /run/shm
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-h
ii linux-headers-3.2.0-23 3.2.0-23.36
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-23-generic-pae 3.2.0-23.36
        Linux kernel headers for version 3.2.0 on 64 bit x86 SMP
ii linux-headers-3.2.0-24 3.2.0-24.39
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-24-generic-pae 3.2.0-24.39
        Linux kernel headers for version 3.2.0 on 64 bit x86 SMP
ii linux-headers-3.2.0-29 3.2.0-29.46
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-29-generic-pae 3.2.0-29.46
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-30 3.2.0-30.48
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-30-generic-pae 3.2.0-30.48
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-31 3.2.0-31.50
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-31-generic-pae 3.2.0-31.50
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-32 3.2.0-32.51
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-32-generic-pae 3.2.0-32.51
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-33 3.2.0-33.52
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-33-generic-pae 3.2.0-33.52
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-34 3.2.0-34.53
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-34-generic-pae 3.2.0-34.53
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-35 3.2.0-35.55
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-35-generic-pae 3.2.0-35.55
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-36 3.2.0-36.57
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-36-generic-pae 3.2.0-36.57
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-37 3.2.0-37.58
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-37-generic-pae 3.2.0-37.58
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-38 3.2.0-38.61
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-38-generic-pae 3.2.0-38.61
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-39 3.2.0-39.62
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-39-generic-pae 3.2.0-39.62
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-40 3.2.0-40.64
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-40-generic-pae 3.2.0-40.64
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-41 3.2.0-41.66
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-41-generic-pae 3.2.0-41.66
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-43 3.2.0-43.68
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-43-generic-pae 3.2.0-43.68
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-44 3.2.0-44.69
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-44-generic-pae 3.2.0-44.69
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-45 3.2.0-45.70
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-45-generic-pae 3.2.0-45.70
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-48 3.2.0-48.74
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-48-generic-pae 3.2.0-48.74
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-51 3.2.0-51.77
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-51-generic-pae 3.2.0-51.77
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-52 3.2.0-52.78
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-52-generic-pae 3.2.0-52.78
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-53 3.2.0-53.81
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-53-generic-pae 3.2.0-53.81
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-54 3.2.0-54.82
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-54-generic-pae 3.2.0-54.82
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-55 3.2.0-55.85
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-55-generic-pae 3.2.0-55.85
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-56 3.2.0-56.86
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-56-generic-pae 3.2.0-56.86
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-57 3.2.0-57.87
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-57-generic-pae 3.2.0-57.87
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-58 3.2.0-58.88
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-58-generic-pae 3.2.0-58.88
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-59 3.2.0-59.90
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-59-generic-pae 3.2.0-59.90
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-60 3.2.0-60.91
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-60-generic-pae 3.2.0-60.91
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-61 3.2.0-61.93
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-61-generic-pae 3.2.0-61.93
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-63 3.2.0-63.95
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-63-generic-pae 3.2.0-63.95
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-64 3.2.0-64.97
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-64-generic-pae 3.2.0-64.97
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-65 3.2.0-65.99
        Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-65-generic-pae 3.2.0-65.99
        Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-67 3.2.0-67.101
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-67-generic-pae 3.2.0-67.101
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-68 3.2.0-68.102
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-68-generic-pae 3.2.0-68.102
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-69 3.2.0-69.103
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-69-generic-pae 3.2.0-69.103
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-70 3.2.0-70.105
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-70-generic-pae 3.2.0-70.105
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-72 3.2.0-72.107
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
iU linux-headers-3.2.0-74 3.2.0-74.109
       Header files related to Linux kernel version 3.2.0
iU linux-headers-generic-pae 3.2.0.74.88
        Generic Linux kernel headers
karen@karen-Aspire-5552:~$

On Sat, Jan 10, 2015 at 9:16 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Ok, it seems that you still have "No space left on device"
>
> Please provide the output of the terminal commands
>
> df -h
> df -i
> dpkg -l | grep linux-h
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#24

while processing
`./usr/src/linux-headers-3.2.0-74-generic-pae/include/config/nvram.h'): No
space left on device

This is your issue

Revision history for this message
karen maurer (karenhmaurer) said :
#25

If I understand the status "no space" means nothing more to do. I must
enlarge the drive or memory even though my computer has "undeveloped"
space it's buffer or is not excessible.
Thank you all for the time and effort.
On Jan 10, 2015 10:07 AM, "actionparsnip" <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> while processing
> `./usr/src/linux-headers-3.2.0-74-generic-pae/include/config/nvram.h'): No
> space left on device
>
> This is your issue
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164/+confirm?answer_id=23
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#26

Not accessible. ..that is.
On Jan 10, 2015 10:07 AM, "actionparsnip" <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> while processing
> `./usr/src/linux-headers-3.2.0-74-generic-pae/include/config/nvram.h'): No
> space left on device
>
> This is your issue
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164/+confirm?answer_id=23
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#27

You need not add more space, you just have to delete obsolete kernel and kernel header packages.

Try the following block of commands:
Copy the whole block and paste into a terminal window.

sudo dpkg --purge \
linux-headers-3.2.0-23 \
linux-headers-3.2.0-23-generic-pae \
linux-headers-3.2.0-24 \
linux-headers-3.2.0-24-generic-pae \
linux-headers-3.2.0-29 \
linux-headers-3.2.0-29-generic-pae \
linux-headers-3.2.0-30 \
linux-headers-3.2.0-30-generic-pae \
linux-headers-3.2.0-31 \
linux-headers-3.2.0-31-generic-pae \
linux-headers-3.2.0-32 \
linux-headers-3.2.0-32-generic-pae \
linux-headers-3.2.0-33 \
linux-headers-3.2.0-33-generic-pae \
linux-headers-3.2.0-34 \
linux-headers-3.2.0-34-generic-pae \
linux-headers-3.2.0-35 \
linux-headers-3.2.0-35-generic-pae \
linux-headers-3.2.0-36 \
linux-headers-3.2.0-36-generic-pae \
linux-headers-3.2.0-37 \
linux-headers-3.2.0-37-generic-pae \
linux-headers-3.2.0-38 \
linux-headers-3.2.0-38-generic-pae \
linux-headers-3.2.0-39 \
linux-headers-3.2.0-39-generic-pae \
linux-headers-3.2.0-40 \
linux-headers-3.2.0-40-generic-pae \
linux-headers-3.2.0-41 \
linux-headers-3.2.0-41-generic-pae \
linux-headers-3.2.0-43 \
linux-headers-3.2.0-43-generic-pae \
linux-headers-3.2.0-44 \
linux-headers-3.2.0-44-generic-pae \
linux-headers-3.2.0-45 \
linux-headers-3.2.0-45-generic-pae \
linux-headers-3.2.0-48 \
linux-headers-3.2.0-48-generic-pae \
linux-headers-3.2.0-51 \
linux-headers-3.2.0-51-generic-pae \
linux-headers-3.2.0-52 \
linux-headers-3.2.0-52-generic-pae \
linux-headers-3.2.0-53 \
linux-headers-3.2.0-53-generic-pae \
linux-headers-3.2.0-54 \
linux-headers-3.2.0-54-generic-pae \
linux-headers-3.2.0-55 \
linux-headers-3.2.0-55-generic-pae \
linux-headers-3.2.0-56 \
linux-headers-3.2.0-56-generic-pae \
linux-headers-3.2.0-57 \
linux-headers-3.2.0-57-generic-pae \
linux-headers-3.2.0-58 \
linux-headers-3.2.0-58-generic-pae \
linux-headers-3.2.0-59 \
linux-headers-3.2.0-59-generic-pae \
linux-headers-3.2.0-60 \
linux-headers-3.2.0-60-generic-pae \
linux-headers-3.2.0-61 \
linux-headers-3.2.0-61-generic-pae \
linux-headers-3.2.0-63 \
linux-headers-3.2.0-63-generic-pae \
linux-headers-3.2.0-64 \
linux-headers-3.2.0-64-generic-pae \
linux-headers-3.2.0-65 \
linux-headers-3.2.0-65-generic-pae \
linux-headers-3.2.0-67 \
linux-headers-3.2.0-67-generic-pae \
linux-headers-3.2.0-68 \
linux-headers-3.2.0-68-generic-pae \
linux-headers-3.2.0-69 \
linux-headers-3.2.0-69-generic-pae \
linux-headers-3.2.0-70 \
linux-headers-3.2.0-70-generic-pae

Revision history for this message
Manfred Hampl (m-hampl) said :
#28

When you have done that, re-issue the commands

sudo apt-get -f install
df -h
df -i
dpkg -l | grep linux-h

and copy/paste the output of these commands into the question document as done before.

Revision history for this message
karen maurer (karenhmaurer) said :
#29

karen@karen-Aspire-5552:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-74-generic-pae
The following NEW packages will be installed:
  linux-headers-3.2.0-74-generic-pae
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
3 not fully installed or removed.
Need to get 0 B/975 kB of archives.
After this operation, 11.4 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Abort.
karen@karen-Aspire-5552:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.2.0-74-generic-pae
The following NEW packages will be installed:
  linux-headers-3.2.0-74-generic-pae
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
3 not fully installed or removed.
Need to get 0 B/975 kB of archives.
After this operation, 11.4 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Abort.
karen@karen-Aspire-5552:~$

On Sun, Jan 11, 2015 at 9:06 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Manfred Hampl requested more information:
> When you have done that, re-issue the commands
>
> sudo apt-get -f install
> df -h
> df -i
> dpkg -l | grep linux-h
>
> and copy/paste the output of these commands into the question document
> as done before.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#30

What is the output of

df -h
df -i
dpkg -l | grep linux-h
dpkg -l | grep linux-i

Then please re-try

sudo apt-get update
sudo apt-get -f install

and on the question "Do you want to continue [Y/n]?" just hit "Enter".

Revision history for this message
karen maurer (karenhmaurer) said :
#31

karen@karen-Aspire-5552:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 18G 9.8G 7.0G 59% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 783M 828K 782M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 14M 3.9G 1% /run/shm
karen@karen-Aspire-5552:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda6 1179648 350951 828697 30% /
udev 196545 492 196053 1% /dev
tmpfs 200197 410 199787 1% /run
none 200197 3 200194 1% /run/lock
none 200197 66 200131 1% /run/shm
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-h
ii linux-headers-3.2.0-72 3.2.0-72.107
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
iU linux-headers-3.2.0-74 3.2.0-74.109
       Header files related to Linux kernel version 3.2.0
iU linux-headers-generic-pae 3.2.0.74.88
        Generic Linux kernel headers
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-i
ii linux-image-3.2.0-30-generic-pae 3.2.0-30.48
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-31-generic-pae 3.2.0-31.50
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-32-generic-pae 3.2.0-32.51
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-33-generic-pae 3.2.0-33.52
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-34-generic-pae 3.2.0-34.53
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-35-generic-pae 3.2.0-35.55
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-36-generic-pae 3.2.0-36.57
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-37-generic-pae 3.2.0-37.58
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-38-generic-pae 3.2.0-38.61
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-39-generic-pae 3.2.0-39.62
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-40-generic-pae 3.2.0-40.64
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-41-generic-pae 3.2.0-41.66
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-43-generic-pae 3.2.0-43.68
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-44-generic-pae 3.2.0-44.69
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-45-generic-pae 3.2.0-45.70
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-48-generic-pae 3.2.0-48.74
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-51-generic-pae 3.2.0-51.77
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-52-generic-pae 3.2.0-52.78
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-53-generic-pae 3.2.0-53.81
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-54-generic-pae 3.2.0-54.82
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-55-generic-pae 3.2.0-55.85
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-56-generic-pae 3.2.0-56.86
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-57-generic-pae 3.2.0-57.87
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-58-generic-pae 3.2.0-58.88
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-59-generic-pae 3.2.0-59.90
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-60-generic-pae 3.2.0-60.91
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-61-generic-pae 3.2.0-61.93
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-63-generic-pae 3.2.0-63.95
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-64-generic-pae 3.2.0-64.97
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-65-generic-pae 3.2.0-65.99
        Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-67-generic-pae 3.2.0-67.101
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-68-generic-pae 3.2.0-68.102
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-69-generic-pae 3.2.0-69.103
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-70-generic-pae 3.2.0-70.105
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-74-generic-pae 3.2.0-74.109
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-generic-pae 3.2.0.74.88
        Generic Linux kernel image
karen@karen-Aspire-5552:~$

On Sun, Jan 11, 2015 at 11:56 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> What is the output of
>
> df -h
> df -i
> dpkg -l | grep linux-h
> dpkg -l | grep linux-i
>
> Then please re-try
>
> sudo apt-get update
> sudo apt-get -f install
>
> and on the question "Do you want to continue [Y/n]?" just hit "Enter".
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#32

karen@karen-Aspire-5552:~$ sudo apt-get update
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release

Hit http://dl.google.com stable/main i386 Packages

Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]

Hit http://us.archive.ubuntu.com precise Release.gpg

Get:2 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B]

Hit http://us.archive.ubuntu.com precise-backports Release.gpg

Ign http://dl.google.com stable/main TranslationIndex

Get:3 http://security.ubuntu.com precise-security Release [53.0 kB]
Hit http://us.archive.ubuntu.com precise Release

Get:4 http://us.archive.ubuntu.com precise-updates Release [194 kB]

Hit http://extras.ubuntu.com precise Release.gpg

Hit http://extras.ubuntu.com precise Release

Hit http://extras.ubuntu.com precise/main Sources

Get:5 http://security.ubuntu.com precise-security/main Sources [121 kB]

Hit http://extras.ubuntu.com precise/main i386 Packages

Ign http://extras.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise-backports Release

Ign http://dl.google.com stable/main Translation-en_US

Hit http://us.archive.ubuntu.com precise/main Sources

Hit http://us.archive.ubuntu.com precise/restricted Sources

Hit http://us.archive.ubuntu.com precise/universe Sources

Hit http://us.archive.ubuntu.com precise/multiverse Sources

Hit http://us.archive.ubuntu.com precise/main i386 Packages

Hit http://us.archive.ubuntu.com precise/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise/universe i386 Packages

Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex

Ign http://dl.google.com stable/main Translation-en

Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex

Hit http://us.archive.ubuntu.com precise/universe TranslationIndex

Get:6 http://us.archive.ubuntu.com precise-updates/main Sources [482 kB]

Get:7 https://private-ppa.launchpad.net raring Release.gpg [316 B]

Hit https://private-ppa.launchpad.net raring Release

Hit https://private-ppa.launchpad.net raring/main i386 Packages

Get:8 http://security.ubuntu.com precise-security/restricted Sources [3,759
B]
Get:9 http://security.ubuntu.com precise-security/universe Sources [33.5
kB]
Get:10 https://private-ppa.launchpad.net raring/main TranslationIndex [365
B]
Ign https://private-ppa.launchpad.net raring/main TranslationIndex

Get:11 http://security.ubuntu.com precise-security/multiverse Sources
[1,825 B]
Get:12 http://security.ubuntu.com precise-security/main i386 Packages [511
kB]
Ign http://extras.ubuntu.com precise/main Translation-en_US

Ign http://extras.ubuntu.com precise/main Translation-en

Get:13 http://us.archive.ubuntu.com precise-updates/restricted Sources
[7,981 B]
Get:14 http://us.archive.ubuntu.com precise-updates/universe Sources [112
kB]
Get:15 http://us.archive.ubuntu.com precise-updates/multiverse Sources
[8,929 B]
Ign https://private-ppa.launchpad.net raring/main Translation-en_US

Get:16 http://us.archive.ubuntu.com precise-updates/main i386 Packages [893
kB]
Ign https://private-ppa.launchpad.net raring/main Translation-en

Get:17 http://security.ubuntu.com precise-security/restricted i386 Packages
[8,939 B]
Get:18 http://security.ubuntu.com precise-security/universe i386 Packages
[111 kB]
Get:19 http://security.ubuntu.com precise-security/multiverse i386 Packages
[2,648 B]
Get:20 http://security.ubuntu.com precise-security/main TranslationIndex
[208 B]
Get:21 http://security.ubuntu.com precise-security/multiverse
TranslationIndex [199 B]
Get:22 http://security.ubuntu.com precise-security/restricted
TranslationIndex [202 B]
Get:23 http://security.ubuntu.com precise-security/universe
TranslationIndex [205 B]
Get:24 http://security.ubuntu.com precise-security/main Translation-en [209
kB]
Hit http://security.ubuntu.com precise-security/multiverse Translation-en

Hit http://security.ubuntu.com precise-security/restricted Translation-en

Hit http://security.ubuntu.com precise-security/universe Translation-en

Get:25 http://us.archive.ubuntu.com precise-updates/restricted i386
Packages [13.6 kB]
Get:26 http://us.archive.ubuntu.com precise-updates/universe i386 Packages
[258 kB]
Get:27 http://us.archive.ubuntu.com precise-updates/multiverse i386
Packages [15.5 kB]
Get:28 http://us.archive.ubuntu.com precise-updates/main TranslationIndex
[10.6 kB]
Get:29 http://us.archive.ubuntu.com precise-updates/multiverse
TranslationIndex [7,613 B]
Get:30 http://us.archive.ubuntu.com precise-updates/restricted
TranslationIndex [7,297 B]
Get:31 http://us.archive.ubuntu.com precise-updates/universe
TranslationIndex [8,333 B]
Hit http://us.archive.ubuntu.com precise-backports/main Sources

Hit http://us.archive.ubuntu.com precise-backports/restricted Sources

Hit http://us.archive.ubuntu.com precise-backports/universe Sources

Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources

Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex

Hit http://us.archive.ubuntu.com precise-backports/multiverse
TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/restricted
TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/universe
TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en

Hit http://us.archive.ubuntu.com precise/multiverse Translation-en

Hit http://us.archive.ubuntu.com precise/restricted Translation-en

Hit http://us.archive.ubuntu.com precise/universe Translation-en

Get:32 http://us.archive.ubuntu.com precise-updates/main Translation-en
[376 kB]
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en

Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en

Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en

Hit http://us.archive.ubuntu.com precise-backports/main Translation-en

Hit http://us.archive.ubuntu.com precise-backports/multiverse
Translation-en
Hit http://us.archive.ubuntu.com precise-backports/restricted
Translation-en
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en

Fetched 3,452 kB in 12s (276 kB/s)

Reading package lists... Done
karen@karen-Aspire-5552:~$ sudo apt-get update
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release

Hit http://dl.google.com stable/main i386 Packages

Ign http://dl.google.com stable/main TranslationIndex

Hit http://extras.ubuntu.com precise Release.gpg

Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]

Hit http://extras.ubuntu.com precise Release

Get:2 http://security.ubuntu.com precise-security Release [53.0 kB]

Hit http://us.archive.ubuntu.com precise Release.gpg

Hit http://us.archive.ubuntu.com precise-updates Release.gpg

Hit http://us.archive.ubuntu.com precise-backports Release.gpg

Hit http://extras.ubuntu.com precise/main Sources

Hit http://us.archive.ubuntu.com precise Release

Hit http://extras.ubuntu.com precise/main i386 Packages

Ign http://extras.ubuntu.com precise/main TranslationIndex

Ign http://dl.google.com stable/main Translation-en_US

Ign http://dl.google.com stable/main Translation-en

Hit http://us.archive.ubuntu.com precise-updates Release

Get:3 http://security.ubuntu.com precise-security/main Sources [121 kB]

Hit http://us.archive.ubuntu.com precise-backports Release

Hit http://us.archive.ubuntu.com precise/main Sources

Hit http://us.archive.ubuntu.com precise/restricted Sources

Hit http://us.archive.ubuntu.com precise/universe Sources

Hit http://us.archive.ubuntu.com precise/multiverse Sources

Hit http://us.archive.ubuntu.com precise/main i386 Packages

Hit http://us.archive.ubuntu.com precise/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise/universe i386 Packages

Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex

Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/main Sources

Hit http://us.archive.ubuntu.com precise-updates/restricted Sources

Hit http://us.archive.ubuntu.com precise-updates/universe Sources

Hit http://us.archive.ubuntu.com precise-updates/multiverse Sources

Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages

Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages

Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex

Hit http://us.archive.ubuntu.com precise-updates/multiverse
TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/restricted
TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex

Get:4 http://security.ubuntu.com precise-security/restricted Sources [3,759
B]
Get:5 http://security.ubuntu.com precise-security/universe Sources [33.5
kB]
Get:6 http://security.ubuntu.com precise-security/multiverse Sources [1,825
B]
Get:7 http://security.ubuntu.com precise-security/main i386 Packages [511
kB]
Hit http://us.archive.ubuntu.com precise-backports/main Sources

Hit http://us.archive.ubuntu.com precise-backports/restricted Sources

Hit http://us.archive.ubuntu.com precise-backports/universe Sources

Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources

Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex

Hit http://us.archive.ubuntu.com precise-backports/multiverse
TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/restricted
TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/universe
TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en

Hit http://us.archive.ubuntu.com precise/multiverse Translation-en

Hit http://us.archive.ubuntu.com precise/restricted Translation-en

Hit http://us.archive.ubuntu.com precise/universe Translation-en

Hit http://us.archive.ubuntu.com precise-updates/main Translation-en

Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en

Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en

Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en

Hit http://us.archive.ubuntu.com precise-backports/main Translation-en

Hit http://us.archive.ubuntu.com precise-backports/multiverse
Translation-en
Hit http://us.archive.ubuntu.com precise-backports/restricted
Translation-en
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en

Ign http://extras.ubuntu.com precise/main Translation-en_US

Ign http://extras.ubuntu.com precise/main Translation-en
Get:8 http://security.ubuntu.com precise-security/restricted i386 Packages
[8,939 B]
Get:9 http://security.ubuntu.com precise-security/universe i386 Packages
[111 kB]
Get:10 http://security.ubuntu.com precise-security/multiverse i386 Packages
[2,648 B]
Get:11 http://security.ubuntu.com precise-security/main TranslationIndex
[208 B]
Get:12 http://security.ubuntu.com precise-security/multiverse
TranslationIndex [199 B]
Get:13 http://security.ubuntu.com precise-security/restricted
TranslationIndex [202 B]
Get:14 http://security.ubuntu.com precise-security/universe
TranslationIndex [205 B]
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Get:15 http://security.ubuntu.com precise-security/universe Translation-en
[63.4 kB]
Ign https://private-ppa.launchpad.net raring Release.gpg

Hit https://private-ppa.launchpad.net raring Release

Get:16 https://private-ppa.launchpad.net raring/main i386
Packages/DiffIndex [386 B]
Ign https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex

Ign https://private-ppa.launchpad.net raring/main TranslationIndex

Hit https://private-ppa.launchpad.net raring/main i386 Packages

Get:17 https://private-ppa.launchpad.net raring/main Translation-en_US [381
B]
Ign https://private-ppa.launchpad.net raring/main Translation-en_US

Ign https://private-ppa.launchpad.net raring/main Translation-en

Fetched 911 kB in 13s (65.2 kB/s)

Reading package lists... Done
karen@karen-Aspire-5552:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-generic-pae linux-headers-3.2.0-75
linux-headers-3.2.0-75-generic-pae
  linux-headers-generic-pae linux-image-3.2.0-75-generic-pae
  linux-image-generic-pae
Suggested packages:
  fdutils linux-doc-3.2.0 linux-source-3.2.0 linux-tools
The following NEW packages will be installed:
  linux-headers-3.2.0-75 linux-headers-3.2.0-75-generic-pae
  linux-image-3.2.0-75-generic-pae
The following packages will be upgraded:
  linux-generic-pae linux-headers-generic-pae linux-image-generic-pae
3 upgraded, 3 newly installed, 0 to remove and 12 not upgraded.
3 not fully installed or removed.
Need to get 51.1 MB of archives.
After this operation, 182 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-image-3.2.0-75-generic-pae i386 3.2.0-75.110 [38.4 MB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-generic-pae i386 3.2.0.75.89 [1,730 B]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-image-generic-pae i386 3.2.0.75.89 [2,350 B]
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-headers-3.2.0-75 all 3.2.0-75.110 [11.7 MB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-headers-3.2.0-75-generic-pae i386 3.2.0-75.110 [975 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
linux-headers-generic-pae i386 3.2.0.75.89 [2,342 B]
Fetched 51.1 MB in 2min 50s (299 kB/s)

Selecting previously unselected package linux-image-3.2.0-75-generic-pae.
(Reading database ... 323127 files and directories currently installed.)
Unpacking linux-image-3.2.0-75-generic-pae (from
.../linux-image-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb) ...
Done.
Preparing to replace linux-image-generic-pae 3.2.0.74.88 (using
.../linux-image-generic-pae_3.2.0.75.89_i386.deb) ...
Unpacking replacement linux-image-generic-pae ...
Selecting previously unselected package linux-headers-3.2.0-75.
Unpacking linux-headers-3.2.0-75 (from
.../linux-headers-3.2.0-75_3.2.0-75.110_all.deb) ...
Selecting previously unselected package linux-headers-3.2.0-75-generic-pae.
Unpacking linux-headers-3.2.0-75-generic-pae (from
.../linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb) ...
Setting up linux-image-3.2.0-75-generic-pae (3.2.0-75.110) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal
3.2.0-75-generic-pae /boot/vmlinuz-3.2.0-75-generic-pae
run-parts: executing /etc/kernel/postinst.d/dkms 3.2.0-75-generic-pae
/boot/vmlinuz-3.2.0-75-generic-pae
run-parts: executing /etc/kernel/postinst.d/initramfs-tools
3.2.0-75-generic-pae /boot/vmlinuz-3.2.0-75-generic-pae
update-initramfs: Generating /boot/initrd.img-3.2.0-75-generic-pae
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-75-generic-pae
/boot/vmlinuz-3.2.0-75-generic-pae
run-parts: executing /etc/kernel/postinst.d/update-notifier
3.2.0-75-generic-pae /boot/vmlinuz-3.2.0-75-generic-pae
run-parts: executing /etc/kernel/postinst.d/zz-update-grub
3.2.0-75-generic-pae /boot/vmlinuz-3.2.0-75-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-59-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-59-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-58-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-58-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-57-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-57-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-56-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-56-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-55-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-55-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-54-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-54-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-53-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-53-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-52-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-52-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-51-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-51-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-48-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-48-generic-pae
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-44-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-44-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-43-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-43-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-41-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-41-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-40-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-40-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 linux image: /boot/vmlinuz-3.2.0-31-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-30-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-30-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Setting up linux-image-generic-pae (3.2.0.75.89) ...
Setting up linux-headers-3.2.0-75 (3.2.0-75.110) ...
Setting up linux-headers-3.2.0-75-generic-pae (3.2.0-75.110) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms
3.2.0-75-generic-pae /boot/vmlinuz-3.2.0-75-generic-pae
dpkg: dependency problems prevent configuration of
linux-headers-generic-pae:
 linux-headers-generic-pae depends on linux-headers-3.2.0-74-generic-pae;
however:
  Package linux-headers-3.2.0-74-generic-pae is not installed.
dpkg: error processing linux-headers-generic-pae (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup
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.74.88);
however:
  Version of linux-image-generic-pae on system is 3.2.0.75.89.
 linux-generic-pae depends on linux-headers-generic-pae (= 3.2.0.74.88);
however:
  Package linux-headers-generic-pae is not configured yet.
dpkg: error processing linux-generic-pae (--configure):
 dependency problems - leaving unconfigured
Setting up linux-headers-3.2.0-74 (3.2.0-74.109) ...
No apport report written because the error message indicates its a followup
error from a previous failure.
                          Errors were encountered while processing:
 linux-headers-generic-pae
 linux-generic-pae
E: Sub-process /usr/bin/dpkg returned an error code (1)
karen@karen-Aspire-5552:~$

On Sun, Jan 11, 2015 at 11:56 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> What is the output of
>
> df -h
> df -i
> dpkg -l | grep linux-h
> dpkg -l | grep linux-i
>
> Then please re-try
>
> sudo apt-get update
> sudo apt-get -f install
>
> and on the question "Do you want to continue [Y/n]?" just hit "Enter".
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#33

There is progress.

Now try the following block of commands:
Copy the whole block and paste into a terminal window.

sudo dpkg --purge \
linux-image-3.2.0-30-generic-pae \
linux-image-3.2.0-31-generic-pae \
linux-image-3.2.0-32-generic-pae \
linux-image-3.2.0-33-generic-pae \
linux-image-3.2.0-34-generic-pae \
linux-image-3.2.0-35-generic-pae \
linux-image-3.2.0-36-generic-pae \
linux-image-3.2.0-37-generic-pae \
linux-image-3.2.0-38-generic-pae \
linux-image-3.2.0-39-generic-pae \
linux-image-3.2.0-40-generic-pae \
linux-image-3.2.0-41-generic-pae \
linux-image-3.2.0-43-generic-pae \
linux-image-3.2.0-44-generic-pae \
linux-image-3.2.0-45-generic-pae \
linux-image-3.2.0-48-generic-pae \
linux-image-3.2.0-51-generic-pae \
linux-image-3.2.0-52-generic-pae \
linux-image-3.2.0-53-generic-pae \
linux-image-3.2.0-54-generic-pae \
linux-image-3.2.0-55-generic-pae \
linux-image-3.2.0-56-generic-pae \
linux-image-3.2.0-57-generic-pae \
linux-image-3.2.0-58-generic-pae \
linux-image-3.2.0-59-generic-pae \
linux-image-3.2.0-60-generic-pae \
linux-image-3.2.0-61-generic-pae \
linux-image-3.2.0-63-generic-pae \
linux-image-3.2.0-64-generic-pae \
linux-image-3.2.0-65-generic-pae \
linux-image-3.2.0-67-generic-pae \
linux-image-3.2.0-68-generic-pae \
linux-image-3.2.0-69-generic-pae

Revision history for this message
Manfred Hampl (m-hampl) said :
#34

When you have done that, re-issue the commands

sudo apt-get dist-upgrade
sudo apt-get -f install
sudo dpkg --audit
df -h
df -i
dpkg -l | grep linux-h
dpkg -l | grep linux-i

and copy/paste the output of these commands into the question document as done before.

Revision history for this message
karen maurer (karenhmaurer) said :
#35

   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-59-generic-pae /boot/vmlinuz-3.2.0-59-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-59-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-59-generic-pae /boot/vmlinuz-3.2.0-59-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-59-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-59-generic-pae /boot/vmlinuz-3.2.0-59-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-59-generic-pae /boot/vmlinuz-3.2.0-59-generic-pae
Removing linux-image-3.2.0-60-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-60-generic-pae
/boot/vmlinuz-3.2.0-60-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-60-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-60-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-60-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-60-generic-pae /boot/vmlinuz-3.2.0-60-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-60-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-60-generic-pae /boot/vmlinuz-3.2.0-60-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-61-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-61-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-60-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-60-generic-pae /boot/vmlinuz-3.2.0-60-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-60-generic-pae /boot/vmlinuz-3.2.0-60-generic-pae
Removing linux-image-3.2.0-61-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-61-generic-pae
/boot/vmlinuz-3.2.0-61-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-61-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-61-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-61-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-61-generic-pae /boot/vmlinuz-3.2.0-61-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-61-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-61-generic-pae /boot/vmlinuz-3.2.0-61-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-61-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-61-generic-pae /boot/vmlinuz-3.2.0-61-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-61-generic-pae /boot/vmlinuz-3.2.0-61-generic-pae
Removing linux-image-3.2.0-63-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-63-generic-pae
/boot/vmlinuz-3.2.0-63-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-63-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-63-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-63-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-63-generic-pae /boot/vmlinuz-3.2.0-63-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-63-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-63-generic-pae /boot/vmlinuz-3.2.0-63-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-64-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-64-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-63-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-63-generic-pae /boot/vmlinuz-3.2.0-63-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-63-generic-pae /boot/vmlinuz-3.2.0-63-generic-pae
Removing linux-image-3.2.0-64-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-64-generic-pae
/boot/vmlinuz-3.2.0-64-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-64-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-64-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-64-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-64-generic-pae /boot/vmlinuz-3.2.0-64-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-64-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-64-generic-pae /boot/vmlinuz-3.2.0-64-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-64-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-64-generic-pae /boot/vmlinuz-3.2.0-64-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-64-generic-pae /boot/vmlinuz-3.2.0-64-generic-pae
Removing linux-image-3.2.0-65-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-65-generic-pae
/boot/vmlinuz-3.2.0-65-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-65-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-65-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-65-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-65-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-65-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-65-generic-pae /boot/vmlinuz-3.2.0-65-generic-pae
Removing linux-image-3.2.0-67-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-67-generic-pae
/boot/vmlinuz-3.2.0-67-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-67-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-67-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-67-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-67-generic-pae /boot/vmlinuz-3.2.0-67-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-67-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-67-generic-pae /boot/vmlinuz-3.2.0-67-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-67-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-67-generic-pae /boot/vmlinuz-3.2.0-67-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-67-generic-pae /boot/vmlinuz-3.2.0-67-generic-pae
Removing linux-image-3.2.0-68-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-68-generic-pae
/boot/vmlinuz-3.2.0-68-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-68-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-68-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-68-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-68-generic-pae /boot/vmlinuz-3.2.0-68-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-68-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-68-generic-pae /boot/vmlinuz-3.2.0-68-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-68-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-68-generic-pae /boot/vmlinuz-3.2.0-68-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-68-generic-pae /boot/vmlinuz-3.2.0-68-generic-pae
Removing linux-image-3.2.0-69-generic-pae ...
Examining /etc/kernel/prerm.d.
run-parts: executing /etc/kernel/prerm.d/dkms 3.2.0-69-generic-pae
/boot/vmlinuz-3.2.0-69-generic-pae
dkms: removing: bcmwl 6.20.155.1+bdcom (3.2.0-69-generic-pae) (i686)

-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.20.155.1+bdcom
Kernel: 3.2.0-69-generic-pae (i686)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.2.0-69-generic-pae/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod.....

DKMS: uninstall completed.
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-69-generic-pae /boot/vmlinuz-3.2.0-69-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-69-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-69-generic-pae /boot/vmlinuz-3.2.0-69-generic-pae
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-75-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-75-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
done
Purging configuration files for linux-image-3.2.0-69-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.2.0-69-generic-pae /boot/vmlinuz-3.2.0-69-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.2.0-69-generic-pae /boot/vmlinuz-3.2.0-69-generic-pae
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
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.74.88) but
3.2.0.75.89 is installed
 linux-headers-generic-pae : Depends: linux-headers-3.2.0-74-generic-pae
but it is not installed
E: Unmet dependencies. Try using -f.
karen@karen-Aspire-5552:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-generic-pae linux-headers-generic-pae
The following packages will be upgraded:
  linux-generic-pae linux-headers-generic-pae
2 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
2 not fully installed or removed.
Need to get 0 B/4,072 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
Abort.
karen@karen-Aspire-5552:~$

On Mon, Jan 12, 2015 at 12:26 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Manfred Hampl requested more information:
> When you have done that, re-issue the commands
>
> sudo apt-get dist-upgrade
> sudo apt-get -f install
> sudo dpkg --audit
> df -h
> df -i
> dpkg -l | grep linux-h
> dpkg -l | grep linux-i
>
> and copy/paste the output of these commands into the question document
> as done before.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#36

Ok, further progress achieved. The outdated kernel packages and header files have been removed. There is just a problem in the package management system remaining that was caused by incomplete installation of one package, but I am confident that there is not much missing to get that also solved.

What is the output of the terminal commands

sudo apt-get dist-upgrade -f
sudo dpkg --audit
df -h
df -i
dpkg -l | grep linux-h
dpkg -l | grep linux-i

Revision history for this message
karen maurer (karenhmaurer) said :
#37

After yesterday's purges I was finally able to wirelessly obtain internet
access, so that was a major improvement. I have followed your message in
two steps. Results follow. Thank you.

karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade -f
[sudo] password for karen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  linux-generic-pae linux-headers-generic-pae
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 65.5 kB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 205278 files and directories currently installed.)
Removing linux-generic-pae ...
Removing linux-headers-generic-pae ...
karen@karen-Aspire-5552:~$ sudo dpkg --audit
karen@karen-Aspire-5552:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 18G 5.3G 12G 32% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 783M 836K 782M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 17M 3.9G 1% /run/shm
karen@karen-Aspire-5552:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda6 1179648 230406 949242 20% /
udev 196546 492 196054 1% /dev
tmpfs 200197 414 199783 1% /run
none 200197 3 200194 1% /run/lock
none 200197 80 200117 1% /run/shm
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-h
ii linux-headers-3.2.0-72 3.2.0-72.107
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-74 3.2.0-74.109
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-75 3.2.0-75.110
       Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-75-generic-pae 3.2.0-75.110
       Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-i
ii linux-image-3.2.0-70-generic-pae 3.2.0-70.105
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-72-generic-pae 3.2.0-72.107
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-74-generic-pae 3.2.0-74.109
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-75-generic-pae 3.2.0-75.110
       Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-generic-pae 3.2.0.75.89
        Generic Linux kernel image
karen@karen-Aspire-5552:~$

On Tue, Jan 13, 2015 at 12:21 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Ok, further progress achieved. The outdated kernel packages and header
> files have been removed. There is just a problem in the package
> management system remaining that was caused by incomplete installation
> of one package, but I am confident that there is not much missing to get
> that also solved.
>
> What is the output of the terminal commands
>
> sudo apt-get dist-upgrade -f
> sudo dpkg --audit
> df -h
> df -i
> dpkg -l | grep linux-h
> dpkg -l | grep linux-i
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#38

Last steps, issue the commands

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install linux-generic-pae
sudo apt-get dist-upgrade

and copy/paste the output as done before.

Revision history for this message
karen maurer (karenhmaurer) said :
#39

[sudo] password for karen:
Get:1 http://dl.google.com stable Release.gpg [198 B]
Get:2 http://dl.google.com stable Release [1,347 B]

Get:3 http://dl.google.com stable/main i386 Packages [1,203 B]

Ign http://dl.google.com stable/main TranslationIndex

Get:4 http://extras.ubuntu.com precise Release.gpg [72 B]

Hit http://us.archive.ubuntu.com precise Release.gpg

Hit http://extras.ubuntu.com precise Release
Hit http://us.archive.ubuntu.com precise Release
Hit http://us.archive.ubuntu.com precise/main Sources
Hit http://extras.ubuntu.com precise/main Sources
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources

Hit http://us.archive.ubuntu.com precise/multiverse Sources

Hit http://us.archive.ubuntu.com precise/main i386 Packages

Hit http://us.archive.ubuntu.com precise/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise/universe i386 Packages

Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex

Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex

Hit http://extras.ubuntu.com precise/main i386 Packages

Ign http://extras.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/universe TranslationIndex

Ign http://dl.google.com stable/main Translation-en_US

Ign http://dl.google.com stable/main Translation-en

Hit http://us.archive.ubuntu.com precise/main Translation-en

Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise/restricted Translation-en
Hit http://us.archive.ubuntu.com precise/universe Translation-en
Ign http://extras.ubuntu.com precise/main Translation-en_US
Ign http://extras.ubuntu.com precise/main Translation-en
Ign https://private-ppa.launchpad.net raring Release.gpg

Hit https://private-ppa.launchpad.net raring Release

Get:5 https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex
[386 B]
Ign https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex

Ign https://private-ppa.launchpad.net raring/main TranslationIndex

Hit https://private-ppa.launchpad.net raring/main i386 Packages

Get:6 https://private-ppa.launchpad.net raring/main Translation-en_US [381
B]
Ign https://private-ppa.launchpad.net raring/main Translation-en_US

Ign https://private-ppa.launchpad.net raring/main Translation-en

Fetched 2,820 B in 14s (201 B/s)

Reading package lists... Done

On Tue, Jan 13, 2015 at 1:01 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Last steps, issue the commands
>
> sudo apt-get update
> sudo apt-get dist-upgrade
> sudo apt-get install linux-generic-pae
> sudo apt-get dist-upgrade
>
> and copy/paste the output as done before.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#40

[sudo] password for karen:
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release

Hit http://dl.google.com stable/main i386 Packages

Ign http://dl.google.com stable/main TranslationIndex

Hit http://extras.ubuntu.com precise Release.gpg
Hit http://us.archive.ubuntu.com precise Release.gpg
Hit http://us.archive.ubuntu.com precise Release
Hit http://extras.ubuntu.com precise Release
Hit http://us.archive.ubuntu.com precise/main Sources
Hit http://extras.ubuntu.com precise/main Sources
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources
Hit http://us.archive.ubuntu.com precise/multiverse Sources
Hit http://us.archive.ubuntu.com precise/main i386 Packages

Hit http://us.archive.ubuntu.com precise/restricted i386 Packages

Hit http://us.archive.ubuntu.com precise/universe i386 Packages

Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex

Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex

Hit http://us.archive.ubuntu.com precise/universe TranslationIndex

Hit http://extras.ubuntu.com precise/main i386 Packages

Ign http://extras.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/main Translation-en

Hit http://us.archive.ubuntu.com precise/multiverse Translation-en

Ign http://dl.google.com stable/main Translation-en_US

Hit http://us.archive.ubuntu.com precise/restricted Translation-en

Ign http://dl.google.com stable/main Translation-en

Hit http://us.archive.ubuntu.com precise/universe Translation-en

Ign http://extras.ubuntu.com precise/main Translation-en_US
Ign http://extras.ubuntu.com precise/main Translation-en
Get:1 https://private-ppa.launchpad.net raring Release.gpg [316 B]

Hit https://private-ppa.launchpad.net raring Release

Hit https://private-ppa.launchpad.net raring/main i386 Packages

Get:2 https://private-ppa.launchpad.net raring/main TranslationIndex [365
B]
Ign https://private-ppa.launchpad.net raring/main TranslationIndex

Ign https://private-ppa.launchpad.net raring/main Translation-en_US

Ign https://private-ppa.launchpad.net raring/main Translation-en

Fetched 316 B in 8s (36 B/s)

Reading package lists... Done
karen@karen-Aspire-5552:~$

On Tue, Jan 13, 2015 at 3:21 PM, karen maurer <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Needs information => Open
>
> You gave more information on the question:
> [sudo] password for karen:
> Get:1 http://dl.google.com stable Release.gpg [198 B]
> Get:2 http://dl.google.com stable Release [1,347 B]
>
> Get:3 http://dl.google.com stable/main i386 Packages [1,203 B]
>
> Ign http://dl.google.com stable/main TranslationIndex
>
> Get:4 http://extras.ubuntu.com precise Release.gpg [72 B]
>
> Hit http://us.archive.ubuntu.com precise Release.gpg
>
> Hit http://extras.ubuntu.com precise Release
> Hit http://us.archive.ubuntu.com precise Release
> Hit http://us.archive.ubuntu.com precise/main Sources
> Hit http://extras.ubuntu.com precise/main Sources
> Hit http://us.archive.ubuntu.com precise/restricted Sources
> Hit http://us.archive.ubuntu.com precise/universe Sources
>
> Hit http://us.archive.ubuntu.com precise/multiverse Sources
>
> Hit http://us.archive.ubuntu.com precise/main i386 Packages
>
> Hit http://us.archive.ubuntu.com precise/restricted i386 Packages
>
> Hit http://us.archive.ubuntu.com precise/universe i386 Packages
>
> Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages
>
> Hit http://us.archive.ubuntu.com precise/main TranslationIndex
>
> Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
>
> Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
>
> Hit http://extras.ubuntu.com precise/main i386 Packages
>
> Ign http://extras.ubuntu.com precise/main TranslationIndex
>
> Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
>
> Ign http://dl.google.com stable/main Translation-en_US
>
> Ign http://dl.google.com stable/main Translation-en
>
> Hit http://us.archive.ubuntu.com precise/main Translation-en
>
> Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
> Hit http://us.archive.ubuntu.com precise/restricted Translation-en
> Hit http://us.archive.ubuntu.com precise/universe Translation-en
> Ign http://extras.ubuntu.com precise/main Translation-en_US
> Ign http://extras.ubuntu.com precise/main Translation-en
> Ign https://private-ppa.launchpad.net raring Release.gpg
>
> Hit https://private-ppa.launchpad.net raring Release
>
> Get:5 https://private-ppa.launchpad.net raring/main i386
> Packages/DiffIndex
> [386 B]
> Ign https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex
>
> Ign https://private-ppa.launchpad.net raring/main TranslationIndex
>
> Hit https://private-ppa.launchpad.net raring/main i386 Packages
>
> Get:6 https://private-ppa.launchpad.net raring/main Translation-en_US [381
> B]
> Ign https://private-ppa.launchpad.net raring/main Translation-en_US
>
> Ign https://private-ppa.launchpad.net raring/main Translation-en
>
> Fetched 2,820 B in 14s (201 B/s)
>
> Reading package lists... Done
>
>
> On Tue, Jan 13, 2015 at 1:01 PM, Manfred Hampl <
> <email address hidden>> wrote:
>
> > Your question #259164 on gnome-terminal in Ubuntu changed:
> >
> >
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
> >
> > Status: Open => Needs information
> >
> > Manfred Hampl requested more information:
> > Last steps, issue the commands
> >
> > sudo apt-get update
> > sudo apt-get dist-upgrade
> > sudo apt-get install linux-generic-pae
> > sudo apt-get dist-upgrade
> >
> > and copy/paste the output as done before.
> >
> > --
> > To answer this request for more information, you can either reply to
> > this email or enter your reply at the following page:
> >
> >
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#41

This was only the output of the first command. Please provide the results of

sudo apt-get dist-upgrade
sudo apt-get install linux-generic-pae
sudo apt-get dist-upgrade

Revision history for this message
karen maurer (karenhmaurer) said :
#42

[sudo] password for karen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  google-chrome-stable
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 47.4 MB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://dl.google.com/linux/chrome/deb/ stable/main
google-chrome-stable i386 39.0.2171.99-1 [47.4 MB]
Fetched 47.4 MB in 2min 35s (305 kB/s)

(Reading database ... 205273 files and directories currently installed.)
Preparing to replace google-chrome-stable 39.0.2171.95-1 (using
.../google-chrome-stable_39.0.2171.99-1_i386.deb) ...
Unpacking replacement google-chrome-stable ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for man-db ...
Processing triggers for menu ...
Setting up google-chrome-stable (39.0.2171.99-1) ...
Processing triggers for menu ...

On Wed, Jan 14, 2015 at 12:11 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> This was only the output of the first command. Please provide the
> results of
>
> sudo apt-get dist-upgrade
> sudo apt-get install linux-generic-pae
> sudo apt-get dist-upgrade
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#43

I do not see the output of

sudo apt-get install linux-generic-pae
sudo apt-get dist-upgrade

Please execute these commands and copy/paste all output into the question document that we can verify whether finally the package management system is in a sound status again.

Revision history for this message
karen maurer (karenhmaurer) said :
#44

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.23.25) but
3.2.0.75.89 is to be installed
E: Unable to correct problems, you have held broken packages.
karen@karen-Aspire-5552:~$ sudo apt-get install linux-generic-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.23.25) but
3.2.0.75.89 is to be installed
E: Unable to correct problems, you have held broken packages.
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
karen@karen-Aspire-5552:~$

On Thu, Jan 15, 2015 at 1:51 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> I do not see the output of
>
> sudo apt-get install linux-generic-pae
> sudo apt-get dist-upgrade
>
> Please execute these commands and copy/paste all output into the
> question document that we can verify whether finally the package
> management system is in a sound status again.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#45

Ok, the problems seem not yet fully resolved.

What is the output of

sudo apt-get update
sudo apt-get install --reinstall linux-image-generic-pae linux-generic-pae
sudo apt-get dist-upgrade

Revision history for this message
karen maurer (karenhmaurer) said :
#46

karen@karen-Aspire-5552:~$ sudo apt-get update
[sudo] password for karen:
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release

Hit http://us.archive.ubuntu.com precise Release.gpg

Hit http://dl.google.com stable/main i386 Packages
Ign http://dl.google.com stable/main TranslationIndex

Hit http://us.archive.ubuntu.com precise Release
Hit http://extras.ubuntu.com precise Release.gpg
Hit http://us.archive.ubuntu.com precise/main Sources
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources
Hit http://us.archive.ubuntu.com precise/multiverse Sources

Hit http://us.archive.ubuntu.com precise/main i386 Packages

Hit http://us.archive.ubuntu.com precise/restricted i386 Packages

Hit http://extras.ubuntu.com precise Release

Hit http://us.archive.ubuntu.com precise/universe i386 Packages

Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages

Hit http://us.archive.ubuntu.com precise/main TranslationIndex

Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex

Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex

Hit http://us.archive.ubuntu.com precise/universe TranslationIndex

Hit http://extras.ubuntu.com precise/main Sources

Hit http://us.archive.ubuntu.com precise/main Translation-en

Hit http://us.archive.ubuntu.com precise/multiverse Translation-en

Hit http://us.archive.ubuntu.com precise/restricted Translation-en

Hit http://extras.ubuntu.com precise/main i386 Packages

Ign http://extras.ubuntu.com precise/main TranslationIndex

Ign http://dl.google.com stable/main Translation-en_US

Hit http://us.archive.ubuntu.com precise/universe Translation-en
Ign http://dl.google.com stable/main Translation-en
Hit https://private-ppa.launchpad.net raring Release.gpg
Hit https://private-ppa.launchpad.net raring Release
Hit https://private-ppa.launchpad.net raring/main i386 Packages
Get:1 https://private-ppa.launchpad.net raring/main TranslationIndex [365 B]
Ign https://private-ppa.launchpad.net raring/main TranslationIndex

Ign http://extras.ubuntu.com precise/main Translation-en_US

Ign http://extras.ubuntu.com precise/main Translation-en
Ign https://private-ppa.launchpad.net raring/main Translation-en_US
Ign https://private-ppa.launchpad.net raring/main Translation-en
Reading package lists... Done

karen@karen-Aspire-5552:~$ sudo apt-get install --reinstall
linux-image-generic-pae linux-generic-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of linux-image-generic-pae is not possible, it cannot be
downloaded.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.23.25) but
3.2.0.75.89 is to be installed
E: Unable to correct problems, you have held broken packages.
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
karen@karen-Aspire-5552:~$

On Fri, Jan 16, 2015 at 12:36 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Ok, the problems seem not yet fully resolved.
>
> What is the output of
>
> sudo apt-get update
> sudo apt-get install --reinstall linux-image-generic-pae linux-generic-pae
> sudo apt-get dist-upgrade
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#47

You seem to have changed your sources.list, and now you are missing the -security and -updates sources.

Please provide the output of the following terminal command:

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

Revision history for this message
karen maurer (karenhmaurer) said :
#48

After the Update Manager "update" on or about a month ago, an error message
indicated a Broken Count. Whatever caused that error is where this system
review began. I am relying completely on your guidance, and have never
knowingly changed anything on the system. Here's the output for the latest
terminal command:

karen@karen-Aspire-5552:~$ find /etc/apt -name '*.list' -exec bash -c 'echo
-e "\n$1\n"; cat -n
> "$1"' _ '{}' \;

/etc/apt/sources.list

On Sat, Jan 17, 2015 at 3:07 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> You seem to have changed your sources.list, and now you are missing the
> -security and -updates sources.
>
> Please provide the output of the following terminal command:
>
> find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n
> "$1"' _ '{}' \;
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#49

Upon clicking 'enter" after the single line source list, a lengthy list of
numbers 1 through 1915 came up. However, I was unable to copy that list in
its entirety. If I need to check the numbering to see if there's a missing
"count", I will do that.

On Sat, Jan 17, 2015 at 3:07 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> You seem to have changed your sources.list, and now you are missing the
> -security and -updates sources.
>
> Please provide the output of the following terminal command:
>
> find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n
> "$1"' _ '{}' \;
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#50

evidently that list goes well beyond 1915 . Waiting for any suggestions.

On Sat, Jan 17, 2015 at 3:07 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> You seem to have changed your sources.list, and now you are missing the
> -security and -updates sources.
>
> Please provide the output of the following terminal command:
>
> find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n
> "$1"' _ '{}' \;
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#51

You have to copy the command from https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164 and not from your e-mail, because your e-mail system apparently botches the command up.

This is the command:

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

Please copy/pate the output into the Launchpad question document.

Revision history for this message
karen maurer (karenhmaurer) said :
#52

karen@karen-Aspire-5552:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
     6 deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10
    11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12 ## team. Also, please note that software in universe WILL NOT receive any
    13 ## review or updates from the Ubuntu security team.
    14 deb http://us.archive.ubuntu.com/ubuntu/ precise universe
    15 deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe
    16
    17 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    18 ## team, and may not be under a free licence. Please satisfy yourself as to
    19 ## your rights to use the software. Also, please note that software in
    20 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    21 ## security team.
    22 deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse
    23 deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse
    24
    25 ## N.B. software from this repository may not have been tested as
    26 ## extensively as that contained in the main release, although it includes
    27 ## newer versions of some applications which may provide useful features.
    28 ## Also, please note that software in backports WILL NOT receive any review
    29 ## or updates from the Ubuntu security team.
    30
    31
    32 ## Uncomment the following two lines to add software from Canonical's
    33 ## 'partner' repository.
    34 ## This software is not part of Ubuntu, but is offered by Canonical and the
    35 ## respective vendors as a service to Ubuntu users.
    36 # deb http://archive.canonical.com/ubuntu precise partner
    37 # deb-src http://archive.canonical.com/ubuntu precise partner
    38
    39 ## This software is not part of Ubuntu, but is offered by third-party
    40 ## developers who want to ship their latest software.
    41 deb http://extras.ubuntu.com/ubuntu precise main
    42 deb-src http://extras.ubuntu.com/ubuntu precise main

/etc/apt/sources.list.d/private-ppa.launchpad.net_commercial-ppa-uploaders_youtube-to-mp3_ubuntu.list

     1 deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/youtube-to-mp3/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf

/etc/apt/sources.list.d/google-chrome.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 deb http://dl.google.com/linux/chrome/deb/ stable main
karen@karen-Aspire-5552:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#53

Ok.

Please open update-manager and click on "Settings".
In the configuration window that is opening switch to the tab "Updates" and set a tick mark on the first two entries. Should look like this: http://i.stack.imgur.com/OUIQo.png

Then close the update-manager windows, open a terminal and issue the following commands:

cat -n /etc/apt/sources.list
sudo apt-get update
sudo apt-get install --reinstall linux-image-generic-pae linux-generic-pae
sudo apt-get dist-upgrade

and finally copy/paste all output into this question document.

Revision history for this message
karen maurer (karenhmaurer) said :
#54

karen@karen-Aspire-5552:~$ cat -n /etc/apt/sources.list
     1 # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
     2
     3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4 # newer versions of the distribution.
     5 deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
     6 deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted
     7
     8 ## Major bug fix updates produced after the final release of the
     9 ## distribution.
    10
    11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12 ## team. Also, please note that software in universe WILL NOT receive any
    13 ## review or updates from the Ubuntu security team.
    14 deb http://us.archive.ubuntu.com/ubuntu/ precise universe
    15 deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe
    16
    17 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    18 ## team, and may not be under a free licence. Please satisfy yourself as to
    19 ## your rights to use the software. Also, please note that software in
    20 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    21 ## security team.
    22 deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse
    23 deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse
    24
    25 ## N.B. software from this repository may not have been tested as
    26 ## extensively as that contained in the main release, although it includes
    27 ## newer versions of some applications which may provide useful features.
    28 ## Also, please note that software in backports WILL NOT receive any review
    29 ## or updates from the Ubuntu security team.
    30
    31
    32 ## Uncomment the following two lines to add software from Canonical's
    33 ## 'partner' repository.
    34 ## This software is not part of Ubuntu, but is offered by Canonical and the
    35 ## respective vendors as a service to Ubuntu users.
    36 # deb http://archive.canonical.com/ubuntu precise partner
    37 # deb-src http://archive.canonical.com/ubuntu precise partner
    38
    39 ## This software is not part of Ubuntu, but is offered by third-party
    40 ## developers who want to ship their latest software.
    41 deb http://extras.ubuntu.com/ubuntu precise main
    42 deb-src http://extras.ubuntu.com/ubuntu precise main
    43 deb http://security.ubuntu.com/ubuntu/ precise-security restricted main multiverse universe
    44 deb http://us.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe
karen@karen-Aspire-5552:~$ sudo apt-get update
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:
Hit http://dl.google.com stable Release.gpg
Hit http://dl.google.com stable Release
Hit http://dl.google.com stable/main i386 Packages
Ign http://dl.google.com stable/main TranslationIndex
Hit http://us.archive.ubuntu.com precise Release.gpg
Hit http://us.archive.ubuntu.com precise-updates Release.gpg
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
Hit http://us.archive.ubuntu.com precise Release
Hit http://extras.ubuntu.com precise Release.gpg
Hit http://security.ubuntu.com precise-security Release
Hit http://us.archive.ubuntu.com precise-updates Release
Hit http://security.ubuntu.com precise-security/restricted i386 Packages
Hit http://extras.ubuntu.com precise Release
Hit http://us.archive.ubuntu.com precise/main Sources
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources
Hit http://us.archive.ubuntu.com precise/multiverse Sources
Hit http://us.archive.ubuntu.com precise/main i386 Packages
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages
Hit http://us.archive.ubuntu.com precise/universe i386 Packages
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages
Hit http://us.archive.ubuntu.com precise/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
Ign http://dl.google.com stable/main Translation-en_US
Hit http://security.ubuntu.com precise-security/main i386 Packages
Hit http://security.ubuntu.com precise-security/multiverse i386 Packages
Hit http://security.ubuntu.com precise-security/universe i386 Packages
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
Ign http://dl.google.com stable/main Translation-en
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
Hit http://extras.ubuntu.com precise/main Sources
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://extras.ubuntu.com precise/main i386 Packages
Ign http://extras.ubuntu.com precise/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Hit http://us.archive.ubuntu.com precise/restricted Translation-en
Hit http://us.archive.ubuntu.com precise/universe Translation-en
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en
Ign http://extras.ubuntu.com precise/main Translation-en_US
Ign http://extras.ubuntu.com precise/main Translation-en
Ign https://private-ppa.launchpad.net raring Release.gpg
Hit https://private-ppa.launchpad.net raring Release
Get:2 https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex [386 B]
Ign https://private-ppa.launchpad.net raring/main i386 Packages/DiffIndex
Ign https://private-ppa.launchpad.net raring/main TranslationIndex
Hit https://private-ppa.launchpad.net raring/main i386 Packages
Get:3 https://private-ppa.launchpad.net raring/main Translation-en_US [381 B]
Ign https://private-ppa.launchpad.net raring/main Translation-en_US
Ign https://private-ppa.launchpad.net raring/main Translation-en
Fetched 198 B in 14s (14 B/s)
Reading package lists... Done
karen@karen-Aspire-5552:~$ sudo apt-get install --reinstall linux-image-generic-pae linux-generic-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  linux-headers-generic-pae
The following NEW packages will be installed:
  linux-generic-pae linux-headers-generic-pae
0 upgraded, 2 newly installed, 1 reinstalled, 0 to remove and 27 not upgraded.
Need to get 0 B/6,422 B of archives.
After this operation, 65.5 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Abort.
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  coreutils cpio firefox firefox-globalmenu firefox-locale-en
  flashplugin-installer libcurl3 libcurl3-gnutls libcurl3-nss libevent-2.0-5
  libnss3 libnss3-1d libpython2.7 libssh-4 libssl1.0.0 linux-libc-dev
  mime-support ntpdate openssl python-lazr.restfulclient python2.7
  python2.7-minimal thunderbird thunderbird-globalmenu
  thunderbird-gnome-support unzip xul-ext-ubufox
27 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 97.9 MB of archives.
After this operation, 14.3 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 i386 2.7.3-0ubuntu3.6 [1,148 kB]
Get:2 http://security.ubuntu.com/ubuntu/ precise-security/main coreutils i386 8.13-3ubuntu3.3 [2,193 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 i386 2.7.3-0ubuntu3.6 [2,644 kB]
Get:4 http://security.ubuntu.com/ubuntu/ precise-security/main libssl1.0.0 i386 1.0.1-4ubuntu5.21 [1,011 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal i386 2.7.3-0ubuntu3.6 [1,692 kB]
Get:6 http://security.ubuntu.com/ubuntu/ precise-security/main ntpdate i386 1:4.2.6.p3+dfsg-1ubuntu3.2 [64.4 kB]
Get:7 http://security.ubuntu.com/ubuntu/ precise-security/main libcurl3-gnutls i386 7.22.0-3ubuntu4.12 [232 kB]
Get:8 http://security.ubuntu.com/ubuntu/ precise-security/main libcurl3 i386 7.22.0-3ubuntu4.12 [242 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-lazr.restfulclient all 0.12.0-1ubuntu1.2 [55.1 kB]
Get:10 http://security.ubuntu.com/ubuntu/ precise-security/main libnss3-1d i386 3.17.1-0ubuntu0.12.04.2 [13.4 kB]
Get:11 http://security.ubuntu.com/ubuntu/ precise-security/main libnss3 i386 3.17.1-0ubuntu0.12.04.2 [1,235 kB]
Get:12 http://security.ubuntu.com/ubuntu/ precise-security/main libcurl3-nss i386 7.22.0-3ubuntu4.12 [238 kB]
Get:13 http://security.ubuntu.com/ubuntu/ precise-security/main libssh-4 i386 0.5.2-1ubuntu0.12.04.4 [123 kB]
Get:14 http://security.ubuntu.com/ubuntu/ precise-security/main mime-support all 3.51-1ubuntu1.1 [30.4 kB]
Get:15 http://security.ubuntu.com/ubuntu/ precise-security/main cpio i386 2.11-7ubuntu3.1 [115 kB]
Get:16 http://security.ubuntu.com/ubuntu/ precise-security/main openssl i386 1.0.1-4ubuntu5.21 [520 kB]
Get:17 http://security.ubuntu.com/ubuntu/ precise-security/main firefox i386 35.0+build3-0ubuntu0.12.04.2 [46.6 MB]
Get:18 http://security.ubuntu.com/ubuntu/ precise-security/main firefox-globalmenu i386 35.0+build3-0ubuntu0.12.04.2 [8,962 B]
Get:19 http://security.ubuntu.com/ubuntu/ precise-security/main firefox-locale-en i386 35.0+build3-0ubuntu0.12.04.2 [813 kB]
Get:20 http://security.ubuntu.com/ubuntu/ precise-security/multiverse flashplugin-installer i386 11.2.202.429ubuntu0.12.04.1 [6,972 B]
Get:21 http://security.ubuntu.com/ubuntu/ precise-security/main libevent-2.0-5 i386 2.0.16-stable-1ubuntu0.1 [126 kB]
Get:22 http://security.ubuntu.com/ubuntu/ precise-security/main linux-libc-dev i386 3.2.0-75.110 [859 kB]
Get:23 http://security.ubuntu.com/ubuntu/ precise-security/main thunderbird i386 1:31.4.0+build1-0ubuntu0.12.04.1 [37.7 MB]
Get:24 http://security.ubuntu.com/ubuntu/ precise-security/main thunderbird-gnome-support i386 1:31.4.0+build1-0ubuntu0.12.04.1 [9,132 B]
Get:25 http://security.ubuntu.com/ubuntu/ precise-security/main thunderbird-globalmenu i386 1:31.4.0+build1-0ubuntu0.12.04.1 [8,786 B]
Get:26 http://security.ubuntu.com/ubuntu/ precise-security/main unzip i386 6.0-4ubuntu2.1 [183 kB]
Get:27 http://security.ubuntu.com/ubuntu/ precise-security/main xul-ext-ubufox all 3.0-0ubuntu0.12.04.1 [30.7 kB]
Fetched 97.9 MB in 5min 46s (282 kB/s)
Preconfiguring packages ...
(Reading database ... 205273 files and directories currently installed.)
Preparing to replace coreutils 8.13-3ubuntu3.2 (using .../coreutils_8.13-3ubuntu3.3_i386.deb) ...
Unpacking replacement coreutils ...
Processing triggers for install-info ...
Processing triggers for man-db ...
Setting up coreutils (8.13-3ubuntu3.3) ...
(Reading database ... 205273 files and directories currently installed.)
Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.20 (using .../libssl1.0.0_1.0.1-4ubuntu5.21_i386.deb) ...
Unpacking replacement libssl1.0.0 ...
Setting up libssl1.0.0 (1.0.1-4ubuntu5.21) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
(Reading database ... 205273 files and directories currently installed.)
Preparing to replace ntpdate 1:4.2.6.p3+dfsg-1ubuntu3.1 (using .../ntpdate_1%3a4.2.6.p3+dfsg-1ubuntu3.2_i386.deb) ...
Unpacking replacement ntpdate ...
Preparing to replace libcurl3-gnutls 7.22.0-3ubuntu4.11 (using .../libcurl3-gnutls_7.22.0-3ubuntu4.12_i386.deb) ...
Unpacking replacement libcurl3-gnutls ...
Preparing to replace libcurl3 7.22.0-3ubuntu4.11 (using .../libcurl3_7.22.0-3ubuntu4.12_i386.deb) ...
Unpacking replacement libcurl3 ...
Preparing to replace libnss3-1d 3.17.1-0ubuntu0.12.04.1 (using .../libnss3-1d_3.17.1-0ubuntu0.12.04.2_i386.deb) ...
Unpacking replacement libnss3-1d ...
Preparing to replace libnss3 3.17.1-0ubuntu0.12.04.1 (using .../libnss3_3.17.1-0ubuntu0.12.04.2_i386.deb) ...
Unpacking replacement libnss3 ...
Preparing to replace libcurl3-nss 7.22.0-3ubuntu4.11 (using .../libcurl3-nss_7.22.0-3ubuntu4.12_i386.deb) ...
Unpacking replacement libcurl3-nss ...
Preparing to replace libssh-4 0.5.2-1ubuntu0.12.04.3 (using .../libssh-4_0.5.2-1ubuntu0.12.04.4_i386.deb) ...
Unpacking replacement libssh-4 ...
Preparing to replace libpython2.7 2.7.3-0ubuntu3.5 (using .../libpython2.7_2.7.3-0ubuntu3.6_i386.deb) ...
Unpacking replacement libpython2.7 ...
Preparing to replace mime-support 3.51-1ubuntu1 (using .../mime-support_3.51-1ubuntu1.1_all.deb) ...
Unpacking replacement mime-support ...
Preparing to replace python2.7 2.7.3-0ubuntu3.5 (using .../python2.7_2.7.3-0ubuntu3.6_i386.deb) ...
Unpacking replacement python2.7 ...
Preparing to replace python2.7-minimal 2.7.3-0ubuntu3.5 (using .../python2.7-minimal_2.7.3-0ubuntu3.6_i386.deb) ...
Unpacking replacement python2.7-minimal ...
Processing triggers for man-db ...
Processing triggers for menu ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up python2.7-minimal (2.7.3-0ubuntu3.6) ...
(Reading database ... 205273 files and directories currently installed.)
Preparing to replace cpio 2.11-7ubuntu3 (using .../cpio_2.11-7ubuntu3.1_i386.deb) ...
Unpacking replacement cpio ...
Preparing to replace openssl 1.0.1-4ubuntu5.20 (using .../openssl_1.0.1-4ubuntu5.21_i386.deb) ...
Unpacking replacement openssl ...
Preparing to replace firefox 34.0+build2-0ubuntu0.12.04.1 (using .../firefox_35.0+build3-0ubuntu0.12.04.2_i386.deb) ...
Unpacking replacement firefox ...
Preparing to replace firefox-globalmenu 34.0+build2-0ubuntu0.12.04.1 (using .../firefox-globalmenu_35.0+build3-0ubuntu0.12.04.2_i386.deb) ...
Unpacking replacement firefox-globalmenu ...
Preparing to replace firefox-locale-en 34.0+build2-0ubuntu0.12.04.1 (using .../firefox-locale-en_35.0+build3-0ubuntu0.12.04.2_i386.deb) ...
Unpacking replacement firefox-locale-en ...
Preparing to replace flashplugin-installer 11.2.202.425ubuntu0.12.04.1 (using .../flashplugin-installer_11.2.202.429ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement flashplugin-installer ...
Preparing to replace libevent-2.0-5 2.0.16-stable-1 (using .../libevent-2.0-5_2.0.16-stable-1ubuntu0.1_i386.deb) ...
Unpacking replacement libevent-2.0-5 ...
Preparing to replace linux-libc-dev 3.2.0-74.109 (using .../linux-libc-dev_3.2.0-75.110_i386.deb) ...
Unpacking replacement linux-libc-dev ...
Preparing to replace python-lazr.restfulclient 0.12.0-1ubuntu1.1 (using .../python-lazr.restfulclient_0.12.0-1ubuntu1.2_all.deb) ...
Unpacking replacement python-lazr.restfulclient ...
Preparing to replace thunderbird 1:31.3.0+build1-0ubuntu0.12.04.1 (using .../thunderbird_1%3a31.4.0+build1-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement thunderbird ...
Preparing to replace thunderbird-gnome-support 1:31.3.0+build1-0ubuntu0.12.04.1 (using .../thunderbird-gnome-support_1%3a31.4.0+build1-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement thunderbird-gnome-support ...
Preparing to replace thunderbird-globalmenu 1:31.3.0+build1-0ubuntu0.12.04.1 (using .../thunderbird-globalmenu_1%3a31.4.0+build1-0ubuntu0.12.04.1_i386.deb) ...
Unpacking replacement thunderbird-globalmenu ...
Preparing to replace unzip 6.0-4ubuntu2 (using .../unzip_6.0-4ubuntu2.1_i386.deb) ...
Unpacking replacement unzip ...
Preparing to replace xul-ext-ubufox 2.7-0ubuntu0.12.04.1 (using .../xul-ext-ubufox_3.0-0ubuntu0.12.04.1_all.deb) ...
Unpacking replacement xul-ext-ubufox ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for update-notifier-common ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.429.orig.tar.gz
Installing from local file /tmp/tmplfaHxm.gz
Flash Plugin installed.
Setting up ntpdate (1:4.2.6.p3+dfsg-1ubuntu3.2) ...
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.12) ...
Setting up libcurl3 (7.22.0-3ubuntu4.12) ...
Setting up libnss3 (3.17.1-0ubuntu0.12.04.2) ...
Setting up libnss3-1d (3.17.1-0ubuntu0.12.04.2) ...
Setting up libcurl3-nss (7.22.0-3ubuntu4.12) ...
Setting up libssh-4 (0.5.2-1ubuntu0.12.04.4) ...
Setting up mime-support (3.51-1ubuntu1.1) ...
Setting up python2.7 (2.7.3-0ubuntu3.6) ...
Setting up libpython2.7 (2.7.3-0ubuntu3.6) ...
Setting up cpio (2.11-7ubuntu3.1) ...
Setting up openssl (1.0.1-4ubuntu5.21) ...
Setting up firefox (35.0+build3-0ubuntu0.12.04.2) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-globalmenu (35.0+build3-0ubuntu0.12.04.2) ...
Setting up firefox-locale-en (35.0+build3-0ubuntu0.12.04.2) ...
Setting up flashplugin-installer (11.2.202.429ubuntu0.12.04.1) ...
Setting up libevent-2.0-5 (2.0.16-stable-1ubuntu0.1) ...
Setting up linux-libc-dev (3.2.0-75.110) ...
Setting up python-lazr.restfulclient (0.12.0-1ubuntu1.2) ...
Setting up thunderbird (1:31.4.0+build1-0ubuntu0.12.04.1) ...
Setting up thunderbird-gnome-support (1:31.4.0+build1-0ubuntu0.12.04.1) ...
Setting up thunderbird-globalmenu (1:31.4.0+build1-0ubuntu0.12.04.1) ...
Setting up unzip (6.0-4ubuntu2.1) ...
Setting up xul-ext-ubufox (3.0-0ubuntu0.12.04.1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
karen@karen-Aspire-5552:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#55

Almost there, just the re-installation of the meta-packages for the kernel and the kernel header files is missing.

Try again with the command

sudo apt-get install --reinstall linux-generic-pae

And on the question "Do you want to continue [Y/n]?" just hit "Enter" to continue.

Revision history for this message
karen maurer (karenhmaurer) said :
#56

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  linux-headers-generic-pae
The following NEW packages will be installed:
  linux-generic-pae linux-headers-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,072 B of archives.
After this operation, 65.5 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously unselected package linux-headers-generic-pae.
(Reading database ... 205271 files and directories currently installed.)
Unpacking linux-headers-generic-pae (from .../linux-headers-generic-pae_3.2.0.75.89_i386.deb) ...
Selecting previously unselected package linux-generic-pae.
Unpacking linux-generic-pae (from .../linux-generic-pae_3.2.0.75.89_i386.deb) ...
Setting up linux-headers-generic-pae (3.2.0.75.89) ...
Setting up linux-generic-pae (3.2.0.75.89) ...
karen@karen-Aspire-5552:~$

Revision history for this message
karen maurer (karenhmaurer) said :
#57

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  linux-headers-generic-pae
The following NEW packages will be installed:
  linux-generic-pae linux-headers-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,072 B of archives.
After this operation, 65.5 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously unselected package linux-headers-generic-pae.
(Reading database ... 205271 files and directories currently installed.)
Unpacking linux-headers-generic-pae (from
.../linux-headers-generic-pae_3.2.0.75.89_i386.deb) ...
Selecting previously unselected package linux-generic-pae.
Unpacking linux-generic-pae (from
.../linux-generic-pae_3.2.0.75.89_i386.deb) ...
Setting up linux-headers-generic-pae (3.2.0.75.89) ...
Setting up linux-generic-pae (3.2.0.75.89) ...
karen@karen-Aspire-5552:~$

On Mon, Jan 19, 2015 at 11:56 PM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Almost there, just the re-installation of the meta-packages for the
> kernel and the kernel header files is missing.
>
> Try again with the command
>
> sudo apt-get install --reinstall linux-generic-pae
>
> And on the question "Do you want to continue [Y/n]?" just hit "Enter" to
> continue.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> You received this question notification because you asked the question.
>

Revision history for this message
karen maurer (karenhmaurer) said :
#58

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  linux-headers-generic-pae
The following NEW packages will be installed:
  linux-generic-pae linux-headers-generic-pae
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,072 B of archives.
After this operation, 65.5 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously unselected package linux-headers-generic-pae.
(Reading database ... 205271 files and directories currently installed.)
Unpacking linux-headers-generic-pae (from .../linux-headers-generic-pae_3.2.0.75.89_i386.deb) ...
Selecting previously unselected package linux-generic-pae.
Unpacking linux-generic-pae (from .../linux-generic-pae_3.2.0.75.89_i386.deb) ...
Setting up linux-headers-generic-pae (3.2.0.75.89) ...
Setting up linux-generic-pae (3.2.0.75.89) ...
karen@karen-Aspire-5552:~$

Revision history for this message
Manfred Hampl (m-hampl) said :
#59

Ok. I do not see any problem or error any more, and I assume your problems have been resolved.

To confirm that really everything is the way it should be, please provide the output of the following terminal commands:

uname -a
lsb_relase -crid
sudo apt-get update
sudo apt-get dist-upgrade
df -h
df -i
sudo dpkg --audit
dpkg -l | grep linux-i
dpkg -l | grep linux-h

I hope that the output of these commands does not show any error any more.

Revision history for this message
karen maurer (karenhmaurer) said :
#60

karen@karen-Aspire-5552:~$ uname -a
Linux karen-Aspire-5552 3.2.0-75-generic-pae #110-Ubuntu SMP Tue Dec 16 19:29:27 UTC 2014 i686 athlon i386 GNU/Linux
karen@karen-Aspire-5552:~$ lsb_relase -crid
No command 'lsb_relase' found, did you mean:
 Command 'lsb_release' from package 'lsb-release' (main)
lsb_relase: command not found
karen@karen-Aspire-5552:~$ sudo apt-get update
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:
Hit http://extras.ubuntu.com precise Release.gpg
Hit http://extras.ubuntu.com precise Release
Hit http://extras.ubuntu.com precise/main Sources
Hit http://extras.ubuntu.com precise/main i386 Packages
Ign http://extras.ubuntu.com precise/main TranslationIndex
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
Get:2 http://security.ubuntu.com precise-security Release [53.0 kB]
Get:3 http://security.ubuntu.com precise-security/restricted i386 Packages [8,939 B]
Hit http://us.archive.ubuntu.com precise Release.gpg
Get:4 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B]
Get:5 http://security.ubuntu.com precise-security/main i386 Packages [514 kB]
Hit http://us.archive.ubuntu.com precise Release
Ign http://extras.ubuntu.com precise/main Translation-en_US
Get:6 http://us.archive.ubuntu.com precise-updates Release [194 kB]
Ign http://extras.ubuntu.com precise/main Translation-en
Get:7 http://dl.google.com stable Release.gpg [198 B]
Get:8 http://dl.google.com stable Release [1,347 B]
Get:9 http://dl.google.com stable/main i386 Packages [1,224 B]
Ign http://dl.google.com stable/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Sources
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources
Hit http://us.archive.ubuntu.com precise/multiverse Sources
Hit http://us.archive.ubuntu.com precise/main i386 Packages
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages
Hit http://us.archive.ubuntu.com precise/universe i386 Packages
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages
Hit http://us.archive.ubuntu.com precise/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex
Get:10 http://us.archive.ubuntu.com precise-updates/restricted i386 Packages [13.6 kB]
Get:11 http://us.archive.ubuntu.com precise-updates/main i386 Packages [896 kB]
Ign http://dl.google.com stable/main Translation-en_US
Ign http://dl.google.com stable/main Translation-en
Get:12 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,651 B]
Get:13 http://security.ubuntu.com precise-security/universe i386 Packages [112 kB]
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://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Get:14 https://private-ppa.launchpad.net raring Release.gpg [316 B]
Hit https://private-ppa.launchpad.net raring Release
Hit https://private-ppa.launchpad.net raring/main i386 Packages
Get:15 https://private-ppa.launchpad.net raring/main TranslationIndex [365 B]
Ign https://private-ppa.launchpad.net raring/main TranslationIndex
Ign https://private-ppa.launchpad.net raring/main Translation-en_US
Ign https://private-ppa.launchpad.net raring/main Translation-en
Get:16 http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
Get:17 http://us.archive.ubuntu.com precise-updates/universe i386 Packages [260 kB]
Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise/restricted Translation-en
Hit http://us.archive.ubuntu.com precise/universe Translation-en
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en
Fetched 2,074 kB in 13s (156 kB/s)
Reading package lists... Done
karen@karen-Aspire-5552:~$

Revision history for this message
karen maurer (karenhmaurer) said :
#61

thank you so much for your assistance --
there appears to be one question at the beginning.

Revision history for this message
Manfred Hampl (m-hampl) said :
#62

Sorry, my fault (typo error).

Please add the output of these command

lsb_release -crid
sudo apt-get dist-upgrade
df -h
df -i
sudo dpkg --audit
dpkg -l | grep linux-i
dpkg -l | grep linux-h

Revision history for this message
karen maurer (karenhmaurer) said :
#63

karen@karen-Aspire-5552:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
[sudo] password for karen:
Sorry, try again.
[sudo] password for karen:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
karen@karen-Aspire-5552:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
karen@karen-Aspire-5552:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Revision history for this message
Manfred Hampl (m-hampl) said :
#64

And the output of the last ones, please!

df -h
df -i
sudo dpkg --audit
dpkg -l | grep linux-i
dpkg -l | grep linux-h

Revision history for this message
karen maurer (karenhmaurer) said :
#65

karen@karen-Aspire-5552:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 18G 5.6G 12G 34% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 783M 832K 782M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 21M 3.8G 1% /run/shm
karen@karen-Aspire-5552:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda6 1179648 231131 948517 20% /
udev 196546 492 196054 1% /dev
tmpfs 200197 413 199784 1% /run
none 200197 3 200194 1% /run/lock
none 200197 93 200104 1% /run/shm
karen@karen-Aspire-5552:~$ sudo dpkg --audit
[sudo] password for karen:
karen@karen-Aspire-5552:~$ sudo dpkg --audit
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-i
ii linux-image-3.2.0-70-generic-pae 3.2.0-70.105 Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-72-generic-pae 3.2.0-72.107 Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-74-generic-pae 3.2.0-74.109 Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-3.2.0-75-generic-pae 3.2.0-75.110 Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii linux-image-generic-pae 3.2.0.75.89 Generic Linux kernel image
karen@karen-Aspire-5552:~$ dpkg -l | grep linux-h
ii linux-headers-3.2.0-72 3.2.0-72.107 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-72-generic-pae 3.2.0-72.107 Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-3.2.0-74 3.2.0-74.109 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-75 3.2.0-75.110 Header files related to Linux kernel version 3.2.0
ii linux-headers-3.2.0-75-generic-pae 3.2.0-75.110 Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii linux-headers-generic-pae 3.2.0.75.89 Generic Linux kernel headers
karen@karen-Aspire-5552:~$

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#66

Ok, perfect. I do not see any problem with your system.

There is 60% free space on the file system, you are running the current kernel version etc., just the way it should be.

For the future:
New kernel versions (with error corrections and enhancements) are provided regularly (about once or twice a month). There is no automatic uninstallation of the old image and header versions. This is something that you have to do yourself.

To avoid that you again run into the "no space left" problem, you have to do regular housekeeping. The easiest way (in my opinion) is using the Ubuntu-tweak tool.

I recommend you install it with the following commands:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

Then start the application, switch to the "Janitor" tab and select "old kernels". You can (de-)select all old kernel versions that you want to get rid of. For emergency backup reasons you could leave the old kernel with the highest number installed and delete all other ones.

see https://www.liberiangeek.net/2012/10/remove-old-kernels-from-ubuntu-12-10-with-ubuntu-tweak/ for some screen shots

You should use the janitor regularly (say once a month or every other month) to make sure that the old kernels do not pile up.

If you have any question, please do not hesitate to ask.

Revision history for this message
karen maurer (karenhmaurer) said :
#67

Thanks Manfred Hampl, that solved my question.

Revision history for this message
Louisa Tsougaraki (ddamia-greenleaf) said :
#68

Hello,

I have the exact same problem with Karen. With exactly the same packages.

louisa@Nuk:~$ sudo apt-get -f install
[sudo] password for louisa:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libbabl-0.0-0 libgegl-0.0-0 language-pack-kde-en linux-headers-3.2.0-27
  language-pack-kde-en-base kde-l10n-engb linux-headers-3.2.0-27-generic-pae
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  linux-headers-3.2.0-75 linux-headers-3.2.0-75-generic-pae
The following NEW packages will be installed
  linux-headers-3.2.0-75 linux-headers-3.2.0-75-generic-pae
0 to upgrade, 2 to newly install, 0 to remove and 0 not to upgrade.
2 not fully installed or removed.
Need to get 0 B/12.7 MB of archives.
After this operation, 67.8 MB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 1188014 files and directories currently installed.)
Unpacking linux-headers-3.2.0-75 (from .../linux-headers-3.2.0-75_3.2.0-75.110_all.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-75_3.2.0-75.110_all.deb (--unpack):
 unable to create `/usr/src/linux-headers-3.2.0-75/arch/cris/include/asm/signal.h.dpkg-new' (while processing `./usr/src/linux-headers-3.2.0-75/arch/cris/include/asm/signal.h'): No space left on device
No apport report written because the error message indicates a disk full error
                                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking linux-headers-3.2.0-75-generic-pae (from .../linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb (--unpack):
 error creating symbolic link `./usr/src/linux-headers-3.2.0-75-generic-pae/include/linux/highmem.h': No space left on device
No apport report written because the error message indicates a disk full error
                                                                              Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-3.2.0-75_3.2.0-75.110_all.deb
 /var/cache/apt/archives/linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Any help would be appreciated. Where should I start in this quite long process I see above?

Revision history for this message
karen maurer (karenhmaurer) said :
#69

Louisa
Manfred Hampfl is the one to contact if you haven't already. I'm all
cleaned up but it's been a journey!
Hopefully this message went to him as well as to me. You may have to start
a new inquiry rather than this stream.
K
On Jan 22, 2015 4:56 PM, "Louisa Tsougaraki" <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Louisa Tsougaraki posted a new comment:
> Hello,
>
> I have the exact same problem with Karen. With exactly the same
> packages.
>
> louisa@Nuk:~$ sudo apt-get -f install
> [sudo] password for louisa:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Correcting dependencies... Done
> The following packages were automatically installed and are no longer
> required:
> libbabl-0.0-0 libgegl-0.0-0 language-pack-kde-en linux-headers-3.2.0-27
> language-pack-kde-en-base kde-l10n-engb
> linux-headers-3.2.0-27-generic-pae
> Use 'apt-get autoremove' to remove them.
> The following extra packages will be installed:
> linux-headers-3.2.0-75 linux-headers-3.2.0-75-generic-pae
> The following NEW packages will be installed
> linux-headers-3.2.0-75 linux-headers-3.2.0-75-generic-pae
> 0 to upgrade, 2 to newly install, 0 to remove and 0 not to upgrade.
> 2 not fully installed or removed.
> Need to get 0 B/12.7 MB of archives.
> After this operation, 67.8 MB of additional disk space will be used.
> Do you want to continue [Y/n]?
> (Reading database ... 1188014 files and directories currently installed.)
> Unpacking linux-headers-3.2.0-75 (from
> .../linux-headers-3.2.0-75_3.2.0-75.110_all.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/linux-headers-3.2.0-75_3.2.0-75.110_all.deb
> (--unpack):
> unable to create
> `/usr/src/linux-headers-3.2.0-75/arch/cris/include/asm/signal.h.dpkg-new'
> (while processing
> `./usr/src/linux-headers-3.2.0-75/arch/cris/include/asm/signal.h'): No
> space left on device
> No apport report written because the error message indicates a disk full
> error
>
> dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
> Unpacking linux-headers-3.2.0-75-generic-pae (from
> .../linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb
> (--unpack):
> error creating symbolic link
> `./usr/src/linux-headers-3.2.0-75-generic-pae/include/linux/highmem.h': No
> space left on device
> No apport report written because the error message indicates a disk full
> error
>
> Errors were encountered while processing:
> /var/cache/apt/archives/linux-headers-3.2.0-75_3.2.0-75.110_all.deb
>
> /var/cache/apt/archives/linux-headers-3.2.0-75-generic-pae_3.2.0-75.110_i386.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> Any help would be appreciated. Where should I start in this quite long
> process I see above?
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#70

@Louisa Tsougaraki:
Please do not piggyback on somebody else's question, but create a question document of your own, e.g. with opening https://launchpad.net/ubuntu/+source/update-manager/+addquestion

Revision history for this message
Manfred Hampl (m-hampl) said :
#71

@Karen Maurer:
You should find the icon for Ubuntu Tweak in the Menu "Applications - System Settings - Ubuntu-Tweak", see http://pad3.whstatic.com/images/thumb/b/b2/Install-Ubuntu-Tweak-0.5.1-in-Ubuntu-Step-6.jpg/629px-Install-Ubuntu-Tweak-0.5.1-in-Ubuntu-Step-6.jpg

(The steps to start that application depends on the desktop environment that you are using. If you are using the Dash, you can search for it like this http://i.stack.imgur.com/lSxRo.png )

Revision history for this message
Louisa Tsougaraki (ddamia-greenleaf) said :
#72

@Manfred
Sorry, thought it'd be easier for everyone since it seems it's exactly the same problem. New question created here: https://answers.launchpad.net/ubuntu/+source/update-manager/+question/261126

Revision history for this message
karen maurer (karenhmaurer) said :
#73

My "old" Ubuntu found Tweak with one extra step: "Applications - System
Tools - System Settings - Ubuntu-Tweak". The Overview tab indicates
there are 42 cache packages and 5.4 MB thumbnails cache to be cleaned.
Clicking the "Start Janitor" button leads to a list of Apps, System and
Personal packages. Any reason not to click them all? Thanks again.

On Fri, Jan 23, 2015 at 12:36 AM, Manfred Hampl <
<email address hidden>> wrote:

> Your question #259164 on gnome-terminal in Ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/259164
>
> Manfred Hampl posted a new comment:
> @Karen Maurer:
> You should find the icon for Ubuntu Tweak in the Menu "Applications -
> System Settings - Ubuntu-Tweak", see
> http://pad3.whstatic.com/images/thumb/b/b2/Install-Ubuntu-Tweak-0.5.1-in-Ubuntu-Step-6.jpg/629px-Install-Ubuntu-Tweak-0.5.1-in-Ubuntu-Step-6.jpg
>
> (The steps to start that application depends on the desktop environment
> that you are using. If you are using the Dash, you can search for it
> like this http://i.stack.imgur.com/lSxRo.png )
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#74

Ubuntu-tweak is designed that you cannot do any harm with the janitor function. (Eventually you delete files that you have to re-download shortly afterwards.) So do what you think is appropriate for your system.

More important than cleaning the package cache and thumbnails is limiting the number of old kernel and header files. Look at the size indication!

I recommend you tickmark "Old Kernel" on the left hand side, and when there is a list of kernel files shown on the right hand side, select all of them, and then deselect the ones with the highest number. Then press the "clean" button on the lower right corner. This should make sure that there is one old kernel version available for emergency backup purposes.

see also http://i.stack.imgur.com/205It.jpg