- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
04-30-2004 12:20 AM
04-30-2004 12:20 AM
inetd daemon
In one of my running 11i, inetd daemon is not starting at booting time, each i need to start manually. Entry exist in /sbin/rc2.d as well in /sbin/init.d.
what could be the problem?
thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:27 AM
04-30-2004 12:27 AM
Re: inetd daemon
If you start it manually, does it stay running? and are you using the rc startuop script to get it running?
Has it always done this? or has it recently started to do this? If the second option, then what has changed recently??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:33 AM
04-30-2004 12:33 AM
Re: inetd daemon
Check these out. First check /etc/rc.log file. There you will find the reason.
Check permission,ownership in /sbin/init.d/inetd (It should be permission 555 and ownership bin:bin)
Also check the link in /sbin/rc2.d directory. Check S is there or not like below:
lrwxr-xr-x 1 root sys 18 Jun 13 2001 S500inetd -> /sbin/ini
t.d/inetd
Rgds
Tapas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:34 AM
04-30-2004 12:34 AM
Re: inetd daemon
2. Check for old configuration files in /etc/rc.config.d/. Filenames containing [.,~#] are not sourced.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:37 AM
04-30-2004 12:37 AM
Re: inetd daemon
in /etc/rc.log you should have a strings like this:
Start Internet services daemon
Output from "/sbin/rc2.d/S500inetd start
Do you have a situation like this under /sbin/rc2.d/?
lrwxr-xr-x 1 root sys 18 Sep 5 2000 S500inetd -> /sbin/init.d/inetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:39 AM
04-30-2004 12:39 AM
Re: inetd daemon
the error in /etc/rc.log is like this
Output from "/sbin/rc2.d/S500inetd start":
----------------------------
Usage: inetd [-l]
inetd [-c]
inetd [-k]
inetd [-s]----------
"/sbin/rc2.d/S500inetd start" FAILED
but when the m/c is up i issue /usr/sbin/inetd to start the service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:42 AM
04-30-2004 12:42 AM
Re: inetd daemon
This is problem with the entry in inetd.conf file. What i suggest is why dont you delete the entry and rewrite it.
Then try rebooting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:43 AM
04-30-2004 12:43 AM
Re: inetd daemon
cat -v /sbin/init.d/inetd
Anything here? special char etc?
cat -v /etc/rc.config.d/inetd
Anything here?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:43 AM
04-30-2004 12:43 AM
Re: inetd daemon
It should probably look like this
export INETD_ARGS=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:47 AM
04-30-2004 12:47 AM
Re: inetd daemon
Bit confused. Ignore my earlier message.
What i suspect is may be your script S500inetd got some errors or unwanted characters in. See if there are any changes done or change in time stamp of the file.
See if you corrrect them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:52 AM
04-30-2004 12:52 AM
Re: inetd daemon
under /sbin/rc2.d
# ll|grep inetd
lrwxr-xr-x 1 root root 18 May 6 2003 S500inetd -> /sbin/ini
t.d/inetd
#
#
# pwd
/sbin/rc2.d
# cd ../init.d
# ll|grep inet
-r-xr-xr-x 1 bin bin 65536 Jul 27 2001 inetd
Mark:
export INETD_ARGS=
in my /etc/rc.config.d/netdaemons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:54 AM
04-30-2004 12:54 AM
Re: inetd daemon
How many files? Any files such as .bak .org etc??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:56 AM
04-30-2004 12:56 AM
Re: inetd daemon
If you check /sbin/init.d/inetd script, then you will find like below:
[ -x /usr/sbin/inetd ] && /usr/sbin/inetd $INETD_ARGS
The INETD_ARGS is in /etc/rc.config.d/netdaemons file. It should contain entry like export INETD_ARGS=
Thanx.
Tapas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 12:58 AM
04-30-2004 12:58 AM
Re: inetd daemon
in /sbin/init.d/inetd, around line 46 at the bit where it actually runs inetd, I'd enclose the command in suitable quotes, put an "echo" at the start and redirect it to a file. Also worth doing an "env" and redirecting that output too. Then at least you can see exactly what is happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 01:14 AM
04-30-2004 01:14 AM
Re: inetd daemon
Start checking the rc.config file, and also the actual /sbin/init.d startup script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 01:25 AM
04-30-2004 01:25 AM
Re: inetd daemon
I have this :
/ >: ll /sbin/init.d/inetd
-r-xr-xr-x 1 bin bin 1403 14 nov 2000 /sbin/init.d/inetd
/ >: ll /usr/sbin/inetd
-r-xr--r-- 1 bin bin 65536 27 juil 2001 /usr/sbin/inetd
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 01:32 AM
04-30-2004 01:32 AM
Re: inetd daemon
I comapred the /etc/rc.config and /sbin/init.d/inetd files with other m/c in which inetd start while booting, there is no difference.In fact i copied those files to this problematic m/c. I rebooted both the machines. still this m/c is not starting inetd whereas in other m/c it is starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 01:49 AM
04-30-2004 01:49 AM
Re: inetd daemon
with extensions like .save, .bak etc. There should only be config files for /sbin/init.d/ script.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 01:57 AM
04-30-2004 01:57 AM
Re: inetd daemon
Excuse me to fix on my first idea, but could you provide results for :
ll /usr/sbin/inetd /sbin/init.d/inetd
file /usr/sbin/inetd
file /sbin/init.d/inetd
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 02:35 AM
04-30-2004 02:35 AM
Re: inetd daemon
thanx everybody for your time