Comment 11 for bug 1878225

Revision history for this message
Johan Ehnberg (johan-ehnberg) wrote : Re: snapd.seeded.service waits forever (?) to have snaps seeded in LXD on s390x and arm64

OK, so for anyone hitting this error until there may be a fix: For cases where snapd is not needed (and perhaps purged later), and orchestration relies on cloud-init to finish, the workaround in the container is:

systemctl stop snapd.seeded.service

or on the host:

lxc exec $CONTAINERNAME -- systemctl stop snapd.seeded.service