On Mon, 20 Jan 2025 09:04:53 +0100 Helmut Grohne <hel...@subdivi.de> wrote: >l > chkrootkit fails its autopkgtest when the containment environment is not > running dhclient. The ci.debian.net infrastructure is running dhclient > and there the test output looks like this: > > https://ci.debian.net/data/autopkgtest/unstable/amd64/c/chkrootkit/56572135/log.gz
> | Missing: ^lo: not promisc and no packet sniffer sockets$ > > I believe that this is a broken test that should be fixed. i agree, i will take a look this week. While it is an issue in the test, I know things pass in sbuild+ unshare which doesnt have any dhclient. I have not checked but from the above i think that the issue is actually that your container doesnt even have the "lo" interface configured? It is still true that the test should work without lo, or bring it up that if it wants it available, but i wanted to check that was intentional part of debusine? sbuild does a system("ip", "link", "set", "lo", "up") if networking is disabled (in sbuild-libnsexec) so this would be a difference.