Re: OpenSSH 4.1: call for testing.

This is a discussion on Re: OpenSSH 4.1: call for testing. within the OpenSSH Development forums, part of the Networking and Network Related category; It appears to be the ls.copy file creation that's failing... gmake tests LTESTS=multiplex (cd openbsd-compat &&...


Go Back   Usenet Forums > Networking and Network Related > OpenSSH Development

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-06-2005
guyverdh@mchsi.com
 
Posts: n/a
Default Re: OpenSSH 4.1: call for testing.


It appears to be the ls.copy file creation that's failing...

gmake tests LTESTS=multiplex
(cd openbsd-compat && gmake)
gmake[1]: Entering directory `/tech_svc/SSH/openssh-4.0p1/openbsd-compat'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/tech_svc/SSH/openssh-4.0p1/openbsd-compat'
BUILDDIR=`pwd`; \
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
[ -f `pwd`/regress/Makefile ] || \
ln -s `cd . && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
TEST_SHELL="sh"; \
TEST_SSH_SSH="${BUILDDIR}/ssh"; \
TEST_SSH_SSHD="${BUILDDIR}/sshd"; \
TEST_SSH_SSHAGENT="${BUILDDIR}/ssh-agent"; \
TEST_SSH_SSHADD="${BUILDDIR}/ssh-add"; \
TEST_SSH_SSHKEYGEN="${BUILDDIR}/ssh-keygen"; \
TEST_SSH_SSHKEYSCAN="${BUILDDIR}/ssh-keyscan"; \
TEST_SSH_SFTP="${BUILDDIR}/sftp"; \
TEST_SSH_SFTPSERVER="${BUILDDIR}/sftp-server"; \
cd ./regress || exit $?; \
gmake \
.OBJDIR="${BUILDDIR}/regress" \
.CURDIR="`pwd`" \
BUILDDIR="${BUILDDIR}" \
OBJ="${BUILDDIR}/regress/" \
PATH="${BUILDDIR}:${PATH}" \
TEST_SHELL="${TEST_SHELL}" \
TEST_SSH_SSH="${TEST_SSH_SSH}" \
TEST_SSH_SSHD="${TEST_SSH_SSHD}" \
TEST_SSH_SSHAGENT="${TEST_SSH_SSHAGENT}" \
TEST_SSH_SSHADD="${TEST_SSH_SSHADD}" \
TEST_SSH_SSHKEYGEN="${TEST_SSH_SSHKEYGEN}" \
TEST_SSH_SSHKEYSCAN="${TEST_SSH_SSHKEYSCAN}" \
TEST_SSH_SFTP="${TEST_SSH_SFTP}" \
TEST_SSH_SFTPSERVER="${TEST_SSH_SFTPSERVER}" \
EXEEXT="" \
tests
gmake[1]: Entering directory `/tech_svc/SSH/openssh-4.0p1/regress'
ssh-keygen -if /tech_svc/SSH/openssh-4.0p1/regress/rsa_ssh2.prv | diff -
/tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.prv
cat /tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.prv >
/tech_svc/SSH/openssh-4.0p1/regress//t2.out
chmod 600 /tech_svc/SSH/openssh-4.0p1/regress//t2.out
ssh-keygen -yf /tech_svc/SSH/openssh-4.0p1/regress//t2.out | diff -
/tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.pub
ssh-keygen -ef /tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.pub
>/tech_svc/SSH/openssh-4.0p1/regress//rsa_secsh.pub

ssh-keygen -if /tech_svc/SSH/openssh-4.0p1/regress//rsa_secsh.pub | diff -
/tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.pub
rm -f /tech_svc/SSH/openssh-4.0p1/regress/rsa_secsh.pub
ssh-keygen -lf /tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.pub |\
awk '{print $2}' | diff - /tech_svc/SSH/openssh-4.0p1/regress/t4.ok
ssh-keygen -Bf /tech_svc/SSH/openssh-4.0p1/regress/rsa_openssh.pub |\
awk '{print $2}' | diff - /tech_svc/SSH/openssh-4.0p1/regress/t5.ok
ssh-keygen -if /tech_svc/SSH/openssh-4.0p1/regress/dsa_ssh2.prv >
/tech_svc/SSH/openssh-4.0p1/regress//t6.out1
ssh-keygen -if /tech_svc/SSH/openssh-4.0p1/regress/dsa_ssh2.pub >
/tech_svc/SSH/openssh-4.0p1/regress//t6.out2
chmod 600 /tech_svc/SSH/openssh-4.0p1/regress//t6.out1
ssh-keygen -yf /tech_svc/SSH/openssh-4.0p1/regress//t6.out1 | diff -
/tech_svc/SSH/openssh-4.0p1/regress//t6.out2
ssh-keygen -lf /tech_svc/SSH/openssh-4.0p1/regress//t7.out > /dev/null
ssh-keygen -Bf /tech_svc/SSH/openssh-4.0p1/regress//t7.out > /dev/null
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
scp: failed copy /bin/ls
cmp: cannot open /tech_svc/SSH/openssh-4.0p1/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
Master running (pid=23831)
Exit request sent.
failed connection multiplexing
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/tech_svc/SSH/openssh-4.0p1/regress'
gmake: *** [tests] Error 2


> Thanks for testing.
>
> guyverdh@mchsi.com wrote:
> > Solaris 5.10
> >
> > Config works fine.
> >
> > Make works fine.
> >
> > Make tests - fails.
> >
> > Master running (pid=21217)
> > Exit request sent.
> > failed connection multiplexing

>
> So far I've not been able to reproduce this (Sol10/x86).
>
> Is there any output from before this line? Could you run the multiplex
> test on its own and send the output? ie
>
> $ make tests LTESTS=multiplex
>
> [...]
> > Also, still showing loads of the following message in syslog output
> >
> > Apr 4 15:52:12 srvname sshd[14794]: [ID 800047 auth.error] error: setsockopt
> > SO_KEEPALIVE: Socket operation on non-socket
> > Apr 4 15:52:13 srvname sshd[14796]: [ID 800047 auth.error] error: setsockopt
> > SO_KEEPALIVE: Socket operation on non-socket

>
> While annoying, this is harmless. It will be fixed after 4.1.
>
> --
> 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
http://www.mindrot.org/mailman/listi...enssh-unix-dev
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:26 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0