similar to: ssh not resolving host names on HP-UX 11i

Displaying 20 results from an estimated 6000 matches similar to: "ssh not resolving host names on HP-UX 11i"

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 Oct 31
0
SOLUTION: ssh not resolving host names on HP-UX 11i
Just in case anyone else runs across this problem, maybe someone on this list can pass this along. Install HP Patch PHNE_27796 Patch Description: s700_800 11.11 libnss_dns DNS backend patch The preceding patch (PHNE_23574) was on some of the boxes that exhibited the problem, so 23574 is not enough. If the box showed the problem, it could only be fixed by installing PHNE_27796. Just a bit more
2003 Oct 25
0
HP-UX 11i not using DNS
Hello, I've compiled openssh 3.7.1p2 on HP-UX 11i. Everything generally seems to work except that ssh does not seem to use DNS to resolve names. If I ssh to a machine, it only works if that machine is listed in my local hosts file. I've absolutely checked /etc/nsswitch.conf, to no avail. (I've verified the changes I've made in nsswitch.conf by using telnet. If I put
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
I downloaded http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.7.1p2/ and have been trying to install it on our HP-UX 11i system. Although configure completes successfully, make give the following errors: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDE D=1
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
Dear All, I can install OpenSSH 3.7.1p2 with OpenSSL 0.9.7c on HP-UX 11.0 without problem. However, I find that all valid accounts are treated as "locked" (even specify "AllowUsers USER1" in sshd_config) and can't make SSH connection to the server. Here is the message shown in syslog.log. Oct 3 16:49:17 SERVER_NAME sshd[12994]: User USER1 not allowed because account is
2006 Mar 24
1
Compiling error on HP-UX 11i v1
Dear all During compilation samba-3.0.21c on a HP-UX 11i v1 system I get an error. ./configure --prefix=/opt/samba-3.0.21c make ... Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd /usr/ccs/bin/ld: Unsatisfied symbols: auth_script_init (first referenced in auth/auth.o) (code) collect2: ld returned 1 exit status *** Error exit code 1 Can
2006 May 09
1
Samba on 3.0.22 on HP-UX 11i - mon.out?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After a long hiatus from attention to Samba, I've started to compile the latest version (3.0.22) on HP-UX 11i for testing. I've noticed a couple of things. 1) For some reason, on my test system, every execution of any program that comes in the Samba suite drops "mon.out" files everyplace. Everything I can find about this says that
2005 Oct 14
1
Playing streams on HP-UX 11i
Does anyone know a player to recommend for HP-UX 11i? I have a listener who wants to listen under HP-UX, and having not used it I'm not sure what's available. Is there anything that should already be included in HP-UX that would handle ogg or mp3 streams? If not, is there are a player that you know will compile easily so he can listen? If I had it in front of me I'm sure I
2006 Feb 15
1
configure can't find ldap_initialize on HP-UX 11i
I'm basically using the instructions found in the HP-UX readme with the exception that I am trying to use the version of openldap that is in iexpress instead of the one from hpux.cs.utah.edu. The recommendations listed in the doc are: HP-UX 11.00 and 11.11: OpenLdap 2.1.3 (http://hpux.cs.utah.edu) OpenSSL 0.9.7d (http://hpux.cs.utah.edu) HP-UX 11.23 only: ixOpenLdap
2003 Oct 14
1
3.7.1p2: HP-UX 11.00 & NIS+ problems
Hi all, When we installed OpenSSH 3.7.1p2, we could no longer ssh into the root account. The following message would appear in the syslog.log: Oct 8 19:20:38 myhost sshd[22179]: User root not allowed because account is locked We use NIS+ under HP-UX 11.00. We have very recently changed the root password. To change the root password under NIS+ we do the following: # passed # chkey -p #
2003 Oct 21
2
HP-UX 10.20 assistance
To Whomever can assist, I am looking for anyone who has gotten OpenSsh 3.7.1p2 to build under HP-UX 10.20. I am working with the latest gcc (v. 3.3.1), gmake (v. 3.80), and Openssl (0.9.7c) and I still can not get OpenSsh to build properly. It errors out on the build process with a: loginrec.c:1405: dereferencing pointer to incomplete type cing pointer to incomplete type loginrec.c:1514:
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
I get the following errors when building the torture suite under HP-UX 11i with HP AnsiC. They are actually somewhat similar to the errors that I get trying to build the whole package with gcc: Compiling torture/torture.c In file included from include/includes.h:109, from torture/torture.c:23: /usr/include/sys/socket.h:484: error: parse error before "sendfile"
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:20:01AM +1100, Darren Tucker wrote: [...] > Sigh. And now the right patch from the tree that compiled. > (djm: I get the idea :-) Tim: is this sufficient to back out the "Work around finicky USL linker" change? https://anongit.mindrot.org/openssh.git/commit/?id=d1db656021d0cd8c001a6692f772f1de29b67c8b > diff --git a/openbsd-compat/bsd-misc.c
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,
2003 Sep 18
0
RE : Successfuly Building Samba 2.2.X under HP-UX 11i with gcc
Hello, just for my information, what happens if you append "-D_HPUX_SOURCE" ? Some (long) time ago (HP-UX 10.x), it would help compiling foreign software on HP-UX. But I had only at hand the HP compiler. Regards, J?r?me -------- Message d'origine-------- De: Hughes, Martin [mailto:Martin.Hughes@uk.thalesgroup.com] Date: jeu. 9/18/2003 13:05 ?:
2004 Aug 02
1
HP-UX 11i and largefiles on rsync 2.6.2 (fwd)
On Mon, 2 Aug 2004, Wayne Davison wayned-at-samba.org |Rsync List| wrote: > Would anyone who is seeing this problem please try out the patch that is > attached to this bugzilla bug: > > https://bugzilla.samba.org/show_bug.cgi?id=1536 I gave it a test and it seems to work fine on HPUX 11.0. It skips the problematic mkstemp() call. It also passed the largefiles test that I sent
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
2005 Feb 21
6
OpenSSH+GSSAPI & HP/UX 11i...
I am trying to transition several HP/UX 11i (PA/RISC) servers from ssh.com over to OpenSSH+GSSAPI (3.9p1) and it's complaining about the GSSAPI include files: -=- gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/local/krb5/include -DSSHDIR=\"/usr/local/etc\"
2006 Mar 02
4
[Bug 1167] sftp fails to HP - UX os even when pubic keys are present in HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=1167 Summary: sftp fails to HP - UX os even when pubic keys are present in HP-UX Product: Portable OpenSSH Version: 3.7.1p2 Platform: Other OS/Version: HP-UX Status: NEW Keywords: help-wanted Severity: major Priority: P2 Component:
2002 Jan 14
0
OpenSSH 3.0.2p1 and tcp wrappers on hp-ux 11i
hi all, does anyone compile OpenSSH verion 3.0.2p1 on HP-UX 11i with TCP WRAPPERS option enabled? It keeps saying that libwrap.a missing. i do have libwrap.a installed under /usr/lib as well as /lib. I also have tcpd.h under /usr/include. any idea anyone? thanks in advance. --Dat Truong __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo!