Hi Simon, Simon Josefsson <si...@josefsson.org> skribis:
> https://gitlab.com/debdistutils/guix/container/-/blob/main/.gitlab-ci.yml Yay, great that you went this far! > It fails with networking errors just like Ludo's earlier e-mail: > > fping: icmp: unknown protocol > > What is really weird is this root directory: > > Using docker image > sha256:57160f1c13ce56799d6e3e83dd97da4c929993ac008404ac38c67317cded25d1 for > registry.gitlab.com/debdistutils/guix/container:pack with digest > registry.gitlab.com/debdistutils/guix/container@sha256:be1ad3a7af69669cf3d138c6ec2b1201a64294aad33320246212c6689a1e5c9d > ... > ... > $ ls -la /etc > total 20 > drwxr-xr-x 2 0 0 4096 Dec 16 10:15 . > drwxr-xr-x 1 0 0 4096 Dec 16 10:15 .. > -rw-r--r-- 1 0 0 46 Dec 16 10:15 hostname > -rw-r--r-- 1 0 0 283 Dec 16 10:15 hosts > lrwxrwxrwx 1 0 0 12 Dec 16 10:15 mtab -> /proc/mounts > -rw-r--r-- 1 0 0 841 Dec 16 10:15 resolv.conf > > There is no /etc/protocols! No wonder things doesn't work. And that’s in spite of you running ‘guix pack … net-base -S /etc=etc’. Could it be that something in podman/Docker/GitLab-CI overrides /etc, or overrides it specifically because it’s a symlink? I’m not sure where to look for that. Ludo’.