Package: cacti-cactid
Severity: important
Hi there,
After upgrading to cacti-cactid 0.8.6f-1-1, I noticed that my
graphs don't show valid data any more. In fact the poller
process seemed to be stuck.
A dry-run on the command line showed that cactid could not open
the connection to the DBMS (too bad this error message is printed
on stdout instead of stderr, so the logfiles don't show anything
interesting (cronjob: >/dev/null 2>/var/log/cacti/poller-error.log)
Strace'ing the process showed that cactid tries to open the wrong
config file:
| 19526 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
| 19526 open("cactid.conf", O_RDONLY) = -1 ENOENT (No such file or
directory)
| 19526 open("/etc/cacticactid.conf", O_RDONLY) = -1 ENOENT (No such file or
directory)
A dirty workaround is to place a symlink of /etc/cacti/cactid.conf in
/usr/sbin.
Cheers,
MB
-- System Information:
Debian Release: 3.1
APT prefers stable
APT policy: (920, 'stable'), (900, 'stable'), (810, 'testing'), (300,
'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]