1751900 Members
5456 Online
108783 Solutions
New Discussion юеВ

Re: inetd

 
SOLVED
Go to solution
Foolqiu
Frequent Advisor

inetd

I got the following err messages when I execute /sbin/init.d/inetd stop/start, why?

 

/sbin/init.d/inetd[38]: 3 not found

/sbin/init.d/inetd[38]: EFI not found

/sbin/init.d/inetd[38]: HPUX not found

/sbin/init.d/inetd[38]: HPSP not found

 

 

OS: 11.31

4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: inetd

My guess is that you have some invalid information in one of the files in the /etc/rc.config.d directory.

 

Try this:

 

# cd /etc/rc.config.d

# grep EFI *

 

Then check whatever file is returned and see if the other items in your error are in that file.

 

If you are unsure of the file, post it here and we can advise on appropriate action.

Steven Schweda
Honored Contributor

Re: inetd

 
Torsten.
Acclaimed Contributor

Re: inetd

While mirroring you create a file like this

# cat /tmp/partitionfile
3
EFI 500MB
HPUX 100%
HPSP 400MB



but now you have such file in wrong directory, please remove it (may have a different name on your system).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Foolqiu
Frequent Advisor

Re: inetd

You are right. I solved this on your suggestion.