Current time: 04-19-2024, 02:30 AM Hello There, Guest! (LoginRegister)


Post Reply 
Addition in progress (again)
Author Message
chrisisearth Offline
Newbie
*

Posts: 8
Joined: Jan 2008
Reputation: 0
Post: #11
RE: Addition in progress (again)
Post: #11RE: Addition in progress (again)

Aha,

maybe some progress Mr joximu,

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/run/ispcp.lock) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin) in /var/www/ispcp/gui/include/ispcp-functions.php on line 25

Daemon returned 250 as status code
02-12-2008 12:16 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #12
RE: Addition in progress (again)
hm, normally the list of open_basedirs do also contain the lock-file...

have a look at the /var/www/fcgid/master/php5(or 4)/php.ini:

open_basedir = "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"

Would be fine if you could explain this. On a fresh, new debian + ispcp this should not happen. Did you import some older files?

the lock file is in the list since 2007-07-31
http://www.isp-control.net/ispcp/changes...p5/php.ini

/J
02-12-2008 12:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
chrisisearth Offline
Newbie
*

Posts: 8
Joined: Jan 2008
Reputation: 0
Post: #13
RE: Addition in progress (again)
No older files imported wat so ever!!!!!

Very strange!
02-12-2008 12:26 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: Addition in progress (again)
Yes - I really am interested what's going on here...

do you use php-fastcgi or mod-php?

ah - I think you use mod-php and there, the open_basedir is not complete...

ok, so you have to edit /etc/apache2/sites-enabled/00_master.conf (you'll see where) and also the wiorking copy /etc/ispcp/apache/working/00_master.conf

Hope you see what I mean

Cheers
J
02-12-2008 12:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
chrisisearth Offline
Newbie
*

Posts: 8
Joined: Jan 2008
Reputation: 0
Post: #15
RE: Addition in progress (again)
Hi again,

What I've done is reinstalled debian 4.0 again and its completely up to date,

and using the latest ispcp rc3 from sourceforge,

and I can still getting the following,

Addition in progress - with any newly added domians,

also when i run the reguest manager i get at the very top of the web page

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/var/run/ispcp.lock) is not within the allowed path(s): (/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin) in /var/www/ispcp/gui/include/ispcp-functions.php on line 25

and Daemon returned 250 as status code

is the current apache modules I've installed are:

actions.load auth_pam.load authz_user.load cgi.load include.load perl.load proxy_http.load ssl.conf
alias.load authz_default.load autoindex.load dir.conf jk.load php5.conf proxy.load ssl.load
auth_basic.load authz_groupfile.load cgid.conf dir.load mime.load php5.load rewrite.load status.load
authn_file.load authz_host.load cgid.load env.load negotiation.load proxy.conf setenvif.load suexec.load
02-13-2008 07:37 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #16
RE: Addition in progress (again)
Yes I see:

there is an error in the php configuration. We mostly use php fastcgi and therefore did not get to know to this error.

You have to put the path /var/run/ispcp.lock into the open_basedir declaration in 00_master.conf

so it looks like:
/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/run/ispcp.lock:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin

You see?

Hope this helps - we have to corrrect this.

/J
02-13-2008 07:47 AM
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)