1847205 Members
3070 Online
110263 Solutions
New Discussion

inetd service

 
Ron Bromwell
Frequent Advisor

inetd service

Hi all,
I'm running HP-UX 10.20 on a B180L. The inetd service is not running. How do I get it started?
Thanks,
Ron
life's a journey, not a destination
10 REPLIES 10
Ian Dennison_1
Honored Contributor

Re: inetd service

'/sbin/init.d/inetd start'

Share and Enjoy! Ian
Building a dumber user
A. Clay Stephenson
Acclaimed Contributor

Re: inetd service

Hi Ron:

1) cd /ssbin/init.d
2) ./inetd stop (just to be safe)
3) ./inetd start

Clay
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: inetd service

Hi Ron:

1) cd /sbin/init.d
2) ./inetd stop (just to be safe)
3) ./inetd start

Clay
If it ain't broke, I can fix that.
Frederic Sevestre
Honored Contributor

Re: inetd service

Hi,

Type /sbin/init.d/inetd start
or /usr/sbin/inetd.
It should work
Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
Jeff Machols
Esteemed Contributor

Re: inetd service

/sbin/init.d/inetd start
Helen French
Honored Contributor

Re: inetd service

hey,

If you need to restart the service, do this:

# inetd -c

or else /usr/sbin/inetd !

Shiju
Life is a promise, fulfill it!
Ron Bromwell
Frequent Advisor

Re: inetd service

Hi all,
Shouldn't this service start automatically?
Ron
life's a journey, not a destination
Ian Dennison_1
Honored Contributor

Re: inetd service

Ideally yes, it should start automatically, but it is set in /etc/rc1.d.

Is there a link in that directory to /sbin/init.d/inetd? Did it show up in /etc/rc.log as starting at last boot?

Share and Enjoy! Ian
Building a dumber user
Ian Dennison_1
Honored Contributor

Re: inetd service

Sorry, started in /sbin/rc2.d on my machine, file named S500inetd.

Doh, Ian
Building a dumber user
Jeff Machols
Esteemed Contributor

Re: inetd service

check /etc/rc.config.d/netdaemons and see if there is a START_INETD=0, if there is remove it. Also check /etc/rc.log to see if there are any errors when inetd started up