Updates

Asked by Arnett Carroll

My machine wants me to increase the size of the boot partition for updates. Why do you just go ahead and do that?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Increasing the size of the /boot partition can be a quite complicated task with shuffling data around. Maybe there is an easier possibility to free up space by removing obsolete versions of kernel packages.

What is the output of the terminal commands

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

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#2

Here is your output:

http://www.mediafire.com/download/7e8hfpn2n447civa/Boot_Partition_1

BTW, Shift+Ctrl+C won't paste the output from the terminal window.

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

Sorry, I cannot access the information on the link.

Please repeat the commands and use the terminal window's menu entries "edit - select all" and "edit - copy" to copy the information for pasting into this question document.

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#4

I did that. Pressing Shift+CTRL+C won't paste into launchpad. The
output file is attached.

On 05/05/2015 09:51 AM, Manfred Hampl wrote:
> Your question #266351 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/266351
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> Sorry, I cannot access the information on the link.
>
> Please repeat the commands and use the terminal window's menu entries
> "edit - select all" and "edit - copy" to copy the information for
> pasting into this question document.
>

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#5

http://www.mediafire.com/download/7e8hfp2n447civa/Boot_Partition_1

On 05/05/2015 09:12 AM, Arnett Carroll wrote:
> Your question #266351 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/266351
>
> Status: Needs information => Open
>
> You gave more information on the question:
> Here is your output:
>
> http://www.mediafire.com/download/7e8hfpn2n447civa/Boot_Partition_1
>
> BTW, Shift+Ctrl+C won't paste the output from the terminal window.
>

Revision history for this message
Rusty Shackleford (shackleford071250) said :
#6

>Manfred Hampl requested more information:
Grabbed this info for you from the link Arnett Carroll provided:

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 454G 29G 402G 7% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 4.0K 1.9G 1% /dev
tmpfs 378M 1.3M 376M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 13M 1.9G 1% /run/shm
none 100M 52K 100M 1% /run/user
/dev/sda2 237M 180M 45M 80% /boot
/dev/sda1 511M 3.4M 508M 1% /boot/efi
/dev/mmcblk0p1 30G 192K 30G 1% /media/arnett/disk

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/ubuntu--vg-root 30228480 320665 29907815 2% /
none 482606 2 482604 1% /sys/fs/cgroup
udev 478678 525 478153 1% /dev
tmpfs 482606 571 482035 1% /run
none 482606 4 482602 1% /run/lock
none 482606 53 482553 1% /run/shm
none 482606 31 482575 1% /run/user
/dev/sda2 62496 310 62186 1% /boot
/dev/sda1 0 0 0 - /boot/efi
/dev/mmcblk0p1 0 0 0 - /media/arnett/disk

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ dpkg -l | 'grep linux-i'
grep linux-i: command not found
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$

Revision history for this message
Rusty Shackleford (shackleford071250) said :
#7

>Manfred Hampl requested more information:
The dpkg command was entered incorrectly - single quote in the wrong position.

Please enter the command as follows (with the single quotes around linux-i)
dpkg -l | grep 'linux-i'

Copy and paste the results into message window for this question (or use your workaround of posting a link if need be).

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#8

I installed KDE Partition Manager. It asks for my password to grant administrator priveleges but it won't recognize my account password. Hello?

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#9

http://www.mediafire.com/download/n25tousqsds5586/Boot_Partition_2

On 05/05/2015 02:26 PM, Rusty Shackleford wrote:
> Your question #266351 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/266351
>
> Status: Open => Needs information
>
> Rusty Shackleford requested more information:
>> Manfred Hampl requested more information:
> The dpkg command was entered incorrectly - single quote in the wrong position.
>
> Please enter the command as follows (with the single quotes around linux-i)
> dpkg -l | grep 'linux-i'
>
> Copy and paste the results into message window for this question (or use
> your workaround of posting a link if need be).
>

Revision history for this message
Rusty Shackleford (shackleford071250) said :
#10

Posting output of dpkg command from Arnett Carroll into this report for Manfred Hampl's info request:

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ dpkg -l | grep 'linux-i'

ii linux-image-3.13.0-32-generic 3.13.0-32.57 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-48-generic 3.13.0-48.80 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-49-generic 3.13.0-49.83 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-3.13.0-51-generic 3.13.0-51.84 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-extra-3.13.0-32-generic 3.13.0-32.57 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii linux-image-extra-3.13.0-48-generic 3.13.0-48.80 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii linux-image-extra-3.13.0-49-generic 3.13.0-49.83 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii linux-image-extra-3.13.0-51-generic 3.13.0-51.84 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii linux-image-generic 3.13.0.51.58 amd64 Generic Linux kernel image

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

Shift+CTRL+C is not supposed to paste anything anywhere.
Pasting the copied text into the message box works with ctrl-v or by clicking the right mouse button and selecting 'paste'.

For your space problem:
You have a /boot partition of 237 MB total size with a certain share, usually 5%, reserved for special purposes, so 225 MB available for use.
One version of the kernel package needs about 45 MB size. You have four versions installed, that gives 180 MB, and compared to the total available amount of 225 MB there are now 45 MB left. Apparently just not enough for installing another version of the kernel packages.

