Bugzilla – Attachment 839 Details for
Bug 989
openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
on multiplex.sh add set -x before line "for s in 0 1 4 5 44; do"
toto (text/plain), 5.60 KB, created by
eric vanborren
on 2005-03-03 00:56:43 AEDT
(
hide
)
Description:
on multiplex.sh add set -x before line "for s in 0 1 4 5 44; do"
Filename:
MIME Type:
Creator:
eric vanborren
Created:
2005-03-03 00:56:43 AEDT
Size:
5.60 KB
patch
obsolete
>root@qvgdisy3 # echo $PATH >/usr/local/ssl/bin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/ccs/bin >root@qvgdisy3 # which scp >no scp in /usr/local/ssl/bin /usr/local/bin /usr/sbin /usr/bin /usr/ccs/bin >root@qvgdisy3 # > >=========================================================================== >root@qvgdisy3 # make tests >... >run test multiplex.sh ... >test connection multiplexing: envpass >test connection multiplexing: transfer >scp: failed copy /bin/ls >cmp: cannot open /opt/SSH/openssh-3.9p1/regress/ls.copy >scp: corrupted copy of /bin/ls >test connection multiplexing: status 0 >test connection multiplexing: status 1 >test connection multiplexing: status 4 >test connection multiplexing: status 5 >test connection multiplexing: status 44 >failed connection multiplexing >*** Error code 1 >make: Fatal error: Command failed for target `t-exec' >Current working directory /opt/SSH/openssh-3.9p1/regress >*** Error code 1 >make: Fatal error: Command failed for target `tests' >root@qvgdisy3 # >=========================================================================== >in multiplex.sh >add a set -x before : > >set -x >for s in 0 1 4 5 44; do >... >=========================================================================== >run test multiplex.sh ... >test connection multiplexing: envpass >test connection multiplexing: transfer >scp: failed copy /bin/ls >cmp: cannot open /opt/SSH/openssh-3.9p1/regress/ls.copy >scp: corrupted copy of /bin/ls >+ trace exit status 0 over multiplexed connection >+ [ X = Xyes ] >+ verbose test connection multiplexing: status 0 >+ [ X != Xyes ] >+ echo test connection multiplexing: status 0 >test connection multiplexing: status 0 >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock otherhost exit 0 >r=0 >+ [ 0 -ne 0 ] >+ trace exit status 0 with early close over multiplexed connection >+ [ X = Xyes ] >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock -n otherhost exec sh -c 'sleep 2; exec > /dev/null 2>&1; sleep 3; exit 0' >r=0 >+ [ 0 -ne 0 ] >+ trace exit status 1 over multiplexed connection >+ [ X = Xyes ] >+ verbose test connection multiplexing: status 1 >+ [ X != Xyes ] >+ echo test connection multiplexing: status 1 >test connection multiplexing: status 1 >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock otherhost exit 1 >r=1 >+ [ 1 -ne 1 ] >+ trace exit status 1 with early close over multiplexed connection >+ [ X = Xyes ] >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock -n otherhost exec sh -c 'sleep 2; exec > /dev/null 2>&1; sleep 3; exit 1' >r=1 >+ [ 1 -ne 1 ] >+ trace exit status 4 over multiplexed connection >+ [ X = Xyes ] >+ verbose test connection multiplexing: status 4 >+ [ X != Xyes ] >+ echo test connection multiplexing: status 4 >test connection multiplexing: status 4 >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock otherhost exit 4 >r=4 >+ [ 4 -ne 4 ] >+ trace exit status 4 with early close over multiplexed connection >+ [ X = Xyes ] >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock -n otherhost exec sh -c 'sleep 2; exec > /dev/null 2>&1; sleep 3; exit 4' >r=4 >+ [ 4 -ne 4 ] >+ trace exit status 5 over multiplexed connection >+ [ X = Xyes ] >+ verbose test connection multiplexing: status 5 >+ [ X != Xyes ] >+ echo test connection multiplexing: status 5 >test connection multiplexing: status 5 >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock otherhost exit 5 >r=5 >+ [ 5 -ne 5 ] >+ trace exit status 5 with early close over multiplexed connection >+ [ X = Xyes ] >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock -n otherhost exec sh -c 'sleep 2; exec > /dev/null 2>&1; sleep 3; exit 5' >r=5 >+ [ 5 -ne 5 ] >+ trace exit status 44 over multiplexed connection >+ [ X = Xyes ] >+ verbose test connection multiplexing: status 44 >+ [ X != Xyes ] >+ echo test connection multiplexing: status 44 >test connection multiplexing: status 44 >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock otherhost exit 44 >r=44 >+ [ 44 -ne 44 ] >+ trace exit status 44 with early close over multiplexed connection >+ [ X = Xyes ] >+ /opt/SSH/openssh-3.9p1/ssh -S /opt/evborren/SSH/openssh-3.9p1/regress/ctl-sock -n otherhost exec sh -c 'sleep 2; exec > /dev/null 2>&1; sleep 3; exit 44' >r=44 >+ [ 44 -ne 44 ] >+ cat /opt/SSH/openssh-3.9p1/regress/pidfile >+ kill 5203 >+ rm -f /opt/SSH/openssh-3.9p1/regress/ctl-sock >+ cleanup >+ [ -f /opt/SSH/openssh-3.9p1/regress/pidfile ] >+ [ 1 -eq 0 ] >+ echo failed connection multiplexing >failed connection multiplexing >+ exit 1 >*** Error code 1 >make: Fatal error: Command failed for target `t-exec' >Current working directory /opt/SSH/openssh-3.9p1/regress >*** Error code 1 >make: Fatal error: Command failed for target `tests' >root@qvgdisy3 # ls -l /opt/SSH/openssh-3.9p1/regress/pidfile >/opt/SSH/openssh-3.9p1/regress/pidfile: No such file or directory >root@qvgdisy3 # > >=========================================================================== >in /opt/SSH/openssh-3.9p1/regress/Makefile > >for the Variable LTESTS= >a dd of the line : > multiplex \ > >resolved the problem ! is it satisfying you ? >=========================================================================== > >... >run test dynamic-forward.sh ... >skipped (no suitable ProxyCommand found) >run test forwarding.sh ... >ok local and remote forwarding >run test reexec.sh ... >test config passing >reexec tests: proto 1 >reexec tests: proto 2 >test reexec fallback >reexec tests: proto 1 >reexec tests: proto 2 >test reexec fallback without privsep >reexec tests: proto 1 >reexec tests: proto 2 >ok reexec tests >root@qvgdisy3 # >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 989
:
839
|
841
|
842