|
|
| Author |
Message |
ngmira
Joined: 03 Sep 2003 Posts: 5
|
Posted: Tue Sep 09, 2003 9:41 am Post subject: error.log : /rrdtool: No such file or directory |
|
|
hello,
I have installed rrdtool-1.0.45 sources on debian with cacti 0.8.2 and all my graphs are marked with a red cross.
i look in /var/log/apache/error.log and i see this message each time cmd.php is run :
| Code: | [Tue Sep 9 16:27:00 2003] [error] PHP Notice: A session had already been started - ignoring session_start() in /var/www/cacti/include/top_graph_header.php on line 33
sh: line 1: /rrdtool: No such file or directory
sh: line 1: /rrdtool: No such file or directory
sh: line 1: /rrdtool: No such file or directory
|
When i do i get | Code: | | -bash: type: rrdtool: not found |
but the result of a | Code: | | find / -name rrdtool | is | Code: | | /usr/local/rrdtool-1.0.45/bin/rrdtool | .
This is the path i entered in cacti settings !
type command is working (for instance with snmpwalk it's ok)
Any idea about this strange error.log message ?
Regards
Nabil |
|
| Back to top |
|
 |
ngmira
Joined: 03 Sep 2003 Posts: 5
|
Posted: Tue Sep 09, 2003 9:51 am Post subject: |
|
|
Just a correction : this error happens when refreshing refreshing cacti html pages i.e when trying to browse graphs.
NB : I corrected the "PHP notice ignoring" error message
PLEASE I DON'T SEE ANY GRAPHS  |
|
| Back to top |
|
 |
ngmira
Joined: 03 Sep 2003 Posts: 5
|
Posted: Tue Sep 09, 2003 10:06 am Post subject: |
|
|
Ok i found the solution.
i did a link ! | Code: | | ln -s /usr/local/rrdtool-1.0.45/bin/rrdtool /rrdtool |
strange
Nabil |
|
| Back to top |
|
 |
|