I propose to purge the two oldest versions of the kernel packages. This should give enough free space to install the current kernel packages with enough space for installing another one. And in future you should regularly purge old obsolete kernel packages to have only two or three versions installed.

Whenever the update-manager installs a new kernel, you should care for removal of the oldest obsolete kernel package.

Try the commands

dpkg --purge linux-image-3.13.0-32-generic linux-image-3.13.0-48-generic linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-48-generic
df -h
sudo apt-get update
sudo apt-get dist-upgrade

and report the outcome.

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#12

The Lauchpad software that is installed from Ubuntu Linux doesn't paste.

 >>>
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ dpkg --purge
linux-image-3.13.0-32-generic linux-image-3.13.0-48-generic
linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-48-generic
dpkg: error: requested operation requires superuser privilege
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ su dpkg --purge
linux-image-3.13.0-32-generic linux-image-3.13.0-48-generic
linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-48-generic
su: unrecognized option '--purge'
Usage: su [options] [LOGIN]

Options:
   -c, --command COMMAND pass COMMAND to the invoked shell
   -h, --help display this help message and exit
   -, -l, --login make the shell a login shell
   -m, -p,
   --preserve-environment do not reset environment variables, and
                                 keep the same shell
   -s, --shell SHELL use SHELL instead of the default in passwd

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo dpkg --purge
linux-image-3.13.0-32-generic linux-image-3.13.0-48-generic
linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-48-generic
[sudo] password for arnett:
Sorry, try again.
[sudo] password for arnett:
dpkg: dependency problems prevent removal of linux-image-3.13.0-48-generic:
  linux-signed-image-3.13.0-48-generic depends on
linux-image-3.13.0-48-generic (= 3.13.0-48.80).

dpkg: error processing package linux-image-3.13.0-48-generic (--purge):
  dependency problems - not removing
