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
I checked that the bug hasn't been reported before
Package Name
stunnel
Package Version
v5.60-2 / 5.57-1
Device Model
DS211j
Device Architecture
ARMv5
Firmware Version
6.2.4
What happened?
After setting up a tunneling service (SSH), stunnel starts successfully as a client on the synology.
However when trying to establish a connection through it (ssh user@SynologyIP -p StunnelAcceptPort), the ssh command hangs and the stunnel logs begin to flood with the following error message:
LOG3[ui]: local socket: Function not implemented (38)
I tried to toy with multiple options (different users including root, different ports, local ip binding, changing local socket options, ..) but no avail.
Same configuration running on a laptop connects successfully.
Reproduction steps
Set up a SSH tunneling service with stunnel as a client on the diskstation
The error local socket: Function not implemented (38) must occur when calling s=s_accept(fd, &addr.sa, &addrlen, 1, "local socket"); in stunnel.c.
This is the only code with the text "local socket".
s_accept is called in accept_connection function within the daemon_loop in stunnel.c
s_accept is implemented in fd.c (file descriptor functions) and is calling setup_fd.
if setup_fd is called with an invalid socket file descriptor, the error reported is logged with socketerror and the message local socket is comming from the call of s_accept.
Is this a new Bug?
Package Name
stunnel
Package Version
v5.60-2 / 5.57-1
Device Model
DS211j
Device Architecture
ARMv5
Firmware Version
6.2.4
What happened?
After setting up a tunneling service (SSH), stunnel starts successfully as a client on the synology.
However when trying to establish a connection through it (ssh user@SynologyIP -p StunnelAcceptPort), the ssh command hangs and the stunnel logs begin to flood with the following error message:
LOG3[ui]: local socket: Function not implemented (38)
I tried to toy with multiple options (different users including root, different ports, local ip binding, changing local socket options, ..) but no avail.
Same configuration running on a laptop connects successfully.
Reproduction steps
ssh user@SynologyIP -p 18022
...
Install Log
Service Log
No response
Other Logs
The text was updated successfully, but these errors were encountered: