/srv/irclogs.ubuntu.com/2014/12/23/#ubuntu-us-mi.txt

cmaloneyGood morning15:14
n0panyone use unattended-upgrades? i have it on for a few servers and just found my /boot partition full of kernels. Trying to see if a way to blocklist them..16:51
n0pbest i found so far is this http://ubuntuforums.org/showthread.php?t=150063016:51
n0pbut some hack about tweaking the unattended-upgrades script direct (since it doesnt support regex in the Blacklist)16:52
n0phmm, /me wonders if just uninstalling the inux-image-generic pkg will do it16:54
n0pi'll report back after a long hiatus ;-)16:55
jrwren_n0p: i've hit the same issue. I've never found a good solution.16:57
n0pthe servers in question did have the meta generic image package, i uninstalled it and will see if that helps16:59
n0pi'm all ntp patched up now17:00
n0phttp://www.ubuntu.com/usn/usn-2449-1/17:00
rick_h_n0p: isn't there a command to auto clean older kernels?17:05
n0p¯\_(ツ)_/¯ I have one liner sed script to list em out (then remove), but would be nice to be preventative on the issue17:08
n0pother issue may be that the running kernel was the oldest kernel (since all the others were auto added since last start)17:10
n0pI'll get over it, but if I can figure a way to avoid the work, you know I'm there17:11
mrgoodcatdpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge17:32
mrgoodcat^^ cron that17:32
mrgoodcatif you're brave enough that is17:33
mrgoodcatmrgoodcat from the internet says its ok :)17:33
cmaloneyWell then17:34
mrgoodcatbut really i have run that line and it does work.17:36
mrgoodcatcron at your own risk though17:36
mrgoodcatn0p: uninstalling linux-image-generic will make it so you don't get prompted for kernel updates. i'd suggest keeping it17:39
mrgoodcatall it does is depend on the most recent kernel package17:39
rick_h_heh, I thought it was automted but seems to be a frequent enuogh question https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels and http://askubuntu.com/questions/2793/how-do-i-remove-or-hide-old-kernel-versions-to-clean-up-the-boot-menu17:48
brousch_rick_h_: No need to update your Apple, they will do it for you http://www.reuters.com/article/2014/12/23/us-apple-cybersecurity-idUSKBN0K108W2014122318:32

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!