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


-=[JFH]  Justin F. Hallett <Marketing>
-=[JFH]  Blue Falls Manufacturing Ltd. <Arctic Spas>
-=[JFH]  [EMAIL PROTECTED]



-------------------------------------------------------
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