ispCP - Board - Support
error when i install ispCp on my server - 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 when i install ispCp on my server (/thread-6944.html)

Pages: 1 2 3


error when i install ispCp on my server - alaqsagate - 06-12-2009 04:49 PM

hi...

im try install ispCp on my server ..

this is how install icpcp on Redhat

http://isp-control.net/ispcp/browser/trunk/docs/RedHat/INSTALL?rev=1810

but when i reach 5 step

PHP Code:
5. Build the System by using make:
     
# /etc/init.d/ispcp_daemon stop
     # make install 

this wrong showed to me

PHP Code:
bash: /etc/init.d/ispcp_daemonNo such file or directory 

[Image: 54823218.png]

Why .. please i need the solve



RE: error when i install ispCp on my server - joximu - 06-12-2009 05:34 PM

this is an error.

if it's a new installation, there is no such file...

just continue with the steps...

/J


RE: error when i install ispCp on my server - alaqsagate - 06-12-2009 05:44 PM

thank you sir joximu
oooh..

these new error when i install

PHP Code:
ERRORExternal command ' -f 1>/tmp/ispcp-setup.hostname' returned '2' status 

[Image: get-6-2009-upload2world_com_rwcco.png]



RE: error when i install ispCp on my server - joximu - 06-12-2009 07:29 PM

This should be "/bin/hostname -f 1>/tmp/ispcp-setup.hostname".

I don't know why your setup did not recognize.

Are you sure the redhat Makefile was used for "make"?

Can you have a look in /etc/ispcp/ispcp.conf - there you should have a line
"CMD_HOSTNAME = /bin/hostname"


Seems that there are not many redhat users... :-(

/J


RE: error when i install ispCp on my server - alaqsagate - 06-12-2009 07:35 PM

(06-12-2009 07:29 PM)joximu Wrote:  This should be "/bin/hostname -f 1>/tmp/ispcp-setup.hostname".

I don't know why your setup did not recognize.

Are you sure the redhat Makefile was used for "make"?

Can you have a look in /etc/ispcp/ispcp.conf - there you should have a line
"CMD_HOSTNAME = /bin/hostname"


Seems that there are not many redhat users... :-(

/J

oh

Quote:Can you have a look in /etc/ispcp/ispcp.conf

this file is empty!
im creat it.
can you give me the file? please

thanks


RE: error when i install ispCp on my server - joximu - 06-12-2009 07:49 PM

This is the file:
http://www.isp-control.net/ispcp/export/1833/trunk/configs/redhat/ispcp.conf

But I'd recommend to start with the make command (step 5) again.

But please use this variant:
5. Build the System by using make:
# make -f Makefile.redhat install

/J


RE: error when i install ispCp on my server - alaqsagate - 06-12-2009 08:36 PM

(06-12-2009 07:49 PM)joximu Wrote:  This is the file:
http://www.isp-control.net/ispcp/export/1833/trunk/configs/redhat/ispcp.conf

But I'd recommend to start with the make command (step 5) again.

But please use this variant:
5. Build the System by using make:
# make -f Makefile.redhat install

/J

admin thank you very very much, but before install this error showed to me
PHP Code:
ERRORUnable to connect SQL server 

i think its because the path of mysql in server is

PHP Code:
/usr/local/mysql 



RE: error when i install ispCp on my server - joximu - 06-12-2009 11:04 PM

I'm not the admin...

Is MySQL running on your system?

/J


RE: error when i install ispCp on my server - alaqsagate - 06-13-2009 01:21 PM

yes sir Mysql already running on my server.

but when i install,, i don't understand this:

PHP Code:
Use MySQL Prefix.
        
Possible values: [i]nfront, [b]ehind, [n]one. [none]: (here i press enter)

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

        Activate AWStats
. [no]: no 

maybe problem because it!



RE: error when i install ispCp on my server - joximu - 06-13-2009 05:30 PM

Prefix: if you want that the usernames and database names are unique you better say "infront".
Then all mysql usernames and database names get the customer number as a prefix:
customer 10, username or db name "test" becomes "10_test", otherwise customer 11 cannot make a db username (or db name) "test"... (but he will know that there is already a database named "test"..). If it's a private server, "none" is ok.

fastcgi/fcgid: use google, awstats: web statistics...

/J