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!
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.