[ubuntu-uk] Anyone going to Linuxcon/Cloudopen in Chicago?

2014-08-15 Thread TT Mooney
Hey Y'all -- I purchased my tickets and made my hotel reservation. Is anyone else going? I am OB on Virgin Tuesday 19 August, returning Sunday 24 August (love that stay a Sunday rule, huh?). Kind regards, travis -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk

[ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Barry Drake
I've gone through an entire development cycle without having to re-install 14.10 - just amazing! I now have a very large number of unwanted kernels. There used to be a very simple gui tool that let me remove all the ones I didn't want, but I don't seem to see it anymore. If I want to do it

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Alan Pope
On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com wrote: I've gone through an entire development cycle without having to re-install 14.10 - just amazing! I now have a very large number of unwanted kernels. There used to be a very simple gui tool that let me remove all the ones

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Barry Drake
On 15/08/14 11:02, Alan Pope wrote: On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com wrote: If I want to do it using apt-get, I'm going to have to use the command for every one which will take a while. Is there a tool for automating this just a bit? Does this command offer to

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Dave Morley
On Fri, 15 Aug 2014 11:02:22 +0100 Alan Pope a...@popey.com wrote: On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com wrote: I've gone through an entire development cycle without having to re-install 14.10 - just amazing! I now have a very large number of unwanted kernels.

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Alan Pope
On 15 August 2014 11:07, Barry Drake ubuntu-advertis...@gmx.com wrote: On 15/08/14 11:02, Alan Pope wrote: On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com wrote: If I want to do it using apt-get, I'm going to have to use the command for every one which will take a while. Is

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Simon Greenwood
This command will remove all but your running kernel from the command line: sudo apt-get remove --purge $(dpkg -l 'linux-*' | sed '/^ii/!d;/'$(uname -r | sed s/\(.*\)-\([^0-9]\+\)/\1/)'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d') Source is here:

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Colin Law
On 15 August 2014 11:12, Alan Pope a...@popey.com wrote: On 15 August 2014 11:07, Barry Drake ubuntu-advertis...@gmx.com wrote: On 15/08/14 11:02, Alan Pope wrote: On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com wrote: If I want to do it using apt-get, I'm going to have to

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Alan Pope
On 15 August 2014 11:31, Colin Law clan...@gmail.com wrote: On 15 August 2014 11:12, Alan Pope a...@popey.com wrote: On 15 August 2014 11:07, Barry Drake ubuntu-advertis...@gmx.com wrote: On 15/08/14 11:02, Alan Pope wrote: On 15 August 2014 10:59, Barry Drake ubuntu-advertis...@gmx.com

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Colin Law
On 15 August 2014 11:36, Alan Pope a...@popey.com wrote: On 15 August 2014 11:31, Colin Law clan...@gmail.com wrote: On 15 August 2014 11:12, Alan Pope a...@popey.com wrote: On 15 August 2014 11:07, Barry Drake ubuntu-advertis...@gmx.com wrote: On 15/08/14 11:02, Alan Pope wrote: On 15

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Robert McWilliam
On Fri, Aug 15, 2014, at 11:57 AM, Colin Law wrote: It's truncated. Maybe your terminal window is too small? (which is why I suggested making it full screen). Ah, I see. To get the line rc linux-image-extra-3.6.0-030600rc1-generic 3.6.0-030600rc1.201208022 i386

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Barry Drake
On 15/08/14 11:57, Colin Law wrote: Ah, I see. To get the line rc linux-image-extra-3.6.0-030600rc1-generic 3.6.0-030600rc1.201208022 i386 Linux kernel image for version 3.6.0 on 32 bit x86 SMP to not truncate the name I had to extend the window into the second monitor even though there is

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Alan Lord
On 15/08/14 10:59, Barry Drake wrote: I've gone through an entire development cycle without having to re-install 14.10 - just amazing! I now have a very large number of unwanted kernels. There used to be a very simple gui tool that let me remove all the ones I didn't want, but I don't seem to

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Colin Law
On 15 August 2014 13:46, Alan Lord alansli...@gmail.com wrote: On 15/08/14 10:59, Barry Drake wrote: I've gone through an entire development cycle without having to re-install 14.10 - just amazing! I now have a very large number of unwanted kernels. There used to be a very simple gui tool

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Colin Law
On 15 August 2014 13:55, Colin Law clan...@gmail.com wrote: On 15 August 2014 13:46, Alan Lord alansli...@gmail.com wrote: .. Here's a very neat bash command that I stick in ~/bin for this very purpose: http://www.tolaris.com/2012/07/19/removing-old-kernels-from-ubuntu/ That only removed

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Alan Pope
On 15 August 2014 14:09, Colin Law clan...@gmail.com wrote: On 15 August 2014 13:55, Colin Law clan...@gmail.com wrote: On 15 August 2014 13:46, Alan Lord alansli...@gmail.com wrote: .. Here's a very neat bash command that I stick in ~/bin for this very purpose:

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Barry Drake
On 15/08/14 13:46, Alan Lord wrote: On 15/08/14 10:59, Barry Drake wrote: I now have a very large number of unwanted kernels. Here's a very neat bash command that I stick in ~/bin for this very purpose: http://www.tolaris.com/2012/07/19/removing-old-kernels-from-ubuntu/ Thanks Alan. That

Re: [ubuntu-uk] Unwanted kernels .....

2014-08-15 Thread Colin Law
On 15 August 2014 14:45, Alan Pope a...@popey.com wrote: On 15 August 2014 14:09, Colin Law clan...@gmail.com wrote: On 15 August 2014 13:55, Colin Law clan...@gmail.com wrote: On 15 August 2014 13:46, Alan Lord alansli...@gmail.com wrote: .. Here's a very neat bash command that I stick in