Current time: 04-20-2024, 07:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
ISPCP Upgrade form RC7 to ispCP Omega 1.0.0 FAILD
Author Message
sunsus Offline
Junior Member
*

Posts: 23
Joined: Jun 2007
Reputation: 0
Post: #11
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
now I've go some errror:
Code:
chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
.chown: `vu2000:www-data': invalid user
..chown: `vu2000:www-data': invalid user
chown: `vu2000:www-data': invalid user
.chown: `vu2000:www-data': invalid user
done
02-26-2009 10:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #12
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
Check your /etc/passwd and /etc/group about the User and Group.

Greez BeNe
02-26-2009 10:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sunsus Offline
Junior Member
*

Posts: 23
Joined: Jun 2007
Reputation: 0
Post: #13
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
Starting ispCP GUI-Backend communication Daemon: ispcp_daemon.
Starting ispCP Network Traffic Logger: ispcp_network.
apache2: bad user name vu2000
Stopping Postfix Mail Transport Agent: postfix.
Starting Postfix Mail Transport Agent: postfix.
Stopping domain name service...: bind.
Starting domain name service...: bind.
Stopping Courier POP3 server: pop3d.
Starting Courier POP3 server: pop3d.
Stopping Courier IMAP server: imapd.
Starting Courier IMAP server:0022
imapd.
Stopping ftp server: proftpd.
Starting ftp server: proftpd - processing configuration directory '/etc/proftpd/ispcp'
.
Stopping Courier authentication services: authdaemond.
Starting Courier authentication services: authdaemond.
02-26-2009 10:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #14
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
Quote:apache2: bad user name vu2000
Looks like that this user doesn´t exist!

Greez BeNe
02-26-2009 10:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sunsus Offline
Junior Member
*

Posts: 23
Joined: Jun 2007
Reputation: 0
Post: #15
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
vu2000 is not there: (/etc/group just a part)
vu2001:x:2001:
vu2002:x:2002:
vu2004:x:2004:
vu2006:x:2006:
vu2007:x:2007:
vu2008:x:2008:
vu2009:x:2009:
vu2010:x:2010:
vu2011:x:2011:
vu2012:x:2012:
vu2013:x:2013:
vu2015:x:2015:
vu2016:x:2016:
vu2017:x:2017:
vu2018:x:2018:
vu2000 is not there: (/etc/passwd)
how should i creat it?
or is ther a function in ISPCP to creat it?
and can i rerun the update script? if i have created the user?
(This post was last modified: 02-26-2009 10:21 PM by sunsus.)
02-26-2009 10:18 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #16
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
Then create it manually:
group:
Code:
vu2000:x:2000:
passwd:
Code:
vu2000:x:2000:2000:vu-master:/var/www/fcgi/master:/bin/false

Greez BeNe
02-26-2009 10:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sunsus Offline
Junior Member
*

Posts: 23
Joined: Jun 2007
Reputation: 0
Post: #17
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
ok i've created user and group, mybe ther is a mistake in the update script somewere becuase ther is a fiel calles passwd- and group- who is correct!
But now if I call the admin.domain.net i get an Error 500!
oo_master.conf:
Alias /errors /var/www/ispcp/gui/errordocs/

ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 503 /errors/503.html

Alias /pma /var/www/ispcp/gui/tools/pma/
Alias /webmail /var/www/ispcp/gui/tools/webmail/
Alias /ftp /var/www/ispcp/gui/tools/filemanager/

<IfModule suexec_module>
SuexecUserGroup vu2000 vu2000
</IfModule>
/var/www/ispcp/gui# ls -l
total 76K
dr-xr-xr-x 2 vu2000 www-data 4.0K 2009-02-26 13:07 admin
dr-xr-xr-x 2 vu2000 www-data 4.0K 2009-02-26 13:07 client
dr-xr-xr-x 3 vu2000 www-data 4.0K 2008-02-08 17:07 domain_default_page
dr-xr-xr-x 3 vu2000 www-data 4.0K 2008-02-08 17:07 errordocs
-r--r--r-- 1 vu2000 www-data 1.9K 2009-02-26 13:07 favicon.ico
-r--r--r-- 1 vu2000 www-data 1009 2009-02-26 13:07 imagecode.php
dr-xr-xr-x 5 vu2000 www-data 4.0K 2009-02-26 13:07 include
-r--r--r-- 1 vu2000 www-data 3.2K 2009-02-26 13:07 index.php
-r--r--r-- 1 vu2000 www-data 4.5K 2009-02-26 13:07 lostpassword.php
dr-xr-xr-x 2 vu2000 www-data 4.0K 2009-02-26 13:07 orderpanel
drwxr-xr-x 2 vu2000 www-data 16K 2009-02-26 13:00 phptmp
dr-xr-xr-x 2 vu2000 www-data 4.0K 2009-02-26 13:07 reseller
-r--r--r-- 1 vu2000 www-data 25 2009-02-26 13:07 robots.txt
dr-xr-xr-x 4 vu2000 www-data 4.0K 2009-02-26 13:07 themes
dr-xr-xr-x 5 vu2000 www-data 4.0K 2008-02-08 17:07 tools
(This post was last modified: 02-26-2009 10:58 PM by sunsus.)
02-26-2009 10:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #18
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
Quote:But now if I call the admin.domain.net i get an Error 500!
Please post the Apache Error Logs.
/var/logs/apache2/users/admin.domain.tld and default-error.log

Greez BeNe
02-26-2009 11:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #19
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
And the admin.domain.tld-error.log ?
// EDIT Ah, ok - > empty

Greez BeNe
(This post was last modified: 02-26-2009 11:14 PM by BeNe.)
02-26-2009 11:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sunsus Offline
Junior Member
*

Posts: 23
Joined: Jun 2007
Reputation: 0
Post: #20
RE: ISP Upgrade to ispCP Omega 1.0.0 FAILD
any news?
02-26-2009 11:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)