Displaying 20 results from an estimated 6000 matches similar to: "corrupted copy in regress/multiplex.sh"
2014 Jan 29
2
tests: multiplex.sh fails on i686
Hello everybody,
compiled openssh git master (6f917ad) on i686 without problems, but tests
fail:
[...]
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
scp: failed copy /tmp/openssh-git/src/openssh/regress/data
cmp: /tmp/openssh-git/src/openssh/regress/copy: No such file or directory
scp: corrupted copy of
2014 Jul 04
1
multiplex.sh fails in make tests
Hello everybody,
running make tests on latest openssh-portable git master
(V_6_6_P1-114-g72e6b5c) fails:
[...]
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
test connection multiplexing: status 0
test connection multiplexing: status 1
test connection multiplexing: status 4
test connection multiplexing: status 5
test connection
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
http://bugzilla.mindrot.org/show_bug.cgi?id=989
Summary: openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
Product: Portable OpenSSH
Version: 3.9p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Keywords: patch, help-wanted
Severity: normal
Priority: P5
Component: Build system
2007 May 13
0
cmp: /usr/local/src/openssh-4.6p1/regress/ls.copy: No such file or directory
Dear all,
Hi. This is imacat from Taiwan. I'm new to this list.
I encountered the following failures when running "make tests" on
machines that haven't install OpenSSH yet. It seems to fail at
regress/multiplex.sh. It seems to specific to machines that haven't
install OpenSSH yet. Once I have installed OpenSSH, the failure is gone.
Might it be the case
2020 Mar 02
4
Question about host key algorithms
$ ssh -Q HostKeyAlgorithms
Unsupported query "HostKeyAlgorithms"
$ ssh -V
OpenSSH_7.4p1, OpenSSL 1.0.2u 20 Dec 2019
On Mon, Mar 2, 2020 at 2:24 PM Christian Hesse <list at eworm.de> wrote:
> Luveh Keraph <1.41421 at gmail.com> on Mon, 2020/03/02 14:07:
> > When I do ssh -Q key, where ssh is the OpenSSH 7.4p1 client, I get the
> > following output:
> >
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
Gene Cumm <gene.cumm at gmail.com> on Tue, 2013/10/22 06:35:
> On Tue, Oct 22, 2013 at 5:41 AM, Christian Hesse <list at eworm.de> wrote:
> > Hello everybody,
> >
> > iPXE builds an ISO image by default. (The build system has to be updated
> > for new paths and to integrate ldlinux.c32, but that's not my problem.)
> >
> > With the binary
2014 Jul 24
0
[PATCH 1/1] fix regress/multiplex.sh
From: Christian Hesse <mail at eworm.de>
commit 04f4824 removed the wrong line, so fix this
---
regress/multiplex.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index fc32d13..693211b 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -165,8 +165,8 @@ echo "" | $NC -U $OBJ/unix-1.fwd | grep
2015 Nov 18
3
AddKeysToAgent break local forwarding (and possibly more)
Hello everybody,
current git breaks local forwarding (and possibly more). Looks like the
option in ignored completely. I bisected the issue and found this commit to be
the culprit:
commit f361df474c49a097bfcf16d1b7b5c36fcd844b4b
Author: jcs at openbsd.org <jcs at openbsd.org>
Date: Sun Nov 15 22:26:49 2015 +0000
upstream commit
Add an AddKeysToAgent client option which can
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
Hello everybody,
iPXE builds an ISO image by default. (The build system has to be updated for
new paths and to integrate ldlinux.c32, but that's not my problem.)
With the binary syslinux files from kernel.org booting fails with
latest version 6.02:
Loading ipxe.krn... ok
Booting kernel failed: Invalid argument
It does work with version 6.01, though. Any hints how to fix this regression?
--
2013 Dec 03
1
Boot iPXE from syslinux/isolinux
Christian Hesse <list at eworm.de> on Mon, 2013/11/11 18:41:
> "H. Peter Anvin" <hpa at zytor.com> on Mon, 2013/11/11 08:09:
> > On 11/11/2013 04:09 AM, Christian Hesse wrote:
> > >>
> > >> Let be know if you need any more info.
> > >
> > > Is anybody working on this? Is there a bug tracker I should report
> > >
2015 May 04
2
fatal: ssh_dispatch_run_fatal: Connection reset by peer [preauth]
Hello everybody,
I have systemd set up to listen on ssh socket (:::22), the connection is
handled to sshd via socket activation. Usually this works perfectly fine.
However the service is checked from nagios. Sometimes the host logs:
systemd[1]: Started OpenSSH Per-Connection Daemon ([::1]:60865).
systemd[1]: Starting OpenSSH Per-Connection Daemon ([::1]:60865)...
systemd[1]: Started OpenSSH
2016 Feb 09
2
Test Status OpenSSH 7.1 P2 on HPE NSE
Hi All,
Just reporting in on how testing has gone. After reducing obs to 32k max and
banners to a max of 10000, plus some minor platform changes - root is not 0,
for example, all normal tests have passed except for:
multiplex - hangs at the end of this output. We had a similar issue that
single reads of data were not working in dd but that does not seem to be the
case in this test suite.
test
2013 Oct 24
5
Boot iPXE from syslinux/isolinux
Christian Hesse <list at eworm.de> on Tue, 2013/10/22 13:14:
> Christian Hesse <list at eworm.de> on Tue, 2013/10/22 12:56:
> > Gene Cumm <gene.cumm at gmail.com> on Tue, 2013/10/22 06:35:
> > > On Tue, Oct 22, 2013 at 5:41 AM, Christian Hesse <list at eworm.de> wrote:
> > > > Hello everybody,
> > > >
> > > > iPXE builds
2013 Dec 04
2
Boot iPXE from syslinux/isolinux
"H. Peter Anvin" <hpa at zytor.com> on Tue, 2013/12/03 20:26:
> On 10/24/2013 01:09 AM, Christian Hesse wrote:
> >>>
> >>> version 6.02-pre5 works, 6.02-pre6 does not.
> >>
> >> Struggled with git bisect, but finally succeeded:
> >>
> >> 8f470e7bfe75f6401f6c5432988c620b863ad274 is the first bad commit
> >>
2015 May 31
2
Call for testing: OpenSSH 6.9
FreeBSD 10.1-RELEASE
passes tests
DragonflyBSD snapshot
passes tests
Debian 8
run test connect.sh ...
Missing privilege separation directory: /var/empty
FATAL: sshd_proxy broken
Makefile:192: recipe for target 't-exec' failed
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory '/home/sme/openssh/regress'
Makefile:544: recipe for target 'tests' failed
make: ***
2014 Jan 28
2
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual
host key breaks with ED25519, resulting in (note the missing bracket):
+--[ED25519 256--+
This reworks the calculation of visual host key upper border. Please be
aware that this may change the output for other key types as well.
---
key.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/key.c
2013 Nov 11
2
Boot iPXE from syslinux/isolinux
On 11/11/2013 04:09 AM, Christian Hesse wrote:
>>
>> Let be know if you need any more info.
>
> Is anybody working on this? Is there a bug tracker I should report
> this to so it does not get forgotten? Could not find one for
> syslinux.
>
Hm... it is odd that 03dda0f1 etc. didn't fix this.
Since this is extremely likely to be dependent on the memory map, this
2020 Mar 02
3
Question about host key algorithms
When I do ssh -Q key, where ssh is the OpenSSH 7.4p1 client, I get the
following output:
ssh-ed25519
ssh-ed25519-cert-v01 at openssh.com
ssh-rsa
ssh-dss
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp521
ssh-rsa-cert-v01 at openssh.com
ssh-dss-cert-v01 at openssh.com
ecdsa-sha2-nistp256-cert-v01 at openssh.com
ecdsa-sha2-nistp384-cert-v01 at openssh.com
ecdsa-sha2-nistp521-cert-v01 at
2016 Dec 14
2
Call for testing: OpenSSH 7.4
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
2009 May 04
2
Multiplex tests fail on 5.2p1
I noticed "make tests" for openssh-5.2p1 fails the multiplex.sh tests.
Turns out this is because I happen to have some non-standard configuration
options in $HOME/.ssh/config and most of the multiplex.sh tests do not use
a "-F $OBJ/ssh_config" option, which means they end up reading the users
$HOME/.ssh/config.
Is this on purpose or a bug?