Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
On Tue, Apr 18, 2023 at 8:37 AM Chuck Tuffli wrote: > > On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering > wrote: > ... > > > # losetup --find --show /tmp/portable-walkthrough-go.raw > > > /dev/loop1 > > > # mount /dev/loop1 /mnt > > > # cd /mnt > > > # ls -l usr/bin > > > total 6172 > > > -rwx

Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering wrote: ... > > # 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 > > #

Re: [systemd-devel] help with portable service

2023-04-18 Thread Lennart Poettering
On Mo, 17.04.23 06:48, Chuck Tuffli (ctuf...@gmail.com) wrote: > On Mon, Apr 17, 2023 at 4:48 AM Lennart Poettering > wrote: > > > > On Fr, 14.04.23 09:14, Chuck Tuffli (ctuf...@gmail.com) wrote: > > > > > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi > > > wrote: > > > ... > > > > Can't reprod

Re: [systemd-devel] help with portable service

2023-04-17 Thread Chuck Tuffli
On Mon, Apr 17, 2023 at 4:48 AM Lennart Poettering wrote: > > On Fr, 14.04.23 09:14, Chuck Tuffli (ctuf...@gmail.com) wrote: > > > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi > > wrote: > > ... > > > Can't reproduce this either on latest main or on v247. Enable debug > > > logs with systemctl

Re: [systemd-devel] help with portable service

2023-04-17 Thread Lennart Poettering
On Fr, 14.04.23 09:14, Chuck Tuffli (ctuf...@gmail.com) wrote: > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi 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 y

Re: [systemd-devel] help with portable service

2023-04-14 Thread Chuck Tuffli
On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi 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:

Re: [systemd-devel] help with portable service

2023-04-13 Thread Luca Boccassi
On Mon, 3 Apr 2023 at 01:45, Chuck Tuffli wrote: > > I'm experimenting with Portable Services, but the "walkthrough" example [1] > doesn't seem to work. The error: > Failed to execute /usr/bin/portable-walkthrough-go: No such file or > directory > probably means something fairly fundamental is

[systemd-devel] help with portable service

2023-04-02 Thread Chuck Tuffli
I'm experimenting with Portable Services, but the "walkthrough" example [1] doesn't seem to work. The error: Failed to execute /usr/bin/portable-walkthrough-go: No such file or directory probably means something fairly fundamental is wrong, but I can't seem to figure out what that might be. Any s