<div dir="ltr"><div><div><div>Hi Laine <br><br></div>I'm able to run the qemu-bridge-helper but with root authority.<br></div>I need to run it with non-root user.How can i do that?<br><br></div>Thanks <br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 5:43 PM, Laine Stump <span dir="ltr"><<a href="mailto:laine@laine.org" target="_blank">laine@laine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 06/25/2014 10:22 AM, abhishek jain wrote:<br>
> Hi<br>
><br>
> I'm able to run the below command using root permission....<br>
><br>
>  sudo kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500<br>
> Warning: netdev hostnet has no peer<br>
> Could not initialize SDL(No available video device) - exiting<br>
><br>
><br>
> However when I'm running the same command without root authority,I'm<br>
> getting following logs...<br>
><br>
>  kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500<br>
> failed to create tun device: Operation not permitted<br>
> failed to launch bridge helper<br>
> kvm: -netdev bridge,br=qbr0ccdca50-fa,id=hostnet: Device 'bridge'<br>
> could not be initialized<br>
><br>
><br>
> I need to run the above command without root authority.Please help<br>
> regarding this.<br>
<br>
</div></div>Search for qemu-bridge-helper and you should find information about the<br>
ACL file that needs to be setup for this to work properly. For example,<br>
this has a short description, but doesn't sound like it's intended to be<br>
the final authority:<br>
<br>
  <a href="http://wiki.qemu.org/Features/HelperNetworking" target="_blank">http://wiki.qemu.org/Features/HelperNetworking</a><br>
</blockquote></div><br></div>