Re: Regression tests with x509
From: Roumen Petrov (openssh_at_roumenpetrov.info)
Date: 10/02/03
- Previous message: Atro Tossavainen: "Re: 30GB file transfers using scp"
- In reply to: C S: "Regression tests with x509"
- Next in thread: C S: "Re: Regression tests with x509"
- Reply: C S: "Re: Regression tests with x509"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 02 Oct 2003 10:03:37 +0300 To: C S <nd_stew@yahoo.com>
Hi Curtis,
What about regression tests without x509 patch ?
Is result same?
Note: without patch command is "make tests" only.
Sory, but I cannot remember what was result from "3.6p2 build errors on
buffer_get with latest portable/SNAP" thread in openssh-unix-dev mail list.
C S wrote:
>Having problems with the x509 patch which appears to
>be
>centered around regression tests on portable SSH.
>
>MACHINE:
># cat /etc/issue
>
>Red Hat Linux release 8.0 (Psyche)
>Kernel 2.4.18-14 on an i686
>
>bash-2.05b# ssh -V
>OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
>0x0090602f
># openssl
>OpenSSL> version
>OpenSSL 0.9.6b [engine] 9 Jul 2001
>
>BUILD:
>tar -xvzf openssh-3.7.1p2.tar.gz
>cd openssh-3.7.1p2
>zcat ../openssh-3.7.1p2+x509g2.diff.gz | patch -p 1
>./configure && make
>
>CHECK FAILS IN T2 WITH "make check":
>make check
>...
>ssh-keygen -yf
>/root/gz/openssh-3.7.1p2/regress//t2.out | diff -
>/root/gz/openssh-3.7.1p2/regress/rsa_openssh.pub
>buffer_get: trying to get more bytes 1 than in buffer
>0
>0a1
>
>
>>ssh-rsa
>>
>>
>AAAAB3NzaC1yc2EAAAADAQABAAAAgQDsilwKcaKN6wSMNd1WgQ9+HRqQEkD0kCTVttrazGu0OhBU3Uko+dFD1Ip0CxdXmN25JQWxOYF7h/Ocu8P3jzv3RTX87xKR0YzlXTLX+SLtF/ySebS3xWPrlfRUDhh03hR5V+8xxvvy9widPYKw/oItwGSueOsEq1LTczCDv2dAjQ==
>make[1]: *** [t2] Error 1
>make[1]: Leaving directory
>`/root/gz/openssh-3.7.1p2/regress'
>make: *** [check-regress] Error 2
>
>RERUN AT SHELL AND IT WORKS!?#!:
># ssh-keygen -yf
>/root/gz/openssh-3.7.1p2/regress//t2.out | diff -
>/root/gz/openssess/rsa_openssh.pub
>#
>
>INDIVIDUAL TEST:
>Run test-exec.sh after setting syslog and LogLevel to
>VERBOSE and TEST_SSH_TRACE on:
>
># PATH=`pwd`/..:$PATH:. sh test-exec.sh `pwd`
>agent-timeout.sh
>generate keys
>buffer_get: trying to get more bytes 1 than in buffer
>0
>FATAL: sshd_proxy broken
>
>(/var/log/authlog is empty) :(
>
>I tried this with the latest SNAP and the results were
>worse, am I missing something here?
>
>
>cs
>
>
>__________________________________
>Do you Yahoo!?
>The New Yahoo! Shopping - with improved product search
>http://shopping.yahoo.com
>
- Previous message: Atro Tossavainen: "Re: 30GB file transfers using scp"
- In reply to: C S: "Regression tests with x509"
- Next in thread: C S: "Re: Regression tests with x509"
- Reply: C S: "Re: Regression tests with x509"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]