Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoker with Ubuntu 18.04 #219

Closed
meneerprins opened this issue Jun 10, 2018 · 2 comments · Fixed by #233
Closed

Invoker with Ubuntu 18.04 #219

meneerprins opened this issue Jun 10, 2018 · 2 comments · Fixed by #233

Comments

@meneerprins
Copy link

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?

@gnufied
Copy link
Contributor

gnufied commented Jun 12, 2018

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?

@gnufied
Copy link
Contributor

gnufied commented Jun 12, 2018

BTW it is possible that you are running into conflicts between systemd-resolved and dnsmasq. In which case suggested workaround appears to be:

https://unix.stackexchange.com/questions/304050/how-to-avoid-conflicts-between-dnsmasq-and-systemd-resolved?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants