Hi Guys,
I'm having trouble with logging in to proftpd. Ubuntu 10.04 LTS
Filezilla output:
Code:
Status: Resolving address of xxxxxxxxxx.com
Status: Connecting to xxx.xxx.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server
Now, what I decided to do was run proftpd -n -d5 to allow me to see the errors, and this is what i got:
Code:
www.xxxx.com (123.123.12.12[123.123.12.12]) - session requested from client in unknown class
www.xxxx.com (123.123.12.12[123.123.12.12]) - mod_sql/4.2.2: no SQL backends registered
www.xxxx.com (123.123.12.12[123.123.12.12]) - mod_sql.c: error initializing session: No such file or directory
www.xxxx.com (123.123.12.12[123.123.12.12]) - error deleting scoreboard entry: Operation not permitted
www.xxxx.com (123.123.12.12[123.123.12.12]) - FTP session closed.
I've searched the forum, tried a lot of things, and none of them seem to work. On the same tack, I enabled the LoadModule mod_sql
Then I tried to enable mod_mysql, and i just keep getting a segmentation fault. Is my problem related to not being able to enable the mysql mod, or is it something else?
I've checked the vftp user info etc, and that's all fine.
Thanks,
Dave