On Mon, 28 Feb 2000, harmit wrote:

> Icould not find file named inetd.conf in the etc dir.What should I do ?Is
> there any problem with the installation.
>
> "Mikkel L. Ellertson" wrote:
>
> > On Mon, 26 Feb 2001, harmit wrote:
> >
> > > Hi
> > > I have changed my lan card & able to communicate on LAN. Now the
> > > problem is Iam not able to FTP though I have installed wu-ftpd on my
> > > system.At the same time I can get a file from other machine using
> > > ftp So 1.IT ACTS AS A FTP CLIENT BUT NOT A FTP SERVER.I get the
> > > "connection refused" message while trying to ftp 2.Also It doesn't
> > > allow telnet.Is there any services that needs to be run to telnet
> > > the system. I HAVE RESTARTED THE SYSTEM ,BUT NO LUCK
> > >
> > > Please guide me to make it ftp server & allow telnet
> > >
> > Look in /etc/inetd.conf.  Scroll down to:
> > #
> > # These are standard services.
> > #
> > #ftp    stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
> > #telnet stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd
> >
> > Remove the # from the start of the ftp and telnet lines.
> > killall -HUP inetd
> >
> > If it still doesn't work, make sure telnet-server-0.16-6 and
> > wu-ftpd-2.6.0-14.6x are installed.
> >
> > Mikkel
>
Ok, then you must be running 7.0.  Try something like "chkconfig telnet
on" and "chkconfig ftp on".  I am not sure of the exact format for 7.0.
Maybe someone else will correct me if I goofed...

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to