from my proftpd.conf
ServerType                      inetd
DefaultServer                   on
I've already HUPed my xinetd. My issue is that all these used to work before I upgrade to 1.8...

[11:35:33pm] _pejvan_ ~ >> cat /etc/xinetd.d/ftp
service ftp
{
        disable = no
        socket_type     = stream
        wait            = no
        user            = root
#       server          = /usr/libexec/ftpd
#       server_args     = -l
        server          = /sw/sbin/proftpd
        groups          = yes
        flags           = REUSE
}
thanks again for your help,

Pejvan


Justin Hallett wrote:
if you are using xinetd you need to hup the process and you can't start
the daemon via cmd line.  please verify that you have the ServerType set
to inetd and then paste your xinetd script here.

[EMAIL PROTECTED] writes:

Doesn't seem to work any better :(

Any other idea ? =(

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





-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to