You are not logged in.
When starting slirpvde I get a
Could not connect to the VDE switch at '(null)': No such file or directory
error.
Ther command to start slirpvde is
slirpvde -s - -D -n 192.168.14.0
after
VDE_MANAGEMENT_SOCK="/var/run/vde/sample.mgmt" # path of the management UNIX socket
VDE_SOCK="/var/run/vde/sample.sock" # control directory pathname
VDE_OPTS="-s $VDE_SOCK --tap tap1 --mode 0660 --dirmode 0750 --group root -mgmt $VDE_MANAGEMENT_SOCK"
vde_switch -$VDE_OPTS
both vde_switch and slirpvde are launched via systemdctl
This problem is similar to Bug 1678 in Mageia exept I do not know if there is a stack overflow.
A patch is given for Mageia on 2011-06-15 13:37 CEST.
Can it be the same problem?
Offline