- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Openssh and Bundle patches
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 01:03 PM
05-08-2002 01:03 PM
I have openssh installed on all my HP servers. Once i install the decembre bundle patch or march bundle, i get a strange error, ssh is not able to resolve name of server anymore.
example:
"ssh
ssh:
but
ssh
on a server with no bundle patches are working. anyone have an idea?
Pascal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 01:08 PM
05-08-2002 01:08 PM
Re: Openssh and Bundle patches
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 03:36 AM
05-09-2002 03:36 AM
Re: Openssh and Bundle patches
But i have also think about that in first
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 03:57 AM
05-09-2002 03:57 AM
Re: Openssh and Bundle patches
Tell me, the problem with the name resolution is only with the SSH? if you try to do a simple ping
To me, the cause of the problem is related to the DNS or HOSTS configuration.
The HP-UX patches won't change the SSH installation.
If you use the hosts files, check it to see if all the information you previous puted there, still there, or if you are using DNS or other kind of Name resolution system, check if its working fine.
Regards
F??bio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 04:06 AM
05-09-2002 04:06 AM
Re: Openssh and Bundle patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 06:42 PM
05-23-2002 06:42 PM
Re: Openssh and Bundle patches
I also have the same problem,if the hostname is in /etc/hosts file after installing the patch,ssh works else no,but HP server is also NIS+,but it is not looking into DNS & NIS.
Patch is PHCO_25568
Let me know any clues for ssh looking beyond /etc/hosts file.
Thanks
-B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 07:49 AM
06-12-2002 07:49 AM
Re: Openssh and Bundle patches
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7a2618276953d61190040090279cd0f9,00.html
I still have not found a suitable fix. I would love a patch to either openssh or HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:00 AM
06-12-2002 08:00 AM
Re: Openssh and Bundle patches
I have found the fix: run the ./configure
the edit the file config.h and replace the line
#define HAVE_GETADDRINFO 1
by:
#undef HAVE_GETADDRINFO
Since decembre HP as implemented a non standard getaddrinfo function in libc, before december the getaddrinfo function doesn't exist so configure ignore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 11:27 AM
08-05-2002 11:27 AM
Re: Openssh and Bundle patches
What are the consequences of doing the
#undef HAVE_GETADDRINFO ?
I would like to see a patch/fix from HP for getaddrinfo().
Thanks,
Matt Loveland
Unix Architect, NetEffects, Inc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 05:42 PM
06-03-2003 05:42 PM