UbuntuIRC / 2020 /12 /30 /#snappy.txt
niansa
Initial commit
4aa5fce
=== zyga__ is now known as zyga
=== zyga_ is now known as zyga
[15:46] <gbisson> Hi all! I'm trying to refresh an old kernel snap (4.9-based) to newer version (5.4) and I see "an error occurred in Snapcraft" as it tries to do a "make firmware_isntall" which has been removed from linux kernel long time ago, any idea how to tell snapcraft not to do that?
[15:50] <gbisson> nvm, found it: https://lists.ubuntu.com/archives/kernel-team/2018-July/093908.html?_ga=2.8894645.1278148860.1609342308-969765656.1608893617
[16:07] <ogra> just make sure to get the firmware into the snap hrough some other way (linux-firmware as stage package or simply add a "firmware" part to pull it from github)
[16:12] <gbisson> ogra: yup, I have a tar-content thing present (although it complains I should switch to dump)
[16:13] <gbisson> ogra: now it complains about my model: model with series "20" != "16" unsupported
[16:13] <gbisson> I want to have a core20 image so I updated my model to have series: 20 but apparently ubuntu-image doesn't like it, any advice?
[16:20] <ogra> the model version for "series" is hardcoded to 16 ...
[16:20] <ogra> just keep it as it was
[16:21] <ogra> (that was some brainfart wen designing models ... series has never been changed since day one and will likely never change)
[16:25] <gbisson> ogra: hmm ok, good to know ;)
[16:25] <gbisson> what about the base then? Can I keep core20 as my model base?
[16:26] <ogra> yes, you need to if UC20
[16:26] <ogra> just leave series alone
[16:26] <gbisson> ok thanks for the quick reply!
[16:27] <ogra> https://core.docs.ubuntu.com/en/releases/uc20
[16:27] <ogra> there is an example
[16:29] <gbisson> perfect, thanks
[22:10] <gbisson> Any idea why my image would give me this upon first bootup "/usr/share/subiquity/console-conf-wrapper: line 32: snap: command not found"
[22:10] <gbisson> from there it's impossible to configure the device
[22:18] <gbisson> strange I see the same log as this bug although there was no power cut in my case: https://bugs.launchpad.net/snapd/+bug/1845310
[22:18] <mup> Bug #1845310: Seeding on core18 is susceptible to permanent failure on power loss <snapd:Fix Released by anonymouse67> <https://launchpad.net/bugs/1845310>
[22:19] <gbisson> mup: but how come it happens even without power cut? and I'm on core20 btw
[22:19] <mup> gbisson: I apologize, but I'm pretty strict about only responding to known commands.
[22:21] <gbisson> mup do you want to know how I generate my image?
[22:46] <gbisson> ok so it's because of core20, switching to core18 makes it work...
[22:47] <gbisson> any timeframe on when core20 will be stable?