bugzilla-daemon at mindrot.org
2006-Feb-13 16:30 UTC
[Bug 1156] Closes connection after C-c is pressed on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1156 Summary: Closes connection after C-c is pressed on QNX Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: kraai at ftbfs.org When I press Control-C while running a command (e.g., sleep 1) on QNX 6, after the command finishes, the connection is closed:> $ qnx18 > Welcome to QNX Neutrino! > sh: j_init: tcgetpgrp() failed: Inappropriate I/O control operation > sh: warning: won't have full job control > Mon Feb 13 08:23:04 2006 on /dev/ttyp3 > Last login: Mon Feb 13 08:21:32 2006 on /dev/ttyp2 > $ sleep 1 # I pressed C-c here. > Connection to qnx18 closed by remote host. > Connection to qnx18 closed.When I run sshd -d, pressing C-c kills sleep but does not cause the connection to close. I used the 20060213 snapshot. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Feb-13 19:47 UTC
[Bug 1156] Closes connection after C-c is pressed on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1156 ------- Comment #1 from dtucker at zip.com.au 2006-02-14 06:47 ------- Please try each of: ./configure --with-cflags=-DSSHD_ACQUIRES_CTTY check_for_openpty_ctty_bug=1 ./configure If it's the former, then see bug #245 for an explanation. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Feb-14 15:35 UTC
[Bug 1156] Closes connection after C-c is pressed on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1156 ------- Comment #2 from kraai at ftbfs.org 2006-02-15 02:35 ------- Created an attachment (id=1066) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1066&action=view) Define SSHD_ACQUIRES_CTTY on QNX Defining SSHD_ACQUIRES_CTTY fixes the problem, so the attached patch makes configure do so on QNX. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Feb-14 20:27 UTC
[Bug 1156] Closes connection after C-c is pressed on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1156 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |1155 nThis| | Status|NEW |ASSIGNED ------- Comment #3 from dtucker at zip.com.au 2006-02-15 07:27 ------- Cool, thanks. Adding to the list for the next release. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Feb-26 01:33 UTC
[Bug 1156] Closes connection after C-c is pressed on QNX
http://bugzilla.mindrot.org/show_bug.cgi?id=1156 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from dtucker at zip.com.au 2006-02-26 12:33 ------- Patch applied, thanks. It will be in the 4.4 release. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.