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
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
> > #
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
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
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
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:
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
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