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

3.8.1: Unable to translate '127.0.0.1:2958' into an Internet adrress: Address family for hostname not supported #131

Closed
yarikk opened this issue Aug 22, 2024 · 0 comments · Fixed by #132

Comments

@yarikk
Copy link

yarikk commented Aug 22, 2024

After #130 127.0.0.1 is no longer accepted on systems which do not have IPv4 addresses on non-loopback interfaces, breaking them:

Aug 22 06:05:42 * oscillatord[1028884]: 06:05:42 #033[32mINFO #033[0m Starting Oscillatord v3.8.1
Aug 22 06:05:42 * oscillatord[1028884]: 06:05:42 #033[31mERROR#033[0m Unable to translate '127.0.0.1
:2958' into an Internet adrress: Address family for hostname not supported
Aug 22 06:05:42 * oscillatord[1028884]: 06:05:42 #033[31mERROR#033[0m Monitoring: Error creating mon
itoring socket
Aug 22 06:05:42 * oscillatord[1028884]: 06:05:42 #033[31mERROR#033[0m Error creating monitoring sock
et thread
Aug 22 06:05:42 * systemd[1]: oscillatord.service: Main process exited, code=exited, status=234/n/a

The reason is AI_ADDRCONFIG, as @vvfedorenko identified, which is overly restrictive.

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.

1 participant