xinetd as a daemon

François Patte francois.patte at math-info.univ-paris5.fr
Sat Aug 26 04:36:06 UTC 2006


Thufir a écrit :
> I'm going by
> <http://yolinux.com/TUTORIALS/LinuxTutorialRedHatInstallation.html> to
> set xinetd as an automatic service, always on:
> 
> 
> [root at arrakis ~]#
> [root at arrakis ~]#
> [root at arrakis ~]# cat /etc/xinetd.d/wu-ftpd
> cat: /etc/xinetd.d/wu-ftpd: No such file or directory
> [root at arrakis ~]#
> [root at arrakis ~]# chkconfig wu-ftpd on
> error reading information on service wu-ftpd: No such file or directory
> [root at arrakis ~]#

wu-ftpd (if it exists for your distro) is not installed....

test:

rpm -qa | grep ftpd

> [root at arrakis ~]# chkconfig xinetd on

Bad syntax, you should type:

chkconfig --level 345 xinetd on

-- 
François Patte
UFR de mathématiques et informatique
Université Paris 5 - Paris
http://www.math-info.univ-paris5.fr/~patte




More information about the fedora-list mailing list