[TriLUG] vsftp on Redhat - no xinetd conf file
Jon Carnes
jonc at nc.rr.com
Mon Jul 7 21:14:52 EDT 2003
True, but my clients don't want it running continuously. After I saw
the daemon setup, I read the docs again just to be sure and they say to
use inetd or xinetd.
I guess what you are really saying is that RedHat thinks we should run
it as a stand-alone daemon... Then *why* is that better?
Jon Carnes
On Mon, 2003-07-07 at 18:09, Jeffery Painter wrote:
> It looks that vsftp is setup as it's own service
>
> /etc/init.d/vsftpd {start|stop|restart|condrestart|status}
>
> and configuration is handled through /etc/vsftpd/vsftpd.conf
>
> HTH!
>
> On 7 Jul 2003, Jon Carnes wrote:
>
> > Am I crazy or is the vsftpd rpm package (In RedHat 9) missing the
> > xinetd.d config file? I thought the first time around that I had simply
> > skipped a step, but I just installed it at another client (very
> > carefully) and the file does not seem to be included.
> >
> > Any hints? (yes the docs *do* say to use inetd or xinetd with vsftpd).
> >
> > Here's the file I end up using (cranked from hand):
> > ======
> > # VSFTPD - Very Secure FTP Daemon
> > #
> > #
> > service ftp
> > {
> > disable = no
> > socket_type = stream
> > wait = no
> > user = root
> > server = /usr/sbin/vsftpd
> > log_on_success += DURATION
> > nice = 10
> > }
> >
> > _______________________________________________
> > TriLUG mailing list
> > http://www.trilug.org/mailman/listinfo/trilug
> > TriLUG Organizational FAQ:
> > http://www.trilug.org/faq/TriLUG-faq.html
> >
>
>
> Jeff Painter
> ------------
> painter at kiasoft.com
>
> Kiasoft, Inc.
> PO Box 4315
> Cary, NC 27519-4315
>
> http://kiasoft.com
>
> _______________________________________________
> TriLUG mailing list
> http://www.trilug.org/mailman/listinfo/trilug
> TriLUG Organizational FAQ:
> http://www.trilug.org/faq/TriLUG-faq.html
More information about the TriLUG
mailing list