This is a discussion on Re: OpenSSH 4.7: call for testing. within the OpenSSH Development forums, part of the Networking and Network Related category; Pekka Savola wrote: > On Thu, 16 Aug 2007, Darren Tucker wrote: >>> run test login-timeout.sh ... &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Pekka Savola wrote:
> On Thu, 16 Aug 2007, Darren Tucker wrote: >>> run test login-timeout.sh ... >>> ssh: connect to host 127.0.0.1 port 4242: Connection refused >>> ssh connect after login grace timeout failed without privsep >>> failed connect after login grace timeout >>> make[1]: *** [t-exec] Error 1 >> Does this error happen consistently? Some of the tests are inherently racy, >> and this is one of them. There are "sleep" commands sprinkled in strategic >> places but sometimes they're not enough. > > Yes, this seems to work when I retry it, as well as manually. > > There is also later an issue with terminating forwarding connections, > but I recall you debugged this already 6-12 months ago (then the > system was RHL73 though) and couldn't reproduce it. So this certainly > shouldn't be a recent problem. With tracing enabled, the output is: This can happen if you have something that uses the port ranges that the regress tests assume will be free (33xx). I have had problems with ClamAV's clamd which by default uses a port in that range. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |