- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd behaving oddly after 11.23 upgrade
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
10-16-2005 11:38 PM
10-16-2005 11:38 PM
We then upgraded the same PA-RISC server to 11.23 and also installed the 11.23 PA-RISC version of CVS and it stopped working.
One thing I have noticed is that when I try to connect to CVS a second inetd child-process starts and remains indefinately. The CVS login nevers comes back with either a success or failure
I restarted inetd with the -l option and all I got in the syslog was the following
Oct 15 19:40:12 ilife121 inetd[10049]: cvsport/tcp: Connection from unknown (10.239.52.112) at Sat Oct 15 19:40:12 20
05
Oct 15 19:40:19 ilife121 inetd[10050]: registrar/tcp: Connection from ilife121 (10.239.41.21) at Sat Oct 15 19:40:19
2005
Can anyone suggest any further logging/tracing/debugging I can do to see what is causing it to 'stick'
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 01:59 AM
10-17-2005 01:59 AM
Re: inetd behaving oddly after 11.23 upgrade
The registrar entry comes from EMS Monitoring, I think. I'm not sure that it has anyting to do with cvs.
Are you mixing up the ports in /etc/services? Check them too...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 02:54 AM
10-17-2005 02:54 AM
Re: inetd behaving oddly after 11.23 upgrade
$grep cvs /etc/inetd.conf
cvsport stream tcp nowait cvs /usr/local/bin/cvs /usr/local/bin/cvs --allow-root=/home/cvs pserver
$grep cvs /etc/services
cvsport 2401/tcp #cvs
$grep 2401 /etc/services
cvsport 2401/tcp #cvs
$file /usr/local/bin/cvs
/usr/local/bin/cvs: PA-RISC2.0 shared executable dynamically linked
$ll /usr/local/bin/cvs
-rwxr-xr-x 1 root sys 602112 Oct 14 14:25 /usr/local/bin/cvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2005 07:07 PM
10-17-2005 07:07 PM
Re: inetd behaving oddly after 11.23 upgrade
Try running 'telnet
See the following link for some troubleshooting tips.
http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_Troubleshooting#Trouble_making_a_connection_to_a_CVS_server
Syslog message states 'connection from unknown' indicating that your server could not resolve IP address of the client. Make sure DNS is properly configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 02:38 AM
10-18-2005 02:38 AM
Re: inetd behaving oddly after 11.23 upgrade
It is just a question now of figuring out what it is having problems with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 02:09 PM
10-18-2005 02:09 PM
SolutionPatch Name: PHCO_32794
Patch Description: s700_800 11.23 libsec cumulative patch
( SR:8606393744 CR:JAGaf53799 )
Child inetd process may hang for non-root service on
trusted systems.
If your system is trusted it may be worthwhile installing this patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2005 10:55 PM
10-18-2005 10:55 PM
Re: inetd behaving oddly after 11.23 upgrade
I need to get downtime to apply the patch but I will let you know if it solves the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 10:58 PM
10-19-2005 10:58 PM
Re: inetd behaving oddly after 11.23 upgrade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 11:00 PM
10-19-2005 11:00 PM