Search found 7 matches

by ingenious
Wed Jul 30, 2008 8:45 am
Forum: Help: Linux/Unix Specific
Topic: Poller problem
Replies: 4
Views: 1481

could you post your cron entry ? I had the same problem and I had to use */1 * * * * cd /path/to/cacti; php poller.php > /dev/null 2>&1 And it worked :) Also try redirecting the output like: */1 * * * * cd /path/to/cacti; php poller.php >> /tmp/poller.log It might provide helpful information.
by ingenious
Wed Jul 30, 2008 6:17 am
Forum: Help: General
Topic: I come to see no graphs
Replies: 5
Views: 1164

I think I've fixed it: I've added a local php.ini file with safe_mode = Off and an .htaccess with php_flag safe_mode off and now I get php5 poller.php 07/30/2008 01:13:41 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '390', Max Runtime '298', Poller Runs: '1' 07/3...
by ingenious
Wed Jul 30, 2008 6:11 am
Forum: Help: General
Topic: I come to see no graphs
Replies: 5
Views: 1164

it's a server of my own more or less... It's a server at the company I work for. There is a /etc/php5/apache2/php.ini and it says safe_mode = On and that's the master value from my phpinfo() ( http://cacti.b-wise.info/phpinfo.php ) But still the safe_mode should've been disabled for the current subd...
by ingenious
Wed Jul 30, 2008 5:45 am
Forum: Help: General
Topic: I come to see no graphs
Replies: 5
Views: 1164

TheWitness wrote:You are either jailed by your hosting company or PHP is running in safe mode. You have to resolve that.

TheWitness
phpinfo() says:
safe_mode Off(local) On(master)

so I guess it's not it. What do you mean "jailed" ?
by ingenious
Wed Jul 30, 2008 3:24 am
Forum: Help: General
Topic: I come to see no graphs
Replies: 5
Views: 1164

I come to see no graphs

Hello, I've installed Cacti 0.8.7b on a SUSE Linux 10.1 (X86-64) with 2.6.20.21-071108a kernel. Some more system information: /usr/bin/php5 -v PHP 5.1.2 with Suhosin-Patch 0.9.6 (cli) (built: Dec 12 2007 02:15:51) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend...
by ingenious
Wed Jul 02, 2008 9:59 am
Forum: Help: Linux/Unix Specific
Topic: [ERROR: FILE NOT FOUND], but the path IS correct
Replies: 2
Views: 927

nope; Verilium on #cacti on freenode pointed me to http://forums.cacti.net/about26902.html&highlight=ERROR%3A+FILE+NOT+FOUND so I created a vhost.conf as described there since I'm using plesk; I also enabled perl. And now I'm not quite sure which did the trick, but it's working now :) thanks any...
by ingenious
Wed Jul 02, 2008 8:20 am
Forum: Help: Linux/Unix Specific
Topic: [ERROR: FILE NOT FOUND], but the path IS correct
Replies: 2
Views: 927

[ERROR: FILE NOT FOUND], but the path IS correct

well I get [ERROR: FILE NOT FOUND] for all the paths in Settings. And all the paths are correct. Yes, I've checked them with which; yes, I've checked running them with --version. They are correct. Still cacti does not seem to think so. It's 0.8.7b, latest stable; I'm running it on suse 10.1, I've do...