[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-10-02 Thread Raghuram Kota
** Changed in: lomond Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356569 Title: flash-kernel should not consider ignored kernels as latest To manage

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-15 Thread Manoj Iyer
Testing on McDivitt from -proposed. ubuntu@ubuntu:~$ cat /proc/device-tree/model HP ProLiant m400 Server Cartridge ubuntu@ubuntu:~$ ubuntu@ubuntu:~$ apt-cache policy flash-kernel flash-kernel: Installed: 3.0~rc.4ubuntu49.3 Candidate: 3.0~rc.4ubuntu49.3 Version table: ***

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-15 Thread Manoj Iyer
Testing on Slayton with -proposed flash-kernel. === ubuntu@ubuntu:~$ cat /proc/device-tree/model HP ProLiant m800 Server Cartridge ubuntu@ubuntu:~$ ubuntu@ubuntu:~$ apt-cache policy flash-kernel flash-kernel: Installed: 3.0~rc.4ubuntu49.3 Candidate:

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-15 Thread Manoj Iyer
Testing on Slayton with -proposed flash-kernel === Installing new kernel on slayton flash-kernel pickup linux-keystone and setup boot.scr correctly: ubuntu@ubuntu:~$ sudo apt-get install linux-keystone sudo: unable to resolve host ubuntu Reading package

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package flash-kernel - 3.0~rc.4ubuntu49.3 --- flash-kernel (3.0~rc.4ubuntu49.3) trusty-proposed; urgency=medium * Do not fail if there are no specified Kernel-Flavors for this machine (LP: #1356569). -- Scott Moser smo...@ubuntu.com Tue, 02 Sep 2014

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-11 Thread Manoj Iyer
This fix was verified by me on mcdivitt and slayton and found to work reliably. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-11 Thread Manoj Iyer
The change I tested was done by Scott Moser http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/flash-kernel/trusty-proposed/revision/472 http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/flash-kernel/utopic/revision/472 which is different from the one proposed in the MP here.

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-09-02 Thread Brian Murray
Hello Scott, or anyone else affected, Accepted flash-kernel into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/flash- kernel/3.0~rc.4ubuntu49.3 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-31 Thread Mathew Hodson
The fixed flash-kernel is in the upload queue. ** Changed in: flash-kernel (Ubuntu Trusty) Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356569 Title:

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-27 Thread Manoj Iyer
Pushed a fix to fix the regression. With the new fix: root@lazy:/# flash-kernel flash-kernel: installing version 3.13.0-35-generic Generating kernel u-boot image... done. Installing new uImage. Generating initramfs u-boot image... done. Installing new uInitrd. Generating boot script u-boot

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-25 Thread Scott Moser
** Description changed: - flash-kernel has logic that tries to determine is this kernel the latest, so that it will only flash the latest kernel. - It also has logic that white-lists certain kernel flavors. - - However, when it determines is this the latest kernel, it does not apply the

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-25 Thread Brian Murray
Hello Scott, or anyone else affected, Accepted flash-kernel into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/flash- kernel/3.0~rc.4ubuntu49.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/flash-kernel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356569 Title: flash-kernel should not consider ignored kernels as latest To manage

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-25 Thread dann frazier
I found a regression with the proposed package (3.0~rc.4ubuntu49.2) on APM Mustang systems: ubuntu@am3:~$ sudo flash-kernel [...] + [ machine = fields ] + read field value + [ machine = machine ] + [ = Machine: ] + [ machine = fields ] + read field value + [ machine = machine ] + [ ## = Machine:

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-22 Thread Scott Moser
** Changed in: flash-kernel (Ubuntu Trusty) Assignee: (unassigned) = Manoj Iyer (manjo) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356569 Title: flash-kernel should not consider ignored

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-22 Thread Launchpad Bug Tracker
This bug was fixed in the package flash-kernel - 3.0~rc.4ubuntu51 --- flash-kernel (3.0~rc.4ubuntu51) utopic; urgency=medium * Filter the selection of 'latest' usable kernel through the whitelist. (LP: #1356569) -- Manoj Iyer manoj.i...@canonical.com Tue, 19 Aug 2014

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-19 Thread Manoj Iyer
After applying smoser's changes to proposed version of flash-kernel, flash-kernel is able to generate a boot.scr for keystone2 + basename /usr/sbin/flash-kernel + self=flash-kernel + mktemp -dt flash-kernel. + tmpdir=/tmp/flash-kernel.YDX2TwaC + kernel=/boot/vmlinuz-3.13.0-9-keystone +

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-19 Thread Manoj Iyer
** Branch linked: lp:~manjo/ubuntu/utopic/flash-kernel/filter-useable- kernels ** Branch linked: lp:~manjo/ubuntu/trusty/flash-kernel/filter-useable- kernels -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-19 Thread Manoj Iyer
** Description changed: flash-kernel has logic that tries to determine is this kernel the latest, so that it will only flash the latest kernel. It also has logic that white-lists certain kernel flavors. However, when it determines is this the latest kernel, it does not apply the

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-13 Thread Scott Moser
the suggested patch just filters the selection of 'latest' through the whitelist. ** Patch added: suggested patch https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1356569/+attachment/4176850/+files/flash-kernel-latest-only-included.diff ** Changed in: flash-kernel (Ubuntu)

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-13 Thread Narinder Gupta
** Also affects: lomond Importance: Undecided Status: New ** Changed in: lomond Assignee: (unassigned) = Manoj Iyer (manjo) ** Changed in: lomond Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1356569] Re: flash-kernel should not consider ignored kernels as latest

2014-08-13 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356569 Title: flash-kernel should not consider ignored kernels as latest To manage notifications about this bug go to: