Mailing List Archive

[Bug 699] server broke connection without message
http://bugzilla.mindrot.org/show_bug.cgi?id=699

Summary: server broke connection without message
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: penalva@cines.fr


The sshd broke all connections (root or other uid) without any messages. I try
to run the server and the client with traces, but there's nothing, only a
"cleanup" message.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699





------- Additional Comments From penalva@cines.fr 2003-09-22 22:41 -------
Created an attachment (id=444)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=444&action=view)
trace of the sshd -ddd (server side)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699





------- Additional Comments From penalva@cines.fr 2003-09-22 22:43 -------
Created an attachment (id=445)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=445&action=view)
trace of the ssh -vvv -l <user> <host> (client side)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699

dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE



------- Additional Comments From dtucker@zip.com.au 2003-09-22 22:46 -------
If you apply the patch from bug #659 you will need to run "autoconf" or wait
until tomorrow's snapshot (ie 20030923 or higher).

ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/snapshot/

*** This bug has been marked as a duplicate of 659 ***

*** This bug has been marked as a duplicate of 659 ***



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699

penalva@cines.fr changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |



------- Additional Comments From penalva@cines.fr 2003-09-22 23:49 -------
After the patch from bug#659, there's a pb during the build :
/usr/local/bin/make
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -I.
-I.. -I. -I./.. -I/usr/local/ssl/include -I/usr/local/pub/tcp_wrappers_7.6
-I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c
In file included from ../openbsd-compat/openbsd-compat.h:160,
from ../includes.h:173,
from bsd-arc4random.c:25:
../openbsd-compat/fake-rfc2553.h:141: conflicting types for `gai_strerror'
/usr/include/netdb.h:147: previous declaration of `gai_strerror'
make: *** [bsd-arc4random.o] Error 1




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699





------- Additional Comments From dtucker@zip.com.au 2003-09-23 00:02 -------
Did you run "autoconf" to rebuild configure before running "./configure && make"?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699





------- Additional Comments From penalva@cines.fr 2003-09-23 00:42 -------
Yes, autoconf, then ./configure with options. And before the autoconf, a good
make clean.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 699] server broke connection without message [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=699

dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED



------- Additional Comments From dtucker@zip.com.au 2003-09-23 23:22 -------
This is fixed in 3.7.1p2:
- (dtucker) [configure.ac openbsd-compat/fake-rfc2553.c
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
where gai_strerror is defined as "const char *". Part of patch supplied
by bugzilla-openssh at thewrittenword.com




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.