I am using centos 5.1 x86_64 I am wanting to restart xinetd
when I do "service xinetd restart" it says xinetd unrecognized service
when I do "/etc/init.d/xinetd restart" I get no such file or directory.
How does one restart xinetd?
THanks,
Jerry
Jerry Geis wrote:
I am using centos 5.1 x86_64 I am wanting to restart xinetd
when I do "service xinetd restart" it says xinetd unrecognized service
when I do "/etc/init.d/xinetd restart" I get no such file or directory.
How does one restart xinetd?
THanks,
Jerry
Sorry - I got it. I first have to "yum install tftp-server", this loads xinetd as a dependency.
Jerry
I normally would not install additional services just to get a dependancy (unless you actually wanted tftp-server). You can install xinetd alone using:
# yum install xinetd
On Tue, Apr 29, 2008 at 1:39 PM, Jerry Geis geisj@pagestation.com wrote:
Jerry Geis wrote:
I am using centos 5.1 x86_64 I am wanting to restart xinetd
when I do "service xinetd restart" it says xinetd unrecognized service
when I do "/etc/init.d/xinetd restart" I get no such file or directory.
How does one restart xinetd?
THanks,
Jerry
Sorry - I got it. I first have to "yum install tftp-server", this loads
xinetd as a dependency.
Jerry
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi Jerry,
On Tue, 2008-04-29 at 08:32 -0400, Jerry Geis wrote:
I am using centos 5.1 x86_64 I am wanting to restart xinetd
when I do "service xinetd restart" it says xinetd unrecognized service
when I do "/etc/init.d/xinetd restart" I get no such file or directory.
How does one restart xinetd?
On a CentOS 5.1 system, xinetd is not installed by default and thus not startable. You should first install xinetd using 'yum -y install xinetd'. Then you can restart xinetd. Where do you need it for ?
Regards,
Michel van Deventer