On 16/07/14 22:25, Michael Biebl wrote:
Could you send me the output of
LANG=C nmcli d
I explicitely added a patch to mark virtual network devices as unmanaged
So the output of
ls -al /sys/devices/virtual/net/
would be helpful as well.
$ LANG=C nmcli d
DEVICE TYPE STATE CONNECTION
eth1 ethernet connected Mobile
6a44 tun connected 6a44
teredo tun connected teredo
wlan0 wifi disconnected --
eth0 ethernet unavailable --
veth0 ethernet unmanaged --
lo loopback unmanaged --
$ ls -al /sys/devices/virtual/net/
total 0
drwxr-xr-x 9 root root 0 Jul 16 22:31 .
drwxr-xr-x 17 root root 0 Jul 15 16:54 ..
drwxr-xr-x 5 root root 0 Jul 16 18:12 6a44
drwxr-xr-x 5 root root 0 Jul 15 16:54 lo
drwxr-xr-x 5 root root 0 Jul 16 22:29 teredo
drwxr-xr-x 5 root root 0 Jul 15 16:55 veth0
The other end of veth0 is in a network namespace created with ip netns:
# ip netns exec proxy ls -al /sys/devices/virtual/net/
total 0
drwxr-xr-x 9 root root 0 Jul 16 22:31 .
drwxr-xr-x 17 root root 0 Jul 16 22:31 ..
drwxr-xr-x 5 root root 0 Jul 16 22:35 lo
drwxr-xr-x 5 root root 0 Jul 16 22:35 tun0
drwxr-xr-x 5 root root 0 Jul 16 22:35 veth1
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers