spine 0.8.7 work on cacti 0.8.7 error pls help me

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

Moderators: Developers, Moderators

User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

I also think you have hosed your system by moving files around. Not a good practice.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

[root@test cacti]# tar -zxvf cacti-spine-0.8.7a.tar.gz
cacti-spine-0.8.7a/
cacti-spine-0.8.7a/NEWS
cacti-spine-0.8.7a/LICENSE
cacti-spine-0.8.7a/aclocal.m4
cacti-spine-0.8.7a/php.c
cacti-spine-0.8.7a/php.h
cacti-spine-0.8.7a/sql.c
cacti-spine-0.8.7a/sql.h
cacti-spine-0.8.7a/README
cacti-spine-0.8.7a/README-WINDOWS
cacti-spine-0.8.7a/spine.conf
cacti-spine-0.8.7a/configure
cacti-spine-0.8.7a/libtool
cacti-spine-0.8.7a/LICENSE.LGPL
cacti-spine-0.8.7a/configure.ac
cacti-spine-0.8.7a/poller.c
cacti-spine-0.8.7a/poller.h
cacti-spine-0.8.7a/locks.c
cacti-spine-0.8.7a/locks.h
cacti-spine-0.8.7a/error.c
cacti-spine-0.8.7a/error.h
cacti-spine-0.8.7a/spine.c
cacti-spine-0.8.7a/spine.h
cacti-spine-0.8.7a/config/
cacti-spine-0.8.7a/config/depcomp
cacti-spine-0.8.7a/config/ltmain.sh
cacti-spine-0.8.7a/config/config.h.in~
cacti-spine-0.8.7a/config/config.guess
cacti-spine-0.8.7a/config/install-sh
cacti-spine-0.8.7a/config/config.sub
cacti-spine-0.8.7a/config/missing
cacti-spine-0.8.7a/config/config.h.in
cacti-spine-0.8.7a/config/stamp-h1
cacti-spine-0.8.7a/common.h
cacti-spine-0.8.7a/Makefile.am
cacti-spine-0.8.7a/Makefile.in
cacti-spine-0.8.7a/ping.c
cacti-spine-0.8.7a/ping.h
cacti-spine-0.8.7a/snmp.c
cacti-spine-0.8.7a/snmp.h
cacti-spine-0.8.7a/util.c
cacti-spine-0.8.7a/util.h
cacti-spine-0.8.7a/AUTHORS
cacti-spine-0.8.7a/INSTALL
cacti-spine-0.8.7a/ChangeLog
cacti-spine-0.8.7a/nft_popen.c
cacti-spine-0.8.7a/nft_popen.h
cacti-spine-0.8.7a/COPYING
cacti-spine-0.8.7a/keywords.c
cacti-spine-0.8.7a/keywords.h
[root@test cacti]# cd cacti-spine-0.8.7a
[root@test cacti-spine-0.8.7a]# ls
aclocal.m4 config error.c keywords.h locks.c NEWS php.h poller.h snmp.h sql.c
AUTHORS configure error.h libtool locks.h nft_popen.c ping.c README spine.c sql.h
ChangeLog configure.ac INSTALL LICENSE Makefile.am nft_popen.h ping.h README-WINDOWS spine.conf util.c
common.h COPYING keywords.c LICENSE.LGPL Makefile.in php.c poller.c snmp.c spine.h util.h
[root@test cacti-spine-0.8.7a]# less spine.c
[root@test cacti-spine-0.8.7a]# cp -a spine.c spine.c.bak.defaulte
[root@test cacti-spine-0.8.7a]# diff spine.c spine.c.bak
496c496
< if ((current_time - begin_time + .2) > poller_interval) {
---
> if ((current_time - begin_time + 6) > poller_interval) {
533c533
< if ((current_time - begin_time + .2) > poller_interval) {
---
> if ((current_time - begin_time + 6) > poller_interval) {
565c565
< if ((current_time - begin_time + .2) > poller_interval) {
---
> if ((current_time - begin_time + 6) > poller_interval) {

[root@test cacti-spine-0.8.7a]# cd config
[root@test config]# ll
æ€»ç”¨é‡ 56
lrwxrwxrwx 1 root root 31 12月 25 08:12 config.guess -> /usr/share/libtool/config.guess
-rw-r--r-- 1 root root 4856 11月 25 22:40 config.h.in
-rw-r--r-- 1 root root 4752 11月 25 22:40 config.h.in~
lrwxrwxrwx 1 root root 29 12月 25 08:12 config.sub -> /usr/share/libtool/config.sub
-rwxr-xr-x 1 root root 12517 11月 25 22:40 depcomp
-rwxr-xr-x 1 root root 5561 11月 25 22:40 install-sh
lrwxrwxrwx 1 root root 28 12月 25 08:12 ltmain.sh -> /usr/share/libtool/ltmain.sh
-rwxr-xr-x 1 root root 10280 11月 25 22:40 missing
-rw-r--r-- 1 root root 30 11月 25 22:40 stamp-h1
[root@test config]# rm -fr config.sub
[root@test config]# ln -s /usr/local/libtool/share/libtool/config.sub config.sub
[root@test config]# rm -fr config.guess
[root@test config]# ln -s /usr/local/libtool/share/libtool/config.guess config.guess
[root@test config]# rm -fr ltmain.sh
[root@test config]# ln -s /usr/local/libtool/share/libtool/ltmain.sh ltmain.sh
[root@test config]#
[root@test config]# ll
æ€»ç”¨é‡ 56
lrwxrwxrwx 1 root root 45 12月 25 08:15 config.guess -> /usr/local/libtool/share/libtool/config.guess
-rw-r--r-- 1 root root 4856 11月 25 22:40 config.h.in
-rw-r--r-- 1 root root 4752 11月 25 22:40 config.h.in~
lrwxrwxrwx 1 root root 43 12月 25 08:15 config.sub -> /usr/local/libtool/share/libtool/config.sub
-rwxr-xr-x 1 root root 12517 11月 25 22:40 depcomp
-rwxr-xr-x 1 root root 5561 11月 25 22:40 install-sh
lrwxrwxrwx 1 root root 42 12月 25 08:15 ltmain.sh -> /usr/local/libtool/share/libtool/ltmain.sh
-rwxr-xr-x 1 root root 10280 11月 25 22:40 missing
-rw-r--r-- 1 root root 30 11月 25 22:40 stamp-h1
[root@test config]# cd ..
[root@test cacti-spine-0.8.7a]# ./configure -prefix=/usr/local/spine --with-mysql=/usr/local/mysql
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... no
configure: error:

*** [Gentoo] sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.22, ltmain.sh = 1.5.24) ***

Please run:

libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

[root@test cacti-spine-0.8.7a]# aclocal
[root@test cacti-spine-0.8.7a]# /usr/local/libtool/bin/libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `config'.
[root@test cacti-spine-0.8.7a]# autoconf
[root@test cacti-spine-0.8.7a]# autoheader
[root@test cacti-spine-0.8.7a]# automake
[root@test cacti-spine-0.8.7a]# ./configure -prefix=/usr/local/spine --with-mysql=/usr/local/mysql
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether to enable -Wall... no
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking for floor in -lm... yes
checking for pthread_exit in -lpthread... yes
checking for deflate in -lz... yes
checking for kstat_close in -lkstat... no
checking for CRYPTO_realloc in -lcrypto... yes
checking for ANSI C header files... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for signal.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking netinet/ip_icmp.h usability... yes
checking netinet/ip_icmp.h presence... yes
checking for netinet/ip_icmp.h... yes
checking for unsigned long long... yes
checking for long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for malloc... yes
checking for calloc... yes
checking for gettimeofday... yes
checking for strerror... yes
checking for strtoll... yes
checking for mysql_init in -lmysqlclient_r... yes
checking for mysql_thread_init in -lmysqlclient_r... yes
checking if UCD-SNMP needs crypto support... no
checking if Net-SNMP needs crypto support... yes
checking for snmp_timeout in -lnetsnmp... yes
checking whether we are using nifty popen... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/config.h
config.status: executing depfiles commands
[root@test cacti-spine-0.8.7a]# make
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT sql.o -MD -MP -MF ".deps/sql.Tpo" -c -o sql.o sql.c; \
then mv -f ".deps/sql.Tpo" ".deps/sql.Po"; else rm -f ".deps/sql.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT spine.o -MD -MP -MF ".deps/spine.Tpo" -c -o spine.o spine.c; \
then mv -f ".deps/spine.Tpo" ".deps/spine.Po"; else rm -f ".deps/spine.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT snmp.o -MD -MP -MF ".deps/snmp.Tpo" -c -o snmp.o snmp.c; \
then mv -f ".deps/snmp.Tpo" ".deps/snmp.Po"; else rm -f ".deps/snmp.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT locks.o -MD -MP -MF ".deps/locks.Tpo" -c -o locks.o locks.c; \
then mv -f ".deps/locks.Tpo" ".deps/locks.Po"; else rm -f ".deps/locks.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT poller.o -MD -MP -MF ".deps/poller.Tpo" -c -o poller.o poller.c; \
then mv -f ".deps/poller.Tpo" ".deps/poller.Po"; else rm -f ".deps/poller.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT nft_popen.o -MD -MP -MF ".deps/nft_popen.Tpo" -c -o nft_popen.o nft_popen.c; \
then mv -f ".deps/nft_popen.Tpo" ".deps/nft_popen.Po"; else rm -f ".deps/nft_popen.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT php.o -MD -MP -MF ".deps/php.Tpo" -c -o php.o php.c; \
then mv -f ".deps/php.Tpo" ".deps/php.Po"; else rm -f ".deps/php.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT ping.o -MD -MP -MF ".deps/ping.Tpo" -c -o ping.o ping.c; \
then mv -f ".deps/ping.Tpo" ".deps/ping.Po"; else rm -f ".deps/ping.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT keywords.o -MD -MP -MF ".deps/keywords.Tpo" -c -o keywords.o keywords.c; \
then mv -f ".deps/keywords.Tpo" ".deps/keywords.Po"; else rm -f ".deps/keywords.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
/bin/sh ./libtool --mode=link --tag=CC gcc -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -L/usr/lib -L/usr/local/mysql/lib -o spine sql.o spine.o util.o snmp.o locks.o poller.o nft_popen.o php.o ping.o keywords.o error.o -lnetsnmp -lmysqlclient_r -lmysqlclient_r -lcrypto -lz -lpthread -lm -lnsl
mkdir .libs
gcc -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/local/mysql/include -g -O2 -o spine sql.o spine.o util.o snmp.o locks.o poller.o nft_popen.o php.o ping.o keywords.o error.o -L/usr/lib -L/usr/local/mysql/lib /usr/lib/libnetsnmp.so -lmysqlclient_r -lcrypto -lz -lpthread -lm -lnsl
[root@test cacti-spine-0.8.7a]# make install
make[1]: Entering directory `/root/confidential/freeke/cacti/cacti-spine-0.8.7a'
test -z "/usr/local/spine/bin" || mkdir -p -- "/usr/local/spine/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c 'spine' '/usr/local/spine/bin/spine'
/usr/bin/install -c spine /usr/local/spine/bin/spine
test -z "/usr/local/spine/etc" || mkdir -p -- "/usr/local/spine/etc"
/usr/bin/install -c -m 644 'spine.conf' '/usr/local/spine/etc/spine.conf'
make[1]: Leaving directory `/root/confidential/freeke/cacti/cacti-spine-0.8.7a'
[root@test local]# /usr/local/spine/bin/spine
12/25/2007 08:19:16 AM - SPINE: Poller[0] FATAL: Unable to read configuration file! (Spine init)
[root@test local]# cd /usr/local/spine/bin/
[root@test bin]# ./spine
SPINE: Using spine config file [../etc/spine.conf]
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'path_webroot''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'path_cactilog''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The path_php_server variable is /usr/local/apache/htdocs/cacti/script_server.php
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The path_cactilog variable is /usr/local/apache/htdocs/cacti/log/cacti.log
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'log_destination''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The log_destination variable is 2 (BOTH)
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'path_php_binary''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The path_php variable is /usr/bin/php
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'availability_method''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The availability_method variable is 2
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'ping_recovery_count''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The ping_recovery_count variable is 3
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'ping_failure_count''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The ping_failure_count variable is 2
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'ping_method''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The ping_method variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'ping_retries''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The ping_retries variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'ping_timeout''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The ping_timeout variable is 500
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'log_perror''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The log_perror variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'log_pwarn''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The log_pwarn variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'log_pstats''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The log_pstats variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'max_threads''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The threads variable is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'poller_interval''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The polling interval is 10 seconds
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'concurrent_processes''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The number of concurrent processes is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'script_timeout''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The script timeout is 25
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'php_servers''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The number of php script servers to run is 1
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT action FROM poller_item WHERE action=2 LIMIT 1'
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: StartHost='-1', EndHost='-1', TotalPHPScripts='0'
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The PHP Script Server is Not Required
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT value FROM settings WHERE name = 'max_get_size''
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: The Maximum SNMP OID Get Size is 10
12/25/2007 08:19:24 AM - SPINE: Poller[0] Version 0.8.7b starting
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: MySQL is Thread Safe!
12/25/2007 08:19:24 AM - SPINE: Poller[0] SPINE: Initializing Net-SNMP API
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SNMP Header Version is 5.1.2
12/25/2007 08:19:24 AM - SPINE: Poller[0] DEBUG: SNMP Library Version is 5.1.2
12/25/2007 08:19:25 AM - SPINE: Poller[0] SPINE: Initializing PHP Script Server(s)
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT id FROM host WHERE disabled='' ORDER BY id'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: Initial Value of Active Threads is 0
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT snmp_port, count(snmp_port) FROM poller_item WHERE host_id=0 AND rrd_next_step < 0 GROUP BY snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT action, hostname, snmp_community, snmp_version, snmp_username, snmp_password, rrd_name, rrd_path, arg1, arg2, arg3, local_data_id, rrd_num, snmp_port, snmp_timeout, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context FROM poller_item WHERE host_id=0 and rrd_next_step <=0 ORDER by snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_next_step-10 WHERE host_id=0'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_step-10 WHERE rrd_next_step < 0 and host_id=0'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[0] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 0
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT id, hostname, snmp_community, snmp_version, snmp_username, snmp_password, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context, snmp_port, snmp_timeout, max_oids, availability_method, ping_method, ping_port, ping_timeout, ping_retries, status, status_event_count, status_fail_date, status_rec_date, status_last_error, min_time, max_time, cur_time, avg_time, total_polls, failed_polls, availability FROM host WHERE id=2'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] PING Result: ICMP: Host is Alive
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] SNMP Result: SNMP not performed due to setting or ping result
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE host SET status='3', status_event_count='0', status_fail_date='2007-12-10 06:25:06', status_rec_date='0000-00-00 00:00:00', status_last_error='SNMP not performed due to setting or ping result., ICMP ping Timed out', min_time='0.009550', max_time='5281.880000', cur_time='0.700950', avg_time='70.711381', total_polls='13896', failed_polls='1', availability='99.9928' WHERE id='2''
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT data_query_id, action, op, assert_value, arg1 FROM poller_reindex WHERE host_id=2'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] RECACHE: Processing 1 items in the auto reindex cache for '10.167.24.2'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_reindex SET assert_value='51673711' WHERE host_id='2' AND data_query_id='1' and arg1='.1.3.6.1.2.1.1.3.0''
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT snmp_port, count(snmp_port) FROM poller_item WHERE host_id=2 AND rrd_next_step < 0 GROUP BY snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT action, hostname, snmp_community, snmp_version, snmp_username, snmp_password, rrd_name, rrd_path, arg1, arg2, arg3, local_data_id, rrd_num, snmp_port, snmp_timeout, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context FROM poller_item WHERE host_id=2 and rrd_next_step <=0 ORDER by snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_next_step-10 WHERE host_id=2'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_step-10 WHERE rrd_next_step < 0 and host_id=2'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] DS[17] SNMP: v2: 10.167.24.2, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.9, value: 64
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] DS[17] SNMP: v2: 10.167.24.2, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.9, value: 852
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'INSERT INTO poller_output (local_data_id, rrd_name, time, output) VALUES (17,'traffic_in','2007-12-25 08:19:25','64'),(17,'traffic_out','2007-12-25 08:19:25','852')'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[2] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 0
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: Valid Thread to be Created
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 1
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT id, hostname, snmp_community, snmp_version, snmp_username, snmp_password, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context, snmp_port, snmp_timeout, max_oids, availability_method, ping_method, ping_port, ping_timeout, ping_retries, status, status_event_count, status_fail_date, status_rec_date, status_last_error, min_time, max_time, cur_time, avg_time, total_polls, failed_polls, availability FROM host WHERE id=3'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] PING Result: ICMP: Host is Alive
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] SNMP Result: SNMP not performed due to setting or ping result
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE host SET status='3', status_event_count='0', status_fail_date='2007-12-07 06:45:07', status_rec_date='0000-00-00 00:00:00', status_last_error='SNMP not performed due to setting or ping result., ICMP ping Timed out', min_time='0.008990', max_time='762.535000', cur_time='0.647995', avg_time='42.351811', total_polls='13864', failed_polls='2', availability='99.9856' WHERE id='3''
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT data_query_id, action, op, assert_value, arg1 FROM poller_reindex WHERE host_id=3'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for '192.168.0.3'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_reindex SET assert_value='51673506' WHERE host_id='3' AND data_query_id='1' and arg1='.1.3.6.1.2.1.1.3.0''
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT snmp_port, count(snmp_port) FROM poller_item WHERE host_id=3 AND rrd_next_step < 0 GROUP BY snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT action, hostname, snmp_community, snmp_version, snmp_username, snmp_password, rrd_name, rrd_path, arg1, arg2, arg3, local_data_id, rrd_num, snmp_port, snmp_timeout, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context FROM poller_item WHERE host_id=3 and rrd_next_step <=0 ORDER by snmp_port'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_next_step-10 WHERE host_id=3'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'UPDATE poller_item SET rrd_next_step=rrd_step-10 WHERE rrd_next_step < 0 and host_id=3'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] DS[47] SNMP: v2: 192.168.0.3, dsname: traffic_in, oid: .1.3.6.1.2.1.2.2.1.10.18, value: 3518119022
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] DS[47] SNMP: v2: 192.168.0.3, dsname: traffic_out, oid: .1.3.6.1.2.1.2.2.1.16.18, value: 3809931920
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'INSERT INTO poller_output (local_data_id, rrd_name, time, output) VALUES (47,'traffic_in','2007-12-25 08:19:25','3518119022'),(47,'traffic_out','2007-12-25 08:19:25','3809931920')'
12/25/2007 08:19:25 AM - SPINE: Poller[0] Host[3] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: The Value of Active Threads is 0
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: In Poller, About to Start Polling of Host
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: SQL:'SELECT id, hostname, snmp_community, snmp_version, snmp_username, snmp_password, snmp_auth_protocol, snmp_priv_passphrase, snmp_priv_protocol, snmp_context, snmp_port, snmp_timeout, max_oids, availability_method, ping_method, ping_port, ping_timeout, ping_retries, status, status_event_count, status_fail_date, status_rec_date, status_last_error, min_time, max_time, cur_time, avg_time, total_polls, failed_polls, availability FROM host WHERE id=4'
12/25/2007 08:19:25 AM - SPINE: Poller[0] DEBUG: Valid T
Last edited by myfreeke on Mon Dec 24, 2007 9:43 pm, edited 1 time in total.
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

