Displaying 20 results from an estimated 600 matches similar to: "OpenSSH bug in MacOS X"
2001 Jul 16
0
FWD: OpenSSH bug in MacOS X
-----Original Message-----
From: Josh Larios [mailto:jdlarios at cac.washington.edu]
Sent: Thursday, July 05, 2001 8:40 PM
To: openssh at openssh.com
Subject: OpenSSH bug in MacOS X
In MacOS X 10.0.4, and probably other versions, getaddrinfo() is broken in
such a way that when you try to connect to certain hosts, openssh fails.
getaddrinfo is first failing the lookup, and then failing to
2003 Jun 17
1
The computer hangs while booting the kernel
I've been working on getting syslinux running for a project I'm working on,
and am running into the same problem (roughly) that Julian Picht was having
back in March 2003 that he described on this list.
To quote his problem...
> I have got the Problem that syslinux does not boot my kernel it loads it:
>
> SYSLINUX 2.02 2003-02-13 Copyright (C) 1994-2003 H. Peter Anvin
>
2001 Mar 27
0
Kerberos4 / AFS library issues
Could people who have been having issues with Portable OpenSSH and
Kerberos 4 please try the following patch. You will need to run
"autoreconf" (i.e you will need autoconf installed) and then run
./configure again.
Index: configure.in
===================================================================
RCS file: /var/cvs/openssh/configure.in,v
retrieving revision 1.267
diff -u -r1.267
2003 Oct 21
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748
Summary: HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
1999 Mar 11
2
AFS on samba 2.0.2
>Ken, did you ever get afs support compiled into 2.0.2? I am in exactly
>the same boat as you are (were), where samba 1.9.18 was working great, but
>2.0.2 wouldn't compile with afs support. I too tried to copy the relavant
>parts of the makefile over, but ended up with the same errors as you did.
>Then I found your post to the samba list, and I'm hoping that you've
2001 Feb 13
1
configure.in reorder patch
Feb 12 CVS (sort of, see warning below)
I've had to change around some of the code in configure.in
to get some platforms to compile with the --with-tcp-wrappers option.
Basicly I have set it up to
check headers
check system libraries
check for optional packages
check functions
I have also tried to clean up the library order as it is important
on some platforms.
This patch works on
Solaris
2011 Apr 10
1
survival object
Hi All,
I am trying to do a survivorship analysis with library(survival)from a data
set that looks like this:
I followed a bunch of naturally germinated seedlings of an annual plant from
germination to death (none made it to reproduce, and died in a period of ~60
days after germination.)
I also know the size of the seed of every individual censused. So I am
trying to analyze seedling survival as
2000 Jan 27
1
Long awaited round 1 of NeXT patches.
This is about 90% of the core work. I omited a few files from the patch
set since they are basicly small blocks of #ifndef HAVE_NEXT/#endif to
get it to compile.
Daimen, feel free to let me know what you applied and what your
rejecting and why.. so I can work on cleaning things up.
Andre, Only thing of note you may want to look into is NeXT does not
use "ut_user" in it's lastlog.
2001 Mar 08
1
-I order
When I built openssh 2.5.1p2 on AIX it included /usr/local/include
for me. That's in configure:
case "$host" in
*-*-aix*)
AFS_LIBS="-lld"
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
[...]
Then when including "config.h" in openbsd-compat/openbsd-compat.h
that found some old /usr/local/include/config.h I
2004 Jan 30
1
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748
------- Additional Comments From dtucker at zip.com.au 2004-01-29 21:47 -------
So far no-one has said anything about IPv6 working or not on HP-UX 11.11, so we
don't know whether or not it works. We do know that (in some cases, anyway)
IPv4 doesn't work because of the getaddrinfo issue.
Based on the currently available information,
2003 Sep 17
16
[Bug 659] sshd failure on IRIX
http://bugzilla.mindrot.org/show_bug.cgi?id=659
Summary: sshd failure on IRIX
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: bugzilla-openssh at
2000 Dec 29
0
another possible mem leak, AIX-specific
On AIX, the config.h generated by 'configure' sets up
the following directives:
#define HAVE_FREEADDRINFO 1
#define HAVE_GETADDRINFO 1
#define BROKEN_GETADDRINFO 1
This allows the compiler to use the 'getaddrinfo()'
routine in fake-getaddrinfo.c, but it uses the
'freeaddrinfo()' provided by AIX. I don't think
'freeaddrinfo()' is releasing the linked list
2003 Feb 14
0
Current CVS broken on AIX: conflicting types for `gai_strerrorĀ“
Hi All,
After finding out my AIX boxes haven't been updating their tinderbox[0]
test trees (grr) and fixing that, I found that recent changes caused
build errors on AIX 4.3.3 & 5.1. 4.2.1 appears OK.
The error is:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I..
-I../../openbsd-compat -I../../openbsd-compat/..
-I/usr/local/ssl/include -I/usr/local/include -DHAVE_CONFIG_H
2003 Sep 05
1
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From dtucker at zip.com.au 2003-09-05 13:39 -------
What's the status of this?
At the moment, my understanding is:
* a bug exists in getaddrinfo in IRIX 6.5.18 and up
* defining BROKEN_GETADDRINFO causes a type clash with gai_strerror
* solving the type clash results in an sshd that works OK
Should we be
2010 Oct 14
2
help with an unbalanced split plot
Hi Everyone,
I am trying to analyze a split plot experiment in the field that was
arranged like this:
I am trying to measure the fitness consequences of seed size.
Factors (X):
*Seed size*: a continuous variable, normally distributed.
*Water*: Categorical Levels- wet and dry.
*Density*: Categorical Levels- high, medium and solo
*Plot*: Counts from 1 to 20
The *response variable *(Y) was the
2000 May 12
0
SunOS 4.x port
This is based on openssh-2.0.0beta1. There are a few rough spots:
1) SunOS doesn't have ut_type in struct utmp so I just whacked
in the old login() from openssh-1.2.3.
2) There is a SUNOS4 section added to defines.h -- this could probably
be a bit cleaner.
3) sigaction on SunOS is implemented via #defines to sigvec, thus there
is no SA_RESTART (this is the default behavior).
2010 Nov 06
1
SMATR common slopes test
Hi All,
I am confused with SMATR's test for common slope. My null hypothesis here is
that all slopes are parallel (common slopes?), right?
So if I get a p value < 0.05 means that we can have confidence to reject it?
That slopes are different?
Or the other way around? it means that we have statistical confidence that
the slopes are parallel?
thanks
--
Eugenio Larios
PhD Student
University
2003 Dec 05
6
ssh not resolving host names on HP-UX 11i
Actually it really never was answered, but here's how I fixed (worked
around) it. At first I thought installing patch PHNE_27796 (libnss_dns
DNS backend patch) had fixed it. It didn't. It just flip-flopped the
problem. Prior to installing that patch, ssh would never go to DNS no
matter what was in nsswitch.conf. It appeared to only look in
/etc/hosts. After installing the patch, ssh
2002 Aug 09
1
darwin getaddrinfo
in configure.ac, we AC_DEFINE(BROKEN_GETADDRINFO) for *-darwin-*
platforms. recent Darwin fixed getaddrinfo to work as specified in
RFC2553, so the case clause is not needed for recent Darwin.
still not sure when it was corrected. anyone has a clue?
itojun
2001 Oct 02
1
Probably broken getaddrinfo() on Solaris x86.
Hi,
I discovered a strange problem with the latest version (2.9.9p2) and previous
versions of OpenSSH when using portforwarding und Solaris 8 x86.
It seems like the getaddrinfo() function on Solaris 8 x86 is somehow broken,
instead of binding a port to 127.0.0.1, OpenSSH tried to bind it to
1.0.0.127 (1.0.0.127 was the ai->ai_addr returned by getaddrinfo() in
channel.c).
I could not