We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debian 11 pyrad 1.4
When /etc/services removed.
socket.getaddrinfo('0.0.0.0', 'www') raises socket.gaierror: [Errno -8] Servname not supported for ai_socktype
socket.getaddrinfo('0.0.0.0', 'www')
socket.gaierror: [Errno -8] Servname not supported for ai_socktype
pyrad got empty list in _GetAddrInfo and NO warning or error at all.
Why does pyrad use www to get addrinfo instead of port number?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Debian 11
pyrad 1.4
When /etc/services removed.
socket.getaddrinfo('0.0.0.0', 'www')
raisessocket.gaierror: [Errno -8] Servname not supported for ai_socktype
pyrad got empty list in _GetAddrInfo and NO warning or error at all.
Why does pyrad use www to get addrinfo instead of port number?
The text was updated successfully, but these errors were encountered: