On Tue, 13 Dec 2016, The Doctor wrote:> Got you. Will run make tests. So far running on > FreeBSD 11.0 using openssl 1.0.2 currentThanks!> Trying Openssl 1.1Won't work - see the thread here about 6 week back... -d
On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote:> On Tue, 13 Dec 2016, The Doctor wrote: > > > Got you. Will run make tests. So far running on > > FreeBSD 11.0 using openssl 1.0.2 current > > Thanks!Point of concern run test sftp-perm.sh ... sftp permissions: read-only upload sftp permissions: read-only setstat sftp permissions: read-only rm sftp permissions: read-only mkdir sftp permissions: read-only rmdir sftp permissions: read-only posix-rename sftp permissions: read-only oldrename sftp permissions: read-only symlink sftp permissions: read-only hardlink sftp permissions: explicit open sftp permissions: explicit read sftp permissions: explicit write sftp permissions: explicit lstat sftp permissions: explicit opendir sftp permissions: explicit readdir sftp permissions: explicit setstat sftp permissions: explicit remove sftp permissions: explicit mkdir sftp permissions: explicit rmdir sftp permissions: explicit posix-rename sftp permissions: explicit rename sftp permissions: explicit symlink sftp permissions: explicit hardlink sftp permissions: explicit statvfs ok sftp permissions run test reconfigure.sh ... ok simple connect after reconfigure run test dynamic-forward.sh ... ok dynamic forwarding run test forwarding.sh ... failed copy of /bin/ls cmp: EOF on /usr/source/openssh-SNAP-20161214/regress/copy corrupted copy of /bin/ls Exit request sent. failed local and remote forwarding *** Error code 1 Stop. make[1]: stopped in /usr/source/openssh-SNAP-20161214/regress *** Error code 1 Stop. make: stopped in /usr/source/openssh-SNAP-20161214> > > Trying Openssl 1.1 > > Won't work - see the thread here about 6 week back... >:-( What about libressl?> -d-- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Merry Christmas 2016 and Happy New Year 2017
On Tue, Dec 13, 2016 at 06:22:41PM -0700, The Doctor wrote:> On Wed, Dec 14, 2016 at 12:12:21PM +1100, Damien Miller wrote: > > On Tue, 13 Dec 2016, The Doctor wrote: > > > > > Got you. Will run make tests. So far running on > > > FreeBSD 11.0 using openssl 1.0.2 current > > > > Thanks! > > Point of concern > > run test sftp-perm.sh ... > sftp permissions: read-only upload > sftp permissions: read-only setstat > sftp permissions: read-only rm > sftp permissions: read-only mkdir > sftp permissions: read-only rmdir > sftp permissions: read-only posix-rename > sftp permissions: read-only oldrename > sftp permissions: read-only symlink > sftp permissions: read-only hardlink > sftp permissions: explicit open > sftp permissions: explicit read > sftp permissions: explicit write > sftp permissions: explicit lstat > sftp permissions: explicit opendir > sftp permissions: explicit readdir > sftp permissions: explicit setstat > sftp permissions: explicit remove > sftp permissions: explicit mkdir > sftp permissions: explicit rmdir > sftp permissions: explicit posix-rename > sftp permissions: explicit rename > sftp permissions: explicit symlink > sftp permissions: explicit hardlink > sftp permissions: explicit statvfs > ok sftp permissions > run test reconfigure.sh ... > ok simple connect after reconfigure > run test dynamic-forward.sh ... > ok dynamic forwarding > run test forwarding.sh ... > failed copy of /bin/ls > cmp: EOF on /usr/source/openssh-SNAP-20161214/regress/copy > corrupted copy of /bin/ls > Exit request sent. > failed local and remote forwarding > *** Error code 1 > > Stop. > make[1]: stopped in /usr/source/openssh-SNAP-20161214/regress > *** Error code 1 > > Stop. > make: stopped in /usr/source/openssh-SNAP-20161214 >Further test using openssl with the current FreeBSD 11.0 patches run test multiplex.sh ... test connection multiplexing: envpass test connection multiplexing: transfer test connection multiplexing: forward cmp: EOF on /usr/source/openssh-SNAP-20161214/regress/copy ssh: corrupted copy of /usr/source/openssh-SNAP-20161214/regress/data 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 test connection multiplexing: cmd check test connection multiplexing: cmd forward local (TCP) test connection multiplexing: cmd forward remote (TCP) test connection multiplexing: cmd forward local (UNIX) test connection multiplexing: cmd forward remote (UNIX) request remote forward failed connect to remote forwarded path failed test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing *** Error code 1 (continuing) `tests' not remade because of errors. all tests passed> > > > > > Trying Openssl 1.1 > > > > Won't work - see the thread here about 6 week back... > > > > :-( What about libressl? > > > -d > > -- > Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca > God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! > http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism > Merry Christmas 2016 and Happy New Year 2017 > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev-- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Merry Christmas 2016 and Happy New Year 2017
On Wed, Dec 14, 2016 at 12:22 PM, The Doctor <doctor at doctor.nl2k.ab.ca> wrote: [tests]> Stop. > make[1]: stopped in /usr/source/openssh-SNAP-20161214/regress > *** Error code 1There should be some files "failed-ssh.log" and "failed-sshd.log" in the regress directory, which are the debug logs from the command invocations that failed. They might give you some idea what went wrong. [...]> :-( What about libressl?Should work, we test against versions 2.1.8, 2.2.4, 2.2.8, 2.3.1, 2.3.5, 2.4.0 (although the tests are currently lagging due to hardware problems on the test box). Thanks. -- Darren Tucker (dtucker at zip.com.au) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On 12/14/2016 02:22 AM, The Doctor wrote:> run test forwarding.sh ... > failed copy of /bin/ls > cmp: EOF on /usr/source/openssh-SNAP-20161214/regress/copy > corrupted copy of /bin/ls > Exit request sent. > failed local and remote forwarding > *** Error code 1 > > Stop. > make[1]: stopped in /usr/source/openssh-SNAP-20161214/regress > *** Error code 1 > > Stop. > make: stopped in /usr/source/openssh-SNAP-20161214I see very similar failures with vanilla openssh snapshot on Fedora 25. Should be quite fairly reproducible: # tar -xf openssh-SNAP-20161214.tar.gz && cd openssh && ./configure && make tests [...] test connection multiplexing: forward cmp: EOF on /root/openssh/regress/copy ssh: corrupted copy of /root/openssh/regress/data /root/openssh/regress/multiplex.sh: line 96: 18570 Terminated $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null [...] request remote forward failed connect to remote forwarded path failed test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing Makefile:198: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/root/openssh/regress' Makefile:568: recipe for target 'tests' failed make: *** [tests] Error 2 I will have a look into that if I will have a minute today. -- Jakub Jelen Software Engineer Security Technologies Red Hat