Hi, Quoting Samuel Thibault (2026-06-09 17:41:20) > Johannes Schauer Marin Rodrigues, le mar. 09 juin 2026 16:33:22 +0200, a > ecrit: > > > > Error getting hardware address for "/dev/eth0": No such device > > > > > > As documented on > > > https://www.debian.org/ports/hurd/hurd-install > > > you can check what netdde finds out by running > > > > > > settrans -fga /dev/netdde /hurd/netdde > > > > root@testvm:~# settrans -fga /dev/netdde /hurd/netdde > > settrans: /hurd/netdde: No such file or directory > > That's why, you are missing the drivers :) > > Install the netdde package to get them.
yeeees! That was it!! I investigated how it could happen that an Essential:yes package did not get installed. The reason for that is the following: curl --silent http://ftp.ports.debian.org/debian-ports/dists/unstable/main/binary-hurd-i386/Packages.xz | unxz | grep-dctrl -F Package netdde The above comes back empty. The netdde package is not part of the unstable suite (but it is present in unreleased) and that's why mmdebstrap does not pick it up when it is told to install a chroot for the suite called "unstable". Is this intentional? Should I add a workaround? I see that "grep" is another Essential:yes package in unreleased (but it is also in unstable). Thanks! cheers, josch
signature.asc
Description: signature