reconfigure lafter log:

I OS version : Red Hat Enterprise Linux AS release 4 (Nahant Update 4)

12/25/2007 08:35:00 AM - SPINE: Poller[0] Host[100] DS[2016] SNMP: v2: 10.167.26.3, dsname: cpu_system, oid: .1.3.6.1.4.1.2021.11.52.0, value: 1794632
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[96] DS[1968] SNMP: v2: 10.167.26.33, dsname: mem_free, oid: .1.3.6.1.4.1.2021.4.6.0, value: 1958012
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as03_icscfcpu_1872.rrd --template ICSCFCPU 1198589698:1
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as03_icscfmem_1873.rrd --template ICSCFMEM 1198589698:182563
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as03_cpu_system_1879.rrd --template cpu_system 1198589698:21398438
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as04_mem_buffers_1906.rrd --template mem_buffers 1198589698:36344
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as05_hdd_free_1930.rrd --template hdd_free:hdd_used 1198589698:110319864:930756
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as06_icscfcpu_1931.rrd --template ICSCFCPU 1198589699:U
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as06_icscfmem_1932.rrd --template ICSCFMEM 1198589699:U
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as07_bgcfcpu_1946.rrd --template BGCFCPU 1198589699:0
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as07_bgcfmem_1947.rrd --template BGCFMEM 1198589699:47647
12/25/2007 08:34:59 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cer2as07_mem_free_1955.rrd --template mem_free 1198589699:838620
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "UPDATE thold_data SET lastread='112967540736', thold_alert='0', thold_fail_count='0' WHERE rra_id='1930' AND data_id=3072"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "REPLACE INTO settings (name, value) VALUES ('thold_last_poll', NOW())"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT plugin_thold_contacts.data FROM plugin_thold_contacts, plugin_thold_threshold_contact WHERE plugin_thold_contacts.id = plugin_thold_threshold_contact.contact_id AND plugin_thold_threshold_contact.thold_id = 94"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT description, hostname from host WHERE id = 93"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT DISTINCT local_graph_id FROM graph_templates_item WHERE task_item_id=3072"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select * from cdef_items where cdef_id = 14 order by sequence"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select * from thold_data where thold_enabled='on' AND data_id = 3072"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id,name,name_cache from data_template_data where local_data_id=1930 order by id LIMIT 1"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select thold_data.cdef, thold_data.rra_id, thold_data.data_id, thold_data.lastread, thold_data.oldvalue, data_template_rrd.data_source_name as name, data_template_rrd.data_source_type_id from thold_data LEFT JOIN data_template_rrd on (data_template_rrd.id = thold_data.data_id)"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1872' and rrd_name='ICSCFCPU' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1873' and rrd_name='ICSCFMEM' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1879' and rrd_name='cpu_system' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1906' and rrd_name='mem_buffers' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1930' and rrd_name='hdd_used' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1930' and rrd_name='hdd_free' and time='2007-12-25 08:34:58'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1931' and rrd_name='ICSCFCPU' and time='2007-12-25 08:34:59'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1932' and rrd_name='ICSCFMEM' and time='2007-12-25 08:34:59'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1946' and rrd_name='BGCFCPU' and time='2007-12-25 08:34:59'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1947' and rrd_name='BGCFMEM' and time='2007-12-25 08:34:59'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Exec: "delete from poller_output where local_data_id='1955' and rrd_name='mem_free' and time='2007-12-25 08:34:59'"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_output.output, poller_output.time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name) LIMIT 10000"
12/25/2007 08:34:59 AM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_id,end_time from poller_time where poller_id=0"
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[95] DS[1955] SNMP: v2: 10.167.26.38, dsname: mem_free, oid: .1.3.6.1.4.1.2021.4.6.0, value: 838620
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[95] DS[1947] SNMP: v2: 10.167.26.38, dsname: BGCFMEM, oid: .1.3.6.1.2.1.1.3000.62.101.2, value: 47647
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[95] DS[1946] SNMP: v2: 10.167.26.38, dsname: BGCFCPU, oid: .1.3.6.1.2.1.1.3000.62.101.1, value: 0
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[94] DS[1932] SNMP: v2: 10.167.26.31, dsname: ICSCFMEM, oid: .1.3.6.1.2.1.1.3000.61.101.2, value: U
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[94] DS[1932] WARNING: Result from SNMP not valid. Partial Result: ...
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[94] DS[1931] SNMP: v2: 10.167.26.31, dsname: ICSCFCPU, oid: .1.3.6.1.2.1.1.3000.61.101.1, value: U
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[94] DS[1931] WARNING: Result from SNMP not valid. Partial Result: ...
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[93] DS[1930] SNMP: v2: 10.167.26.37, dsname: hdd_free, oid: .1.3.6.1.4.1.2021.9.1.7.2, value: 110319864
12/25/2007 08:34:59 AM - SPINE: Poller[0] Host[93] DS[1930] SNMP: v2: 10.167.26.37, dsname: hdd_used, oid: .1.3.6.1.4.1.2021.9.1.8.2, value: 930756
12/25/2007 08:34:58 AM - SPINE: Poller[0] Host[92] DS[1906] SNMP: v2: 10.167.26.36, dsname: mem_buffers, oid: .1.3.6.1.4.1.2021.4.14.0, value: 36344
12/25/2007 08:34:58 AM - SPINE: Poller[0] Host[91] DS[1879] SNMP: v1: 10.167.26.35, dsname: cpu_system, oid: .1.3.6.1.4.1.2021.11.52.0, value: 21398438
12/25/2007 08:34:58 AM - SPINE: Poller[0] Host[91] DS[1873] SNMP: v1: 10.167.26.35, dsname: ICSCFMEM, oid: .1.3.6.1.2.1.1.3000.61.101.2, value: 182563
12/25/2007 08:34:58 AM - SPINE: Poller[0] Host[91] DS[1872] SNMP: v1: 10.167.26.35, dsname: ICSCFCPU, oid: .1.3.6.1.2.1.1.3000.61.101.1, value: 1
12/25/2007 08:34:58 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cernet_gw_call_monitor_a2z_1795.rrd --template a2z 1198589696:0
12/25/2007 08:34:58 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cernet_gw_call_monitor_a2z_1796.rrd --template a2z 1198589696:0
12/25/2007 08:34:58 AM - POLLER: Poller[0] CACTI2RRD: /usr/local/rrdtool/bin/rrdtool update /usr/local/apache/htdocs/cacti/rra/cernet_gw_call_monitor_connected_1797.rrd --template Connected 1198589696:99
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

