Displaying 20 results from an estimated 2000 matches similar to: "ssh-1.2.2 freeze under Linux"
1999 Nov 22
0
ANNOUNCE: 1.2pre14
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just released 1.2pre14 at:
http://violet.ibs.com.au/openssh/
Changes:
Attempt to make <enter> close gnome-ssh-askpass. This works OK
when gnome-ssh-askpass is run from the commandline, but doesn't
work when it is run from ssh-add. Further investigation is
required.
Lots of portability fixes. The ssh client now appears to run
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded openssh-1.2pre15 to
http://violet.ibs.com.au/openssh/
Changes:
- Merged big source cleanup from OpenBSD CVS. All the source now
conforms to:
http://www.openbsd.org/cgi-bin/man.cgi?query=style&apropos=0&sektion=9&manpath=OpenBSD+Current&format=html
- Added BSD compatible install program
- More
2007 Jun 05
2
Abnormal Windows behaviour with Samba
Hello all,
I am using Samba v3.0.24 on an Ubuntu Server system as a fileserver for 30
pcs. Samba is working nice but I face a problem that I can't tell if it is
because of Samba or Windows. Let me explain:
On the Windows terminals (XP SP2) I have changed the special folders
settings in registry, so as to redirect them to samba shares instead of
local folders. Among the folders I have changed
2007 Apr 12
0
Status 0.4.3/0.5.0
Hello everybody,
just a short update on the recent development of the next webgen
versions:
0.4.3
=====
Following changes are now in the repository:
* The offending website style plain has been removed
* Added meaningful parameters from MenuStyle/Vertical to MenuStyle/
Horizontal
* Different EOL encodings in page/template files are now handled
correctly
* Data directory search order fixed
2004 Feb 02
4
for loops?
Hello R people!
How can one use a for loop (or something similar) in R? As I type in each
line, I get syntax errors... I'm just confused how much to type in at each
">" prompt.
Thanks for your help,
cathy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Catherine M. Stein
Research Assistant, Tuberculosis Research Unit
Doctoral Candidate in
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
2004 Jan 02
2
SEM help!!!
I have just started using the SEM package in R, so I'm not sure I'm doing
everything right, but I keep getting an error concerning startvalues and I
can't figure out how to fix it. Is anyone willing to read over my code
and help me out??? Please email me if you are willing to look at my code
and I will send it to you.
Thank you so much, and Happy New Year!
cathy
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
2001 Jul 06
0
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 return with an
error code when it does fail. I've found that if you define
BROKEN_GETADDRINFO for OS X, it compiles and runs just fine. This patch
against configure works for me:
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
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 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
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
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
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
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
2002 Oct 25
1
hpux 11.i and HAVE_GETADDRINFO
Hi,
After digging through google search results I found
the well known hpux 11.i bug occuring after installing
the March 2002 patch bundle which breaks DNS lookup
for openssh.
After setting HAVE_GETADDRINFO to 0 in config.h
and another recompile, ssh works fine and I am happy again.
No more "host nor service provided" error messages.
Q1: Maybe hp has a fix for this already, but I am
2002 Sep 27
0
[Bug 405] New: getaddrinfo delays
http://bugzilla.mindrot.org/show_bug.cgi?id=405
Summary: getaddrinfo delays
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dgp at nist.gov
This
2006 Oct 24
1
samba pdc with ldap backend setup problems
Greetings...
I'm struggling trying to set up a samba 3.0.23c PDC with ldap
backend. The server is Fedora 5, OpenLdap version 2.3.19-4.
I've got it so smbd and nmbd start properly and I can use a windows
box and see the domain using srvmgr.exe and usrmgr.exe. I'm then
able to signon from a windows XP computer with the command
net use \\pdcserver\ipc$ /user:root rootpassword
Some