ispCP - Board - Support
ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD (/thread-5827.html)

Pages: 1 2 3 4


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - BeNe - 02-27-2009 12:04 AM

Code:
[Thu Feb 26 13:55:12 2009] [notice] mod_fcgid: process /var/www/ispcp/gui/index.php(29160) exit(server exited), terminated by calling exit(), return code: 120
suexec policy violation: see suexec log for more details
Check your suexec log about the Error - for sure there are some user Problems/Permissions.

Greez BeNe


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - sunsus - 02-27-2009 12:12 AM

[2009-02-26 14:41:43]: target uid/gid (2000/2000) mismatch with directory (2000/2000) or program (0/0)

what dose this meen?
in /var/www/fcgi is no directory für admin.domain.tdl is this true?


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - BeNe - 02-27-2009 12:57 AM

Quote:in /var/www/fcgi is no directory für admin.domain.tdl is this true?
--> master !

Please check the Permissions of the folders and files.

Greez BeNe


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - sunsus - 02-27-2009 01:14 AM

I've found something, looks wrong!?
/var/www/fcgi/master# ls -l
total 16K
drwxr-xr-x 2 root root 4.0K 2009-02-26 11:53 php4
-rwxr-xr-x 1 root root 195 2009-02-26 11:53 php4-fcgi-starter
drwxr-xr-x 2 root root 4.0K 2009-02-26 11:53 php5
-rwxr-xr-x 1 root root 195 2009-02-26 11:53 php5-fcgi-starter
chown vu2000:vu2000 /var/www/fcgi/master/* -R


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - BeNe - 02-27-2009 01:17 AM

Set it like this:
Code:
drwxr-xr-x 2 root   root   4096 Oct 24  2007 php4
-rwxr-xr-x 1 vu2000 vu2000  195 Oct 24  2007 php4-fcgi-starter
drwxr-xr-x 2 root   root   4096 Feb 19 12:26 php5
-rwxr-xr-x 1 vu2000 vu2000  195 Oct 24  2007 php5-fcgi-starter
Code:
:/var/www/fcgi/master/php5# ls -l
total 48
-rw-r--r-- 1 vu2000 vu2000 46314 Feb 19 12:26 php.ini

Greez BeNe


RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD - sci2tech - 02-27-2009 01:20 AM

It wont help since none of configure files were rebuild. You need to restore from backups key files, then re-run update procedure from RC7 to V1. Next time please follow step by step instruction from INSTALL file section update!


RE: [solved] ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD - sunsus - 02-28-2009 12:01 AM

After Add a New User to ISPCP again Error 500 is there some where an error with user vu2000. I have checkt all permisson but can't finde any thing!
log say: target uid/gid (2000/2000) mismatch with directory (2000/2000) or program (0/0)
were i have to search?


RE: [solved] ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD - FeG - 03-02-2009 05:22 AM

Hi,

(02-28-2009 12:01 AM)sunsus Wrote:  log say: target uid/gid (2000/2000) mismatch with directory (2000/2000) or program (0/0)
were i have to search?

It seems as if the directory or file of the user is owned by root (uid 0, gid 0). chown it to vu2000.

Greetings
FeG


RE: ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD - sunsus - 03-02-2009 05:02 PM

Hi,

Thanks for your response!
Thats what I found out as well, but see Post #25


RE: ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD - joximu - 03-02-2009 06:05 PM

check the php files!
(not the php.ini)

/J