ERR: Cannot open AF_UNIX sockets (2)
Posted: Tue Mar 13, 2018 9:44 pm
Guys,
After a few hours I am stymied.
I have EVE-NG running on ESXi. I can run a Dynamips image for example but not an IOL image on the GUI.
Runnnig the wrapper on the CLI I get:
Cannot listen at AF_UNIX (577). ERR: Cannot open AF_UNIX sockets (2).
Failed to create AF_UNIX socket file (2).
Caught SIGTERM, killing child.
The iousrc file is correct and the /tmp has the following permissions:
drwxrwxrwt 11 root root 4096 Mar 13 23:39 tmp
The IOL image runs correctly if I follow the procedure to test it:
cd /opt/unetlab/addons/iol/bin
touch NETMAP
LD_LIBRARY_PATH=/opt/unetlab/addons/iol/lib /opt/unetlab/addons/iol/bin/<iosname.bin> 1
The IOL image runs without a problem.
The reason here is the creation of the AF_UNIX socket.
The version is:
eve-ng 2.0.3-86 amd64
The question is why cannot the AF_UNIX socket be created. It should do it under /tmp but perhaps it is trying to do so under a different folder but what folder?
Any help will be appreciate it.
After a few hours I am stymied.
I have EVE-NG running on ESXi. I can run a Dynamips image for example but not an IOL image on the GUI.
Runnnig the wrapper on the CLI I get:
Cannot listen at AF_UNIX (577). ERR: Cannot open AF_UNIX sockets (2).
Failed to create AF_UNIX socket file (2).
Caught SIGTERM, killing child.
The iousrc file is correct and the /tmp has the following permissions:
drwxrwxrwt 11 root root 4096 Mar 13 23:39 tmp
The IOL image runs correctly if I follow the procedure to test it:
cd /opt/unetlab/addons/iol/bin
touch NETMAP
LD_LIBRARY_PATH=/opt/unetlab/addons/iol/lib /opt/unetlab/addons/iol/bin/<iosname.bin> 1
The IOL image runs without a problem.
The reason here is the creation of the AF_UNIX socket.
The version is:
eve-ng 2.0.3-86 amd64
The question is why cannot the AF_UNIX socket be created. It should do it under /tmp but perhaps it is trying to do so under a different folder but what folder?
Any help will be appreciate it.