12/25/2007 08:48:37 AM - POLLER: Poller[0] -1198590517.67 seconds
12/25/2007 08:48:37 AM - SYSTEM STATS: Time:10.2231 Method:spine Processes:1 Threads:1 Hosts:45 HostsPerProcess:45 DataSources:65 RRDsProcessed:47
12/25/2007 08:48:37 AM - SPINE: Poller[0] Time: 9.8302 s, Threads: 1, Hosts: 45
12/25/2007 08:48:37 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal


I install cacti in five server from office and differ edition cacti

but I have same problems
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

I run poller.php error

[root@test log]# /usr/local/php/bin/php /usr/local/apache/htdocs/cacti/poller.php
12/25/2007 10:36:44 AM - POLLER: Poller[0] NOTE: Poller Int: '10', Cron Int: '300', Time Since Last: '103', Max Runtime '298', Poller Runs: '30'
12/25/2007 10:36:44 AM - POLLER: Poller[0] NOTE: Cron is configured to run too often! The Poller Interval is '10' seconds, with a minimum Cron period of '60' seconds, but only 103 seconds have passed since the poller last ran.

I reconfigure spine use new spine.c

now look well

but have poller.php error and cacti log error:12/25/2007 10:46:23 AM - SPINE: Poller[0] ERROR: Spine Timed Out While Processing Hosts Internal
User avatar
zunyhuang
Posts: 14
Joined: Sat Dec 29, 2007 4:50 am
Location: shenzhen.china

