I too have encountered this problem. Conecting clients get
connection refused when attempting to connect to a correctly
configured server.
The reason I know the server is correctly configured, is
that running the server under 'strace -f' so as to log the
system calls made for crude debugging allowed the
connections to go through and the clients to work.
I'm not terribly interested in having to run a network
server under strace in order for it to work. Have you
designed opendchub with a mind to avoiding race conditions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=844378
I too have encountered this problem. Conecting clients get
connection refused when attempting to connect to a correctly
configured server.
The reason I know the server is correctly configured, is
that running the server under 'strace -f' so as to log the
system calls made for crude debugging allowed the
connections to go through and the clients to work.
I'm not terribly interested in having to run a network
server under strace in order for it to work. Have you
designed opendchub with a mind to avoiding race conditions?
Logged In: YES
user_id=844378
Oh, this was with 0.7.11 as provided on debian testing.
I saw nothing relevant in the changelog for 0.7.12.