ScummVM Snap failing to install on RPi 4

Hello,
I am new here and fairly new to Linux/Raspberry Pi, so excuse any stupidities. I am struggling with getting the snap of ScummVM to install on my RPi 4. I have followed the instructions from scummvm/raspbian to install Snap:

sudo apt update
sudo apt install snapd
sudo reboot

then;

sudo snap install scummvm

Here is what is happening:

pi@raspberrypi:~ $ sudo snap install scummvm
error: cannot perform the following tasks:

  • restart of [scummvm.daemon] (# systemctl restart snap.scummvm.daemon.service
    Job for snap.scummvm.daemon.service failed.
    See “systemctl status snap.scummvm.daemon.service” and “journalctl -xe” for details.
    )
  • restart of [scummvm.daemon] (exit status 1)

Output of systemctl status snap.scummvm.daemon.service:

systemctl status snap.scummvm.daemon.service
● snap.scummvm.daemon.service
Loaded: not-found (Reason: Unit snap.scummvm.daemon.service not found.)
Active: failed (Result: start-limit-hit) since Mon 2020-11-30 11:09:13 MST; 57s ago
Main PID: 9054 (code=exited, status=0/SUCCESS)

Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 5.
Nov 30 11:09:13 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 11:09:13 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 11:09:13 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.

Output of journalctl -xe:

Support: xhttps://www.debian.org/support

A start job for unit snap.scummvm.daemon.service has finished with a failure.

The job identifier is 3749 and the job result is failed.
Nov 30 11:09:13 raspberrypi snapd[468]: taskrunner.go:271: [change 17 “restart of [scummvm.daemon]” task] failed: exit status 1
Nov 30 11:09:18 raspberrypi systemd[662]: run-snapd-ns-scummvm.mnt.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit UNIT has successfully entered the ‘dead’ state.
Nov 30 11:09:18 raspberrypi systemd[1]: run-snapd-ns-scummvm.mnt.mount: Succeeded.
Subject: Unit succeeded

  • Defined-By: systemd
    Support: xhttps://www.debian.org/support

The unit run-snapd-ns-scummvm.mnt.mount has successfully entered the ‘dead’ state.
Nov 30 11:09:18 raspberrypi systemd[1]: Reloading.
Nov 30 11:09:18 raspberrypi systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, upda
Nov 30 11:09:18 raspberrypi systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, upda
Nov 30 11:09:19 raspberrypi systemd-udevd[9170]: Process ‘/sbin/crda’ failed with exit code 234.
Nov 30 11:09:19 raspberrypi systemd-udevd[9175]: Using default interface naming scheme ‘v240’.
Nov 30 11:09:20 raspberrypi systemd[1]: snap-scummvm-4462.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit snap-scummvm-4462.mount has successfully entered the ‘dead’ state.
Nov 30 11:09:20 raspberrypi systemd[662]: snap-scummvm-4462.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit UNIT has successfully entered the ‘dead’ state.
Nov 30 11:09:21 raspberrypi systemd[1]: Reloading.
Nov 30 11:09:21 raspberrypi systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, upda
Nov 30 11:09:21 raspberrypi systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, upda
Nov 30 11:09:21 raspberrypi snapd[468]: handlers.go:495: Reported install problem for “scummvm” as already-reported
Nov 30 11:09:21 raspberrypi sudo[8082]: pam_unix(sudo:session): session closed for user root
lines 3412-3451/3451 (END)

Any help would be greatly appreciated!

What is journalctl --no-pager -u snap.scummvm.daemon.service ?

1 Like

pi@raspberrypi:~ $ journalctl --no-pager -u snap.scummvm.daemon.service
– Logs begin at Mon 2020-11-30 10:06:54 MST, end at Mon 2020-11-30 12:17:01 MST. –
Nov 30 10:13:29 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2187]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2187]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2187]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2187]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:13:29 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:13:29 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:13:29 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 1.
Nov 30 10:13:29 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:13:29 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2274]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2274]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2274]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:29 raspberrypi scummvm.daemon[2274]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:13:29 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:13:30 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:13:30 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 2.
Nov 30 10:13:30 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:13:30 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2341]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2341]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2341]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2341]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:13:30 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:13:30 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:13:30 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 3.
Nov 30 10:13:30 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:13:30 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2405]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2405]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:30 raspberrypi scummvm.daemon[2405]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:31 raspberrypi scummvm.daemon[2405]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 4.
Nov 30 10:13:31 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:13:31 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:13:31 raspberrypi scummvm.daemon[2470]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:31 raspberrypi scummvm.daemon[2470]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:31 raspberrypi scummvm.daemon[2470]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:13:31 raspberrypi scummvm.daemon[2470]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 5.
Nov 30 10:13:31 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:13:31 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:13:31 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 10:13:32 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:13:32 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:13:32 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 10:24:07 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:24:07 raspberrypi scummvm.daemon[3518]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:07 raspberrypi scummvm.daemon[3518]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:07 raspberrypi scummvm.daemon[3518]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:07 raspberrypi scummvm.daemon[3518]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:24:07 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:24:07 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:24:07 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 1.
Nov 30 10:24:07 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:24:07 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3606]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3606]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3606]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3606]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 2.
Nov 30 10:24:08 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:24:08 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3672]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3672]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3672]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3672]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 3.
Nov 30 10:24:08 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:24:08 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3736]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3736]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3736]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:08 raspberrypi scummvm.daemon[3736]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:24:08 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 4.
Nov 30 10:24:09 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:24:09 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:24:09 raspberrypi scummvm.daemon[3802]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:09 raspberrypi scummvm.daemon[3802]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:09 raspberrypi scummvm.daemon[3802]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:24:09 raspberrypi scummvm.daemon[3802]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 5.
Nov 30 10:24:09 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:24:09 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:24:09 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 10:24:10 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:24:10 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:24:10 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 10:38:42 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7108]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7108]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7108]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7108]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:38:42 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:38:42 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:38:42 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 1.
Nov 30 10:38:42 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:38:42 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7196]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7196]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7196]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:42 raspberrypi scummvm.daemon[7196]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:38:42 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 2.
Nov 30 10:38:43 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:38:43 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7263]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7263]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7263]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7263]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 3.
Nov 30 10:38:43 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:38:43 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7328]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7328]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7328]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:43 raspberrypi scummvm.daemon[7328]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:38:43 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 4.
Nov 30 10:38:44 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:38:44 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 10:38:44 raspberrypi scummvm.daemon[7394]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:44 raspberrypi scummvm.daemon[7394]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:44 raspberrypi scummvm.daemon[7394]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 10:38:44 raspberrypi scummvm.daemon[7394]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 5.
Nov 30 10:38:44 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:38:44 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:38:44 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 10:38:45 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 10:38:45 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 10:38:45 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 11:09:10 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 11:09:10 raspberrypi scummvm.daemon[8770]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:10 raspberrypi scummvm.daemon[8770]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:10 raspberrypi scummvm.daemon[8770]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:10 raspberrypi scummvm.daemon[8770]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 11:09:10 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 11:09:10 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:10 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 1.
Nov 30 11:09:10 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:11 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8857]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8857]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8857]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8857]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 11:09:11 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 11:09:11 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:11 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 2.
Nov 30 11:09:11 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:11 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8923]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8923]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8923]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:11 raspberrypi scummvm.daemon[8923]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 11:09:11 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 11:09:11 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 3.
Nov 30 11:09:12 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:12 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 11:09:12 raspberrypi scummvm.daemon[8989]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[8989]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[8989]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[8989]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 4.
Nov 30 11:09:12 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:12 raspberrypi systemd[1]: Started Service for snap application scummvm.daemon.
Nov 30 11:09:12 raspberrypi scummvm.daemon[9054]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[9054]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[9054]: ERROR: ld.so: object ‘/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Nov 30 11:09:12 raspberrypi scummvm.daemon[9054]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Succeeded.
Nov 30 11:09:12 raspberrypi systemd[1]: snap.scummvm.daemon.service: Service RestartSec=100ms expired, scheduling restart.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Scheduled restart job, restart counter is at 5.
Nov 30 11:09:13 raspberrypi systemd[1]: Stopped Service for snap application scummvm.daemon.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 11:09:13 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Start request repeated too quickly.
Nov 30 11:09:13 raspberrypi systemd[1]: snap.scummvm.daemon.service: Failed with result ‘start-limit-hit’.
Nov 30 11:09:13 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.

bump. still fighting this issue unfortunately.

This is most likely a bug with the snap or with snapd. I can’t reproduce the issue on arm64, are you able to try an arm64 install on your RPi 4? I currently only have arm64 machines running, but I can probably flash an armhf image on my pi sometime this week

Isn’t the new version of Raspberry Pi OS 64-bit? Or do I need to grab another OS?

there are 32 and 64 bit versions of the pi images … see uname -a or arch … if it says aarch64 in either of these commands you are on a 64bit image, if it says armhf or armv7l it is 32 bit …

that said … the snap should really work on either arch if it is installable there …

The revision that is shown in the logs from above indicate that the armhf version of the snap was installed FWIW

This looks to be the smoking gun:

Nov 30 11:09:12 raspberrypi scummvm.daemon[9054]: error: error running snapctl: snap “scummvm” has “install-snap” change in progress

It seems that snapd already has an installation for scummvm in progress that is either broken or hung. Try rebooting. Then try sudo snap remove scummvm followed by sudo snap install scummvm. Then try snap changes and snap change [change-number] to see if you can get any logging information as to why the installation failed.

2 Likes

Thanks guys for helping me fight through this. Here are some more findings, as instructed by @lucyllewy:

pi@raspberrypi:~ $ sudo snap remove scummvm
snap “scummvm” is not installed

pi@raspberrypi:~ $ snap changes
ID Status Spawn Ready Summary
19 Error today at 08:51 MST today at 08:51 MST Install “scummvm” snap

pi@raspberrypi:~ $ snap tasks 19
Status Spawn Ready Summary
Done today at 08:51 MST today at 08:51 MST Ensure prerequisites for “scummvm” are available
Undone today at 08:51 MST today at 08:51 MST Download snap “scummvm” (4462) from channel “stable”
Done today at 08:51 MST today at 08:51 MST Fetch and check assertions for snap “scummvm” (4462)
Undone today at 08:51 MST today at 08:51 MST Mount snap “scummvm” (4462)
Undone today at 08:51 MST today at 08:51 MST Copy snap “scummvm” data
Undone today at 08:51 MST today at 08:51 MST Setup snap “scummvm” (4462) security profiles
Undone today at 08:51 MST today at 08:51 MST Make snap “scummvm” (4462) available to the system
Undone today at 08:51 MST today at 08:51 MST Automatically connect eligible plugs and slots of snap “scummvm”
Undone today at 08:51 MST today at 08:51 MST Set automatic aliases for snap “scummvm”
Undone today at 08:51 MST today at 08:51 MST Setup snap “scummvm” aliases
Undone today at 08:51 MST today at 08:51 MST Run install hook of “scummvm” snap if present
Undone today at 08:51 MST today at 08:51 MST Start snap “scummvm” (4462) services
Undone today at 08:51 MST today at 08:51 MST Run configure hook of “scummvm” snap if present
Undone today at 08:51 MST today at 08:51 MST Run health check of “scummvm” snap
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:alsa to core:alsa
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:audio-playback to core:audio-playback
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:gnome-3-28-1804 to gnome-3-28-1804:gnome-3-28-1804
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:network-bind to core:network-bind
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:sound-themes to gtk-common-themes:sound-themes
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:unity7 to core:unity7
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:x11 to core:x11
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:gtk-3-themes to gtk-common-themes:gtk-3-themes
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:icon-themes to gtk-common-themes:icon-themes
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:network to core:network
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:desktop to core:desktop
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:desktop-legacy to core:desktop-legacy
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:gsettings to core:gsettings
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:home to core:home
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:opengl to core:opengl
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:joystick to core:joystick
Undone today at 08:51 MST today at 08:51 MST Connect scummvm:pulseaudio to core:pulseaudio
Undone today at 08:51 MST today at 08:51 MST Setup snap “scummvm” (4462) security profiles for auto-connections
Error today at 08:51 MST today at 08:51 MST restart of [scummvm.daemon]


Automatically connect eligible plugs and slots of snap “scummvm”

2020-12-02T08:51:37-07:00 INFO cannot auto-connect plug scummvm:wayland, candidates found: core:wayland, mir-kiosk:wayland


restart of [scummvm.daemon]

