Not Enough Free Disk Space (revisited, unfortunately)

Asked by steven riddle

a little over a month ago (2/22/15) i received help re this recurring issue by way of actionsparsnip and manfred hampl.
i had hoped there was some way i could resolve this issue should it rear its ugly head again but even if the answer to that was sent, it wasn't received; i.e., i didn't understand what i could do next time.

one suggestion, to use ubuntu-tweak and its "janitor" function, i didn't seek to employ being as the problem had been solved. now that it needs solving once again, i am unable to discover where i'd locate ubuntu-tweak.

while i value the solutions generated via launchpad and its wizards here, there doesn't appear to be much proactive user-education actually occurring. it's more like "enter these commands and tell us what you get" and then instructions that usually solve the problem and everyone's happy ... until next time and the process repeats. this is more along the lines of an observation than a gripe or vent.

that said, i will begin this second event by supplying the results of the commands suggested the last time this issue was addressed (question #262592) and perhaps once again my issue will be resolved, for which by the way i am (and we are) always quite grateful of:

uname -a

Linux keepitsimple-HP-Compaq-6910p 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:08:14 UTC 2015 i686 i686 i686 GNU/Linux

lsb_release -crid

Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty

df -h

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 143G 68G 68G 50% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 2.0G 4.0K 2.0G 1% /dev
tmpfs 403M 1.4M 402M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 288K 2.0G 1% /run/shm
none 100M 72K 100M 1% /run/user
/dev/sda1 236M 154M 70M 69% /boot

(i am by the way needing 77+ mb of free space)

df -i

Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/mapper/ubuntu--vg-root 9494528 418219 9076309 5% /
none 212447 2 212445 1% /sys/fs/cgroup
udev 205412 532 204880 1% /dev
tmpfs 212447 599 211848 1% /run
none 212447 4 212443 1% /run/lock
none 212447 8 212439 1% /run/shm
none 212447 34 212413 1% /run/user
/dev/sda1 62248 317 61931 1% /boot

dpkg -l | grep linux-header

ii linux-headers-3.13.0-36 3.13.0-36.63 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-36-generic 3.13.0-36.63 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-3.13.0-37 3.13.0-37.64 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-37-generic 3.13.0-37.64 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-3.13.0-39 3.13.0-39.66 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-39-generic 3.13.0-39.66 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-3.13.0-43 3.13.0-43.72 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-43-generic 3.13.0-43.72 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-3.13.0-45 3.13.0-45.74 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-45-generic 3.13.0-45.74 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-3.13.0-46 3.13.0-46.79 all Header files related to Linux kernel version 3.13.0
ii linux-headers-3.13.0-46-generic 3.13.0-46.79 i386 Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii linux-headers-generic 3.13.0.46.53 i386 Generic Linux kernel headers

dpkg -l | grep linux-image

ii linux-image-3.13.0-39-generic 3.13.0-39.66 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-43-generic 3.13.0-43.72 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-45-generic 3.13.0-45.74 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-3.13.0-46-generic 3.13.0-46.79 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-39-generic 3.13.0-39.66 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-43-generic 3.13.0-43.72 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-45-generic 3.13.0-45.74 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-extra-3.13.0-46-generic 3.13.0-46.79 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP
ii linux-image-generic 3.13.0.46.53 i386 Generic Linux kernel image

sudo dpkg --audit

no apparent result

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get --purge remove linux-image-3.13.0-39-generic

sudo apt-get --purge remove linux-image-3.13.0-43-generic

sudo apt-get --purge autoremove

sudo apt-get clean

Should do it

Revision history for this message
steven riddle (mercysmiles-gmail) said :
#2

it did it.

i'd still like to know how you did it so i'd know how to do it next time but, as always, thanks.

Revision history for this message
steven riddle (mercysmiles-gmail) said :
#3

Thanks actionparsnip, that solved my question.