Hi there and thanks in advance. I've been unable to run the compressor binary after successful make / install on Ubuntu 20.04 due to the following error:
src/compressor_cache_user.c:xsk_configure:511: Assertion failed: bind(sfd, (struct sockaddr *)&sxdp, sizeof(sxdp)) == 0: errno: 16/"Device or resource busy"
Any permutation of configuration file settings results in the same outcome, so long as I set the interface setting to the active public interface on which the primary IP is bound (in this case eth0). Let me know if I'm missing anything or can provide more info.
Hi there and thanks in advance. I've been unable to run the compressor binary after successful make / install on Ubuntu 20.04 due to the following error:
src/compressor_cache_user.c:xsk_configure:511: Assertion failed: bind(sfd, (struct sockaddr *)&sxdp, sizeof(sxdp)) == 0: errno: 16/"Device or resource busy"Any permutation of configuration file settings results in the same outcome, so long as I set the interface setting to the active public interface on which the primary IP is bound (in this case eth0). Let me know if I'm missing anything or can provide more info.