- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- services depended on inetd does not start properly
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
07-08-2007 06:57 PM
07-08-2007 06:57 PM
services depended on inetd does not start properly
The server was shutdown before this happen due to root file system full. after boot to single user mode to clean up the root file system, I reboot the server and found that the cvs server is not working properly.
when client connect to cvs server. The port is open, but the inetd does not start the cvs server to talk to the client.
I have try to enable ftp, it also does not turn on the ftp server when client connected.
Start/stop of inetd service does not help. after stop using /sbin/init.d/inetd stop, the process still exist, I have to use kill -9 to kill the inetd process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 04:30 AM
07-10-2007 04:30 AM
Re: services depended on inetd does not start properly
check your /etc/services and the
services:
entry in /etc/nsswitch.conf which policy is used for resolving.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 06:38 AM
07-10-2007 06:38 AM
Re: services depended on inetd does not start properly
On certain releases of HP-UX when the root filesystem gets full, certain system files get hammered. They get reduced in size, sometimes to zero bytes.
Any file important to inetd and networking (listed in prior post) should be checked for size and completeness.
Also check /etc/rc.config.d/netconf
/etc/passwd
/etc/group
/etc/nsswitch.conf
Pretty much any file that has anything to do with networking can be the culprit here.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:47 PM
10-03-2007 01:47 PM
Re: services depended on inetd does not start properly
Yesterday we have another similar incident, and the inetd again does not start the cvs server, and we did the stop/start for 3-4 hours but it still not working. This morning I try to access the cvs server, and it works again.
There must be some setting or problem somewhere which cause this strange problem but I just can't find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:55 PM
10-03-2007 01:55 PM
Re: services depended on inetd does not start properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 03:55 PM
10-03-2007 03:55 PM
Re: services depended on inetd does not start properly
>> "registar: /etc/tcpd.conf not found"
# touch /etc/tcpd.conf
# chmod 444 /etc/tcpd.conf
Thanks