- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inetd daemon
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
06-23-2001 07:15 AM
06-23-2001 07:15 AM
When i rebooted my one of the systems then it came up in run level 3 but inetd was not running so i tried to start withy /sbin/init.d/inetd start but it says it could not be startedcand gives me usage error..when i used /usr/sbin/inetd..it started ...but whenevr i reboot my system then inetd doesnot get started automatically which it shud start using the scripr /sbin/rc2.d/S500inetd start..acn any body help me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 09:06 AM
06-23-2001 09:06 AM
Re: inetd daemon
Also check the /sbin/init.d/inetd script and make sure it hasn't changed recently. The scripts in /sbin/init.d should NOT be modified, unless they are startup scripts you have created yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 09:31 AM
06-23-2001 09:31 AM
Re: inetd daemon
I checked the rc.log file and the script too.The rc.log says inetd could not not be started..usge error ..same error i get if try to exec the script manually.I have compared the two scripts one from the wrking system and other from this system on ehich i am getting the error no diff but still my inetd doesnot gte started at boot time.i dont know why...i am wrking on it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 09:46 AM
06-23-2001 09:46 AM
Re: inetd daemon
Check your /etc/rc.config.d/netdaemons file. It contains the setting for the INETD_ARGS variable which is passed to inetd inside of /sbin/init.d/inetd. Perhaps it has some bad switch settings for that variable?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 10:02 AM
06-23-2001 10:02 AM
Re: inetd daemon
Thanks for the nice clue.the value is INETD_ARGS="-1".What shud i change this to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 10:12 AM
06-23-2001 10:12 AM
SolutionJP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 10:22 AM
06-23-2001 10:22 AM
Re: inetd daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 10:28 AM
06-23-2001 10:28 AM
Re: inetd daemon
As for your question about the other programs that require startup options, the only thing I can suggest is to take a quiet couple of hours and look at the files in the /etc/rc.config.d directory. I find something new every time I go poking around in there. Also, as Patrick mentioned the /etc/rc.log is a good log file to keep an eye on as it will contain messages from programs that complain when they start up.
JP