Re: vsftp in stand-alone mode (?)



Henk Oegema wrote:

Theo v. Werkhoven wrote:

The carbonbased lifeform Henk Oegema inspired alt.os.linux.suse
with:
Lorenzo `paulatz' Paulatto wrote:

Henk Oegema ha scritto:
What is the meaning of running vsftpd in stand-alone mode ?
(listen =YES in vsftpd.conf)
Is there also something like non stand-alone mode?

yes, it is runned by xinetd, and it works like charm, as long as
it's on a low traffic server. Xinetd can start almost any server,
just when needed.



It is still not clear to me what stand-alone mode means.

http://en.wikipedia.org/wiki/Stand-alone


Another question:
What is the difference of starting vsftp by xinetd compared to
starting it with a scrip in /etc/init.d ? (as described in
http://www.novell.com/coolsolutions/feature/14689.html)

Why don't you just try it instead of asking "lazy" questions?

Try what?
Theo
Hi
If you start the server application via run-level it will be running
all the time.
If you start the server application via xinetd it will launch the
server application when it's in required. If you start xinetd and then
look for the process (eg vsftpd) it will not be running. When someone
requires the ftp service, you will then see the process running. Try
it from the localhost.

--
Cheers
Malcolm °¿°
.



Relevant Pages

  • Re: vsftpd setup
    ... >xinetd on servers, since it re-reads the configuration files on every ... >new connection and makes actively editing your configuration files quite ... When he connects to my ftp server from there, it would take quite a long ...
    (comp.os.linux.setup)
  • Re: -s /tftpboot path in xinetd.d/tftp file
    ... >> netstat showed xinetd listening on 69 when in fact, ... >> me what would have been more clear in showing whether tftp was there ... > tftp server using xinetd. ...
    (Fedora)
  • Re: vsftp in stand-alone mode (?)
    ... yes, it is runned by xinetd, and it works like charm, as long as ... Xinetd can start almost any server, ... you will then see the process running. ...
    (alt.os.linux.suse)
  • Re: the super-server "inetd" or "xinetd" for vmwear sever
    ... you need to install the xinetd server ... ... I try to configure the free wmvear server for FC5 and get error as follows, ... VMware Server has been configured to run on a port different from the ... Unable to find any instance of the super-server "inetd" or "xinetd". ...
    (Fedora)
  • Writting a UDP server program under inetd/xinetd
    ... I know a tcp server program under xinetd communicates with clients by ... I am writting a UDP server under xinetd. ...
    (comp.unix.programmer)