search for: vnet380622

Displaying 2 results from an estimated 2 matches for "vnet380622".

2015 Mar 02
2
QEMU interface type=ethernet
...but I was able to track down the issue to this linux change: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ca6bb5d7ab22ac79f608fe6cbc6b12de6a5a19f0 Which means that if you're seeing errors like this: 2015-03-02T18:00:51.243477Z qemu-kvm: -netdev tap,script=/tmp/vnet380622.sh,id=hostnet1: could not open /dev/net/tun: Operation not permitted 2015-03-02T18:00:51.243518Z qemu-kvm: -netdev tap,script=/tmp/vnet380622.sh,id=hostnet1: Device 'tap' could not be initialized They can be resolved like this: 1) Edit /etc/libvirt/qemu.conf, and add "/dev/net/tun...
2015 Mar 02
0
Re: QEMU interface type=ethernet
...ue to this linux change: > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ca6bb5d7ab22ac79f608fe6cbc6b12de6a5a19f0 > > > Which means that if you're seeing errors like this: > > 2015-03-02T18:00:51.243477Z qemu-kvm: -netdev > tap,script=/tmp/vnet380622.sh,id=hostnet1: could not open > /dev/net/tun: Operation not permitted > 2015-03-02T18:00:51.243518Z qemu-kvm: -netdev > tap,script=/tmp/vnet380622.sh,id=hostnet1: Device 'tap' could not be > initialized > > They can be resolved like this: > > 1) Edit /etc/libvirt...