On Mon, Apr 17, 2023 at 4:48 AM Lennart Poettering <lennart@xxxxxxxxxxxxxx> wrote: > > On Fr, 14.04.23 09:14, Chuck Tuffli (ctuffli@xxxxxxxxx) wrote: > > > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi <luca.boccassi@xxxxxxxxx> wrote: > > ... > > > Can't reproduce this either on latest main or on v247. Enable debug > > > logs with systemctl log-level debug and then restart the service and > > > check again. > > > > Thank you for taking a look at this. The output was long so I added it > > to pastebin: > > > > if you look inside the image, do you see the binary at the right place > in /usr/bin? > > You can mount the image via "losetup --find --show myimage.raw" > > And then mount it via "mkdir t && mount /dev/loopXp1 t" or something > like that. # losetup --find --show /tmp/portable-walkthrough-go.raw /dev/loop1 # mount /dev/loop1 /mnt # cd /mnt # ls -l usr/bin total 6172 -rwxrwxr-x 1 ctuffli ctuffli 6319344 Apr 2 16:05 portable-walkthrough-go # usr/bin/portable-walkthrough-go & [1] 7832 # curl localhost:8080 Hello! You are visitor #6! # fg usr/bin/portable-walkthrough-go ^C # curl localhost:8080 curl: (7) Failed to connect to localhost port 8080 after 0 ms: Connection refused #