Re: Last released kernel

2017-03-01 Thread stan
On Wed, 01 Mar 2017 18:04:04 + Russel Winder wrote: > On Wed, 2017-03-01 at 17:58 +, Russel Winder wrote: > > On Wed, 2017-03-01 at 14:29 +0100, Sandro Mani wrote: > > > […] > > > > > > This should work: > > > > > > koji download-build --quiet --arch=$(uname -m) $(koji > > > latest-bu

Re: Last released kernel

2017-03-01 Thread Rick Stevens
if there should be a simple, standard way of >> being able to install the last released kernel, perhaps a package last- >> release-kernel or something. >> >> The problem for me is that the release kernel only ever seems to be in >> Rawhide for one day, and if I miss up

Re: Last released kernel

2017-03-01 Thread Chris Murphy
install the last released kernel, perhaps a package last- > release-kernel or something. > > The problem for me is that the release kernel only ever seems to be in > Rawhide for one day, and if I miss updating on that day, I have missed > capturing that kernel – it just happened with 4

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 17:58 +, Russel Winder wrote: > On Wed, 2017-03-01 at 14:29 +0100, Sandro Mani wrote: > > […] > > > > This should work: > > > > koji download-build --quiet --arch=$(uname -m) $(koji latest-build  > > --quiet f25 kernel | awk '{print $1}') I guess the import point here i

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 14:29 +0100, Sandro Mani wrote: > […] > > This should work: > > koji download-build --quiet --arch=$(uname -m) $(koji latest-build  > --quiet f25 kernel | awk '{print $1}') > > but it downloads all the rpms of the kernel package so in the end it  > might be slower than the

Re: Last released kernel

2017-03-01 Thread Kevin Fenzi
On Wed, 1 Mar 2017 13:24:29 + Peter Robinson wrote: > On Wed, Mar 1, 2017 at 12:23 PM, Russel Winder > wrote: > > On Wed, 2017-03-01 at 12:10 +, Russel Winder wrote: > >> On Wed, 2017-03-01 at 11:07 +, Peter Robinson wrote: > >> > > >> > >> […] > >> > You can always just pull

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 13:24 +, Peter Robinson wrote: > […] > It depends, sometimes they might still be in the signing queue, > sometimes they might have been replaced before they were signed but I > suspect you're using a f26 kernel on a different release which means > it'll be signed with a di

Re: Last released kernel

2017-03-01 Thread Sandro Mani
On 01.03.2017 13:30, Russel Winder wrote: On Wed, 2017-03-01 at 13:17 +0100, Sandro Mani wrote: […] Don't know if this helps, but I have exclude=kernel* in dnf.conf and use a script like ver=$(( $(cat /etc/redhat-release | awk '{print $3}') - 1 )) dnf -y --disablerepo=* --releasever=$ver --

Re: Last released kernel

2017-03-01 Thread Peter Robinson
On Wed, Mar 1, 2017 at 12:23 PM, Russel Winder wrote: > On Wed, 2017-03-01 at 12:10 +, Russel Winder wrote: >> On Wed, 2017-03-01 at 11:07 +, Peter Robinson wrote: >> > >> >> […] >> > You can always just pull it from koji either via the website or >> > cli. >> > >> > For cli you can use "k

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 13:17 +0100, Sandro Mani wrote: > […] > Don't know if this helps, but I have > > exclude=kernel* > > in dnf.conf and use a script like > > ver=$(( $(cat /etc/redhat-release | awk '{print $3}') - 1 )) > dnf -y --disablerepo=* --releasever=$ver --enablerepo=updates*  > --dis

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 12:10 +, Russel Winder wrote: > On Wed, 2017-03-01 at 11:07 +, Peter Robinson wrote: > > > > […] > > You can always just pull it from koji either via the website or > > cli. > > > > For cli you can use "koji download-build --arch=x86_64 kernel- > > 4.10.0- > > 1.fc2

Re: Last released kernel

2017-03-01 Thread Sandro Mani
On 01.03.2017 10:07, Russel Winder wrote: I appreciate that Rawhide always has the latest kernel snapshot as the one and only kernel and that it is up to users to manage their own kernels. However I wonder if there should be a simple, standard way of being able to install the last released

Re: Last released kernel

2017-03-01 Thread Russel Winder
On Wed, 2017-03-01 at 11:07 +, Peter Robinson wrote: > […] > You can always just pull it from koji either via the website or cli. > > For cli you can use "koji download-build --arch=x86_64 kernel-4.10.0- > 1.fc26" > > For web grab what ever version you want from > https://koji.fedoraproject.

Re: Last released kernel

2017-03-01 Thread Peter Robinson
install the last released kernel, perhaps a package last- > release-kernel or something. > > The problem for me is that the release kernel only ever seems to be in > Rawhide for one day, and if I miss updating on that day, I have missed > capturing that kernel – it just happened with 4

Last released kernel

2017-03-01 Thread Russel Winder
I appreciate that Rawhide always has the latest kernel snapshot as the one and only kernel and that it is up to users to manage their own kernels. However I wonder if there should be a simple, standard way of being able to install the last released kernel, perhaps a package last- release-kernel or