From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 13 05:49:02 2021 Received: (at 47106) by debbugs.gnu.org; 13 Mar 2021 10:49:02 +0000 Received: from localhost ([127.0.0.1]:59137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL1pN-0005eh-T1 for submit@debbugs.gnu.org; Sat, 13 Mar 2021 05:49:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL1pL-0005eN-Je for 47106@debbugs.gnu.org; Sat, 13 Mar 2021 05:49:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60535) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lL1pE-0001fL-EI; Sat, 13 Mar 2021 05:48:52 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35676 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lL1pD-00013C-R1; Sat, 13 Mar 2021 05:48:52 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Prikler Subject: Re: bug#47106: Bubblewrap hates Guix containers =?utf-8?Q?=F0=9F=98=9E?= References: Date: Sat, 13 Mar 2021 11:48:50 +0100 In-Reply-To: (Leo Prikler's message of "Fri, 12 Mar 2021 18:43:55 +0100") Message-ID: <87r1kjpbvx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47106 Cc: 47106@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi! Leo Prikler 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=3D"XAUTHORITY" --expose=3D$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 =E2=80=98bwrap=E2=80=99 looking for? /sys is mounted inside =E2=80= =98guix environment -C=E2=80=99, but perhaps it needs something special? I suggest running these things (or =E2=80=98bwrap=E2=80=99 directly) in =E2= =80=98strace -f -o log=E2=80=99 inside the container to see. Thanks, Ludo=E2=80=99.