| Next: Accepted partman-lvm 68 (source all) |
| Author |
Message |
P1 External

Since: Aug 07, 2009 Posts: 2
|
Posted: Fri Aug 07, 2009 8:44 am Post subject: xinetd Archived from groups: alt>comp>linux, others (more info?) |
|
|
'chkconfig --list' reveals:
xinetd based services:
chargen-dgram: off
chargen-stream: off
daytime-dgram: off
daytime-stream: off
discard-dgram: off
discard-stream: off
echo-dgram: off
echo-stream: off
eklogin: off
ekrb5-telnet: off
gssftp: off
klogin: off
krb5-telnet: off
kshell: off
rsync: off
tcpmux-server: off
time-dgram: off
time-stream: off
But 'ps aux |grep xinetd' shows that it's running:
root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
-pidfile /var/run/xinetd.pid
Question: How can I tell if this server is using xinetd?
Thanks,
Paul |
|
| Back to top |
|
 |
Greg Russell External

Since: Mar 10, 2009 Posts: 9
|
Posted: Fri Aug 07, 2009 8:55 am Post subject: Re: xinetd [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
"P1" <p1.TakeThisOut@fhri.org> wrote in message
news:4a7c4be9$0$7451$cc2e38e6@news.uslec.net...
> 'chkconfig --list' reveals:
>
> xinetd based services:
....
>
> But 'ps aux |grep xinetd' shows that it's running:
> root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
> -pidfile /var/run/xinetd.pid
>
> Question: How can I tell if this server is using xinetd?
It's right in front of you. Look at the rest of the output, or simply:
chkconfig --list | grep xinetd |
|
| Back to top |
|
 |
P1 External

Since: Aug 07, 2009 Posts: 2
|
Posted: Fri Aug 07, 2009 9:15 am Post subject: Re: xinetd [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Greg Russell wrote:
> "P1" <p1.RemoveThis@fhri.org> wrote in message
> news:4a7c4be9$0$7451$cc2e38e6@news.uslec.net...
>
>> 'chkconfig --list' reveals:
>>
>> xinetd based services:
> ...
>> But 'ps aux |grep xinetd' shows that it's running:
>> root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
>> -pidfile /var/run/xinetd.pid
>>
>> Question: How can I tell if this server is using xinetd?
>
> It's right in front of you. Look at the rest of the output, or simply:
>
> chkconfig --list | grep xinetd
>
>
>
I guess I just wasn't sure if the chkconfig output was to be fully
trusted
Thanks for your assistance Greg! |
|
| Back to top |
|
 |
Ivan Marsh External

Since: Jun 09, 2009 Posts: 4
|
Posted: Fri Aug 07, 2009 11:14 am Post subject: Re: xinetd [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
P1 wrote:
> 'chkconfig --list' reveals:
>
> xinetd based services:
> chargen-dgram: off
> chargen-stream: off
> daytime-dgram: off
> daytime-stream: off
> discard-dgram: off
> discard-stream: off
> echo-dgram: off
> echo-stream: off
> eklogin: off
> ekrb5-telnet: off
> gssftp: off
> klogin: off
> krb5-telnet: off
> kshell: off
> rsync: off
> tcpmux-server: off
> time-dgram: off
> time-stream: off
>
> But 'ps aux |grep xinetd' shows that it's running:
> root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
> -pidfile /var/run/xinetd.pid
>
> Question: How can I tell if this server is using xinetd?
xinetd is a service that runs other services as needed. It can be running
even if it's not providing any services.
I don't use it myself so someone that uses Suse or one of the other distros
that install it by default my have better information but...
According to that output you're running xinetd but xinetd isn't running
anything.
What is your concern about it?
--
"All right, all right, if it will make you happy, I will overthrow society."
- Philip J. Fry |
|
| Back to top |
|
 |
Nathan Keel External

Since: May 04, 2009 Posts: 12
|
Posted: Fri Aug 07, 2009 11:45 am Post subject: Re: xinetd [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
P1 wrote:
> 'chkconfig --list' reveals:
>
> xinetd based services:
> chargen-dgram: off
> chargen-stream: off
> daytime-dgram: off
> daytime-stream: off
> discard-dgram: off
> discard-stream: off
> echo-dgram: off
> echo-stream: off
> eklogin: off
> ekrb5-telnet: off
> gssftp: off
> klogin: off
> krb5-telnet: off
> kshell: off
> rsync: off
> tcpmux-server: off
> time-dgram: off
> time-stream: off
>
> But 'ps aux |grep xinetd' shows that it's running:
> root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
> -pidfile /var/run/xinetd.pid
>
> Question: How can I tell if this server is using xinetd?
>
> Thanks,
> Paul
The services are off that it's set to enable/disable, but not the
service itself, apparently. |
|
| Back to top |
|
 |
Jan Gerrit Kootstra External

Since: Apr 08, 2004 Posts: 295
|
Posted: Fri Aug 07, 2009 3:10 pm Post subject: Re: xinetd [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
P1 schreef:
> Greg Russell wrote:
>> "P1" <p1.RemoveThis@fhri.org> wrote in message
>> news:4a7c4be9$0$7451$cc2e38e6@news.uslec.net...
>>
>>> 'chkconfig --list' reveals:
>>>
>>> xinetd based services:
>> ...
>>> But 'ps aux |grep xinetd' shows that it's running:
>>> root 3464 0.0 0.0 22532 868 ? Ss May27 0:00 xinetd -stayalive
>>> -pidfile /var/run/xinetd.pid
>>>
>>> Question: How can I tell if this server is using xinetd?
>>
>> It's right in front of you. Look at the rest of the output, or simply:
>>
>> chkconfig --list | grep xinetd
>>
>>
>>
>
> I guess I just wasn't sure if the chkconfig output was to be fully
> trusted
> Thanks for your assistance Greg!
P1,
If you do not need xinetd to run you run give following commands:
chkconfig xinetd off
service xinetd stop
Kind regards,
Jan Gerrit Kootstra |
|
| Back to top |
|
 |
|