[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#47106: Bubblewrap hates Guix containers ๐
From: |
Leo Prikler |
Subject: |
bug#47106: Bubblewrap hates Guix containers ๐ |
Date: |
Sat, 13 Mar 2021 12:07:51 +0100 |
User-agent: |
Evolution 3.34.2 |
Hi!
Am Samstag, den 13.03.2021, 11:48 +0100 schrieb Ludovic Courtรจs:
> Hi!
>
> Leo Prikler <leo.prikler@student.tugraz.at> skribis:
>
> > both Epiphany and Eolie (post fixing #47097; will submit patch
> > shortly)
> > fail inside Guix containers with the suggested incantation. After
> > getting the environment to no longer complain about $DISPLAY by
> > adding
> > `--preserve="XAUTHORITY" --expose=$XAUTHORITY', it repeatedly
> > outputs
> > lines like
> > bwrap: Can't find source path /sys/class: No such file or directory
> > before closing the process altogether.
>
> What is โbwrapโ looking for? /sys is mounted inside โguix
> environment -Cโ,
> but perhaps it needs something special?
>
> I suggest running these things (or โbwrapโ directly) in โstrace -f -o
> logโ inside the container to see.
It seems to be
> openat(AT_FDCWD, "/sys/class/dmi/id/chassis_type", O_RDONLY) = -1
> ENOENT (No such file or directory)
> openat(AT_FDCWD, "/sys/firmware/acpi/pm_profile", O_RDONLY) = -1
> ENOENT (No such file or directory)
I haven't repeated that for all warnings of similar kind, but if I add
`--expose=/sys/block --expose=/sys/class --expose=/sys/bus --
expose=/sys/dev --expose=/sys/devices` to the invocation, I instead get
a warning, that the WebKitWebProcess can't open $DISPLAY. I'm not sure
how to resolve that one, given that I already had to sneak DISPLAY and
XAUTHORITY into the container, but it's a start.
Regards,
Leo
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/12
- bug#47106: Bubblewrap hates Guix containers ๐, Ludovic Courtรจs, 2021/03/13
- bug#47106: Bubblewrap hates Guix containers ๐,
Leo Prikler <=
- bug#47106: Bubblewrap hates Guix containers ๐, Bengt Richter, 2021/03/13
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/13
- bug#47106: Bubblewrap hates Guix containers ๐, Bengt Richter, 2021/03/13
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/13
- bug#47106: Bubblewrap hates Guix containers ๐, Bengt Richter, 2021/03/14
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/14
- bug#47106: Bubblewrap hates Guix containers ๐, Ludovic Courtรจs, 2021/03/14
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/14
- bug#47106: Bubblewrap hates Guix containers ๐, Ludovic Courtรจs, 2021/03/15
- bug#47106: Bubblewrap hates Guix containers ๐, Leo Prikler, 2021/03/15