Closed GoogleCodeExporter closed 9 years ago
The original install creates a symlink between /usr/local/$SYSLOG_VER and
/usr/local/syslog-ng, so it should still work. Do you not have that symlink?
Original comment by mchol...@gmail.com
on 27 Sep 2013 at 3:36
Seems that may be the issue. My structure looks like:
# ls -l /usr/local/syslog-ng*
/usr/local/syslog-ng:
total 4
lrwxrwxrwx. 1 root root 26 Sep 26 22:17 syslog-ng-3.2.4 ->
/usr/local/syslog-ng-3.2.4
drwxr-xr-x. 2 root root 4096 Sep 25 15:55 var
/usr/local/syslog-ng-3.2.4:
total 24
drwxr-xr-x. 2 root root 4096 Sep 26 22:17 bin
drwxr-xr-x. 3 root root 4096 Sep 26 20:44 etc
drwxr-xr-x. 3 root root 4096 Sep 26 22:16 lib
drwxr-xr-x. 2 root root 4096 Sep 26 20:44 libexec
drwxr-xr-x. 2 root root 4096 Sep 26 22:17 sbin
drwxr-xr-x. 5 root root 4096 Sep 26 20:44 share
So, I'll try blowing those away and installing again...
I get further and the link looks good:
# ls -l /usr/local/syslog-ng*
lrwxrwxrwx. 1 root root 26 Sep 27 09:53 /usr/local/syslog-ng ->
/usr/local/syslog-ng-3.2.4
/usr/local/syslog-ng-3.2.4:
total 28
drwxr-xr-x. 2 root root 4096 Sep 27 09:53 bin
drwxr-xr-x. 3 root root 4096 Sep 27 09:53 etc
drwxr-xr-x. 3 root root 4096 Sep 27 09:53 lib
drwxr-xr-x. 2 root root 4096 Sep 27 09:53 libexec
drwxr-xr-x. 2 root root 4096 Sep 27 09:53 sbin
drwxr-xr-x. 5 root root 4096 Sep 27 09:53 share
drwxr-xr-x. 2 root root 4096 Sep 27 09:53 var
but still fail with this error:
Sleeping for 60 seconds to allow ELSA to init...
init_elsa success
Executing test_elsa
Sending test log messages...
average rate = 1892.52 msg/sec, count=1893, time=1.002, (last) msg size=256,
bandwidth=473.13 kB/sec
Sleeping for 60 seconds to allow ELSA to load batch...
Use of uninitialized value $db_size in concatenation (.) or string at
/usr/local/elsa/node/Indexer.pm line 145.
Use of uninitialized value in numeric gt (>) at /usr/local/elsa/node/Indexer.pm
line 621.
Use of uninitialized value $db_size in concatenation (.) or string at
/usr/local/elsa/node/Indexer.pm line 163.
Use of uninitialized value $db_size in addition (+) at
/usr/local/elsa/node/Indexer.pm line 182.
Use of uninitialized value $db_size in addition (+) at
/usr/local/elsa/node/Indexer.pm line 184.
Use of uninitialized value $db_size in concatenation (.) or string at
/usr/local/elsa/node/Indexer.pm line 200.
Use of uninitialized value $db_size in addition (+) at
/usr/local/elsa/node/Indexer.pm line 221.
test_elsa FAIL
Could be something wonky on my end; I'll refresh this image and start again.
Please consider closed for now until I can reproduce an error reliably.
Original comment by jessebow...@gmail.com
on 27 Sep 2013 at 2:11
Definitely something off on my system. Removing
/usr/local/{elsa,sphinx,syslog-ng*}, /etc/elsa and reinstalling seems to have
completed successfully. Sorry for the noise!
Original comment by jessebow...@gmail.com
on 27 Sep 2013 at 5:09
Original comment by mchol...@gmail.com
on 27 Sep 2013 at 10:29
Original issue reported on code.google.com by
jessebow...@gmail.com
on 27 Sep 2013 at 2:10