[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] Missing "bridge.conf"
From: |
Davide Baldini |
Subject: |
[Qemu-discuss] Missing "bridge.conf" |
Date: |
Mon, 06 Jul 2015 22:04:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.6.0 |
Hello,
with Qemu 2.3.0, I'm trying to run a bridged VM like this:
$ /usr/local/bin/qemu-system-x86_64 -hda /media/raid1/qemu-105 -m 768
-localtime -netdev bridge,id=hn0 -device virtio-net-pci,netdev=hn0,id=nic1
> failed to parse default acl file `/usr/local/etc/qemu/bridge.conf'
> failed to launch bridge helper
> qemu-system-x86_64: -netdev bridge,id=hn0: Device 'bridge' could not
be initialized
$ /usr/local/libexec/qemu-bridge-helper --br=br0 --fd=x
> failed to parse default acl file `/usr/local/etc/qemu/bridge.conf'
"bridge.conf" doesn't exist:
$ ls /usr/local/etc/qemu/bridge.conf
> ls: cannot access /usr/local/etc/qemu/bridge.conf: No such file or
directory
not even a "bridge.conf.sample", searched for with "find" throughout the
filesystem.
Where can I get that file?
-- Davide
- [Qemu-discuss] Missing "bridge.conf",
Davide Baldini <=