Re: [Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Stephan Fabel
Hey - so I tried again today, just following the same steps: ---snip ubuntu@rpi4:~$ lxc launch ubuntu:18.04 Creating the instance Instance name is: funky-whale Starting funky-whale ubuntu@rpi4:~$ lxc shell funky-whale mesg: ttyname failed: No such device root@funky-whale:~# apt update

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Dave Jones
** Changed in: flash-kernel (Ubuntu) Status: Confirmed => 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/1863145 Title: arm64 cloud image contains flash-kernel which leads to apt

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Robert C Jennings
Dave, using the latest focal daily lxd container (serial 20200313) I can remove and install flash-kernel to see the "flash-kernel: /boot/vmlinuz- or /boot/initrd.img- missing; expecting future run" failure and confirm that installing from the ppa (3.98ubuntu12~ppa1) gives the same output as above

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Robert C Jennings
I have a questionable recreate and maybe Stephan Fabel can confirm if this is what he's seeing. I have launched an arm64 VM on AWS and on that VM I have started an 18.04 container from the 'ubuntu:' remote. The container has a build serial of 20190307. Running 'apt update; apt upgrade -y'

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Robert C Jennings
If that is the issue that Stephan is seeing then I have not seen the issue with the bionic package in Dave's PPA: $ lxc launch ubuntu:08e14ca27965 b $ lxc shell b $ apt-add-repository ppa:waveform/flash-kernel $ apt install -y flash-kernel Reading package lists... Done Building dependency tree

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-16 Thread Robert C Jennings
For others that would like to attempt a recreate, the image I'm using is: $ lxc image info ubuntu:08e14ca27965 Fingerprint: 08e14ca2796594a0a52f62a1974774db6f4ecfbb2a3da7f3a5c1e2e0abff7362 Size: 161.48MB Architecture: aarch64 Public: yes Timestamps: Created: 2019/03/07 00:00 UTC Uploaded:

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-03-13 Thread Francis Ginther
** Tags added: id-5e4bf198956eb664bd6581fa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863145 Title: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade To manage

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-26 Thread Dave Jones
Some test packages for focal and bionic are available from the following PPA: https://launchpad.net/~waveform/+archive/ubuntu/flash-kernel/+packages The relevant branches are: https://code.launchpad.net/~waveform/ubuntu/+source/flash-kernel/+git /flash-kernel/+ref/no-lxc-focal

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-26 Thread Dave Jones
> Dimitri - we can look to do that for future, but that doesn't address the upgrade issue. Did something change that made this break? Almost certainly my change to ensure flash-kernel always runs on upgrade (as it's the subject of a trigger, and trigger invocations are lost on package upgrade

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-20 Thread Robert C Jennings
** Also affects: cloud-images/trunk Importance: Undecided Status: New ** Also affects: cloud-images/bb-series Importance: Undecided Status: New ** Also affects: cloud-images/x-series Importance: Undecided Status: New ** No longer affects: cloud-images/bb-series **

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-20 Thread Steve Langasek
The flash-kernel package shouldn't be included in the squashfs, it only belongs in the cloud images. Nevertheless, because it's there, we need to fix the flash-kernel maintainer scripts to not fail on existing images. ** Tags added: regression-update -- You received this bug notification

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-20 Thread Patricia Gaughen
Dimitri - we can look to do that for future, but that doesn't address the upgrade issue. Did something change that made this break? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863145 Title:

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-19 Thread Dimitri John Ledkov
in livecd-rootfs: ubuntu-cpc) case $ARCH in armhf) KERNEL_FLAVOURS=generic-lpae add_package install flash-kernel ;; arm64) add_package install flash-kernel ;; esac So CPC team should stop including

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: flash-kernel (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863145

[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade

2020-02-18 Thread Scott Moser
** Also affects: flash-kernel (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1863145 Title: arm64 cloud image contains flash-kernel which leads