[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing Software support and information 2010-11-16T20:58:43+13:00 http://www.steveshipway.org/forum/feed.php?f=2&t=1048 2010-11-16T20:58:43+13:00 2010-11-16T20:58:43+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=11672#p11672 <![CDATA[Re: Can't locate auto/RRDs/last.al]]> Statistics: Posted by Destor — Tue Nov 16, 2010 8:58 pm


]]>
2007-01-16T06:48:08+13:00 2007-01-16T06:48:08+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6905#p6905 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Tue Jan 16, 2007 6:48 am


]]>
2007-01-15T16:13:39+13:00 2007-01-15T16:13:39+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6900#p6900 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by stevesh — Mon Jan 15, 2007 4:13 pm


]]>
2007-01-15T14:05:15+13:00 2007-01-15T14:05:15+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6898#p6898 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Mon Jan 15, 2007 2:05 pm


]]>
2007-01-15T09:33:01+13:00 2007-01-15T09:33:01+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6897#p6897 <![CDATA[Can't locate auto/RRDs/last.al]]>
Since I don't have any intinate knowledge of how the RRDs perl module works internally I can't say what might be causing this. I have no idea what this 'last.al' file is, but it may be connected with the 'require' directive.

My best guess at the moment is that your chrooted environment has problems with 'require' (which is evaluated at run time) versus 'use' (which is evaluated at compile time). This would explain why that test script I gave you worked OK but the routers2 script doesnt.

So, to test a fix for this, try the following:

Edit the routers2 script. At the beginning, just under 'use POSIX', add the line 'use RRDs;'
Find all the lines matching any of these:
eval { require RRDs; };
eval { require 'rrds.pm'; };
eval { require "RRDs.pm"; };

(yes, I know its inconsistent, but they all do the same thing). Replace these lines with
eval { 1;};
This should cause the RRDs module to load up front rather than on demand.

Then try to run in the chrooted environment again.

If you now get errors like 'Cannot find .rrd file' then you're getting an issue with the WorkDir path being different. The way to fix this is to create a softlink in your chrooted environment so that the path still works.

Statistics: Posted by stevesh — Mon Jan 15, 2007 9:33 am


]]>
2007-01-15T08:08:46+13:00 2007-01-15T08:08:46+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6896#p6896 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Mon Jan 15, 2007 8:08 am


]]>
2007-01-13T09:42:14+13:00 2007-01-13T09:42:14+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6895#p6895 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Sat Jan 13, 2007 9:42 am


]]>
2007-01-13T08:49:27+13:00 2007-01-13T08:49:27+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6894#p6894 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Sat Jan 13, 2007 8:49 am


]]>
2007-01-13T08:39:40+13:00 2007-01-13T08:39:40+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6893#p6893 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Sat Jan 13, 2007 8:39 am


]]>
2007-01-12T14:01:39+13:00 2007-01-12T14:01:39+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6892#p6892 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by stevesh — Fri Jan 12, 2007 2:01 pm


]]>
2007-01-12T10:42:53+13:00 2007-01-12T10:42:53+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6891#p6891 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Fri Jan 12, 2007 10:42 am


]]>
2007-01-12T10:38:07+13:00 2007-01-12T10:38:07+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6890#p6890 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Fri Jan 12, 2007 10:38 am


]]>
2007-01-12T09:56:50+13:00 2007-01-12T09:56:50+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6889#p6889 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by stevesh — Fri Jan 12, 2007 9:56 am


]]>
2007-01-12T09:42:23+13:00 2007-01-12T09:42:23+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6888#p6888 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by Israel — Fri Jan 12, 2007 9:42 am


]]>
2007-01-12T09:13:42+13:00 2007-01-12T09:13:42+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1048&p=6884#p6884 <![CDATA[Can't locate auto/RRDs/last.al]]> Statistics: Posted by stevesh — Fri Jan 12, 2007 9:13 am


]]>