ispCP - Board - Support
Error on Ubuntu Karmic - 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: Error on Ubuntu Karmic (/thread-9093.html)



Error on Ubuntu Karmic - RedHeberg - 01-05-2010 07:45 PM

Hi all Wink

Happy New Years all Wink

I have a problem when try to install Omega 1.0.3

In last i'have this message :
Quote: Welcome to ispCP '1.0.3 OMEGA' Setup Dialog.

This program will set up ispCP OMEGA system on your server.

Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.


Please enter a fully qualified hostname. [ns1.xxxx.com]:

Please enter system network address. [xxxxxx]:

Please enter the domain name where ispCP OMEGA will run on [admin.ns1.redheberg.com]: panel.xxxx.com

Please enter SQL server host. [localhost]:

Please enter system SQL database. [ispcp]:

Please enter system SQL user. [root]:

Please enter system SQL password. [none]:
Please repeat system SQL password:

Please enter ispCP ftp SQL user. [vftp]:

Please enter ispCP ftp SQL user password. [auto generate]:
ispCP ftp SQL user password set to: &GI]TK6Y&tb3toO_iD

Please enter ispCP phpMyAdmin Control user. [pma]:

Please enter ispCP phpMyAdmin Control user password. [auto generate]:
phpMyAdmin Control user password set to: }*NhE8)%aAphwIh/6U

Please enter administrator login name. [admin]: admin

Please enter administrator password:
Please repeat administrator password:

Please enter administrator e-mail address: xxxxxxx@gmail.com

IP of Secondary DNS. (optional) []: 1xxxxxxxxxxx

Use MySQL Prefix.
Possible values: [i]nfront, [b]ehind, [n]one. [none]:

FastCGI Version: [f]cgid or fast[c]gi. [fcgid]:

Activate AWStats. [no]: yes

AWStats Mode:
Possible values [d]ynamic and [s]tatic. [dynamic]:

Starting Installation...
ERROR: File '/etc/ispcp/apache/fastcgi_ispcp.conf' does not exist !


And fastcgi_ispcp does not exist in archive ?!

Thansk for your reply.


RE: Error on Ubuntu Karmic - joximu - 01-05-2010 10:09 PM

Hi

have you downloaded 1.0.3 or 1.0.3-1

I thought we corrected also this bug in the 1.0.3-1, but I'm not sure.

Otherwise try to copy the file from the tar-file manually to the /etc/ispcp/apache/fastcgi_ispcp.conf (from configs/Ubuntu/apache/...)

/J


RE: Error on Ubuntu Karmic - kilburn - 01-05-2010 10:09 PM

Whenever you report problems, do not forget to give us information about your system. At the very least, this includes OS, Distribution and Version.


RE: Error on Ubuntu Karmic - RedHeberg - 01-05-2010 11:00 PM

Sorry.

I'm not fastcgi_ispcp.conf file on /configs/ubuntu/apache.

I'have a Ubuntu 9.10 installed.

Thanks
It's Ok ,i'm dowload 1.0.3-1 and no soucy.

Thanks.


RE: Error on Ubuntu Karmic - joximu - 01-05-2010 11:35 PM

See here: http://www.isp-control.net/ispcp/browser/trunk/configs/ubuntu/apache

/J


RE: Error on Ubuntu Karmic - relaxssl - 01-12-2010 09:59 AM

I met the same problem.

ERROR: File '/etc/ispcp/apache/fastcgi_ispcp.conf' does not exist !

and here:
http://www.isp-control.net/ispcp/browser/trunk/configs/ubuntu/apache

I can not find the file: fastcgi_ispcp.conf

what is the problem?


RE: Error on Ubuntu Karmic - kilburn - 01-12-2010 05:08 PM

From the config/ubuntu/apache/Makefile:
Code:
58            # Ubuntu 7.04?
59            if [ $(RELEASE) = 'feisty' ] ; then \
60                    cp ./fastcgi2.conf $(SYSTEM_CONF)/apache/fastcgi_ispcp.conf ; \
61            else \
62                    cp ./fastcgi.conf $(SYSTEM_CONF)/apache/fastcgi_ispcp.conf ; \
63            fi

Therefore, it seems that you haven't properly run "make install" before trying to run the setup. If you did, then please try to find out why this code hasn't been executed...


RE: Error on Ubuntu Karmic - joximu - 01-12-2010 05:34 PM

the proper command is "make -f Makefile.ubuntu install"