Mailing List Archive

[Bug 1453] sshd closes connections.
https://bugzilla.mindrot.org/show_bug.cgi?id=1453


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |djm@mindrot.org




--- Comment #1 from Damien Miller <djm@mindrot.org> 2008-04-01 09:38:20 ---
What platform are you on?

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453


Darren Tucker <dtucker@zip.com.au> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker@zip.com.au




--- Comment #2 from Darren Tucker <dtucker@zip.com.au> 2008-04-01 09:55:41 ---
"on OpenBSD 4.2" I suspect :-)

I also suspect that the rebuild was incomplete, probably because of
missing dependency files (I've been bitten by that myself although not
recently).

Please try "cd /usr/src/usr.bin/ssh && make clean && make depend &&
make" and see if that resolves the problem.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453





--- Comment #3 from Darren Tucker <dtucker@zip.com.au> 2008-04-01 10:04:26 ---
The other thing to watch out for is object files in the source
directory, if "make" has ever been run without a preceeding "make obj".
To account for this, please try this instead of my previous suggested
commandline:

cd /usr/src/usr.bin/ssh
find . -name obj | xargs rm -rf
make clean cleandir
make obj depend
make

Oh, and I see what djm meant by "what platform?": what hardware is
"Other"?

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453


mindrot@sunnz.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |amd64




--- Comment #4 from mindrot@sunnz.org 2008-04-01 12:17:57 ---
Hello, it is running on AMD64 OpenBSD 4.2-release.

Darren I will try your commands as long as possible, thanks.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453





--- Comment #5 from Damien Miller <djm@mindrot.org> 2008-04-01 12:44:53 ---
Created an attachment (id=1480)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1480)
Revert CMSG twiddling

Please try this patch - it seems that some bugs in the kernel ABI were
fixed post-4.3.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453





--- Comment #6 from mindrot@sunnz.org 2008-04-01 18:19:17 ---
Damien, your patch seems to work!!

The patch was applied to the source, then OpenSSH was installed as per
the instruction at openssh.com/openbsd.html for OpenSSH 4.9. It now
just connects like normal.

Thanks.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453


mindrot@sunnz.org changed:

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




--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1453] sshd closes connections. [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1453


Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED




--- Comment #7 from Damien Miller <djm@mindrot.org> 2008-04-04 10:02:22 ---
Close resolved bugs after release.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs