Displaying 20 results from an estimated 3000 matches similar to: "Winbind/PAM Question"
2014 Aug 28
2
Call for testing: OpenSSH 6.7
Must have bolluxed something up in the compile environment - that or
http://www.mindrot.org/openssh_snap/openssh-SNAP-20140828.tar.gz had a
configure tweak that fixed it. All systems tested now build and pass all
tests.
That said - the stupid race condition in that one test is cropping up
sporadically still - I think it's related to the load (or lack thereof) on
the VM host.
With, of
2015 May 30
8
Call for testing: OpenSSH 6.9
Debian GNU/Linux 8.0 (jessie)
OpenSSL 1.0.1k
gcc (Debian 4.9.2-10) 4.9.2
"make tests" fails here:
/usr/src/INET/openssh/ssh-keygen -lf
/usr/src/INET/openssh/regress//t12.out.pub | grep test-comment-1234
>/dev/null
run test connect.sh ...
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
Makefile:192: recipe for target 't-exec' failed
2015 Feb 25
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 11:50 AM, Kevin Brott <kevin.brott at gmail.com> wrote:
>
> Interestingly enough if I re-run 'make tests' using HP-UX cc it continues
> into the tests because it actuall did build regress netcat! (not executable
> - but it's there) ...
>
> run test connect.sh ...
> ssh connect with protocol 1 failed
> ssh connect with protocol 2
2015 Feb 25
6
Current 6.8 git build issues on HP-UX
On Tue, 24 Feb 2015, Darren Tucker wrote:
| On Tue, Feb 24, 2015 at 3:11 PM, Kevin Brott <kevin.brott at gmail.com> wrote:
|
| > [...]
| > "cipher-aesctr.c", line 30: warning #2260-D: explicit type is missing
| > ("int" assumed)
| > static inline void
| >
|
| does replacing "inline" with "__inline__" work? Failing that,
2014 Aug 25
2
Call for testing: OpenSSH 6.7
On Mon, Aug 25, 2014 at 3:42 PM, Damien Miller <djm at mindrot.org> wrote:
> On Mon, 25 Aug 2014, Kevin Brott wrote:
>
> > Slightly better results this time 'round ... still having non-ec.h build
> > issues, what I think is a race condition on RHEL 3, and PIE issues (fixed
> > with --without-pie config option) on RHEL 5 64-bit systems with a
> just-built
>
2015 Feb 24
6
Current 6.8 git build issues on HP-UX
HP-UX 11.23/11.31 build failures
OS Build_Target CC
OpenSSL BUILD TEST
============== =========================== ================
============= ====== =================
HP-UX 11.23 ia64-hp-hpux11.23 C/aC++ C.11.23.12
0.9.8zb *F1
HP-UX 11.23 ia64-hp-hpux11.23 gcc 4.3.1
0.9.8zb *F2
HP-UX 11.31 ia64-hp-hpux11.31
2019 Apr 02
2
Call for testing: OpenSSH 8.0 [AIX Fail]
On Mon, 1 Apr 2019 at 23:23, Kevin Brott <kevin.brott at gmail.com> wrote:
[...]
> port-aix.c:316:1: error: conflicting types for 'record_failed_login'
> record_failed_login(const char *user, const char *hostname, const char *ttyname)
I think I just fixed that by changing the function to match the new
prototype. Unfortunately I can't currently test it myself. Please
2015 Feb 23
3
Call for testing: OpenSSH 6.8
On Mon, 23 Feb 2015, Kevin Brott wrote:
> Stock - Debian GNU/Linux 7.8 (wheezy) - all tests passed
>
>
> build failure on:
> * AIX 6.1 (6100-09-03-1415) IBM XL C/C++ Compiler (11.1.0.16)
> * AIX 7.1 (7100-03-04-1441) IBM XL C/C++ Compiler (12.1.0.6)
>
> ./configure && make tests
>
> -DHAVE_CONFIG_H -c ssh_api.c -o ssh_api.o
> "ssh_api.c",
2019 Apr 01
2
Call for testing: OpenSSH 8.0 [AIX Fail]
On Sun, 31 Mar 2019 at 19:01, Kevin Brott <kevin.brott at gmail.com> wrote:
[...]
> Using openssh-SNAP-20190401.tar.gz
> AIX 7200-03-02-1846
> OpenSSL 1.0.2p 14 Aug 2018
> gcc (GCC) 8.1.0
> GNU Make 4.2.1
[...]
> sshkey.c: In function 'sshkey_format_cert_validity':
> sshkey.c:2750:42: warning: '%s' directive output may be truncated writing up to 31 bytes
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Tue, Feb 24, 2015 at 2:20 PM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Wed, Feb 25, 2015 at 09:13:22AM +1100, Darren Tucker wrote:
> > On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote:
> > > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote:
> > > > ld: Unsatisfied symbol "xstrdup" in file
> > > >
2015 May 22
5
[Bug 2404] New: scp skips file/directory on permissions error
https://bugzilla.mindrot.org/show_bug.cgi?id=2404
Bug ID: 2404
Summary: scp skips file/directory on permissions error
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
2020 Sep 20
2
Call for testing: OpenSSH 8.4
On Sun, Sep 20, 2020 at 09:34:50AM -0700, Kevin Brott wrote:
> On 9/19/20 11:02 PM, Damien Miller wrote:
> > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
>
> Debian GNU/Linux 10 (buster)
> gcc version 8.3.0 (Debian 8.3.0-6)
> OpenSSL 1.1.1d? 10 Sep 2019
>
>
2014 Aug 27
1
Call for testing: OpenSSH 6.7
On Tue, Aug 26, 2014 at 5:28 PM, Damien Miller <djm at mindrot.org> wrote:
> On Tue, 26 Aug 2014, Kevin Brott wrote:
>
> > So results of testing ...
> >
> > Conditional caveats:
> > 1) current snapshot will not build against native openssl on any system
> > with openssl version <0.9.8f (i.e RHEL <=6.4) ... requiring alternate
> > openssl
2015 Feb 24
2
Call for testing: OpenSSH 6.8
On Tue, 24 Feb 2015, Kevin Brott wrote:
>
> On Mon, Feb 23, 2015 at 4:53 PM, Damien Miller <djm at mindrot.org> wrote:
>
> This should fix it:
>
> diff --git a/regress/netcat.c b/regress/netcat.c
> index 84efe11..4b8c51c 100644
> --- a/regress/netcat.c
> +++ b/regress/netcat.c
> [sniip]
>
>
>
> This patch
2004 Aug 13
0
Clarification on a few concepts, for a FAQ I'm writing
Hi All,
I am currently writing a FAQ that provides an overview of available
options for authentication backends which can potentially be used with
Samba. Initially I was looking into these issues for my own use, but
I figure that if I document my findings then it may save others some
headache :-) From the Official Samba-3 HOWTO: "Samba offers the
greatest flexibility and choice of account
2016 Jul 06
1
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
On Tue, 2016-06-28 at 10:43 -0400, Pan Xinhui wrote:
> This is to fix some lock holder preemption issues. Some other locks
> implementation do a spin loop before acquiring the lock itself. Currently
> kernel has an interface of bool vcpu_is_preempted(int cpu). It take the cpu
^^ takes
> as parameter and return true if the cpu is preempted. Then kernel can break
> the spin
2016 Jul 06
1
[PATCH v2 2/4] powerpc/spinlock: support vcpu preempted check
On Tue, 2016-06-28 at 10:43 -0400, Pan Xinhui wrote:
> This is to fix some lock holder preemption issues. Some other locks
> implementation do a spin loop before acquiring the lock itself. Currently
> kernel has an interface of bool vcpu_is_preempted(int cpu). It take the cpu
^^ takes
> as parameter and return true if the cpu is preempted. Then kernel can break
> the spin
2020 May 13
3
Call for testing: OpenSSH 8.3
On Wed, 13 May 2020 at 02:00, Kevin Brott <kevin.brott at gmail.com> wrote:
[...]
> Latest snapshot is openssh-SNAP-20200502.tar.gz 02-May-2020 00:30 - is this the 8.3p1 candidate?
No, it looks like the snapshot updater stopped updating. Damien's onto it.
[...]
> Using git-clone:
>
> *Linux Mint 19.3 / gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 **
> fail tests here:*
>
2015 Feb 23
2
Call for testing: OpenSSH 6.8
On Mon, Feb 23, 2015 at 5:27 PM, Kevin Brott <kevin.brott at gmail.com> wrote:
> Just as an FYI - the whole sys/queue.h issue is impacting HP-UX 11.23 and
> 11.31 as well - so we'll see how the latest fixes flush out.
>
> And, not to play the fool overmuch - but is there a quick howto on how
> you're expecting we get the git clone pulls into a buildable state? When I
2015 Feb 23
2
Call for testing: OpenSSH 6.8
On Mon, 23 Feb 2015, Kevin Brott wrote:
> Hrm - I'll have to run this on one of my linux boxxen and then schlep the
> source over - the AIX/HP-UX boxenn have an older version of the autoconf
> tools and autoreconf is broken/missing ... and that seems to work.
>
> Now the build fails here on AIX 6.1/7.1 ...
>
> xlc_r -O2 -qarch=ppc -qalloca -I/usr/include