I wanted to update an old application of mine that was using an outdated core. The last time I worked with snapcraft
I was on Ubuntu. Currently I am using Fedora. I’ve installed snapd
and can use snaps just fine.
However, I wanted to update my application to use core22
so I’ve changed my snacraft.yml
accordingly and tried to build a snap. LXD gets installed on the first run, fails because my user is not yet a part of the lxd
group so I add my used to the lxd
group and try to run snapcraft
again but I am now getting stuck in the launching instance ...
part. I’ve tried running the same with SELinux disabled but nothing changed.
I’ve checked the execution log but have no idea what to do. I’ve tried multiple times and waited more than 5 minutes but nothing happened so I cancelled via ctrl + c
.
I had trouble formatting the output properly so I’ve put it up on pastebin:
Link
does anyone have any advice for me?