[EMAIL PROTECTED]:~$ grep tun /etc/group
tun:x:1002:andreas

[EMAIL PROTECTED]:~$ groups | grep tun
tun

[EMAIL PROTECTED]:~$ ls -l /dev/net/tun
crw------- 1 root root 10, 200 2008-04-29 23:05 /dev/net/tun
[EMAIL PROTECTED]:~$ sudo chown :tun /dev/net/tun
[sudo] password for andreas: 
[EMAIL PROTECTED]:~$ ls -l /dev/net/tun
crw------- 1 root tun 10, 200 2008-04-29 23:05 /dev/net/tun

and with read and write access for group tun:
crw-rw---- 1 root tun 10, 200 2008-04-29 23:05 /dev/net/tun


The same problem:

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 480, in run_domain
    vm.startup()
  File "/usr/share/virt-manager/virtManager/domain.py", line 379, in startup
    self.vm.create()
  File "/usr/lib/python2.5/site-packages/libvirt.py", line 240, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: virDomainCreate() failed Failed to add tap interface 'vnet%d' to 
bridge 'br0' : Operation not permitted

-- 
Error starting domain: virDomainCreate() failed Failed to add tap interface 
'vnet%d' to bridge 'br0' : Permission denied
https://bugs.launchpad.net/bugs/247677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to