[Pkg-utopia-maintainers] Bug#755015: Bug#755015: network-manager: Manages all tun devices, and fails.
Timothy Baldwin
T.E.Baldwin99 at members.leeds.ac.uk
Thu Jul 17 07:02:03 UTC 2014
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
More information about the Pkg-utopia-maintainers
mailing list