04-30-2008, 09:40 AM
Pages: 1 2
05-24-2008, 05:27 PM
why nobody reply or help?
05-24-2008, 10:50 PM
Yes why ?
05-25-2008, 06:54 PM
Well I had it running on ubuntu 7.04 whitout big modification... So it shouldn't be that hard.
Have you tried? Where did you stuck?
Have you tried? Where did you stuck?
05-25-2008, 08:30 PM
I installed on 8.04 server without any problem anything is ok but the ftp is not because not stop return wrong password when i testing i need to using WinSCP to browse the files... This is my problem - http://www.isp-control.net/forum/help-ft...-3358.html
Anyway I setup it without any errors but this error is very ugly because without ftp i can't work rigth? Thanks in advance
Anyway I setup it without any errors but this error is very ugly because without ftp i can't work rigth? Thanks in advance
05-25-2008, 09:20 PM
Please take a look if proftpd uses the right config (the one modified from ispCP setup )
and if the Variables in your conf are substituted with the right values (especially username, password, mysql hostname shall match your setup)
If all right, try to connect to your db with the values in your db.
If all right, look into the corresponding log files for proftpd and search for errors/ failures. Try to login and see if something happens in your log.
post your results here.
and if the Variables in your conf are substituted with the right values (especially username, password, mysql hostname shall match your setup)
If all right, try to connect to your db with the values in your db.
If all right, look into the corresponding log files for proftpd and search for errors/ failures. Try to login and see if something happens in your log.
post your results here.
05-26-2008, 04:34 AM
Yes when i look at the proftpd conf (etc/proftpd/proftpd.conf & etc/proftpd.conf the isntaller of ispcp not change the file... i change it manual i copy from /web/svn/nightly/configs.... now i get this error :
root@i1:~/web/svn/nightly/configs/ubuntu/proftpd# /etc/init.d/proftpd restart
* Stopping ftp server proftpd [ OK ]
* Starting ftp server proftpd - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 170 of '/etc/proftpd/proftpd.conf'
Thanks in advance
root@i1:~/web/svn/nightly/configs/ubuntu/proftpd# /etc/init.d/proftpd restart
* Stopping ftp server proftpd [ OK ]
* Starting ftp server proftpd - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 170 of '/etc/proftpd/proftpd.conf'
Thanks in advance
05-26-2008, 05:45 AM
you have to enable the modules mod_sql.c and mod_sql_mysql.c search for a proftpd modules.conf to include...
05-26-2008, 07:00 AM
rbtux Wrote:you have to enable the modules mod_sql.c and mod_sql_mysql.c search for a proftpd modules.conf to include...
First i want to thank u for the reply! How to do this? Sorry for the silly question but i am a newbie sorry ;(
Thanks in advance

05-26-2008, 07:10 AM
first:
As newbie I really recommand to use debian. It could be that in ubuntu some things are not fully supported out of the box and there you will run into problems...
back to the problem:
include the following in your proftpd.conf before the sql... directives
As newbie I really recommand to use debian. It could be that in ubuntu some things are not fully supported out of the box and there you will run into problems...
back to the problem:
include the following in your proftpd.conf before the sql... directives
Code:
ModulePath /usr/lib/proftpd
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_sql.cPages: 1 2