|
how to setup ispCP on ubuntu 8.04 LTS
|
| Author |
Message |
suntsh
Newbie

Posts: 5
Group: Registered
Joined: Apr 2008
Status:
Offline
Reputation: 0
|
how to setup ispCP on ubuntu 8.04 LTS
how to setup ispCP on ubuntu 8.04 LTS ?
|
|
| 04-30-2008 09:40 AM |
|
 |
alien624
Posts: 1
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: how to setup ispCP on ubuntu 8.04 LTS
why nobody reply or help?
|
|
| 05-24-2008 05:27 PM |
|
 |
amilo
Junior Member

Posts: 19
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: how to setup ispCP on ubuntu 8.04 LTS
|
|
| 05-24-2008 10:50 PM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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?
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 05-25-2008 06:54 PM |
|
 |
amilo
Junior Member

Posts: 19
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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
|
|
| 05-25-2008 08:30 PM |
|
 |
ephigenie
Administrator
      
Posts: 570
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 9
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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.
---
ConSol* ist Deutschlands bester Arbeitgeber 2008,2007.In 2006 in der Kategorie Mittelständische Unternehmen.
2nd Best Workplace in Europe 2008
There's a place where all the guru's sit Come and join us - visit http://www.consol.de/jobs
|
|
| 05-25-2008 09:20 PM |
|
 |
amilo
Junior Member

Posts: 19
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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
|
|
| 05-26-2008 04:34 AM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: how to setup ispCP on ubuntu 8.04 LTS
you have to enable the modules mod_sql.c and mod_sql_mysql.c search for a proftpd modules.conf to include...
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 05-26-2008 05:45 AM |
|
 |
amilo
Junior Member

Posts: 19
Group: Registered
Joined: May 2008
Status:
Offline
Reputation: 0
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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:00 AM |
|
 |
rbtux
Member
  
Posts: 1,200
Group: Registered
Joined: Feb 2007
Status:
Away
Reputation: 22
|
RE: how to setup ispCP on ubuntu 8.04 LTS
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
ModulePath /usr/lib/proftpd
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_sql.c
OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
|
|
| 05-26-2008 07:10 AM |
|
 |
|
|