ispCP - Board - Support
install help needed on Ubuntu Lucid 10.04 LTS [resolved] - 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: install help needed on Ubuntu Lucid 10.04 LTS [resolved] (/thread-10745.html)

Pages: 1 2


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - rajkosto - 05-31-2010 04:20 AM

i have tons of problems trying to use 1.0.5 on lucid
once i got past the problem in this thread
1.0.5 on lucid would not make the users like vu2001 etc when i made a new site
trunk on lucid would not make dirs like htdocs and copy th fcgid launcher file...
also there was another issue on trunk with an extra "Include" in some file

this is what i get as perl installer output on 1.0.5
Code:
Starting Installation
ERROR: Module php4 does not exist!
ERROR: Module php5 does not exist!
Enabling module actions.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Module fcgid already disabled
ERROR: Module ispcp_fastcgi does not exist!
Module fastcgi disabled.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Enabling module fcgid_ispcp.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Module cgid already enabled
Enabling site ispcp.conf.
Run '/etc/init.d/apache2 reload' to activate new configuration!
Enabling module rewrite.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Enabling module suexec.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Adding system startup for /etc/init.d/ispcp_daemon ...
   /etc/rc0.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc1.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc6.d/K99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc2.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc3.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc4.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
   /etc/rc5.d/S99ispcp_daemon -> ../init.d/ispcp_daemon
Adding system startup for /etc/init.d/ispcp_network ...
   /etc/rc0.d/K20ispcp_network -> ../init.d/ispcp_network
   /etc/rc1.d/K20ispcp_network -> ../init.d/ispcp_network
   /etc/rc6.d/K20ispcp_network -> ../init.d/ispcp_network
   /etc/rc2.d/S99ispcp_network -> ../init.d/ispcp_network
   /etc/rc3.d/S99ispcp_network -> ../init.d/ispcp_network
   /etc/rc4.d/S99ispcp_network -> ../init.d/ispcp_network
   /etc/rc5.d/S99ispcp_network -> ../init.d/ispcp_network
Site default disabled.
Run '/etc/init.d/apache2 reload' to activate new configuration!
-en     Setting GUI Permissions:
Enabling site 00_master.conf.
Run '/etc/init.d/apache2 reload' to activate new configuration!
.... done
        Setting Engine Permissions: .. done

         Starting services: .........

        Congratulations you installed ispCP '1.0.5 OMEGA' successfully!

        Please type http://host.rajko.info in your browser and
        log in with your Administrator Account to use ispCP.

[ Rootkit Hunter version 1.3.6 ]

Checking rkhunter data files...
  Checking file mirrors.dat                                  [ No update ]
  Checking file programs_bad.dat                             [ No update ]
  Checking file backdoorports.dat                            [ No update ]
  Checking file suspscan.dat                                 [ No update ]
  Checking file i18n/cn                                      [ No update ]
  Checking file i18n/de                                      [ No update ]
  Checking file i18n/en                                      [ No update ]
  Checking file i18n/zh                                      [ No update ]
  Checking file i18n/zh.utf8                                 [ No update ]

while trunk on lucid gives me no errors but still not functional

also this looks really weird on both trunk and 1.0.5
http://i45.tinypic.com/nna78n.png
(trunk has less symbols there)

Code:
root@host:~# /etc/init.d/apache2 restart
* Restarting web server apache2                                                                                        * We failed to correctly shutdown apache, so we're now killing all running apache processes. This is almost certainly suboptimal, so please make sure your system is working as you'd expect now!
... waiting Syntax error on line 29 of /etc/apache2/mods-available/fcgid_ispcp.conf:
SocketPath cannot occur within <VirtualHost> section
                                                                                                                [fail]

is what i get after i restart apache after adding some domains

so i follow the guide at http://translate.google.com/translate?hl=en&sl=de&tl=en&u=http%3A%2F%2Fblog.benny-baumann.de%2F%3Fp%3D519%2C

(even do it a bit better, change the templates, then change the apache/working/ispcp.conf to match the templates, then copy that to /etc/apache2/sites-...)

and now it's working

however the trunk was not working, and neither was 1.0.5 before the first time i tried it

and now proftpd isnt working
Code:
root@host:/etc/ispcp/apache/parts# /etc/init.d/proftpd restart
* Stopping ftp server proftpd                                                                                  [ OK ]
* Starting ftp server proftpd                                                                                          - Fatal: unknown configuration directive 'SQLNamedQuery' on line 139 of '/etc/proftpd/proftpd.conf'
                                                                                                                [fail]

so i had to open modules.conf and uncommend mod_sql.c and now i'm getting "connection lost" when i try to connect to ftp so i added SQLBackend mysql and uncomented the line below that as well (another module load), after that it worked


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - surfweb82 - 07-15-2010 08:24 PM

hello rajkosto,

thanks to your post I managed to solve almost all problems. I came to your same error, the ftp. The problem is that I did not understand how did you solve it.

Could you kindly write me step by step what you did and what files you edited to set the course.

I hope you can help ... I would greatly needed!

Thanks!


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - surfweb82 - 07-16-2010 12:24 AM

I solved the problem ... I compared the files to another server with the current one and I made the changes!

Now everything works fine .... one question .... now if I want to use ftp with system users can not do it, why? I can only log into ftp with user created by ispcp.

Does anyone know answer?

Thank you!


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - fluser - 07-16-2010 01:48 AM

The FTP Server lookups the users in the DB of ispCP ;-)


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - surfweb82 - 07-16-2010 01:53 AM

(07-16-2010 01:48 AM)fluser Wrote:  The FTP Server lookups the users in the DB of ispCP ;-)

thanks for your response!

So, if I understand correctly I have to put users in the database ispcp and can not longer use system users, right?

But it's a shame ... for me it was very convenient to use system users in some situations! : D

Thanks again!


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - kojang - 10-05-2010 05:22 PM

It's good, I'm looking for because not work for ubuntu lucid

It's work. Thank!


RE: install help needed on Ubuntu Lucid 10.04 LTS [resolved] - rachely476 - 10-22-2010 07:11 PM

RatS - Thanks so much! Exactly what I was looking for.