Still no go -- changed the ftp service in my xinet.d/ to your suggestion below, and commented out the User and Group directives from proftpd.conf. The PersistentPasswd directive was already set to off.

On tisdag, feb 25, 2003, at 22:35 Europe/Stockholm, Justin Hallett wrote:

well your xinetd.d/ftp file should look like this replace /opt/fink with
your fink basepath:


service ftp
{
        disable = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /opt/fink/sbin/in.proftpd
        server_args     = -d2
        groups          = yes
        flags           = REUSE
}

and you should not specify a user or group to run as and make sure you
have this line

PersistentPasswd off


[EMAIL PROTECTED] writes:
Reading this got the standalone daemon working. However, getting it to
run from xinetd still does not work, resulting only in a "Connection
refused" message on the client end, and I don't know how to direct any
debugging messages to somewhere where I can read them. Ideas would be
greatly appreciated



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to