(Reading database ... 318487 files and directories currently installed.)
Removing linux-image-extra-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-extra-3.13.0-32-generic
(3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
dpkg: dependency problems prevent removal of
linux-image-extra-3.13.0-48-generic:
  linux-signed-image-3.13.0-48-generic depends on
linux-image-extra-3.13.0-48-generic (= 3.13.0-48.80).

dpkg: error processing package linux-image-extra-3.13.0-48-generic
(--purge):
  dependency problems - not removing
Removing linux-image-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-3.13.0-32-generic
(3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Errors were encountered while processing:
  linux-image-3.13.0-48-generic
  linux-image-extra-3.13.0-48-generic
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 454G 30G 402G 7% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 12K 1.9G 1% /dev
tmpfs 378M 1.3M 376M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 15M 1.9G 1% /run/shm
none 100M 72K 100M 1% /run/user
/dev/sda2 237M 180M 45M 81% /boot
/dev/sda1 511M 3.4M 508M 1% /boot/efi
/dev/mmcblk0p1 30G 192K 30G 1% /media/arnett/disk
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Ign http://us.archive.ubuntu.com trusty InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://extras.ubuntu.com trusty InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://dl.google.com stable Release
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Get:2 http://security.ubuntu.com trusty-security Release [63.5 kB]
Hit http://extras.ubuntu.com trusty Release.gpg
Hit http://us.archive.ubuntu.com trusty Release.gpg
Get:3 http://us.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
Hit http://extras.ubuntu.com trusty Release
Hit http://dl.google.com stable/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty Release
Hit http://dl.google.com stable/main i386 Packages
Get:4 http://us.archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:5 http://security.ubuntu.com trusty-security/main Sources [80.3 kB]
Hit http://extras.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty-backports Release
Hit http://us.archive.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty/restricted Sources
Hit http://extras.ubuntu.com trusty/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty/universe Sources
Get:6 http://security.ubuntu.com trusty-security/restricted Sources
[2,061 B]
Hit http://us.archive.ubuntu.com trusty/multiverse Sources
Get:7 http://security.ubuntu.com trusty-security/universe Sources [21.9 kB]
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
Get:8 http://security.ubuntu.com trusty-security/multiverse Sources
[2,334 B]
Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages
[268 kB]
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 trusty/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
Ign https://private-ppa.launchpad.net trusty InRelease
Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
Get:10 http://security.ubuntu.com trusty-security/restricted amd64
Packages [8,875 B]
Get:11 http://security.ubuntu.com trusty-security/universe amd64
Packages [101 kB]
Hit http://us.archive.ubuntu.com trusty/main Translation-en
Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
Get:12 http://security.ubuntu.com trusty-security/multiverse amd64
Packages [3,681 B]
Hit https://private-ppa.launchpad.net trusty Release
Ign https://private-ppa.launchpad.net trusty Release
Get:13 http://security.ubuntu.com trusty-security/main i386 Packages
[256 kB]
Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
Ign https://private-ppa.launchpad.net trusty/main amd64 Packages/DiffIndex
Hit http://us.archive.ubuntu.com trusty/universe Translation-en
Get:14 http://us.archive.ubuntu.com trusty-updates/main Sources [196 kB]
Ign https://private-ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Get:15 http://security.ubuntu.com trusty-security/restricted i386
Packages [8,846 B]
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Get:16 http://security.ubuntu.com trusty-security/universe i386 Packages
[101 kB]
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit https://private-ppa.launchpad.net trusty/main Translation-en
Get:17 http://us.archive.ubuntu.com trusty-updates/restricted Sources
[2,564 B]
Get:18 http://us.archive.ubuntu.com trusty-updates/universe Sources [114
kB]
Get:19 http://security.ubuntu.com trusty-security/multiverse i386
Packages [3,846 B]
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit https://private-ppa.launchpad.net trusty/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Get:20 http://us.archive.ubuntu.com trusty-updates/multiverse Sources
[5,144 B]
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Hit https://private-ppa.launchpad.net trusty/main i386 Packages
Get:21 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
[511 kB]
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Ign https://private-ppa.launchpad.net trusty/main Translation-en_US
Get:22 http://us.archive.ubuntu.com trusty-updates/restricted amd64
Packages [9,238 B]
Get:23 http://us.archive.ubuntu.com trusty-updates/universe amd64
Packages [274 kB]
Get:24 http://us.archive.ubuntu.com trusty-updates/multiverse amd64
Packages [12.0 kB]
Get:25 http://us.archive.ubuntu.com trusty-updates/main i386 Packages
[500 kB]
Get:26 http://us.archive.ubuntu.com trusty-updates/restricted i386
Packages [9,256 B]
Get:27 http://us.archive.ubuntu.com trusty-updates/universe i386
Packages [276 kB]
Get:28 http://us.archive.ubuntu.com trusty-updates/multiverse i386
Packages [12.1 kB]
Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/main Sources
Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
Fetched 2,908 kB in 6s (451 kB/s)
Reading package lists... Done
W: GPG error: https://private-ppa.launchpad.net trusty Release: The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY E131728675254D99
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer
required:
   kde-l10n-engb linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
   linux-headers-3.13.0-48 linux-headers-3.13.0-48-generic
   linux-image-3.13.0-48-generic linux-image-extra-3.13.0-48-generic
   linux-signed-image-3.13.0-48-generic
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
   compiz compiz-core compiz-gnome compiz-plugins-default
gir1.2-wnck-3.0 gvfs
   gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs
   libcompizconfig0 libdecoration0 liboxideqt-qmlplugin liboxideqtcore0
   liboxideqtquick0 libwnck-3-0 libwnck-3-common oxideqt-codecs-extra ppp
21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 28.0 MB of archives.
After this operation, 45.1 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libwnck-3-common all 3.4.7-0ubuntu3.1 [18.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libwnck-3-0 amd64 3.4.7-0ubuntu3.1 [101 kB]
Get:3 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqt-qmlplugin amd64 1.6.6-0ubuntu0.14.04.1 [160 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main ppp amd64
2.4.5-5.1ubuntu2.2 [311 kB]
Get:5 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqtquick0 amd64 1.6.6-0ubuntu0.14.04.1 [248 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libcompizconfig0 amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [117 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-gnome amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [155 kB]
Get:8 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqtcore0 amd64 1.6.6-0ubuntu0.14.04.1 [24.3 MB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-plugins-default amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [769 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libdecoration0 amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [49.3 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-core amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [296 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz
all 1:0.9.11.3+14.04.20150313-0ubuntu1 [4,050 B]
Get:13 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gir1.2-wnck-3.0 amd64 3.4.7-0ubuntu3.1 [8,788 B]
Get:14 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs-bin
amd64 1.20.3-0ubuntu1 [50.8 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-backends amd64 1.20.3-0ubuntu1 [271 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-fuse amd64 1.20.3-0ubuntu1 [13.2 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs
amd64 1.20.3-0ubuntu1 [89.5 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-daemons amd64 1.20.3-0ubuntu1 [109 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-libs amd64 1.20.3-0ubuntu1 [106 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-common all 1.20.3-0ubuntu1 [42.4 kB]
Get:21 http://security.ubuntu.com/ubuntu/ trusty-security/main
oxideqt-codecs-extra amd64 1.6.6-0ubuntu0.14.04.1 [862 kB]
Fetched 28.0 MB in 22s (1,244 kB/s)
(Reading database ... 313673 files and directories currently installed.)
Preparing to unpack .../libwnck-3-common_3.4.7-0ubuntu3.1_all.deb ...
Unpacking libwnck-3-common (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../libwnck-3-0_3.4.7-0ubuntu3.1_amd64.deb ...
Unpacking libwnck-3-0:amd64 (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../ppp_2.4.5-5.1ubuntu2.2_amd64.deb ...
Unpacking ppp (2.4.5-5.1ubuntu2.2) over (2.4.5-5.1ubuntu2.1) ...
Preparing to unpack
.../libcompizconfig0_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking libcompizconfig0 (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-gnome_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-gnome (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-plugins-default_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-plugins-default (1:0.9.11.3+14.04.20150313-0ubuntu1)
over (1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../libdecoration0_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking libdecoration0 (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-core_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-core (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz_1%3a0.9.11.3+14.04.20150313-0ubuntu1_all.deb ...
Unpacking compiz (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack .../gir1.2-wnck-3.0_3.4.7-0ubuntu3.1_amd64.deb ...
Unpacking gir1.2-wnck-3.0 (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../gvfs-bin_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-bin (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-backends_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-backends (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-fuse_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-fuse (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs:amd64 (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-daemons_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-daemons (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-libs_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-libs:amd64 (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-common_1.20.3-0ubuntu1_all.deb ...
Unpacking gvfs-common (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack
.../liboxideqt-qmlplugin_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqt-qmlplugin:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack
.../liboxideqtquick0_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqtquick0:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack .../liboxideqtcore0_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqtcore0:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack
.../oxideqt-codecs-extra_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking oxideqt-codecs-extra:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libglib2.0-0:i386 (2.40.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up linux-image-extra-3.13.0-52-generic (3.13.0-52.85) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-52-generic
/boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-image-generic (3.13.0.52.59) ...
Setting up linux-generic (3.13.0.52.59) ...
Setting up linux-signed-image-3.13.0-52-generic (3.13.0-52.85) ...
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-signed-image-generic (3.13.0.52.59) ...
Setting up linux-signed-generic (3.13.0.52.59) ...
Setting up libwnck-3-common (3.4.7-0ubuntu3.1) ...
Setting up libwnck-3-0:amd64 (3.4.7-0ubuntu3.1) ...
Setting up ppp (2.4.5-5.1ubuntu2.2) ...
Setting up compiz-core (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up libcompizconfig0 (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up libdecoration0 (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz-plugins-default (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz-gnome (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up gir1.2-wnck-3.0 (3.4.7-0ubuntu3.1) ...
Setting up gvfs-common (1.20.3-0ubuntu1) ...
Setting up gvfs-bin (1.20.3-0ubuntu1) ...
Setting up gvfs-libs:amd64 (1.20.3-0ubuntu1) ...
Setting up gvfs-daemons (1.20.3-0ubuntu1) ...
Setting up gvfs:amd64 (1.20.3-0ubuntu1) ...
Setting up gvfs-backends (1.20.3-0ubuntu1) ...
Setting up gvfs-fuse (1.20.3-0ubuntu1) ...
Setting up oxideqt-codecs-extra:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqtcore0:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqtquick0:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqt-qmlplugin:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$

On 05/06/2015 02:41 AM, Manfred Hampl wrote:
> Your question #266351 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/266351
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Shift+CTRL+C is not supposed to paste anything anywhere.
> Pasting the copied text into the message box works with ctrl-v or by clicking the right mouse button and selecting 'paste'.
>
> For your space problem:
> You have a /boot partition of 237 MB total size with a certain share, usually 5%, reserved for special purposes, so 225 MB available for use.
> One version of the kernel package needs about 45 MB size. You have four versions installed, that gives 180 MB, and compared to the total available amount of 225 MB there are now 45 MB left. Apparently just not enough for installing another version of the kernel packages.
>
> I propose to purge the two oldest versions of the kernel packages. This
> should give enough free space to install the current kernel packages
> with enough space for installing another one. And in future you should
> regularly purge old obsolete kernel packages to have only two or three
> versions installed.
>
> Whenever the update-manager installs a new kernel, you should care for
> removal of the oldest obsolete kernel package.
>
> Try the commands
>
> dpkg --purge linux-image-3.13.0-32-generic linux-image-3.13.0-48-generic linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-48-generic
> df -h
> sudo apt-get update
> sudo apt-get dist-upgrade
>
> and report the outcome.
>

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

Sorry that I forgot to put sudo in front of the dpkg command, but you were able to correct it yourself.

There is progress, packages have been updated without problem.

Some more things to do:

1. issue the command
sudo gedit /etc/default/grub

put a hash sign (#) in front of the line that starts with
GRUB_HIDDEN_TIMEOUT=...
to make it
#GRUB_HIDDEN_TIMEOUT=...

save the file and close the editor.
This should remove the "GRUB_HIDDEN_TIMEOUT is set is no longer supported" warning message and re-enable the grub menu.

2. Issue the command

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E131728675254D99

This should solve the "GPG error: NO_PUBKEY E131728675254D99" problem.

3. Issue the commands

sudo apt-get update
sudo apt-get --purge autoremove

This should remove some more obsolete packages.

Please copy/paste all output as done before.

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#14

Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-extra-3.13.0-32-generic
(3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
dpkg: dependency problems prevent removal of
linux-image-extra-3.13.0-48-generic:
  linux-signed-image-3.13.0-48-generic depends on
linux-image-extra-3.13.0-48-generic (= 3.13.0-48.80).

dpkg: error processing package linux-image-extra-3.13.0-48-generic
(--purge):
  dependency problems - not removing
Removing linux-image-3.13.0-32-generic (3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-3.13.0-32-generic
(3.13.0-32.57) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-32-generic /boot/vmlinuz-3.13.0-32-generic
Errors were encountered while processing:
  linux-image-3.13.0-48-generic
  linux-image-extra-3.13.0-48-generic
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 454G 30G 402G 7% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 1.9G 12K 1.9G 1% /dev
tmpfs 378M 1.3M 376M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 1.9G 15M 1.9G 1% /run/shm
none 100M 72K 100M 1% /run/user
/dev/sda2 237M 180M 45M 81% /boot
/dev/sda1 511M 3.4M 508M 1% /boot/efi
/dev/mmcblk0p1 30G 192K 30G 1% /media/arnett/disk
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Ign http://us.archive.ubuntu.com trusty InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://extras.ubuntu.com trusty InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://dl.google.com stable Release
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Get:2 http://security.ubuntu.com trusty-security Release [63.5 kB]
Hit http://extras.ubuntu.com trusty Release.gpg
Hit http://us.archive.ubuntu.com trusty Release.gpg
Get:3 http://us.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
Hit http://extras.ubuntu.com trusty Release
Hit http://dl.google.com stable/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty Release
Hit http://dl.google.com stable/main i386 Packages
Get:4 http://us.archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:5 http://security.ubuntu.com trusty-security/main Sources [80.3 kB]
Hit http://extras.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty-backports Release
Hit http://us.archive.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty/restricted Sources
Hit http://extras.ubuntu.com trusty/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty/universe Sources
Get:6 http://security.ubuntu.com trusty-security/restricted Sources
[2,061 B]
Hit http://us.archive.ubuntu.com trusty/multiverse Sources
Get:7 http://security.ubuntu.com trusty-security/universe Sources [21.9 kB]
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
Get:8 http://security.ubuntu.com trusty-security/multiverse Sources
[2,334 B]
Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages
[268 kB]
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 trusty/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
Ign https://private-ppa.launchpad.net trusty InRelease
Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
Get:10 http://security.ubuntu.com trusty-security/restricted amd64
Packages [8,875 B]
Get:11 http://security.ubuntu.com trusty-security/universe amd64
Packages [101 kB]
Hit http://us.archive.ubuntu.com trusty/main Translation-en
Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
Get:12 http://security.ubuntu.com trusty-security/multiverse amd64
Packages [3,681 B]
Hit https://private-ppa.launchpad.net trusty Release
Ign https://private-ppa.launchpad.net trusty Release
Get:13 http://security.ubuntu.com trusty-security/main i386 Packages
[256 kB]
Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
Ign https://private-ppa.launchpad.net trusty/main amd64 Packages/DiffIndex
Hit http://us.archive.ubuntu.com trusty/universe Translation-en
Get:14 http://us.archive.ubuntu.com trusty-updates/main Sources [196 kB]
Ign https://private-ppa.launchpad.net trusty/main i386 Packages/DiffIndex
Get:15 http://security.ubuntu.com trusty-security/restricted i386
Packages [8,846 B]
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Get:16 http://security.ubuntu.com trusty-security/universe i386 Packages
[101 kB]
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit https://private-ppa.launchpad.net trusty/main Translation-en
Get:17 http://us.archive.ubuntu.com trusty-updates/restricted Sources
[2,564 B]
Get:18 http://us.archive.ubuntu.com trusty-updates/universe Sources [114
kB]
Get:19 http://security.ubuntu.com trusty-security/multiverse i386
Packages [3,846 B]
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit https://private-ppa.launchpad.net trusty/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Get:20 http://us.archive.ubuntu.com trusty-updates/multiverse Sources
[5,144 B]
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Hit https://private-ppa.launchpad.net trusty/main i386 Packages
Get:21 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
[511 kB]
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Ign https://private-ppa.launchpad.net trusty/main Translation-en_US
Get:22 http://us.archive.ubuntu.com trusty-updates/restricted amd64
Packages [9,238 B]
Get:23 http://us.archive.ubuntu.com trusty-updates/universe amd64
Packages [274 kB]
Get:24 http://us.archive.ubuntu.com trusty-updates/multiverse amd64
Packages [12.0 kB]
Get:25 http://us.archive.ubuntu.com trusty-updates/main i386 Packages
[500 kB]
Get:26 http://us.archive.ubuntu.com trusty-updates/restricted i386
Packages [9,256 B]
Get:27 http://us.archive.ubuntu.com trusty-updates/universe i386
Packages [276 kB]
Get:28 http://us.archive.ubuntu.com trusty-updates/multiverse i386
Packages [12.1 kB]
Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/main Sources
Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
Fetched 2,908 kB in 6s (451 kB/s)
Reading package lists... Done
W: GPG error: https://private-ppa.launchpad.net trusty Release: The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY E131728675254D99
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer
required:
   kde-l10n-engb linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
   linux-headers-3.13.0-48 linux-headers-3.13.0-48-generic
   linux-image-3.13.0-48-generic linux-image-extra-3.13.0-48-generic
   linux-signed-image-3.13.0-48-generic
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
   compiz compiz-core compiz-gnome compiz-plugins-default
gir1.2-wnck-3.0 gvfs
   gvfs-backends gvfs-bin gvfs-common gvfs-daemons gvfs-fuse gvfs-libs
   libcompizconfig0 libdecoration0 liboxideqt-qmlplugin liboxideqtcore0
   liboxideqtquick0 libwnck-3-0 libwnck-3-common oxideqt-codecs-extra ppp
21 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 28.0 MB of archives.
After this operation, 45.1 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libwnck-3-common all 3.4.7-0ubuntu3.1 [18.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libwnck-3-0 amd64 3.4.7-0ubuntu3.1 [101 kB]
Get:3 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqt-qmlplugin amd64 1.6.6-0ubuntu0.14.04.1 [160 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main ppp amd64
2.4.5-5.1ubuntu2.2 [311 kB]
Get:5 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqtquick0 amd64 1.6.6-0ubuntu0.14.04.1 [248 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libcompizconfig0 amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [117 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-gnome amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [155 kB]
Get:8 http://security.ubuntu.com/ubuntu/ trusty-security/main
liboxideqtcore0 amd64 1.6.6-0ubuntu0.14.04.1 [24.3 MB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-plugins-default amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [769 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
libdecoration0 amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [49.3 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
compiz-core amd64 1:0.9.11.3+14.04.20150313-0ubuntu1 [296 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main compiz
all 1:0.9.11.3+14.04.20150313-0ubuntu1 [4,050 B]
Get:13 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gir1.2-wnck-3.0 amd64 3.4.7-0ubuntu3.1 [8,788 B]
Get:14 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs-bin
amd64 1.20.3-0ubuntu1 [50.8 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-backends amd64 1.20.3-0ubuntu1 [271 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-fuse amd64 1.20.3-0ubuntu1 [13.2 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main gvfs
amd64 1.20.3-0ubuntu1 [89.5 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-daemons amd64 1.20.3-0ubuntu1 [109 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-libs amd64 1.20.3-0ubuntu1 [106 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main
gvfs-common all 1.20.3-0ubuntu1 [42.4 kB]
Get:21 http://security.ubuntu.com/ubuntu/ trusty-security/main
oxideqt-codecs-extra amd64 1.6.6-0ubuntu0.14.04.1 [862 kB]
Fetched 28.0 MB in 22s (1,244 kB/s)
(Reading database ... 313673 files and directories currently installed.)
Preparing to unpack .../libwnck-3-common_3.4.7-0ubuntu3.1_all.deb ...
Unpacking libwnck-3-common (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../libwnck-3-0_3.4.7-0ubuntu3.1_amd64.deb ...
Unpacking libwnck-3-0:amd64 (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../ppp_2.4.5-5.1ubuntu2.2_amd64.deb ...
Unpacking ppp (2.4.5-5.1ubuntu2.2) over (2.4.5-5.1ubuntu2.1) ...
Preparing to unpack
.../libcompizconfig0_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking libcompizconfig0 (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-gnome_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-gnome (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-plugins-default_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-plugins-default (1:0.9.11.3+14.04.20150313-0ubuntu1)
over (1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../libdecoration0_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking libdecoration0 (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz-core_1%3a0.9.11.3+14.04.20150313-0ubuntu1_amd64.deb ...
Unpacking compiz-core (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack
.../compiz_1%3a0.9.11.3+14.04.20150313-0ubuntu1_all.deb ...
Unpacking compiz (1:0.9.11.3+14.04.20150313-0ubuntu1) over
(1:0.9.11.2+14.04.20140714-0ubuntu1) ...
Preparing to unpack .../gir1.2-wnck-3.0_3.4.7-0ubuntu3.1_amd64.deb ...
Unpacking gir1.2-wnck-3.0 (3.4.7-0ubuntu3.1) over (3.4.7-0ubuntu3) ...
Preparing to unpack .../gvfs-bin_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-bin (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-backends_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-backends (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-fuse_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-fuse (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs:amd64 (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-daemons_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-daemons (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-libs_1.20.3-0ubuntu1_amd64.deb ...
Unpacking gvfs-libs:amd64 (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack .../gvfs-common_1.20.3-0ubuntu1_all.deb ...
Unpacking gvfs-common (1.20.3-0ubuntu1) over (1.20.1-1ubuntu1) ...
Preparing to unpack
.../liboxideqt-qmlplugin_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqt-qmlplugin:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack
.../liboxideqtquick0_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqtquick0:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack .../liboxideqtcore0_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking liboxideqtcore0:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Preparing to unpack
.../oxideqt-codecs-extra_1.6.6-0ubuntu0.14.04.1_amd64.deb ...
Unpacking oxideqt-codecs-extra:amd64 (1.6.6-0ubuntu0.14.04.1) over
(1.6.5-0ubuntu0.14.04.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libglib2.0-0:i386 (2.40.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up linux-image-extra-3.13.0-52-generic (3.13.0-52.85) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-52-generic
/boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub
3.13.0-52-generic /boot/vmlinuz-3.13.0-52-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-image-generic (3.13.0.52.59) ...
Setting up linux-generic (3.13.0.52.59) ...
Setting up linux-signed-image-3.13.0-52-generic (3.13.0-52.85) ...
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-signed-image-generic (3.13.0.52.59) ...
Setting up linux-signed-generic (3.13.0.52.59) ...
Setting up libwnck-3-common (3.4.7-0ubuntu3.1) ...
Setting up libwnck-3-0:amd64 (3.4.7-0ubuntu3.1) ...
Setting up ppp (2.4.5-5.1ubuntu2.2) ...
Setting up compiz-core (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up libcompizconfig0 (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up libdecoration0 (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz-plugins-default (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz-gnome (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up compiz (1:0.9.11.3+14.04.20150313-0ubuntu1) ...
Setting up gir1.2-wnck-3.0 (3.4.7-0ubuntu3.1) ...
Setting up gvfs-common (1.20.3-0ubuntu1) ...
Setting up gvfs-bin (1.20.3-0ubuntu1) ...
Setting up gvfs-libs:amd64 (1.20.3-0ubuntu1) ...
Setting up gvfs-daemons (1.20.3-0ubuntu1) ...
Setting up gvfs:amd64 (1.20.3-0ubuntu1) ...
Setting up gvfs-backends (1.20.3-0ubuntu1) ...
Setting up gvfs-fuse (1.20.3-0ubuntu1) ...
Setting up oxideqt-codecs-extra:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqtcore0:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqtquick0:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Setting up liboxideqt-qmlplugin:amd64 (1.6.6-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ cls
No command 'cls' found, but there are 18 similar ones
cls: command not found
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ clear

arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo gedit
/etc/default/grub
[sudo] password for arnett:

(gedit:15338): Gtk-WARNING **: Calling Inhibit failed:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

(gedit:15338): Gtk-WARNING **: Calling Inhibit failed:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-key adv
--keyserver keyserver.ubuntu.com --recv
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
--homedir /tmp/tmp.JnyZL0LqGI --no-auto-check-trustdb --trust-model
always --keyring /etc/apt/trusted.gpg --primary-keyring
/etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ E131728675254D99
E131728675254D99: command not found
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-key adv
--keyserver keyserver.ubuntu.com --recv E131728675254D99
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
--homedir /tmp/tmp.K8A8GhJEJU --no-auto-check-trustdb --trust-model
always --keyring /etc/apt/trusted.gpg --primary-keyring
/etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv
E131728675254D99
gpg: requesting key 75254D99 from hkp server keyserver.ubuntu.com
gpg: key 75254D99: public key "Launchpad test" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://us.archive.ubuntu.com trusty InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
Hit http://dl.google.com stable Release
Ign http://us.archive.ubuntu.com trusty-updates InRelease
Get:2 http://security.ubuntu.com trusty-security Release [63.5 kB]
Ign http://extras.ubuntu.com trusty InRelease
Ign http://us.archive.ubuntu.com trusty-backports InRelease
Hit http://us.archive.ubuntu.com trusty Release.gpg
Get:3 http://extras.ubuntu.com trusty Release.gpg [72 B]
Get:4 http://us.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://us.archive.ubuntu.com trusty-backports Release.gpg
Hit http://dl.google.com stable/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty Release
Get:5 http://security.ubuntu.com trusty-security/main Sources [80.2 kB]
Hit http://extras.ubuntu.com trusty Release
Hit http://dl.google.com stable/main i386 Packages
Get:6 http://us.archive.ubuntu.com trusty-updates Release [63.5 kB]
Get:7 http://security.ubuntu.com trusty-security/restricted Sources
[2,061 B]
Hit http://extras.ubuntu.com trusty/main Sources
Get:8 http://security.ubuntu.com trusty-security/universe Sources [21.9 kB]
Hit http://us.archive.ubuntu.com trusty-backports Release
Get:9 http://security.ubuntu.com trusty-security/multiverse Sources
[2,334 B]
Hit http://us.archive.ubuntu.com trusty/main Sources
Hit http://extras.ubuntu.com trusty/main amd64 Packages
Get:10 http://security.ubuntu.com trusty-security/main amd64 Packages
[268 kB]
Hit http://us.archive.ubuntu.com trusty/restricted Sources
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/universe Sources
Ign http://dl.google.com stable/main Translation-en_US
Hit http://us.archive.ubuntu.com trusty/multiverse Sources
Ign http://dl.google.com stable/main Translation-en
Get:11 http://security.ubuntu.com trusty-security/restricted amd64
Packages [8,875 B]
Ign https://private-ppa.launchpad.net trusty InRelease
Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
Get:12 http://security.ubuntu.com trusty-security/universe amd64
Packages [101 kB]
Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
Get:13 http://security.ubuntu.com trusty-security/multiverse amd64
Packages [3,681 B]
Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
Get:14 http://security.ubuntu.com trusty-security/main i386 Packages
[256 kB]
Hit https://private-ppa.launchpad.net trusty Release
Hit http://us.archive.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
Get:15 http://security.ubuntu.com trusty-security/restricted i386
Packages [8,846 B]
Hit https://private-ppa.launchpad.net trusty/main amd64 Packages
Get:16 http://security.ubuntu.com trusty-security/universe i386 Packages
[101 kB]
Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
Hit https://private-ppa.launchpad.net trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
Get:17 http://security.ubuntu.com trusty-security/multiverse i386
Packages [3,846 B]
Get:18 http://security.ubuntu.com trusty-security/main Translation-en
[136 kB]
Hit https://private-ppa.launchpad.net trusty/main Translation-en
Hit http://us.archive.ubuntu.com trusty/main Translation-en
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en
Hit http://us.archive.ubuntu.com trusty/universe Translation-en
Get:19 http://us.archive.ubuntu.com trusty-updates/main Sources [196 kB]
Get:20 http://us.archive.ubuntu.com trusty-updates/restricted Sources
[2,564 B]
Get:21 http://us.archive.ubuntu.com trusty-updates/universe Sources [114
kB]
Get:22 http://us.archive.ubuntu.com trusty-updates/multiverse Sources
[5,144 B]
Get:23 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
[511 kB]
Get:24 http://us.archive.ubuntu.com trusty-updates/restricted amd64
Packages [9,238 B]
Get:25 http://us.archive.ubuntu.com trusty-updates/universe amd64
Packages [274 kB]
Get:26 http://us.archive.ubuntu.com trusty-updates/multiverse amd64
Packages [12.0 kB]
Get:27 http://us.archive.ubuntu.com trusty-updates/main i386 Packages
[499 kB]
Get:28 http://us.archive.ubuntu.com trusty-updates/restricted i386
Packages [9,256 B]
Get:29 http://us.archive.ubuntu.com trusty-updates/universe i386
Packages [276 kB]
Get:30 http://us.archive.ubuntu.com trusty-updates/multiverse i386
Packages [12.1 kB]
Get:31 http://us.archive.ubuntu.com trusty-updates/main Translation-en
[243 kB]
Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/main Sources
Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
Fetched 3,286 kB in 6s (487 kB/s)
Reading package lists... Done
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$ sudo apt-get --purge
autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
   kde-l10n-engb* linux-headers-3.13.0-32* linux-headers-3.13.0-32-generic*
   linux-headers-3.13.0-48* linux-headers-3.13.0-48-generic*
   linux-image-3.13.0-48-generic* linux-image-extra-3.13.0-48-generic*
   linux-signed-image-3.13.0-48-generic*
0 upgraded, 0 newly installed, 8 to remove and 0 not upgraded.
After this operation, 357 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 313672 files and directories currently installed.)
Removing kde-l10n-engb (4:4.13.0-0ubuntu1) ...
Removing linux-headers-3.13.0-32-generic (3.13.0-32.57) ...
Removing linux-headers-3.13.0-32 (3.13.0-32.57) ...
Removing linux-headers-3.13.0-48-generic (3.13.0-48.80) ...
Removing linux-headers-3.13.0-48 (3.13.0-48.80) ...
Removing linux-signed-image-3.13.0-48-generic (3.13.0-48.80) ...
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-signed-image-3.13.0-48-generic
(3.13.0-48.80) ...
Removing linux-image-extra-3.13.0-48-generic (3.13.0-48.80) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-48-generic
/boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Found linux image: /boot/vmlinuz-3.13.0-48-generic
Found initrd image: /boot/initrd.img-3.13.0-48-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-extra-3.13.0-48-generic
(3.13.0-48.80) ...
Removing linux-image-3.13.0-48-generic (3.13.0-48.80) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
update-initramfs: Deleting /boot/initrd.img-3.13.0-48-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-52-generic
Found initrd image: /boot/initrd.img-3.13.0-52-generic
Found linux image: /boot/vmlinuz-3.13.0-51-generic
Found initrd image: /boot/initrd.img-3.13.0-51-generic
Found linux image: /boot/vmlinuz-3.13.0-49-generic
Found initrd image: /boot/initrd.img-3.13.0-49-generic
Adding boot menu entry for EFI firmware configuration
done
Purging configuration files for linux-image-3.13.0-48-generic
(3.13.0-48.80) ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub
3.13.0-48-generic /boot/vmlinuz-3.13.0-48-generic
arnett@UbunutuLinuxLTS-Gateway-NE56R41u-NE56R:~$

On 05/06/2015 01:06 PM, Manfred Hampl wrote:
> Your question #266351 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/266351
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Sorry that I forgot to put sudo in front of the dpkg command, but you
> were able to correct it yourself.
>
> There is progress, packages have been updated without problem.
>
> Some more things to do:
>
> 1. issue the command
> sudo gedit /etc/default/grub
>
> put a hash sign (#) in front of the line that starts with
> GRUB_HIDDEN_TIMEOUT=...
> to make it
> #GRUB_HIDDEN_TIMEOUT=...
>
> save the file and close the editor.
> This should remove the "GRUB_HIDDEN_TIMEOUT is set is no longer supported" warning message and re-enable the grub menu.
>
> 2. Issue the command
>
> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv
> E131728675254D99
>
> This should solve the "GPG error: NO_PUBKEY E131728675254D99" problem.
>
> 3. Issue the commands
>
> sudo apt-get update
> sudo apt-get --purge autoremove
>
> This should remove some more obsolete packages.
>
> Please copy/paste all output as done before.
>

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

The output looks fine, the warnings have disappeared and all pending updates have been installed.

Your original question was about increasing the size of the /boot partition. Due to the fact that this is a quite complicated task, I do not recommend to do this. If you have an eye on the available space and timely purge obsolete kernel packages, there should not be the need for a change on the /boot partition.

I recommend that you execute the command
sudo apt-get --purge autoremove
whenever the update processes have installed a new kernel version.

Another possibility is installing Ubuntu-tweak and regularly (say once or twice a month) using the janitor function in Ubuntu-tweak to remove obsolete kernel packages.

Revision history for this message
Arnett Carroll (arnett-carroll) said :
#16

Thanks, whatever all that means. When I was using Windows I just used Partition Magic....

Can you help with this problem?

Provide an answer of your own, or ask Arnett Carroll for more information if necessary.

To post a message you must log in.