On Tue, Jul 08, 2014 at 10:02:09AM +0800, 3akai wrote: > I installed xfce4-netload-1.2.0 on amd64/kvm/qemu guest vm, > and it only work on lo0, when I config it to display vio0/em0 network flow, > it popup the error message like this: > > Xfce4-Netload-Plugin: Error in initializing: > Interface was not found. > > and it no network flow display on vio0/em0, > but the network(vio0/em0) is working. > If I config it to lo0, netload can show the network(lo0) flow.
The code checking for interface type/status is here: http://git.xfce.org/panel-plugins/xfce4-netload-plugin/tree/panel-plugin/wormulon/openbsd.c#n37 maybe for some reason vio devices dont pass that check (AF_LINK, maybe ?) Patch welcome.. Landry
