LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xinetd problem (https://www.linuxquestions.org/questions/linux-newbie-8/xinetd-problem-809272/)

struggled_newbie 05-21-2010 06:18 AM

xinetd problem
 
hello linux gurus

I've already installed centos 5.5 and checked the xinetd services using the command : service xinetd status and the reply is

xinetd: unrecognized service


please help me

__raHulk 05-21-2010 06:28 AM

You said you installed centos 5.5 but you didn't say anything about installing xinetd. You need to install xinetd first before checking its status.

struggled_newbie 05-21-2010 07:19 AM

Quote:

Originally Posted by __raHulk (Post 3976451)
You said you installed centos 5.5 but you didn't say anything about installing xinetd. You need to install xinetd first before checking its status.

can you help me how? my cup is empty and I'm really a new to this.

__raHulk 05-24-2010 12:38 AM

Quote:

service xinetd status
See what I want to say is that you wouldn't be able to check the status of something(xinetd) which is not at all installed. xinetd needs to be installed first...

You can try the following command
"yum install xinetd".

If the above command doesn't works then insert your centos DVD and find the package named something like xinetd-**.rpm. And you should be able to use the command
"rpm -ivh xinetd-**.rpm" while being in that directory.
You can then use your xinet commands.

You can then refer to the following links to configure xinetd.

Xinetd intro

Xinetd Configuration

That might help you...

Cheers!!!


All times are GMT -5. The time now is 03:59 AM.