hi,have you solved it ,and how to do it?

Post by zunyhuang »

hi,have you solved it ,and how to do it?

i has met same spine problem as you!
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

I rebuild spine !

it's spine bug to spine.c
Attachments
spine.c
(21.28 KiB) Downloaded 607 times
User avatar
zunyhuang
Posts: 14
Joined: Sat Dec 29, 2007 4:50 am
Location: shenzhen.china

do you change something in spin.c?

Post by zunyhuang »

do you change something in spin.c?
myfreeke
Cacti User
Posts: 82
Joined: Tue Dec 04, 2007 10:24 pm

Post by myfreeke »

it't from cacti Developer
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

changes are available in SVN
Reinhard
User avatar
rcaston
Cacti User
Posts: 204
Joined: Tue Jan 06, 2004 7:47 pm
Location: US-Dallas, TX
Contact:

Post by rcaston »

I think the SVN is messed up, the spine 0.8.7a branches when compiled now produces this when the binary is run:

Code: Select all

[root@vsrvr-nms-01-cacti cli]# /usr/bin/php /var/www/html/poller.php 
01/11/2008 05:23:56 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval!  The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 679 seconds have passed since the last poll!
*** glibc detected *** /usr/local/bin/spine-new: free(): invalid next size (fast): 0x00000000128686e0 ***
======= Backtrace: =========
/lib64/libc.so.6[0x354086f4f4]
/lib64/libc.so.6(cfree+0x8c)[0x3540872b1c]
/usr/local/bin/spine-new[0x40b6d5]
/usr/local/bin/spine-new[0x40ba65]
/usr/local/bin/spine-new[0x408c7f]
/usr/local/bin/spine-new[0x409823]
/lib64/libpthread.so.0[0x35414062f7]
/lib64/libc.so.6(clone+0x6d)[0x35408ce85d]
======= Memory map: ========
00400000-00412000 r-xp 00000000 fd:00 6710884                            /usr/local/bin/spine-new
00611000-00612000 rw-p 00011000 fd:00 6710884                            /usr/local/bin/spine-new
00612000-00615000 rw-p 00612000 00:00 0 
1276d000-12896000 rw-p 1276d000 00:00 0 
40000000-40001000 ---p 40000000 00:00 0 
40001000-40a01000 rw-p 40001000 00:00 0 
40a01000-40a02000 ---p 40a01000 00:00 0 
40a02000-41402000 rw-p 40a02000 00:00 0 
41402000-41403000 ---p 41402000 00:00 0 
41403000-41e03000 rw-p 41403000 00:00 0 
41e03000-41e04000 ---p 41e03000 00:00 0 
41e04000-42804000 rw-p 41e04000 00:00 0 
42804000-42805000 ---p 42804000 00:00 0 
42805000-43205000 rw-p 42805000 00:00 0 
43205000-43206000 ---p 43205000 00:00 0 
43206000-43c06000 rw-p 43206000 00:00 0 
3540400000-354041a000 r-xp 00000000 fd:00 8805996                        /lib64/ld-2.5.so
3540619000-354061a000 r--p 00019000 fd:00 8805996                        /lib64/ld-2.5.so
354061a000-354061b000 rw-p 0001a000 fd:00 8805996                        /lib64/ld-2.5.so
3540800000-3540946000 r-xp 00000000 fd:00 8805997                        /lib64/libc-2.5.so
3540946000-3540b46000 ---p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b46000-3540b4a000 r--p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4a000-3540b4b000 rw-p 0014a000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4b000-3540b50000 rw-p 3540b4b000 00:00 0 
3540c00000-3540c82000 r-xp 00000000 fd:00 8806005                        /lib64/libm-2.5.so
3540c82000-3540e81000 ---p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3540e81000-3540e82000 r--p 00081000 fd:00 8806005                        /lib64/libm-2.5.so
3540e82000-3540e83000 rw-p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3541000000-3541002000 r-xp 00000000 fd:00 8805999                        /lib64/libdl-2.5.so
3541002000-3541202000 ---p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541202000-3541203000 r--p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541203000-3541204000 rw-p 00003000 fd:00 8805999                        /lib64/libdl-2.5.so
3541400000-3541415000 r-xp 00000000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541415000-3541614000 ---p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541614000-3541615000 r--p 00014000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541615000-3541616000 rw-p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541616000-354161a000 rw-p 3541616000 00:00 0 
3541800000-3541814000 r-xp 00000000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541814000-3541a13000 ---p 00014000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541a13000-3541a14000 rw-p 00013000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541c00000-3541c3b000 r-xp 00000000 fd:00 8806013                        /lib64/libsepol.so.1
3541c3b000-3541e3b000 ---p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3b000-3541e3c000 rw-p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3c000-3541e46000 rw-p 3541e3c000 00:00 0 
3542400000-3542415000 r-xp 00000000 fd:00 8806014                        /lib64/libselinux.so.1
3542415000-3542615000 ---p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542615000-3542617000 rw-p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542617000-3542618000 rw-p 3542617000 00:00 0 
3542800000-3542815000 r-xp 00000000 fd:00 8806010                        /lib64/libnsl-2.5.so*** glibc detected *** /usr/local/bin/spine-new: malloc(): memory corruption: 0x0000000013154990 ***
======= Backtrace: =========
/lib64/libc.so.6[0x354086fb91]
/lib64/libc.so.6(__libc_malloc+0x7d)[0x3540870d4d]
/lib64/libc.so.6[0x354085f10a]
/lib64/libc.so.6[0x35408dc5b0]
/lib64/libc.so.6(__nss_hostname_digits_dots+0x41)[0x35408dfa91]
/lib64/libc.so.6(gethostbyname+0x90)[0x35408e42e0]
/usr/local/bin/spine-new[0x40a9a2]
/usr/local/bin/spine-new[0x40b434]
/usr/local/bin/spine-new[0x40ba65]
/usr/local/bin/spine-new[0x408c7f]
/usr/local/bin/spine-new[0x409823]
/lib64/libpthread.so.0[0x35414062f7]
/lib64/libc.so.6(clone+0x6d)[0x35408ce85d]
======= Memory map: ========
00400000-00412000 r-xp 00000000 fd:00 6710884                            /usr/local/bin/spine-new
00611000-00612000 rw-p 00011000 fd:00 6710884                            /usr/local/bin/spine-new
00612000-00615000 rw-p 00612000 00:00 0 
1303d000-13166000 rw-p 1303d000 00:00 0 
40000000-40001000 ---p 40000000 00:00 0 
40001000-40a01000 rw-p 40001000 00:00 0 
40a01000-40a02000 ---p 40a01000 00:00 0 
40a02000-41402000 rw-p 40a02000 00:00 0 
41402000-41403000 ---p 41402000 00:00 0 
41403000-41e03000 rw-p 41403000 00:00 0 
41e03000-41e04000 ---p 41e03000 00:00 0 
41e04000-42804000 rw-p 41e04000 00:00 0 
42804000-42805000 ---p 42804000 00:00 0 
42805000-43205000 rw-p 42805000 00:00 0 
43205000-43206000 ---p 43205000 00:00 0 
43206000-43c06000 rw-p 43206000 00:00 0 
43c06000-43c07000 ---p 43c06000 00:00 0 
43c07000-44607000 rw-p 43c07000 00:00 0 
44607000-44608000 ---p 44607000 00:00 0 
44608000-45008000 rw-p 44608000 00:00 0 
45008000-45009000 ---p 45008000 00:00 0 
45009000-4640a000 rw-p 45009000 00:00 0 
3540400000-354041a000 r-xp 00000000 fd:00 8805996                        /lib64/ld-2.5.so
3540619000-354061a000 r--p 00019000 fd:00 8805996                        /lib64/ld-2.5.so
354061a000-354061b000 rw-p 0001a000 fd:00 8805996                        /lib64/ld-2.5.so
3540800000-3540946000 r-xp 00000000 fd:00 8805997                        /lib64/libc-2.5.so
3540946000-3540b46000 ---p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b46000-3540b4a000 r--p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4a000-3540b4b000 rw-p 0014a000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4b000-3540b50000 rw-p 3540b4b000 00:00 0 
3540c00000-3540c82000 r-xp 00000000 fd:00 8806005                        /lib64/libm-2.5.so
3540c82000-3540e81000 ---p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3540e81000-3540e82000 r--p 00081000 fd:00 8806005                        /lib64/libm-2.5.so
3540e82000-3540e83000 rw-p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3541000000-3541002000 r-xp 00000000 fd:00 8805999                        /lib64/libdl-2.5.so
3541002000-3541202000 ---p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541202000-3541203000 r--p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541203000-3541204000 rw-p 00003000 fd:00 8805999                        /lib64/libdl-2.5.so
3541400000-3541415000 r-xp 00000000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541415000-3541614000 ---p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541614000-3541615000 r--p 00014000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541615000-3541616000 rw-p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541616000-354161a000 rw-p 3541616000 00:00 0 
3541800000-3541814000 r-xp 00000000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541814000-3541a13000 ---p 00014000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541a13000-3541a14000 rw-p 00013000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541c00000-3541c3b000 r-xp 00000000 fd:00 8806013                        /lib64/libsepol.so.1
3541c3b000-3541e3b000 ---p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3b000-3541e3c000 rw-p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3c000-3541e46000 rw-p 3541e3c000 00:00 0 
3542400000-3542415000 r-xp 00000000 fd:00 8806014                        /lib64/libselinux.so.1
3542415000-3542615000 ---p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542615000-3542617000 rw-p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542617000-3542618000 rw-p 3542617000 00:00 0 
3542800000-3542815000 r-xp 00000000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542815000-3542a14000 ---p 00015000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a14000-3542a15000 r--p 00014000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a15000-3542a16000 rw-p 00015000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a16000-3542a18000 rw-p 3542a16000 00:00 0 
3544000000-3544011000 r-xp 00000000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544011000-3544211000 ---p 00011000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544211000-3544212000 r--p 00011000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544212000-3544213000 rw-p 00012000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544213000-3544215000 rw-p 3544213000 00:00 0 
3544800000-3544925000 r-xp 00000000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544925000-3544b25000 ---p 00125000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544b25000-3544b44000 rw-p 00125000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544b44000-3544b48000 rw-p 3544b44000 00:00 0 
3545000000-3545002000 r-xp 00000000 fd:00 8806015                        /lib64/libcom_err.so.2.1
3545002000-3545201000 ---p 00002000 fd:00 8806015                        /lib64/libcom_err.so.2.1
3545201000-3545202000 rw-p 00001000 fd:00 8806015                        /lib64/libcom_err.so.2.1
3545400000-3545402000 r-xp 00000000 fd:00 8806011                        /lib64/libkeyutils-1.2.so
3545402000-3545601000 ---p 00002000 fd:00 8806011                        /lib64/libkeyutils-1.2.so
3545601000-3545602000 rw-p 00001000 fd:00 8806011                        /lib64/libkeyutils-1.2.so
3545800000-3545824000 r-xp 00000000 fd:00 1030989                        /usr/lib64/libk5crypto.so.3.1
3545824000-3545a23000 ---p 00024000 fd:00 1030989                        /usr/lib64/libk5crypto.so.3.1
3545a23000-3545a25000 rw-p 00023000 fd:00 1030989                        /usr/lib64/libk5crypto.so.3.1
3545c00000-3545c2c000 r-xp 00000000 fd:00 1031868                        /usr/lib64/libgssapi_krb5.so.2.2
3545c2c000-3545e2c000 ---p 0002c000 fd:00 1031868                        /usr/lib64/libgssapi_krb5.so.2.2
3545e2c000-3545e2e000 rw-p 0002c000 fd:00 1031868                        /usr/lib64/libgssapi_krb5.so.2.2
3546000000-354608e000 r-xp 00000000 fd:00 1031110                        /usr/lib64/libkrb5.so.3.3
354608e000-354628e000 ---p 0008e000 fd:00 1031110                        /usr/lib64/libkrb5.so.3.3
354628e000-3546292000 rw-p 0008e000 fd:00 1031110                        /usr/lib64/libkrb5.so.3.3
3546800000-3546808000 r-xp 00000000 fd:00 1030313                        /usr/lib64/libkrb5support.so.0.1
3546808000-3546a07000 ---p 00008000 fd:00 1030313                        /usr/lib64/libkrb5support.so.0.1
3546a07000-3546a08000 rw-p 00007000 fd:00 1030313                        /usr/lib64/libkrb5support.so.0.1
3547000000-3547043000 r-xp 00000000 fd:00 8806017                        /lib64/libssl.so.0.9.8b
3547043000-3547243000 ---p 00043000 fd:00 8806017                        /lib64/libssl.so.0.9.8b
3547243000-3547249000 rw-p 00043000 fd:00 8806017                        /lib64/libssl.so.0.9.8b
354e200000-354e20d000 r-xp 00000000 fd:00 8806020                        /lib64/libgcc_s-4.1.2-20070626.so.1
354e20d000-354e40d000 ---p 0000d000 fd:00 8806020                        /lib64/libgcc_s-4.1.2-20070626.so.1
354e40d000-354e40e000 rw-p 0000d000 fd:00 8806020                        /lib64/libgcc_s-4.1.2-20070626.so.1
3550a00000-3550a05000 r-xp 00000000 fd:00 3306540                        /lib64/libcrypt-2.5.so
3550a05000-3550c04000 ---p 00005000 fd:00 3306540                        /lib64/libcrypt-2.5.so
3550c04000-3550c05000 r--p 00004000 fd:00 3306540                        /lib64/libcrypt-2.5.so
3550c05000-3550c06000 rw-p 00005000 fd:00 3306540                        /lib64/libcrypt-2.5.so
3550c06000-3550c34000 rw-p 3550c06000 00:00 0 
3cc0600000-3cc068f000 r-xp 00000000 fd:00 1027434                        /usr/lib64/libnetsnmp.so.10.0.1
3cc068f000-3cc088f000 ---p 0008f000 fd:00 1027434                        /usr/lib64/libnetsnmp.so.10.0.1
3cc088f000-3cc0893000 rw-p 0008f000 fd:00 1027434                        /usr/lib64/libnetsnmp.so.10.0.1
3cc0893000-3cc08c7000 rw-p 3cc0893000 00:00 0 
2aaaaaaab000-2aaaaaaad000 rw-p 2aaaaaaab000 00:00 0 
2aaaaaac5000-2aaaaaac6000 rw-p 2aaaaaac5000 00:00 0 
2aaaaaac6000-2aaaaabef000 r-xp 00000000 fd:00 1637451                    /usr/lib64/mysql/libmysqlclient_r.so.15.0.0
2aaaaabef000-2aaaaadef000 ---p 00129000 fd:00 1637451                    /usr/lib64/mysql/libmysqlclient_r.so.15.0.0
2aaaaadef000-2aaaaae36000 rw-p 00129000 fd:00 1637451                    /usr/lib64/mysql/libmysqlclient_r.so.15.0.0
2aaaaae36000-2aaaaae3f000 rw-p 2aaaaae36000 00:00 0 
2aaaaae58000-2aaaaae62000 r-xp 00000000 fd:00 3306363                    /lib64/libnss_files-2.5.so
2aaaaae62000-2aaaab061000 ---p 0000a000 fd:00 3306363                    /lib64/libnss_files-2.5.so
2aaaab061000-2aaaab062000 r--p 00009000 fd:00 3306363                    /lib64/libnss_files-2.5.so
2aaaab062000-2aaaab063000 rw-p 0000a000 fd:00 3306363                    /lib64/libnss_files-2.5.so
2aaaab063000-2aaaae63b000 r--p 00000000 fd:00 1020711                    /usr/lib/locale/locale-archive
2aaab0000000-2aaab0023000 rw-p 2aaab0000000 00:00 0 
2aaab0023000-2aaab4000000 ---p 2aaab0023000 00:00 0 
7fffd83a0000-7fffd83b6000 rw-p 7fffd83a0000 00:00 0                      [stack]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]
7fffd83a0000-7fffd83b6000 rw-p 7fffd83a0000 00:00 0                      [stack]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0                  [vdso]
*** glibc detected *** /usr/local/bin/spine-new: malloc(): memory corruption: 0x00002aaab0000aa0 ***
======= Backtrace: =========
/lib64/libc.so.6[0x354086fb91]
/lib64/libc.so.6(__libc_malloc+0x7d)[0x3540870d4d]
/usr/lib64/libnetsnmp.so.10(netsnmp_udp_transport+0x88)[0x3cc0665058]
/usr/lib64/libnetsnmp.so.10(netsnmp_udp_create_tstring+0x3d)[0x3cc06655cd]
/usr/lib64/libnetsnmp.so.10(netsnmp_tdomain_transport+0x166)[0x3cc065e326]
/usr/lib64/libnetsnmp.so.10(snmp_sess_open+0x11b)[0x3cc0634e7b]
/usr/local/bin/spine-new[0x40626c]
/usr/local/bin/spine-new[0x4095cf]
/usr/local/bin/spine-new[0x409823]
/lib64/libpthread.so.0[0x35414062f7]
/lib64/libc.so.6(clone+0x6d)[0x35408ce85d]
======= Memory map: ========
00400000-00412000 r-xp 00000000 fd:00 6710884                            /usr/local/bin/spine-new
00611000-00612000 rw-p 00011000 fd:00 6710884                            /usr/local/bin/spine-new
00612000-00615000 rw-p 00612000 00:00 0 
1193b000-11a7f000 rw-p 1193b000 00:00 0 
40000000-40001000 ---p 40000000 00:00 0 
40001000-40a01000 rw-p 40001000 00:00 0 
40a01000-40a02000 ---p 40a01000 00:00 0 
40a02000-41402000 rw-p 40a02000 00:00 0 
41402000-41403000 ---p 41402000 00:00 0 
41403000-41e03000 rw-p 41403000 00:00 0 
41e03000-41e04000 ---p 41e03000 00:00 0 
41e04000-42804000 rw-p 41e04000 00:00 0 
42804000-42805000 ---p 42804000 00:00 0 
42805000-43205000 rw-p 42805000 00:00 0 
43205000-43206000 ---p 43205000 00:00 0 
43206000-43c06000 rw-p 43206000 00:00 0 
43c06000-43c07000 ---p 43c06000 00:00 0 
43c07000-44607000 rw-p 43c07000 00:00 0 
44607000-44608000 ---p 44607000 00:00 0 
44608000-45008000 rw-p 44608000 00:00 0 
45008000-45009000 ---p 45008000 00:00 0 
45009000-45a09000 rw-p 45009000 00:00 0 
45a09000-45a0a000 ---p 45a09000 00:00 0 
45a0a000-4640a000 rw-p 45a0a000 00:00 0 
4640a000-4640b000 ---p 4640a000 00:00 0 
4640b000-46e0b000 rw-p 4640b000 00:00 0 
3540400000-354041a000 r-xp 00000000 fd:00 8805996                        /lib64/ld-2.5.so
3540619000-354061a000 r--p 00019000 fd:00 8805996                        /lib64/ld-2.5.so
354061a000-354061b000 rw-p 0001a000 fd:00 8805996                        /lib64/ld-2.5.so
3540800000-3540946000 r-xp 00000000 fd:00 8805997                        /lib64/libc-2.5.so
3540946000-3540b46000 ---p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b46000-3540b4a000 r--p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4a000-3540b4b000 rw-p 0014a000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4b000-3540b50000 rw-p 3540b4b000 00:00 0 
3540c00000-3540c82000 r-xp 00000000 fd:00 8806005                        /lib64/libm-2.5.so
3540c82000-3540e81000 ---p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3540e81000-3540e82000 r--p 00081000 fd:00 8806005                        /lib64/libm-2.5.so
3540e82000-3540e83000 rw-p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3541000000-3541002000 r-xp 00000000 fd:00 8805999                        /lib64/libdl-2.5.so
3541002000-3541202000 ---p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541202000-3541203000 r--p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541203000-3541204000 rw-p 00003000 fd:00 8805999                        /lib64/libdl-2.5.so
3541400000-3541415000 r-xp 00000000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541415000-3541614000 ---p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541614000-3541615000 r--p 00014000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541615000-3541616000 rw-p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541616000-354161a000 rw-p 3541616000 00:00 0 
3541800000-3541814000 r-xp 00000000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541814000-3541a13000 ---p 00014000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541a13000-3541a14000 rw-p 00013000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541c00000-3541c3b000 r-xp 00000000 fd:00 8806013                        /lib64/libsepol.so.1
3541c3b000-3541e3b000 ---p 0003b000 fd:00 8806013                        /lib64/li*** glibc detected *** /usr/local/bin/spine-new: free(): invalid next size (fast): 0x000000001282fbd0 ***
======= Backtrace: =========
/lib64/libc.so.6[0x354086f4f4]
/lib64/libc.so.6(cfree+0x8c)[0x3540872b1c]
/usr/local/bin/spine-new[0x40b6d5]
/usr/local/bin/spine-new[0x40ba65]
/usr/local/bin/spine-new[0x408c7f]
/usr/local/bin/spine-new[0x409823]
/lib64/libpthread.so.0[0x35414062f7]
/lib64/libc.so.6(clone+0x6d)[0x35408ce85d]
======= Memory map: ========
00400000-00412000 r-xp 00000000 fd:00 6710884                            /usr/local/bin/spine-new
00611000-00612000 rw-p 00011000 fd:00 6710884                            /usr/local/bin/spine-new
00612000-00615000 rw-p 00612000 00:00 0 
1273e000-12868000 rw-p 1273e000 00:00 0 
40000000-40001000 ---p 40000000 00:00 0 
40001000-40a01000 rw-p 40001000 00:00 0 
40a01000-40a02000 ---p 40a01000 00:00 0 
40a02000-41402000 rw-p 40a02000 00:00 0 
41402000-41403000 ---p 41402000 00:00 0 
41403000-41e03000 rw-p 41403000 00:00 0 
41e03000-41e04000 ---p 41e03000 00:00 0 
41e04000-42804000 rw-p 41e04000 00:00 0 
42804000-42805000 ---p 42804000 00:00 0 
42805000-43205000 rw-p 42805000 00:00 0 
43205000-43206000 ---p 43205000 00:00 0 
43206000-43c06000 rw-p 43206000 00:00 0 
43c06000-43c07000 ---p 43c06000 00:00 0 
43c07000-44607000 rw-p 43c07000 00:00 0 
44607000-44608000 ---p 44607000 00:00 0 
44608000-45008000 rw-p 44608000 00:00 0 
45008000-45009000 ---p 45008000 00:00 0 
45009000-45a09000 rw-p 45009000 00:00 0 
3540400000-354041a000 r-xp 00000000 fd:00 8805996                        /lib64/ld-2.5.so
3540619000-354061a000 r--p 00019000 fd:00 8805996                        /lib64/ld-2.5.so
354061a000-354061b000 rw-p 0001a000 fd:00 8805996                        /lib64/ld-2.5.so
3540800000-3540946000 r-xp 00000000 fd:00 8805997                        /lib64/libc-2.5.so
3540946000-3540b46000 ---p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b46000-3540b4a000 r--p 00146000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4a000-3540b4b000 rw-p 0014a000 fd:00 8805997                        /lib64/libc-2.5.so
3540b4b000-3540b50000 rw-p 3540b4b000 00:00 0 
3540c00000-3540c82000 r-xp 00000000 fd:00 8806005                        /lib64/libm-2.5.so
3540c82000-3540e81000 ---p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3540e81000-3540e82000 r--p 00081000 fd:00 8806005                        /lib64/libm-2.5.so
3540e82000-3540e83000 rw-p 00082000 fd:00 8806005                        /lib64/libm-2.5.so
3541000000-3541002000 r-xp 00000000 fd:00 8805999                        /lib64/libdl-2.5.so
3541002000-3541202000 ---p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541202000-3541203000 r--p 00002000 fd:00 8805999                        /lib64/libdl-2.5.so
3541203000-3541204000 rw-p 00003000 fd:00 8805999                        /lib64/libdl-2.5.so
3541400000-3541415000 r-xp 00000000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541415000-3541614000 ---p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541614000-3541615000 r--p 00014000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541615000-3541616000 rw-p 00015000 fd:00 8806000                        /lib64/libpthread-2.5.so
3541616000-354161a000 rw-p 3541616000 00:00 0 
3541800000-3541814000 r-xp 00000000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541814000-3541a13000 ---p 00014000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541a13000-3541a14000 rw-p 00013000 fd:00 1024710                        /usr/lib64/libz.so.1.2.3
3541c00000-3541c3b000 r-xp 00000000 fd:00 8806013                        /lib64/libsepol.so.1
3541c3b000-3541e3b000 ---p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3b000-3541e3c000 rw-p 0003b000 fd:00 8806013                        /lib64/libsepol.so.1
3541e3c000-3541e46000 rw-p 3541e3c000 00:00 0 
3542400000-3542415000 r-xp 00000000 fd:00 8806014                        /lib64/libselinux.so.1
3542415000-3542615000 ---p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542615000-3542617000 rw-p 00015000 fd:00 8806014                        /lib64/libselinux.so.1
3542617000-3542618000 rw-p 3542617000 00:00 0 
3542800000-3542815000 r-xp 00000000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542815000-3542a14000 ---p 00015000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a14000-3542a15000 r--p 00014000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a15000-3542a16000 rw-p 00015000 fd:00 8806010                        /lib64/libnsl-2.5.so
3542a16000-3542a18000 rw-p 3542a16000 00:00 0 
3544000000-3544011000 r-xp 00000000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544011000-3544211000 ---p 00011000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544211000-3544212000 r--p 00011000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544212000-3544213000 rw-p 00012000 fd:00 8806012                        /lib64/libresolv-2.5.so
3544213000-3544215000 rw-p 3544213000 00:00 0 
3544800000-3544925000 r-xp 00000000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544925000-3544b25000 ---p 00125000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544b25000-3544b44000 rw-p 00125000 fd:00 8806016                        /lib64/libcrypto.so.0.9.8b
3544b44000-3544b48000 rw-p 3544b44000 00:00 0 
Rael
Cacti User
Posts: 129
Joined: Thu Apr 05, 2007 9:28 am

Post by Rael »

This is still an issue for me after downloading the new spine.c and recompiling.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests