Call for testing: OpenSSH-5.4
Kevin Brott
kevin.brott at gmail.com
Sat Mar 6 12:36:19 EST 2010
On Fri, Feb 26, 2010 at 23:25, Damien Miller <djm at mindrot.org> wrote:
> Hi,
>
> OpenSSH 5.4 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a big release,
> with a number of major new features and many bug fixes.
>
>
Using openssh-SNAP-20100306.tar.gz
Summary:
lx1072 + Ubunto 6.10 i686 - builds - all tests passed
hobbes + Ubuntu 9.10 x86_64 - builds - all tests passed
ux0643 + AIX 5.2 sp10 power - builds - all tests passed
ux9039 + AIX 5.3 sp7 power - builds - all tests passed
ux9001 + AIX 6.1 sp4 power - builds - all tests passed
ux1090 + HP-UX 11.11 hppa2 - builds - all tests passed
ux1025 + HP-UX 11.23 ia64 - builds - tests *PARTIAL FAIL *1*
ux9115 + HP-UX 11.31 ia64 gcc - builds - tests *FAIL: *2*
ux9115 + HP-UX 11.31 ia64 aCC - builds - all tests passed
phswaora01 + RH 6.2 i686 - builds - tests *PATRIAL FAIL *3*
lx1030 + RH 8.0 i686 - builds - all tests passed
lx0527 + RHEL 2.1 i686 - builds - tests *PATRIAL FAIL *4*
lx1098 + RHEL 3.0 tu8 i686 - builds - all tests passed
lx9002 + RHEL 4.0 nu5 i686 - builds - all tests passed
lx9003 + RHEL 5.4 i686 - builds - all tests passed * *5*
*1 :: Tests run as non-root user ...
export SUDO=`which sudo`
...
run test connect.sh ...
Password:
cat: Cannot open /var/tmp/ssh/openssh/regress/pidfile: Permission denied
(root:sys 0600)
no sshd running
ok simple connect
run test proxy-connect.sh ...
cat: Cannot open /var/tmp/ssh/openssh/regress/pidfile: Permission denied
no sshd running
ok proxy connect
...etc...
run test reconfigure.sh ...
cat: Cannot open /var/tmp/ssh/openssh/regress/pidfile: Permission denied
usage: kill [ -signo ] pid ...
FATAL: sshd did not restart
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
gmake: *** [tests] Error 2
stale sshd process running from build dir - killed it
unset SUDO
...
run test connect.sh ...
Permission denied.
ssh connect with protocol 1 failed
Permission denied (publickey,password,keyboard-interactive).
ssh connect with protocol 2 failed
failed simple connect
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
gmake: *** [tests] Error 2
:: Run as root user, or 'sudo gmake tests' - all tests passed
*2 :: Tests fail (root/non-root):
...
run test agent-ptrace.sh ...
ptrace succeeded?: exit code 1
failed disallow agent ptrace attach
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
gmake: *** [tests] Error 2
*3 :: Tests fail as non-root user (w/out SUDO) at:
...
run test connect.sh ...
Connection closed by 127.0.0.1
ssh connect with protocol 1 failed
Read from socket failed: Broken pipe
ssh connect with protocol 2 failed
failed simple connect
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
gmake: *** [tests] Error 2
:: export SUDO=`which sudo` ... all(-1) tests passed (agent-ptrace.sh
which still hangs in gdb)
*4 :: Tests fail as non-root user (w/wout SUDO) at ...
run test agent-getpeereid.sh ...
ssh-add did not fail for nobody: 1 < 2
failed disallow agent attach from other uid
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory `/var/tmp/ssh/openssh/regress'
gmake: *** [tests] Error 2
:: Run as root user, or 'sudo gmake tests' - all tests passed
*5 :: patch of regress/agents.sh required. See previous email.
--
# include <stddisclaimer.h>
/* Kevin Brott <Kevin.Brott at gmail.com> */
More information about the openssh-unix-dev
mailing list