2020-12-02T08:51:46-07:00 ERROR # systemctl restart snap.scummvm.daemon.service
Job for snap.scummvm.daemon.service failed.
See “systemctl status snap.scummvm.daemon.service” and “journalctl -xe” for details.

2020-12-02T08:51:46-07:00 ERROR exit status 1

OK, this gets us further. It seems the install gets all the way to actually starting the daemon, which is failing with the “install in progress” message because it is calling snapctl. This might be a snapd bug, as it seems to work in other systems. So, could I ask that you post the output from snap version - you might have an older release that could indicate the issue?

pi@raspberrypi:~ $ snap version
snap 2.48
snapd 2.48
series 16
raspbian 10
kernel 5.4.79-v7l+

Later tonight I will try to install snap on a fresh RPiOS and see if the error sticks around. I’m not sure why it would matter, but the only apps I have installed are Chromium Media Edition and Kodi, it is stock with no overclock, everything has been updated including the firmware.

What is snap list? It seems that you also have mir-kiosk installed?

1 Like

For what it’s worth if you install Ubuntu Core, then the ScummVM snap works fine with mir-kiosk. I was testing this with Ubuntu Core and it installed fine for me.

Also, the message about multiple candidates found seems to be harmless because on a successful (arm64) install on Ubuntu 20.10, I see the same message but things still install successfully.

I think that the issue really is with the install-snap change in progress error message, it seems that some hook is trying to start/stop the snap and snapd thinks that this task conflicts with installing the snap.

I think I did install mir-kiosk at some point, but it was just a blank screen that didn’t work. When I get in I will share the snap-list results.

that is exactly what mir-kiosk is supposed to show :wink: its a display server, nothig more (it should also show a mouse pointer if you have a mouse attached)

Haha, goes to show I have no idea what its intended function was. Forgive my noobishness :wink: I’m excited to learn more about Linux, I’ve done IT and networking most of my life but have been in the safespace of x86 and Windows. If anyone have any books or beginner projects I’d be down for recommendations! Getting the Rpi and working within bash I’ve already learned a lot, but at least once a week I have to yell “I’d have done this 20 times already if it was Windows, hell even Dos!” but I recognize that my ignorance is the problem and not the platform, lol.

1 Like

Okay, had a chance to try again tonight. 100% fresh install of RpiOS, all I did was update:

sudo apt update
sudo apt full-upgrade

then install snap:

sudo apt update
sudo apt install snapd

then rebooted:

sudo reboot

Then tried to install the scummvm snap:

sudo snap install scummvm
2020-12-02T21:54:27-07:00 INFO snap “scummvm” has bad plugs or slots: audio-playback (unknown interface “audio-playback”)
error: cannot perform the following tasks:

  • restart of [scummvm.daemon] (# systemctl restart snap.scummvm.daemon.service
    Job for snap.scummvm.daemon.service failed.
    See “systemctl status snap.scummvm.daemon.service” and “journalctl -xe” for details.
    )
  • restart of [scummvm.daemon] (exit status 1)

It looks like I’m getting a different audio playback error now? I saw a different forum post about this particular issue here: Trouble with Snap ScummVM on Raspian

systemctl output:

"pi@raspberrypi:~ $ systemctl
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0-mmcblk0p1.device loaded active plugged /sys/dev
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0-mmcblk0p2.device loaded active plugged /sys/dev
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0.device loaded active plugged /sys/devices/platf
sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-sound-card1.device loaded
sys-devices-platform-scb-fd580000.ethernet-net-eth0.device loaded active plugged /sys/devices/platform/scb
sys-devices-platform-soc-fe00b840.mailbox-bcm2835_audio-sound-card0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe201000.serial-tty-ttyAMA0-hci0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe201000.serial-tty-ttyAMA0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe300000.mmcnr-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device loaded active plugged /sys/devices/pl
sys-devices-virtual-block-loop0.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-loop1.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-loop2.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram0.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram1.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram10.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram11.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram12.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram13.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram14.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram15.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram2.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram3.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram4.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram5.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram6.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram7.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram8.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram9.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-misc-rfkill.device loaded active plugged /sys/devices/virtual/misc
sys-devices-virtual-tty-ttyprintk.device loaded active plugged /sys/devices/virtual/tty/
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-module-fuse.device loaded active plugged /sys/module/fuse
sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/
sys-subsystem-net-devices-eth0.device loaded active plugged /sys/subsystem/net/device
lines 1-36
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0-mmcblk0p1.device loaded active plugged /sys/devices/platform/emm
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0-mmcblk0p2.device loaded active plugged /sys/devices/platform/emm
sys-devices-platform-emmc2bus-fe340000.emmc2-mmc_host-mmc0-mmc0:59b4-block-mmcblk0.device loaded active plugged /sys/devices/platform/emm
sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-sound-card1.device loaded active plugged Audio Adapter (
sys-devices-platform-scb-fd580000.ethernet-net-eth0.device loaded active plugged /sys/devices/platform/scb
sys-devices-platform-soc-fe00b840.mailbox-bcm2835_audio-sound-card0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe201000.serial-tty-ttyAMA0-hci0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe201000.serial-tty-ttyAMA0.device loaded active plugged /sys/devices/platform/soc
sys-devices-platform-soc-fe300000.mmcnr-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device loaded active plugged /sys/devices/platform/soc
sys-devices-virtual-block-loop0.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-loop1.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-loop2.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram0.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram1.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram10.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram11.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram12.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram13.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram14.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram15.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram2.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram3.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram4.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram5.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram6.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram7.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram8.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-block-ram9.device loaded active plugged /sys/devices/virtual/bloc
sys-devices-virtual-misc-rfkill.device loaded active plugged /sys/devices/virtual/misc
sys-devices-virtual-tty-ttyprintk.device loaded active plugged /sys/devices/virtual/tty/
sys-module-configfs.device loaded active plugged /sys/module/configfs
sys-module-fuse.device loaded active plugged /sys/module/fuse
sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/
sys-subsystem-net-devices-eth0.device loaded active plugged /sys/subsystem/net/device
"

and finally journalctl -xe output:

pi@raspberrypi:~ $ journalctl -xe
Dec 02 21:54:34 raspberrypi systemd[1]: Failed to start Service for snap application scummvm.daemon.
Subject: A start job for unit snap.scummvm.daemon.service has failed
Defined-By: systemd
Support: xhttps://www.debian.org/support

A start job for unit snap.scummvm.daemon.service has finished with a failure.

The job identifier is 1347 and the job result is failed.
Dec 02 21:54:35 raspberrypi systemd[734]: run-snapd-ns-scummvm.mnt.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit UNIT has successfully entered the ‘dead’ state.
Dec 02 21:54:35 raspberrypi systemd[1]: run-snapd-ns-scummvm.mnt.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit run-snapd-ns-scummvm.mnt.mount has successfully entered the ‘dead’ state.
Dec 02 21:54:35 raspberrypi systemd[1]: Reloading.
Dec 02 21:54:36 raspberrypi systemd[734]: snap-scummvm-4462.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit UNIT has successfully entered the ‘dead’ state.
Dec 02 21:54:36 raspberrypi systemd[1]: snap-scummvm-4462.mount: Succeeded.
Subject: Unit succeeded
Defined-By: systemd
Support: xhttps://www.debian.org/support

The unit snap-scummvm-4462.mount has successfully entered the ‘dead’ state.
Dec 02 21:54:36 raspberrypi systemd[1]: Reloading.
Dec 02 21:54:37 raspberrypi snapd[1104]: handlers.go:394: Reported install problem for “scummvm” as Crash report successfully submitted.
Dec 02 21:54:38 raspberrypi sudo[1096]: pam_unix(sudo:session): session closed for user root

i’m trying to install pulse audio and see what happens, it appears maybe this is a dependancy for ScummVM?

sudo apt-get install pulseaudio sudo reboot sudo sudo snap install scummvm

2020-12-02T22:13:51-07:00 INFO snap “scummvm” has bad plugs or slots: audio-playback (unknown interface “audio-playback”) error: cannot perform the following tasks:

  • restart of [scummvm.daemon] (# systemctl restart snap.scummvm.daemon.service Job for snap.scummvm.daemon.service failed. See “systemctl status snap.scummvm.daemon.service” and “journalctl -xe” for details. )
  • restart of [scummvm.daemon] (exit status 1)

still no dice :frowning: