Cacti Log : File not found : Please help

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
lordoxide
Posts: 4
Joined: Wed Jun 17, 2009 2:57 pm

Cacti Log : File not found : Please help

Post by lordoxide »

Hello all, I am at my wits end here, I have tried just about everything I can thing of to get cacti working, but something with permissions is not letting me see cacti.log (and write to rra as well). I just need some help moving to the next step of troubleshooting.

My system:
OS: CentOS release 5.3 (Final)
Apache: Apache/2.2.3
Plesk: 9.2.1
mod_suphp: 0.6.3-2
Vhost.conf:

Code: Select all

<IfModule mod_suphp.c>
<Directory "/var/www/vhosts/mydomain.com/httpdocs/">
php_admin_flag engine on
suPHP_Engine On
suPHP_ConfigPath "/var/www/vhosts/mydomain.com/httpdocs/"
AddHandler php5-script .php
AddHandler x-httpd-php .php5
suPHP_AddHandler php5-script .php
suPHP_UserGroup mydomainuser psacln
<Files php.ini>
order allow,deny
deny from all
</Files>
php_value open_basedir "/tmp/"
php_value upload_tmp_dir "/var/www/vhosts/mydomain.com/httpdocs/tmp/"
</Directory>
</IfModule>
I tried the manual install of 0.8.7d, then removed everything and tried the yum install of 0.8.7b, in both cases I added the patches listed on the site for the installed version

Currently I have 0.8.7b (yum install)
There is a cacti user (cacti:x:113:113::/usr/share/cacti:/sbin/nologin)
There is a mysql DB named cacti with full privaleges for user "cactiuser"
The install path is /usr/share/cacti
/etc/httpd/conf.d/cacti.conf:

Code: Select all

#
# Cacti: An rrd based graphing tool
#
Alias /cacti    /usr/share/cacti

<Directory /usr/share/cacti/>
        Order Deny,Allow
        Deny from all
        Allow from all
</Directory>
include/Config.php:

Code: Select all

/* make sure these values refect your actual database/host/user/password */
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "<mypassword>";
$database_port = "3306";

/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
The symbolic link for log points to /var/log/cacti with these permisisons
drwxrwxr-x 2 cacti apache 4096 Jun 17 12:56 cacti
-rw-rw-r-- 1 cacti apache 0 Dec 3 2008 cacti.log

The symbolic link for rra points to /var/lib/cacti/rra with these permissions
drwxr-xr-x 2 cacti root 4096 Dec 3 2008 rra

Doesnt matter what I do, inside the Cacti settings, I see all applications as [OK: FILE FOUND] but Cacti Log File Path shows: [ERROR: FILE NOT FOUND]


I have tried chmod 777, changing users from root to cacti to the virtual domain username (used by mod_suphp), I've tried alot of the fixes and suggestions in the forum too, but nothing is working.

Any help at all would be appreciated

-Oxide
lordoxide
Posts: 4
Joined: Wed Jun 17, 2009 2:57 pm

Post by lordoxide »

Ok so I removed cacti via yum, removed the conf files, the cron.d/cacti files, and attempted a basic setup, I unzipped version 0.8.7d to /var/www/vhosts/<domain>/httpdocs/cacti

I ran:
chown <username> -R cacti/

Added the following to crontab
*/5 * * * * avenfeld_c php /var/www/vhosts/avenfeld.com/httpdocs/cacti/poller.php > /dev/null 2>&1

Now cacti installs, I see the log file in setup....fatastic

Now my rrd files will not create... here is what I get if I run php cmd.php from <username>

Code: Select all

-sh-3.2$ php cmd.php
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] SNMP: Host responded to SNMP
sh: /perl: No such file or directory
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[3] WARNING: Result from CMD not valid.  Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[3] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/linux_memory.pl MemFree:, output: U
sh: /perl: No such file or directory
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[4] WARNING: Result from CMD not valid.  Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[4] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/linux_memory.pl SwapFree:, output: U
sh: /perl: No such file or directory
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[5] WARNING: Result from CMD not valid.  Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[5] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/loadavg_multi.pl, output: U
sh: /perl: No such file or directory
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[6] WARNING: Result from CMD not valid.  Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[6] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/unix_users.pl , output: U
sh: /perl: No such file or directory
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[7] WARNING: Result from CMD not valid.  Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[7] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/unix_processes.pl, output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Time: 0.0233 s, Theads: N/A, Hosts: 1
I updated every Data Input method to have /usr/bin/perl so that I didnt get so many sh: /perl: No such file

If I run /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/unix_users.pl it returns 2

Localhost Load average with Graph debug on shows the following:

Code: Select all

   	 RRDTool Command:

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Load Average" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--units-exponent=0 \
--vertical-label="processes in the run queue" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_1min:AVERAGE \
DEF:b="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_5min:AVERAGE \
DEF:c="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_15min:AVERAGE \
CDEF:cdefg=TIME,1245293939,GT,a,a,UN,0,a,IF,IF,TIME,1245293939,GT,b,b,UN,0,b,IF,IF,TIME,1245293939,GT,c,c,UN,0,c,IF,IF,+,+ \
AREA:a#EACC00FF:"1 Minute Average"  \
GPRINT:a:LAST:" Current\:%8.2lf\n"  \
AREA:b#EA8F00FF:"5 Minute Average":STACK \
GPRINT:b:LAST:" Current\:%8.2lf\n"  \
AREA:c#FF0000FF:"15 Minute Average":STACK \
GPRINT:c:LAST:"Current\:%8.2lf\n"  \
LINE1:cdefg#000000FF:"" 

RRDTool Says:

ERROR: opening '/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd': No such file or directory
If I run php Poller.php I get the following

Code: Select all

-sh-3.2$ php poller.php
06/17/2009 08:43:51 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '230', Max Runtime '298', Poller Runs: '1'
06/17/2009 08:43:51 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 0 0]
sh: /test: No such file or directory
06/17/2009 08:43:51 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 1 1]
sh: /test: No such file or directory
PHP Warning:  putenv(): Safe Mode warning: Cannot set environment variable 'RRD_DEFAULT_FONT' - it's not in the allowed list in /var/www/vhosts/avenfeld.com/httpdocs/cacti/lib/rrd.php on line 37
Waiting on 2/2 pollers.
sh: /rrdtool: No such file or directory
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.
Waiting on 2/2 pollers.

Cacti log shows the following:

Code: Select all

06/17/2009 08:40:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 1 1]
06/17/2009 08:40:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 0 0]
06/17/2009 08:40:01 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '300', Max Runtime '298', Poller Runs: '1'
06/17/2009 08:40:00 PM - SYSTEM STATS: Time:298.8125 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:0
06/17/2009 08:40:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
06/17/2009 08:38:56 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-86400 --end=-300 --title="Localhost - Load Average" --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --units-exponent=0 --vertical-label="processes in the run queue" --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_1min:AVERAGE DEF:b="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_5min:AVERAGE DEF:c="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_15min:AVERAGE CDEF:cdefg=TIME,1245296036,GT,a,a,UN,0,a,IF,IF,TIME,1245296036,GT,b,b,UN,0,b,IF,IF,TIME,1245296036,GT,c,c,UN,0,c,IF,IF,+,+ AREA:a#EACC00FF:"1 Minute Average" GPRINT:a:LAST:" Current\:%8.2lf\n" AREA:b#EA8F00FF:"5 Minute Average":STACK GPRINT:b:LAST:" Current\:%8.2lf\n" AREA:c#FF0000FF:"15 Minute Average":STACK GPRINT:c:LAST:"Current\:%8.2lf\n" LINE1:cdefg#000000FF:""
06/17/2009 08:38:56 PM - WEBLOG: Poller[0] CACTI2RRD: /usr/bin/rrdtool graph - --imgformat=PNG --start=-86400 --end=-300 --title="Localhost - Load Average" --rigid --base=1000 --height=120 --width=500 --alt-autoscale-max --lower-limit=0 --units-exponent=0 --vertical-label="processes in the run queue" --slope-mode --font TITLE:12: --font AXIS:8: --font LEGEND:10: --font UNIT:8: DEF:a="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_1min:AVERAGE DEF:b="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_5min:AVERAGE DEF:c="/var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd":load_15min:AVERAGE CDEF:cdefg=TIME,1245296036,GT,a,a,UN,0,a,IF,IF,TIME,1245296036,GT,b,b,UN,0,b,IF,IF,TIME,1245296036,GT,c,c,UN,0,c,IF,IF,+,+ AREA:a#EACC00FF:"1 Minute Average" GPRINT:a:LAST:" Current\:%8.2lf\n" AREA:b#EA8F00FF:"5 Minute Average":STACK GPRINT:b:LAST:" Current\:%8.2lf\n" AREA:c#FF0000FF:"15 Minute Average":STACK GPRINT:c:LAST:"Current\:%8.2lf\n" LINE1:cdefg#000000FF:""
06/17/2009 08:38:11 PM - POLLER: Poller[0] NOTE: Cron is configured to run too often! The Poller Interval is '300' seconds, with a minimum Cron period of '300' seconds, but only 190 seconds have passed since the poller last ran.
06/17/2009 08:38:11 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '190', Max Runtime '298', Poller Runs: '1'
06/17/2009 08:35:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 1 1]
06/17/2009 08:35:01 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /usr/bin/php, ARGS: -q "/var/www/vhosts/avenfeld.com/httpdocs/cacti/cmd.php" 0 0]
06/17/2009 08:35:01 PM - POLLER: Poller[0] NOTE: Poller Int: '300', Cron Int: '300', Time Since Last: '300', Max Runtime '298', Poller Runs: '1'
06/17/2009 08:35:00 PM - SYSTEM STATS: Time:298.8463 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:5 RRDsProcessed:5
06/17/2009 08:35:00 PM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_proc_7.rrd --template proc N:U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_proc_7.rrd --step 300 DS:proc:GAUGE:600:0:1000 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_mem_buffers_3.rrd --step 300 DS:mem_buffers:GAUGE:600:0:U RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_mem_swap_4.rrd --step 300 DS:mem_swap:GAUGE:600:0:U RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd --template N:U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_load_1min_5.rrd --step 300 DS:load_1min:GAUGE:600:0:500 DS:load_5min:GAUGE:600:0:500 DS:load_15min:GAUGE:600:0:500 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool update /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_users_6.rrd --template users N:U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] ERROR: Detected RRDtool Crash attempting to perform write
06/17/2009 08:32:06 PM - POLLER: Poller[0] CACTI2RRD: /usr/bin/rrdtool create /var/www/vhosts/avenfeld.com/httpdocs/cacti/rra/localhost_users_6.rrd --step 300 DS:users:GAUGE:600:0:500 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Time: 0.0233 s, Theads: N/A, Hosts: 1
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[7] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/unix_processes.pl, output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[7] WARNING: Result from CMD not valid. Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[6] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/unix_users.pl , output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[6] WARNING: Result from CMD not valid. Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[5] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/loadavg_multi.pl, output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[5] WARNING: Result from CMD not valid. Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[4] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/linux_memory.pl SwapFree:, output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[4] WARNING: Result from CMD not valid. Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[3] CMD: /usr/bin/perl /var/www/vhosts/avenfeld.com/httpdocs/cacti/scripts/linux_memory.pl MemFree:, output: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] DS[3] WARNING: Result from CMD not valid. Partial Result: U
06/17/2009 08:32:06 PM - CMDPHP: Poller[0] Host[1] SNMP: Host responded to SNMP 
My php is not in safe mode (set through plesk, perl is enabled) here is my custom php.ini in the httpdocs folder of the domain

Code: Select all

output_buffering = Off
zlib.output_compression = On
max_execution_time = 60
max_input_time = 90
error_reporting = E_ALL
register_long_arrays = Off
post_max_size = 130M
session.gc_maxlifetime = 2400
magic_quotes_gpc = On
upload_max_filesize = 128M
upload_tmp_dir = "/tmp"
session.save_path = "/tmp"
memory_limit = 64M
display_errors = Off
file_uploads = On
I know there are alot of topics on this problem, I spent 2 days reading them all (or at least most) any help at all would be greatly appreciated
lordoxide
Posts: 4
Joined: Wed Jun 17, 2009 2:57 pm

Post by lordoxide »

Just a troubleshooting FYI, I tried to install SPINE via the tarball listed on the download page. And I dont know if I've just lost my mind, or my system is just fubar'd but the configure file was not executable, upon making it configureable I was getting an error on line 3 ">>>>>>.mine", i then downloaded configure from the svn, and I get an error with config.sub...

I am just lost in total, I had cacti working on our server before a reformat...

Again any help would be greatly appreciated, as it sits..

Cacti is installed, all files found on the setting page
Spine is not
the cron job runs, but will not create any RRDs, even if the folder is 777
lordoxide
Posts: 4
Joined: Wed Jun 17, 2009 2:57 pm

Post by lordoxide »

Checked out the SVN of cacti/spine

Went to spine/branches/main
chmod +x configure
./configure
and i get the following

configure: error: cannot run /bin/sh config/config.sub

I also read somewhere that there should be a 0.8.7d version of spine, am I just missing this?

Not to derail my own thread, I can start a seperate spine one if you would like, I'd rather get cacti working with cmd.php first if I can (I just wanted to test spine and see if I get the same poller.php problems)
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests