Unable to connect removable-media

I’m running Ubuntu Server 20.04 LTS & I’m unable to connect any snaps to removable storage.

Here are the snaps I have installed:

admin@downloader:/$ snap list
Name           Version  Rev    Tracking       Publisher   Notes
core                    10185  latest/stable  canonical✓  broken
core18                  1885   latest/stable  canonical✓  broken
deluge-lukewh  2.0.3    13     latest/stable  lukewh      -
lxd                     16922  4.0/stable/…   canonical✓  broken
sickgear       0.22.9   979    latest/stable  sickgear    -
snapd                   9721   latest/stable  canonical✓  broken

I noticed the ‘system’ snaps all have a note of “broken”

Looking at the connections what’s there seems reasonable:

admin@downloader:/$ snap connections
Interface       Plug                        Slot             Notes
lxd-support     lxd:lxd-support             :lxd-support     -
network         deluge-lukewh:network       :network         -
network         lxd:network                 :network         -
network         sickgear:network            :network         -
network-bind    deluge-lukewh:network-bind  :network-bind    -
network-bind    lxd:network-bind            :network-bind    -
network-bind    sickgear:network-bind       :network-bind    -
system-observe  lxd:system-observe          :system-observe  -

Investigating the two snaps I’ve installed “deluge-lukewh” & “sickgear” show they both have a removable-media plug:

admin@downloader:/$ snap connections deluge-lukewh
Interface        Plug                           Slot           Notes
network          deluge-lukewh:network          :network       -
network-bind     deluge-lukewh:network-bind     :network-bind  -
removable-media  deluge-lukewh:removable-media  -              -

admin@downloader:/$ snap connections sickgear
Interface        Plug                      Slot           Notes
network          sickgear:network          :network       -
network-bind     sickgear:network-bind     :network-bind  -
removable-media  sickgear:removable-media  -              -

Checking the snapd snap it has a removable-media slot:

admin@downloader:/$ snap connections snapd|grep removable-media
removable-media           -                           :removable-media           -

Attempting to connect the removoable-media plugs to the removable-media slot results in an error in both cases:

admin@downloader:/$ sudo snap connect deluge-lukewh:removable-media
error: snap "snapd" has no slot named "removable-media"

admin@downloader:/$ sudo snap connect sickgear:removable-media
error: snap "snapd" has no slot named "removable-media"

I’m new to snaps, but everything I’ve read leads me to believe this should work. I’m unsure if the problem is with the “broken” system snaps or something else.

Thanks.

This is probably the real root cause of not being able to connect slots. What is the output of the following:

journalctl --no-pager -u snapd
sudo snap debug state /var/lib/snapd/state.json
ls -lah /snap/snapd
ls -lah /var/lib/snapd/snaps/snapd*.snap
cat /proc/self/mountinfo | grep /snap/snapd
systemctl status snapd*.mount

I tried:
sudo snap refresh core --edge
sudo snap refresh core --stable
but that didn’t fix anything…

Here the output of the commands:

admin@downloader:/$ journalctl --no-pager -u snapd
– Logs begin at Mon 2020-10-26 20:39:07 UTC, end at Wed 2020-10-28 04:17:02 UTC. –
Oct 26 20:39:53 downloader systemd[1]: Starting Snap Daemon…
Oct 26 20:40:13 downloader snapd[774]: AppArmor status: apparmor is enabled and all features are available
Oct 26 20:40:16 downloader snapd[774]: daemon.go:343: started snapd/2.45.1+20.04.2 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 26 20:40:17 downloader snapd[774]: daemon.go:436: adjusting startup timeout by 30s (pessimistic estimate of 30s plus 5s per snap)
Oct 26 20:40:22 downloader snapd[774]: helpers.go:105: error trying to compare the snap system key: system-key missing on disk
Oct 26 20:40:22 downloader systemd[1]: Started Snap Daemon.
Oct 26 20:41:31 downloader snapd[774]: daemon.go:542: gracefully waiting for running hooks
Oct 26 20:41:31 downloader snapd[774]: daemon.go:544: done waiting for running hooks
Oct 26 20:41:33 downloader systemd[1]: snapd.service: Succeeded.
Oct 26 20:41:34 downloader systemd[1]: snapd.service: Scheduled restart job, restart counter is at 1.
Oct 26 20:41:34 downloader systemd[1]: Stopped Snap Daemon.
Oct 26 20:41:34 downloader systemd[1]: Starting Snap Daemon…
Oct 26 20:41:34 downloader snapd[1303]: AppArmor status: apparmor is enabled and all features are available
Oct 26 20:41:35 downloader snapd[1303]: AppArmor status: apparmor is enabled and all features are available
Oct 26 20:41:38 downloader snapd[1303]: patch.go:64: Patching system state level 6 to sublevel 1…
Oct 26 20:41:38 downloader snapd[1303]: patch.go:64: Patching system state level 6 to sublevel 2…
Oct 26 20:41:39 downloader snapd[1303]: patch.go:64: Patching system state level 6 to sublevel 3…
Oct 26 20:41:44 downloader snapd[1303]: daemon.go:343: started snapd/2.45.2 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 26 20:41:44 downloader snapd[1303]: daemon.go:436: adjusting startup timeout by 35s (pessimistic estimate of 30s plus 5s per snap)
Oct 26 20:41:47 downloader systemd[1]: Started Snap Daemon.
Oct 26 21:23:34 downloader snapd[1303]: main.go:155: Exiting on terminated signal.
Oct 26 21:23:34 downloader systemd[1]: Stopping Snap Daemon…
Oct 26 21:23:34 downloader systemd[1]: snapd.service: Succeeded.
Oct 26 21:23:34 downloader systemd[1]: Stopped Snap Daemon.
Oct 26 21:25:22 downloader systemd[1]: Starting Snap Daemon…
Oct 26 21:25:22 downloader snapd[4526]: AppArmor status: apparmor is enabled and all features are available
Oct 26 21:25:23 downloader snapd[4526]: patch.go:64: Patching system state level 6 to sublevel 1…
Oct 26 21:25:23 downloader snapd[4526]: patch.go:64: Patching system state level 6 to sublevel 2…
Oct 26 21:25:23 downloader snapd[4526]: patch.go:64: Patching system state level 6 to sublevel 3…
Oct 26 21:25:24 downloader snapd[4526]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 26 21:25:24 downloader snapd[4526]: daemon.go:436: adjusting startup timeout by 45s (pessimistic estimate of 30s plus 5s per snap)
Oct 26 21:26:02 downloader systemd[1]: Started Snap Daemon.
Oct 26 21:36:49 downloader snapd[4526]: main.go:155: Exiting on terminated signal.
Oct 26 21:36:49 downloader systemd[1]: Stopping Snap Daemon…
Oct 26 21:36:49 downloader systemd[1]: snapd.service: Succeeded.
Oct 26 21:36:49 downloader systemd[1]: Stopped Snap Daemon.
– Reboot –
Oct 26 21:38:49 downloader systemd[1]: Starting Snap Daemon…
Oct 26 21:39:14 downloader snapd[644]: AppArmor status: apparmor is enabled and all features are available
Oct 26 21:39:22 downloader snapd[644]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 26 21:39:22 downloader snapd[644]: daemon.go:436: adjusting startup timeout by 45s (pessimistic estimate of 30s plus 5s per snap)
Oct 26 21:39:23 downloader systemd[1]: Started Snap Daemon.
Oct 26 21:52:08 downloader snapd[644]: main.go:155: Exiting on terminated signal.
Oct 26 21:52:08 downloader systemd[1]: Stopping Snap Daemon…
Oct 26 21:52:08 downloader systemd[1]: snapd.service: Succeeded.
Oct 26 21:52:08 downloader systemd[1]: Stopped Snap Daemon.
– Reboot –
Oct 27 22:09:47 downloader systemd[1]: Starting Snap Daemon…
Oct 27 22:09:51 downloader snapd[622]: AppArmor status: apparmor is enabled and all features are available
Oct 27 22:09:53 downloader snapd[622]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 27 22:09:53 downloader snapd[622]: daemon.go:436: adjusting startup timeout by 45s (pessimistic estimate of 30s plus 5s per snap)
Oct 27 22:09:54 downloader systemd[1]: Started Snap Daemon.
Oct 27 22:11:41 downloader snapd[622]: daemon.go:542: gracefully waiting for running hooks
Oct 27 22:11:41 downloader snapd[622]: daemon.go:544: done waiting for running hooks
Oct 27 22:11:43 downloader systemd[1]: snapd.service: Succeeded.
Oct 27 22:11:44 downloader systemd[1]: snapd.service: Scheduled restart job, restart counter is at 1.
Oct 27 22:11:44 downloader systemd[1]: Stopped Snap Daemon.
Oct 27 22:11:44 downloader systemd[1]: Starting Snap Daemon…
Oct 27 22:11:44 downloader snapd[1073]: AppArmor status: apparmor is enabled and all features are available
Oct 27 22:11:45 downloader snapd[1073]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 27 22:11:45 downloader snapd[1073]: daemon.go:436: adjusting startup timeout by 45s (pessimistic estimate of 30s plus 5s per snap)
Oct 27 22:11:45 downloader systemd[1]: Started Snap Daemon.
Oct 27 22:15:35 downloader snapd[1073]: storehelpers.go:551: cannot refresh: snap has no updates available: “core18”, “lxd”, “snapd”
Oct 27 23:01:59 downloader snapd[1073]: api.go:999: Installing snap “deluge-lukewh” revision unset
Oct 27 23:23:57 downloader snapd[1073]: api.go:999: Installing snap “sickgear” revision unset
Oct 27 23:32:15 downloader snapd[1073]: main.go:155: Exiting on terminated signal.
Oct 27 23:32:15 downloader systemd[1]: Stopping Snap Daemon…
Oct 27 23:32:16 downloader systemd[1]: snapd.service: Succeeded.
Oct 27 23:32:16 downloader systemd[1]: Stopped Snap Daemon.
– Reboot –
Oct 27 23:35:20 downloader systemd[1]: Starting Snap Daemon…
Oct 27 23:35:24 downloader snapd[685]: AppArmor status: apparmor is enabled and all features are available
Oct 27 23:35:27 downloader snapd[685]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 27 23:35:27 downloader snapd[685]: daemon.go:436: adjusting startup timeout by 1m0s (pessimistic estimate of 30s plus 5s per snap)
Oct 27 23:35:27 downloader systemd[1]: Started Snap Daemon.
Oct 28 00:00:27 downloader snapd[685]: storehelpers.go:551: cannot refresh: snap has no updates available: “core”, “core18”, “deluge-lukewh”, “lxd”, “sickgear”, “snapd”
Oct 28 00:00:27 downloader snapd[685]: autorefresh.go:410: auto-refresh: all snaps are up-to-date
Oct 28 00:11:24 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:15:18 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:16:56 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:17:30 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:17:58 downloader snapd[685]: daemon.go:207: polkit error: Authorization requires interaction
Oct 28 00:18:03 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:18:07 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:25:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 00:25:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:25:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 00:25:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 00:27:33 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:27:57 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:28:12 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:32:12 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:32:32 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:37:21 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 00:37:21 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 00:37:21 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:37:21 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 00:38:31 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:39:57 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:41:43 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:48:28 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:48:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:48:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 00:48:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 00:48:38 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 00:49:46 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:49:46 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 00:49:46 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 00:49:46 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 00:51:37 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 00:51:53 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 02:53:58 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 02:53:58 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 02:53:58 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 02:53:58 downloader snapd[685]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:08:08 downloader snapd[685]: main.go:155: Exiting on terminated signal.
Oct 28 03:08:08 downloader systemd[1]: Stopping Snap Daemon…
Oct 28 03:08:08 downloader systemd[1]: snapd.service: Succeeded.
Oct 28 03:08:08 downloader systemd[1]: Stopped Snap Daemon.
Oct 28 03:08:32 downloader systemd[1]: Starting Snap Daemon…
Oct 28 03:08:32 downloader systemd[4215]: Failed to attach 4215 to compat systemd cgroup /system.slice/snapd.service: No such file or directory
Oct 28 03:08:32 downloader snapd[4215]: AppArmor status: apparmor not enabled
Oct 28 03:08:33 downloader snapd[4215]: daemon.go:343: started snapd/2.47.1+20.04 (series 16; classic; devmode) ubuntu/20.04 (amd64) linux/5.4.0-52-generic.
Oct 28 03:08:33 downloader snapd[4215]: daemon.go:436: adjusting startup timeout by 1m0s (pessimistic estimate of 30s plus 5s per snap)
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: helpers.go:96: cannot add snap “lxd” to interface repository: snap is broken: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: helpers.go:96: cannot add snap “snapd” to interface repository: snap is broken: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: helpers.go:96: cannot add snap “core” to interface repository: snap is broken: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: helpers.go:96: cannot add snap “core18” to interface repository: snap is broken: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:33 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:08:46 downloader systemd[1]: Started Snap Daemon.
Oct 28 03:08:46 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:08:47 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml

(Omitting a lot of repetition)

Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “snapd” at revision 9721: cannot find installed snap “snapd” at revision 9721: missing file /snap/snapd/9721/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core18” at revision 1885: cannot find installed snap “core18” at revision 1885: missing file /snap/core18/1885/meta/snap.yaml
Oct 28 03:19:53 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “lxd” at revision 16922: cannot find installed snap “lxd” at revision 16922: missing file /snap/lxd/16922/meta/snap.yaml
Oct 28 03:20:02 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:20:05 downloader snapd[4215]: taskrunner.go:271: [change 10 “Setup snap “core” (10185) security profiles” task] failed: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:20:06 downloader snapd[4215]: snapmgr.go:303: cannot read snap info of snap “core” at revision 10185: cannot find installed snap “core” at revision 10185: missing file /snap/core/10185/meta/snap.yaml
Oct 28 03:20:07 downloader snapd[4215]: link.go:145: cannot update fontconfig cache: cannot get fc-cache-v6 from core: open /snap/snapd/current/bin/fc-cache-v6: no such file or directory
Oct 28 03:20:13 downloader snapd[4215]: handlers.go:495: Reported install problem for “core” as already-reported
admin@downloader:/$ sudo snap debug state /var/lib/snapd/state.json
[sudo] password for admin:
ID Status Spawn Ready Label Summary
10 Error today at 03:19 UTC today at 03:20 UTC refresh-snap Refresh “core” snap
3 Done yesterday at 22:09 UTC yesterday at 22:15 UTC auto-refresh Auto-refresh snaps “snapd”, “core18”, “lxd”
4 Done yesterday at 23:02 UTC yesterday at 23:02 UTC install-snap Install “deluge-lukewh” snap
5 Done yesterday at 23:10 UTC yesterday at 23:10 UTC service-control Running service command
6 Done yesterday at 23:10 UTC yesterday at 23:10 UTC service-control Running service command
7 Done yesterday at 23:23 UTC yesterday at 23:24 UTC install-snap Install “sickgear” snap
8 Done today at 03:12 UTC today at 03:15 UTC refresh-snap Refresh “core” snap from “edge” channel
9 Error today at 03:18 UTC today at 03:18 UTC refresh-snap Refresh “core” snap
admin@downloader:/$ ls -lah /snap/snapd
total 16K
drwxr-xr-x 4 root root 4.0K Oct 27 22:11 .
drwxr-xr-x 9 root root 4.0K Oct 27 23:24 …
drwxr-xr-x 2 root root 4.0K Oct 26 20:40 8542
drwxr-xr-x 2 root root 4.0K Oct 27 22:11 9721
lrwxrwxrwx 1 root root 4 Oct 27 22:11 current -> 9721
admin@downloader:/$ ls -lah /var/lib/snapd/snaps/snapd*.snap
-rw------- 2 root root 30M Jul 31 16:30 /var/lib/snapd/snaps/snapd_8542.snap
-rw------- 1 root root 31M Oct 27 22:11 /var/lib/snapd/snaps/snapd_9721.snap
admin@downloader:/$ cat /proc/self/mountinfo | grep /snap/snapd
admin@downloader:/$ systemctl status snapd*.mount

Hi, thanks for that information. Is your system installed with zfs on / ?

Nope - ext4. It’s a pretty clean install of Ubuntu Server 20.04 LTS.

Sorry I had a typo in my original post can you show:

systemctl status snap*.mount
admin@downloader:/$ systemctl status snap*.mount
● snap-core-10300.mount - Mount unit for core, revision 10300
     Loaded: loaded (/proc/self/mountinfo; enabled; vendor preset: enabled)
     Active: active (mounted) since Wed 2020-10-28 03:15:16 UTC; 16h ago
      Where: /snap/core/10300
       What: /dev/loop2
     CGroup: /system.slice/snap-core-10300.mount

Oct 28 03:15:16 downloader systemd[1]: Mounting Mount unit for core, revision 10300...
Oct 28 03:15:16 downloader systemd[1]: Mounted Mount unit for core, revision 10300.

● snap-core-10305.mount - Mount unit for core, revision 10305
     Loaded: loaded (/proc/self/mountinfo; enabled; vendor preset: enabled)
     Active: active (mounted) since Wed 2020-10-28 08:10:24 UTC; 11h ago
      Where: /snap/core/10305
       What: /dev/loop5
     CGroup: /system.slice/snap-core-10305.mount

Oct 28 08:10:24 downloader systemd[1]: Mounting Mount unit for core, revision 10305...
Oct 28 08:10:24 downloader systemd[6779]: Failed to attach 6779 to compat systemd cgroup /system.slice/snap-core-10305.mount: No such file or directory
Oct 28 08:10:24 downloader systemd[1]: Mounted Mount unit for core, revision 10305.

