LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Setting up proftpd (https://www.linuxquestions.org/questions/linux-newbie-8/setting-up-proftpd-230905/)

Abbaddon 09-15-2004 09:27 AM

Setting up proftpd
 
I know I have it, how can I get it to work?


root@Snot:~# proftpd
Snot.Mucas - fatal: Socket operation on non-socket
Snot.Mucas - (Running from command line? Use `ServerType standalone' in config file!)
root@Snot:~#


Oh I'm running slack 10.0

dsegel 09-15-2004 10:16 AM

As the error says, if you're trying to run it directly (as opposed to letting inetd start it up when needed), you need to set the ServerType option in the proftpd.conf file to 'standalone'. The entry is usually near the top of the config file.

DrOzz 09-15-2004 10:17 AM

Quote:

Snot.Mucas - (Running from command line? Use `ServerType standalone' in config file!)
didn't that say anything to you ?
make that change like it says ...
the file is :
Code:

/etc/proftpd.conf
well should be anyways.

Abbaddon 09-15-2004 10:24 AM

Ahh.

Doh.

I just uncommented it and it worked.

I'm a tard.

Thanks


All times are GMT -5. The time now is 09:38 AM.