| Summary: | ssh didn't resolv name server on HPUX 11i | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | pascal rouchon <pascalrouchon> | ||||
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED INVALID | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | HPPA | ||||||
| OS: | HP-UX | ||||||
| Attachments: |
|
||||||
i have heard that newer releases have getaddrinfo() and that it does not function properly. is HAVE_GETADDRINFO defined? if so, can you raise the issue with HP support before we do something like add BROKEN_GETADDRINFO? Can you please try a CVS snapshot? http://www.openssh.com/portable.html yes HAVE_GETADDRINFO 1 is defined i have try the source OpenSSH_3.2.1p1 from cvs wich didn't work. i have open a call at HP. Ok guys i have found the problem and a solution. The HP patch is PHCO_25452 which implement getaddrinfo function in libc. to make ssh working i have undefined HAVE_GETADDRINFO in config.h after the configure. and now ssh is resolving name server. i think the implementation of getaddrinfo on hpux is different. Thx. can you log a defect report with HP on this and provide the defect ID? HP's getaddrinfo() does not work on IPv4-only systems. i have made them aware of this, but i did not a receive defect ID. closing. Mass change of RESOLVED bugs to CLOSED Created attachment 1275 [details]
Mac os
The content of attachment 1275 [details] has been deleted by Darren Tucker <dtucker@zip.com.au> who provided the following reason: Spam The token used to delete this attachment was generated at 2007-05-11 08:00:38. |
after applying December or March HP-UX 11i bundle patches ssh and scp are not able to resolve nameserver. ssh <nameserver> ssh: <nameserver>: host nor service provided, or not known ssh <serverIPaddr> Working fine i can reproduct the problem on all my HP-UX servers. also on brand new installed: 1- installation of HP-Ux 2- Patch with HWenable 11i GoldApps 11i Goldbase 11i 3- compilation and installation of openssh. 4- ssh didn't resolve name i'm compiling openssh3.1.0p1 Thanks