search for: x064

Displaying 17 results from an estimated 17 matches for "x064".

Did you mean: 0x64
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote: > Just running a standard make, and then a make install to a packaging > directory. It seems to be complaining about missing keys - not sure yet if > this is a show stopper For packaging you want the install-nokeys rule not install. -- Tim Rice Multitalents tim at multitalents.net
2015 Feb 27
3
Call for testing: OpenSSH 6.8
Update - for AIX 6.1 TL9 - configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openssh.xml config.status: creating openbsd-compat/Makefile config.status: creating openbsd-compat/regress/Makefile config.status: creating survey.sh config.status: creating config.h OpenSSH has been
2018 Aug 20
2
Call for testing: OpenSSH 7.8
...ocale is either > UTF-8 or the POSIX (ASCII) locale, because '\033' is not a > printable character and attempting to escape invalid stuff > is unsafe in arbitrary locales. > >> What's your locale set to? OK. Double checked. AIX defaults: environment: LANG=en_US root at x064:[/usr/lib/nls/loc]ls -l /usr/lib/nls/loc/en_US lrwxrwxrwx??? 1 bin????? bin????????????? 32 Aug 02 06:40 /usr/lib/nls/loc/en_US -> /usr/lib/nls/loc/en_US.ISO8859-1 And, after installing the UTF-8 fileset (? /usr/lib/nls/loc/en_US.UTF-8??????????????? bos.loc.utf.EN_US???? File) The test is att...
2015 Apr 01
3
What did I miss when building openssh? cannot generate ecdsa key
...te it). I regularly see a message: Could not load host key: /etc/ssh/ssh_host_ecdsa_key And, obviously, I have never made the key before. I tried the following: ./ssh-keygen -t ecdsa -fssh_host_esdsa_key -N "" unknown key type ecdsa However, the syntax says it is a known type root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh-keygen -? unknown option -- ? usage: ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa | rsa1] [-N new_passphrase] [-C comment] [-f output_keyfile] ... What did I miss? regards, Michael Felt p.s. make check|tests - they all...
2014 Nov 14
10
[Bug 2315] New: OpenSSH 6.7p1 on AIX 7.1 compile issue
https://bugzilla.mindrot.org/show_bug.cgi?id=2315 Bug ID: 2315 Summary: OpenSSH 6.7p1 on AIX 7.1 compile issue Product: Portable OpenSSH Version: 6.7p1 Hardware: PPC OS: AIX Status: NEW Severity: normal Priority: P5 Component: Build system Assignee: unassigned-bugs at
2018 Aug 20
6
Call for testing: OpenSSH 7.8
Hi, Michael Felt wrote on Mon, Aug 20, 2018 at 05:00:17PM +0200: > ./nl_langinfo > setlocale -> "C" > nl_langinfo -> "ISO8859-1" Thanks, that is helpful. So i think i was wrong and Damien was right. This means that OpenSSH returns truncated messages when non-ASCII bytes occur in them, even when the user requests LC_CTYPE=POSIX. That's not good. While
2015 Jun 02
2
Call for testing: OpenSSH 6.9
On Tue, 2 Jun 2015, Ron Frederick wrote: > > The privsep chroot path is specified at build time (./configure --with-privsep-path if you want to change it). > > Ok, thanks. I?ve re-run the tests on Linux with --sysconfdir=/etc/ssh > --with-privsep-path=/var/run, and I no longer see either of the issues > mentioned above. With the above config option, all tests passed for me >
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without OpenSSL -- You are receiving this mail because: You are watching the assignee of the bug.
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without OpenSSL -- You are receiving this mail because: You are watching the assignee of the bug.
2015 Mar 24
12
[Bug 2370] New: make fails with "rmd160.c", line 35.10: 1506-296 (S) #include file <endian.h> not found. when using --without-openssl on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=2370 Bug ID: 2370 Summary: make fails with "rmd160.c", line 35.10: 1506-296 (S) #include file <endian.h> not found. when using --without-openssl on AIX Product: Portable OpenSSH Version: 6.9p1 Hardware: Other OS: AIX
2020 Feb 19
2
OpenSSH ver.8.2p1 compilation error on AIX
On Thu, 20 Feb 2020 at 03:51, Val Baranov <val.baranov at duke.edu> wrote: > On Tuesday, February 18, 2020 8:31 PM Darren Tucker wrote: [...] > Daren, This is definitely ver. 8.2 - my apologies, but the output provided from session > where " libressl-api-compat.c " was substituted with the older version in attempts to find > out if this may have any difference. What
2015 Feb 27
3
Call for testing: OpenSSH 6.8
On Sat, 28 Feb 2015, Tom G. Christensen wrote: > On 19/02/15 23:21, Damien Miller wrote: > > OpenSSH 6.8 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. > > > > I've now tested using revision 1ad3a77 and it passes the testsuite on Solaris > 2.6, 7, 8 and 9 (using gcc and openssl 1.0.1k). > >
2018 Aug 17
4
Call for testing: OpenSSH 7.8
On 13 August 2018 at 15:06, Val Baranov <val.baranov at duke.edu> wrote: [...] > test_utf8: ........................ > regress/unittests/utf8/tests.c:48 test #25 "c_esc" > ASSERT_INT_EQ(len, wantlen) failed: > len = -1 > wantlen = 5 This boils down to meaning OpenSSH's smnprintf call failed for the string "\033x" instead of returning the
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
...tests' will resolve this - but my preference would be for tests that only used 'test' data, not potentially live data. And, actually, the output makes me think that for the failed connect tests it has actually created new keys. Full build details. Additional detail on request! root at x064:[/data/prj/openbsd/openssh/snap/openssh]buildaix xlc is /usr/vacpp/bin/xlc + CPPFLAGS="-I/opt/include" CFLAGS="-I/opt/include -I/opt/buildaix/include -O2" ./configure \ --prefix=/opt \ --sysconfdir=/var/openssh/etc \...
2017 Oct 13
8
Status of OpenSSL 1.1 support
Hi, more or less a year ago Kurt Roeckx provided an initial port towards the OpenSSL 1.1 API [0]. The patch has been left untouched [1] and it has been complained about a missing compat layer of the new vs the old API within the OpenSSL library [2]. This is how I reconstructed the situation as of today and I am not aware of any progress in regard to the newer library within the OpenSSH project.
2015 Feb 19
34
Call for testing: OpenSSH 6.8
Hi, OpenSSH 6.8 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2016 Oct 10
4
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
On 09-Oct-16 22:51, Aki Tuomi wrote: >> >> Michael > > Does the compiler support C99 standard? > > Aki Yes. Plus extended features. Key difference with GCC, e.g., are the flags to the compiler, but autotools general manages those well. Key difference with platform (well, of of) is that it is not GNU, and how shared libraries are built. Again, libtool in particular,