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
With the introduction of ipv6 support, the server components (smp and xftp) do not listen to ipv4 any more. The server components bind to their respective ports on ipv6, but not on ipv4. If ipv6 is disabled on the server, the smp and xftp components fail to start. In my tests the last fully working smp-server version is v4.4.1. I suspect, it's some kind of regression with ipv6 support.
The text was updated successfully, but these errors were encountered:
Jun 14 11:42:23 (redacted) smp-server[7263]: smp-server: Network.Socket.socket: unsupported operation (Address family not supported by protocol)
and exits with status 1/FAILURE
If ipv6 is enabled, it starts, however it does bind only to ipv6. IPv4 connectivity is not present. "lsof -i" list just one entry:
smp-server 1008 smp 40u IPv6 26663 0t0 TCP *:5223 (LISTEN)
With the introduction of ipv6 support, the server components (smp and xftp) do not listen to ipv4 any more. The server components bind to their respective ports on ipv6, but not on ipv4. If ipv6 is disabled on the server, the smp and xftp components fail to start. In my tests the last fully working smp-server version is v4.4.1. I suspect, it's some kind of regression with ipv6 support.
The text was updated successfully, but these errors were encountered: