You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use Invoker with a fresh 18.04 Ubuntu installation but I can't get it to work. When I run sudo invoker setup --tld test I keep getting an error: failed to create listening socket for port 53: Address already in use I tried to find a solution but nothing really worked and I'm not an Ubuntu expert so modifying system files without knowing what I'm doing seems like a bad idea for me. Anyone that knows a solution?
The text was updated successfully, but these errors were encountered:
I tried to reproduce this in a VM running ubuntu 18.04 and I could not. Invoker itself does not listen on port 53 on Ubuntu and relies on dnsmasq for the job.
Can you post complete error? And where do you see the error? Is that during invoker setup?
Also can you post output of lsof -i :53 command run as root?
Hi, I'm trying to use Invoker with a fresh 18.04 Ubuntu installation but I can't get it to work. When I run
sudo invoker setup --tld test
I keep getting an error:failed to create listening socket for port 53: Address already in use
I tried to find a solution but nothing really worked and I'm not an Ubuntu expert so modifying system files without knowing what I'm doing seems like a bad idea for me. Anyone that knows a solution?The text was updated successfully, but these errors were encountered: