Hi,
I've installed a debian bullseye base system in a chrooted env.
I notice it doesn't have networking while the freeBSD host is eth-wired connected and functional (interface is bge0).
lo
To perform this job,
.
In the meantime,
Inter-| Receive| Transmit
face|bytes packets errs drop fifo frame compressed multicast| bytes packets errs drop fifo colls carrier compressed
eth0: 1280430626 936303 0 0 0 0 0 295 52344898 531008 0 0 0 0 0 0
lo0: 436 6 0 0 0 0 0 0 436 6 0 0 0 0 0 0
What a strange situation.
What's wrong and what to do ?
Does the inconsistency between /proc/net/dev contents and
Thanks a lot
Cheers
PS: I've followed https://wiki.freebsd.org/LinuxJails
I've installed a debian bullseye base system in a chrooted env.
I notice it doesn't have networking while the freeBSD host is eth-wired connected and functional (interface is bge0).
root@debian # ifquery --list
lo
To perform this job,
ifquery
calls
Code:
int getifaddrs(struct ifaddrs **ifap)
In the meantime,
cat /proc/net/dev
:Inter-| Receive| Transmit
face|bytes packets errs drop fifo frame compressed multicast| bytes packets errs drop fifo colls carrier compressed
eth0: 1280430626 936303 0 0 0 0 0 295 52344898 531008 0 0 0 0 0 0
lo0: 436 6 0 0 0 0 0 0 436 6 0 0 0 0 0 0
What a strange situation.
What's wrong and what to do ?
Does the inconsistency between /proc/net/dev contents and
ifquery --list
mean a bug in compatibility layer ?Thanks a lot
Cheers
PS: I've followed https://wiki.freebsd.org/LinuxJails
Last edited: