05-29-2017, 03:48 PM
here's the run.... no apparent change.
myname:~$ sudo apt-get clean
[sudo] password for myname:
myname:~$ uname -a
Linux myname 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
myname:~$
ran code again just in case...
myname:~$ sudo apt-get clean
[sudo] password for myname:
myname:~$ uname -a
myname 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
myname:~$ ^C
myname:~$ sudo apt-get update && sudo apt-get dist-upgrade - y
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:4 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Hit:7 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Hit:8 http://repo.linuxliteos.com/linuxlite citrine InRelease
Hit:9 http://archive.canonical.com xenial InRelease
Fetched 306 kB in 5s (55.6 kB/s)
Reading package lists... Done
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-image-extra-4.4.0-78-generic : Depends: linux-image-4.4.0-78-generic but it is not installed
linux-image-generic : Depends: linux-image-4.4.0-78-generic but it is not installed
E: Unmet dependencies. Try using -f.
myname:~$ sudo apt-get -f install
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:
brainparty-data ca-certificates-mono cli-common fonts-dustin kdeedu-data
kdeedu-kvtml-data khelpcenter4 libgdiplus libglib2.0-cil libgtk2.0-cil
libkeduvocdocument5 libmono-addins-gui0.2-cil libmono-addins0.2-cil
libmono-cairo4.0-cil libmono-corlib4.5-cil libmono-i18n-west4.0-cil
libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil
libmono-sharpzip4.84-cil libmono-system-configuration4.0-cil
libmono-system-core4.0-cil libmono-system-drawing4.0-cil
libmono-system-security4.0-cil libmono-system-xml4.0-cil
libmono-system4.0-cil linux-headers-4.4.0-59 linux-headers-4.4.0-59-generic
linux-headers-4.4.0-62 linux-headers-4.4.0-62-generic linux-headers-4.4.0-63
linux-headers-4.4.0-63-generic linux-headers-4.4.0-64
linux-headers-4.4.0-64-generic linux-headers-4.4.0-66
linux-headers-4.4.0-66-generic linux-headers-4.4.0-67
linux-headers-4.4.0-67-generic linux-headers-4.4.0-71
linux-headers-4.4.0-71-generic linux-image-4.4.0-59-generic
linux-image-4.4.0-62-generic linux-image-4.4.0-63-generic
linux-image-4.4.0-64-generic linux-image-4.4.0-66-generic
linux-image-4.4.0-67-generic linux-image-4.4.0-71-generic
linux-image-extra-4.4.0-59-generic linux-image-extra-4.4.0-62-generic
linux-image-extra-4.4.0-63-generic linux-image-extra-4.4.0-64-generic
linux-image-extra-4.4.0-66-generic linux-image-extra-4.4.0-67-generic
linux-image-extra-4.4.0-71-generic mono-4.0-gac mono-gac mono-runtime
mono-runtime-common mono-runtime-sgen
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-4.4.0-78-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following NEW packages will be installed:
linux-image-4.4.0-78-generic
0 upgraded, 1 newly installed, 0 to remove and 75 not upgraded.
6 not fully installed or removed.
Need to get 21.9 MB of archives.
After this operation, 66.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-4.4.0-78-generic amd64 4.4.0-78.99 [21.9 MB]
Fetched 21.9 MB in 8s (2,529 kB/s)
(Reading database ... 516291 files and directories currently installed.)
Preparing to unpack .../linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb ...
Done.
Unpacking linux-image-4.4.0-78-generic (4.4.0-78.99) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb (--unpack):
cannot copy extracted data for './boot/vmlinuz-4.4.0-78-generic' to '/boot/vmlinuz-4.4.0-78-generic.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic /boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic /boot/vmlinuz-4.4.0-78-generic
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
myname:~$
myname:~$ sudo apt-get clean
[sudo] password for myname:
myname:~$ uname -a
Linux myname 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
myname:~$
ran code again just in case...
myname:~$ sudo apt-get clean
[sudo] password for myname:
myname:~$ uname -a
myname 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
myname:~$ ^C
myname:~$ sudo apt-get update && sudo apt-get dist-upgrade - y
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:4 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Hit:7 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Hit:8 http://repo.linuxliteos.com/linuxlite citrine InRelease
Hit:9 http://archive.canonical.com xenial InRelease
Fetched 306 kB in 5s (55.6 kB/s)
Reading package lists... Done
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-image-extra-4.4.0-78-generic : Depends: linux-image-4.4.0-78-generic but it is not installed
linux-image-generic : Depends: linux-image-4.4.0-78-generic but it is not installed
E: Unmet dependencies. Try using -f.
myname:~$ sudo apt-get -f install
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:
brainparty-data ca-certificates-mono cli-common fonts-dustin kdeedu-data
kdeedu-kvtml-data khelpcenter4 libgdiplus libglib2.0-cil libgtk2.0-cil
libkeduvocdocument5 libmono-addins-gui0.2-cil libmono-addins0.2-cil
libmono-cairo4.0-cil libmono-corlib4.5-cil libmono-i18n-west4.0-cil
libmono-i18n4.0-cil libmono-posix4.0-cil libmono-security4.0-cil
libmono-sharpzip4.84-cil libmono-system-configuration4.0-cil
libmono-system-core4.0-cil libmono-system-drawing4.0-cil
libmono-system-security4.0-cil libmono-system-xml4.0-cil
libmono-system4.0-cil linux-headers-4.4.0-59 linux-headers-4.4.0-59-generic
linux-headers-4.4.0-62 linux-headers-4.4.0-62-generic linux-headers-4.4.0-63
linux-headers-4.4.0-63-generic linux-headers-4.4.0-64
linux-headers-4.4.0-64-generic linux-headers-4.4.0-66
linux-headers-4.4.0-66-generic linux-headers-4.4.0-67
linux-headers-4.4.0-67-generic linux-headers-4.4.0-71
linux-headers-4.4.0-71-generic linux-image-4.4.0-59-generic
linux-image-4.4.0-62-generic linux-image-4.4.0-63-generic
linux-image-4.4.0-64-generic linux-image-4.4.0-66-generic
linux-image-4.4.0-67-generic linux-image-4.4.0-71-generic
linux-image-extra-4.4.0-59-generic linux-image-extra-4.4.0-62-generic
linux-image-extra-4.4.0-63-generic linux-image-extra-4.4.0-64-generic
linux-image-extra-4.4.0-66-generic linux-image-extra-4.4.0-67-generic
linux-image-extra-4.4.0-71-generic mono-4.0-gac mono-gac mono-runtime
mono-runtime-common mono-runtime-sgen
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-image-4.4.0-78-generic
Suggested packages:
fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
The following NEW packages will be installed:
linux-image-4.4.0-78-generic
0 upgraded, 1 newly installed, 0 to remove and 75 not upgraded.
6 not fully installed or removed.
Need to get 21.9 MB of archives.
After this operation, 66.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-image-4.4.0-78-generic amd64 4.4.0-78.99 [21.9 MB]
Fetched 21.9 MB in 8s (2,529 kB/s)
(Reading database ... 516291 files and directories currently installed.)
Preparing to unpack .../linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb ...
Done.
Unpacking linux-image-4.4.0-78-generic (4.4.0-78.99) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb (--unpack):
cannot copy extracted data for './boot/vmlinuz-4.4.0-78-generic' to '/boot/vmlinuz-4.4.0-78-generic.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-78-generic /boot/vmlinuz-4.4.0-78-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-78-generic /boot/vmlinuz-4.4.0-78-generic
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-4.4.0-78-generic_4.4.0-78.99_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
myname:~$