<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">I have seen similar errors to
this when php was not enabled for a site and it should have been.</font><br>
<br>
Darrell D. Mobley wrote:
<blockquote cite="mid:01f201caaa8f$ef97f900$cec7eb00$@com" type="cite">
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:blueonyx-bounces@blueonyx.it">blueonyx-bounces@blueonyx.it</a> [<a class="moz-txt-link-freetext" href="mailto:blueonyx-bounces@blueonyx.it">mailto:blueonyx-bounces@blueonyx.it</a>]
On Behalf Of Richard C. Barker Sr.
Sent: Tuesday, February 09, 2010 12:06 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:blueonyx@blueonyx.it">blueonyx@blueonyx.it</a>
Subject: [BlueOnyx:03533] errors running a cron job

Getting these errors running a cron job daily.

error:
server crond[18717]:
CRON(root)ERROR: cannot set security context ftruncate() failed:
(Invalid argument)

Also these errors.

/etc/cron.daily/sitemap:
PHP Warning:
include(): open_basedir restriction in effect. File(./index.php) is not
within the allowed
path(s): (/tmp/:/var/lib/php/session/) in
/home/.sites/123/site19/web/generator/runcrawl.php(2)
: eval()'d code on line 12

PHP Warning:
include(): open_basedir restriction in effect. File(./index.php) is not
within the allowed
path(s): (/tmp/:/var/lib/php/session/) in
/home/.sites/132/site21/web/generator/runcrawl.php(2)
: eval()'d code on line 12

What am I missing or not understanding
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It looks like your site's absolute path is not in the OpenBaseDir
configuration.

It should look like:

/tmp/:/var/lib/php/session/:/home/.sites/132/site21

_______________________________________________
Blueonyx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a>
<a class="moz-txt-link-freetext" href="http://www.blueonyx.it/mailman/listinfo/blueonyx">http://www.blueonyx.it/mailman/listinfo/blueonyx</a>
  </pre>
</blockquote>
</body>
</html>