● snap-deluge\x2dlukewh-13.mount - Mount unit for deluge-lukewh, revision 13
     Loaded: loaded (/proc/self/mountinfo; enabled; vendor preset: enabled)
     Active: active (mounted) since Tue 2020-10-27 23:35:12 UTC; 19h ago
      Where: /snap/deluge-lukewh/13
       What: /dev/loop3
     CGroup: /system.slice/snap-deluge\x2dlukewh-13.mount

Oct 27 23:35:12 downloader systemd[1]: Mounting Mount unit for deluge-lukewh, revision 13...
Oct 27 23:35:12 downloader systemd[1]: Mounted Mount unit for deluge-lukewh, revision 13.

● snap-sickgear-979.mount - Mount unit for sickgear, revision 979
     Loaded: loaded (/proc/self/mountinfo; enabled; vendor preset: enabled)
     Active: active (mounted) since Tue 2020-10-27 23:35:12 UTC; 19h ago
      Where: /snap/sickgear/979
       What: /dev/loop6
     CGroup: /system.slice/snap-sickgear-979.mount

Oct 27 23:35:12 downloader systemd[1]: Mounting Mount unit for sickgear, revision 979...
Oct 27 23:35:12 downloader systemd[1]: Mounted Mount unit for sickgear, revision 979.

● snap-core18-1932.mount - Mount unit for core18, revision 1932
     Loaded: loaded (/proc/self/mountinfo; enabled; vendor preset: enabled)
     Active: active (mounted) since Wed 2020-10-28 08:09:26 UTC; 11h ago
      Where: /snap/core18/1932
       What: /dev/loop4
     CGroup: /system.slice/snap-core18-1932.mount

Oct 28 08:09:26 downloader systemd[1]: Mounting Mount unit for core18, revision 1932...
Oct 28 08:09:26 downloader systemd[1]: Mounted Mount unit for core18, revision 1932.

I’m going to reinstall Ubuntu and starting over.