Report forwarded
to konrad.hinsen@cnrs.fr, bug-guix@gnu.org: bug#61690; Package guix.
(Tue, 21 Feb 2023 22:46:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Ludovic Courtès <ludovic.courtes@inria.fr>:
New bug report received and forwarded. Copy sent to konrad.hinsen@cnrs.fr, bug-guix@gnu.org.
(Tue, 21 Feb 2023 22:46:02 GMT) (full text, mbox, link).
Hi Ludo,
Ludovic Courtès <ludovic.courtes@inria.fr> writes:
> The reason for this bug seems to be given here:
>
> https://github.com/nestybox/sysbox/issues/67#issuecomment-726285026
>
> It’s not clear whether there’s anything we can do, other than
> recommending ‘-CN’ as well in the nested container.
Couldn't we always create a new network namespace, but when -N is passed
it also has a veth interface? The one problem I can think of is that
we'd need to either create one veth per interface in the parent
namespace or let the user specify which interface should be shared.
Best,
--
Josselin Poiret
Cc: 61690@debbugs.gnu.org, Konrad Hinsen <konrad.hinsen@cnrs.fr>
Subject: Re: bug#61690: Failure to mount /sys in nested ‘guix shell’ container
Date: Thu, 02 Mar 2023 18:11:16 +0100
Hi Josselin,
Josselin Poiret <dev@jpoiret.xyz> skribis:
> Ludovic Courtès <ludovic.courtes@inria.fr> writes:
>
>> The reason for this bug seems to be given here:
>>
>> https://github.com/nestybox/sysbox/issues/67#issuecomment-726285026
>>
>> It’s not clear whether there’s anything we can do, other than
>> recommending ‘-CN’ as well in the nested container.
>
> Couldn't we always create a new network namespace, but when -N is passed
> it also has a veth interface? The one problem I can think of is that
> we'd need to either create one veth per interface in the parent
> namespace or let the user specify which interface should be shared.
Maybe we could, but I must confess I’m totally clueless on this veth
thing. :-)
What would this entail? Hopefully guile-netlink can help?
Thanks,
Ludo’.
Information forwarded
to bug-guix@gnu.org: bug#61690; Package guix.
(Thu, 02 Mar 2023 17:34:02 GMT) (full text, mbox, link).
Hi Ludo,
Ludovic Courtès <ludovic.courtes@inria.fr> writes:
> Maybe we could, but I must confess I’m totally clueless on this veth
> thing. :-)
>
> What would this entail? Hopefully guile-netlink can help?
So, a veth (Virtual Ethernet) device is basically a pipe but for network
devices: they're created in pairs, and any packet going through one end
is instantly received on the other end. You can then transmit packets
between network namespaces.
One problem that totally slipped by me is that you need to be root to
create a veth device in the original namespace... Rootless containers
use slirp4netns, which is basically a userspace TCP/IP stack
communicating with a special network device in the new namespace (over
which you have complete rights). The situation might thus be a bit more
complicated, since we'd need another library/program as a dependency to
achieve this. I guess there's no best solution for now then :/
Best,
--
Josselin Poiret
Severity set to 'important' from 'normal'
Request was from Ludovic Courtès <ludo@gnu.org>
to control@debbugs.gnu.org.
(Tue, 14 Jan 2025 10:07:02 GMT) (full text, mbox, link).
Information forwarded
to bug-guix@gnu.org: bug#61690; Package guix.
(Tue, 14 Jan 2025 17:09:02 GMT) (full text, mbox, link).
Cc: Josselin Poiret <dev@jpoiret.xyz>, Konrad Hinsen <konrad.hinsen@cnrs.fr>
Subject: Re: bug#61690: Failure to mount /sys in nested ‘guix shell’ container
Date: Tue, 14 Jan 2025 18:07:58 +0100
Ludovic Courtès <ludovic.courtes@inria.fr> skribis:
> As reported by Konrad¹, nested ‘guix shell -C’ fails:
>
> $ guix shell -CN guix \
> --expose=/var/guix/daemon-socket/socket \
> --expose=/gnu/store \
> -- guix shell -C coreutils -- ls /
> guix shell: error: mount: mount "none" on "/tmp/guix-directory.xO3FIx/sys": Operation not permitted
[...]
> The reason for this bug seems to be given here:
>
> https://github.com/nestybox/sysbox/issues/67#issuecomment-726285026
I submitted a simple patch to address this annoyance:
https://issues.guix.gnu.org/75560
Ludo’.
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.