Comment 21 for bug 1878225

Revision history for this message
Stéphane Graber (stgraber) wrote : Re: snapd.seeded.service waits forever (?) to have snaps seeded in LXD on s390x and arm64

```
root@bos02-s390x-01:~# uname -a
Linux bos02-s390x-01 5.4.0-37-generic #41~18.04.1-Ubuntu SMP Mon Jun 8 13:36:31 UTC 2020 s390x s390x s390x GNU/Linux
root@bos02-s390x-01:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
root@bos02-s390x-01:~# lxc launch ubuntu-daily:groovy gg2
Creating gg2
Error: Failed instance creation: Unable to fetch https://cloud-images.ubuntu.com/daily/server/groovy/20200619/groovy-server-cloudimg-s390x-lxd.tar.xz: 404 Not Found
root@bos02-s390x-01:~# systemctl reload snap.lxd.daemon
root@bos02-s390x-01:~# lxc launch ubuntu-daily:groovy gg2
Creating gg2
Starting gg2
root@bos02-s390x-01:~# lxc shell gg2
root@gg2:~# service snapd.seeded status
● snapd.seeded.service - Wait until snapd is fully seeded
     Loaded: loaded (/lib/systemd/system/snapd.seeded.service; enabled; vendor preset: enabled)
     Active: active (exited) since Fri 2020-06-26 03:11:52 UTC; 1min 11s ago
    Process: 395 ExecStart=/usr/bin/snap wait system seed.loaded (code=exited, status=0/SUCCESS)
   Main PID: 395 (code=exited, status=0/SUCCESS)

Jun 26 03:11:43 gg2 systemd[1]: Starting Wait until snapd is fully seeded...
Jun 26 03:11:52 gg2 systemd[1]: Finished Wait until snapd is fully seeded.
root@gg2:~# systemctl list-jobs
No jobs running.
root@gg2:~# logout
root@bos02-s390x-01:~#
```

That's your reproducer running on 18.04 s390x.

Can we please get clear, reliable instructions on how to reproduce this?