ispCP - Board - Support
how to setup ispCP on ubuntu 8.04 LTS - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: how to setup ispCP on ubuntu 8.04 LTS (/thread-3169.html)

Pages: 1 2


how to setup ispCP on ubuntu 8.04 LTS - suntsh - 04-30-2008 09:40 AM

how to setup ispCP on ubuntu 8.04 LTS ?


RE: how to setup ispCP on ubuntu 8.04 LTS - alien624 - 05-24-2008 05:27 PM

why nobody reply or help?


RE: how to setup ispCP on ubuntu 8.04 LTS - amilo - 05-24-2008 10:50 PM

Yes why ?


RE: how to setup ispCP on ubuntu 8.04 LTS - rbtux - 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?


RE: how to setup ispCP on ubuntu 8.04 LTS - amilo - 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-ftp-wrong-password-t-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


RE: how to setup ispCP on ubuntu 8.04 LTS - ephigenie - 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.


RE: how to setup ispCP on ubuntu 8.04 LTS - amilo - 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


RE: how to setup ispCP on ubuntu 8.04 LTS - rbtux - 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...


RE: how to setup ispCP on ubuntu 8.04 LTS - amilo - 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 Smile


RE: how to setup ispCP on ubuntu 8.04 LTS - rbtux - 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

Code:
ModulePath /usr/lib/proftpd
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c

LoadModule mod_quotatab.c
LoadModule mod_quotatab_sql.c