You are not logged in.

#1 2014-05-16 12:23:40

r0b0t
Member
From: /tmp
Registered: 2009-05-24
Posts: 510

[Solved]libvirt cannot start any interface /sbin/ebtables missing?!

Hi,

virsh --connect qemu:///system net-start default
error: Failed to start network default
error: direct firewall backend requested, but /sbin/ebtables is not available: No such file or directory

while I installed /sbin/ebtables and yet the error is there.
Downgraded different times libvirt (to older versions with no success).

Error starting network 'zone': direct firewall backend requested, but /sbin/ebtables is not available: No such file or directory

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/network.py", line 104, in start
    self._backend.create()
  File "/usr/lib/python2.7/site-packages/libvirt.py", line 2635, in create
    if ret == -1: raise libvirtError ('virNetworkCreate() failed', net=self)
libvirtError: direct firewall backend requested, but /sbin/ebtables is not available: No such file or directory

It looks pretty the same issue as here: https://bbs.archlinux.org/viewtopic.php?id=141525

Any suggestion? Currently I can't use any virtual machine due to this problem as no interface can be started...

Last edited by r0b0t (2014-05-16 18:31:17)

Offline

#2 2014-05-16 14:25:12

null
Member
Registered: 2009-05-06
Posts: 398

Re: [Solved]libvirt cannot start any interface /sbin/ebtables missing?!

Did you restart the libvirtd service after installing ebtables? It did help me.

Offline

#3 2014-05-16 15:54:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [Solved]libvirt cannot start any interface /sbin/ebtables missing?!

Sanity check, /sbin is a symlink to /usr/bin, correct?

Offline

#4 2014-05-16 18:31:33

r0b0t
Member
From: /tmp
Registered: 2009-05-24
Posts: 510

Re: [Solved]libvirt cannot start any interface /sbin/ebtables missing?!

null wrote:

Did you restart the libvirtd service after installing ebtables? It did help me.


Lol thanks it worked.

Offline

Board footer

Powered by FluxBB