As it stands when I attempt to run ./flowtracker_restart start
I get a lot of errors, at first I thought it might have been a typo in my config however I got the same with the default config as well.
----------Error sample ------------------- [root@lsflow01 tools]# ./flowtracker_restart start
Starting FlowTracker processes: Starting FlowTracker_Collector:
Starting FlowTracker_Grapher:
Bareword found where operator expected at FlowViewer_Configuration.pm line 102, near "$use_even_hours = "Y"
(Might be a runaway multi-line "" string starting on line 96)
(Missing operator before Y?)
String found where operator expected at FlowViewer_Configuration.pm line 104, near "$use_NDBM = ""
(Might be a runaway multi-line "" string starting on line 102)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 107, near "$maximum_days = ""
(Might be a runaway multi-line "" string starting on line 104)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 111, near "$time_zone = ""
(Might be a runaway multi-line "" string starting on line 107)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 114, near "$labels_in_titles = ""
(Might be a runaway multi-line "" string starting on line 113)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 114, near "1"; # Set to ""
(Missing operator before "; # Set to "?)
Number found where operator expected at FlowViewer_Configuration.pm line 114, near ""; # Set to "1"
------------------------------------------------
It sure looks like a minor error in mods to the config file. Can you post your FlowViewer_Configuration.pm file, or look closely at the modifications to your @ipfix_devices, etc. around line 96?
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI Joe,
Firstly thanks for getting back so quickly. As it stands I've resolved the issue with a rebuild as per the instructions I linked to and it worked correctly so I'm guessing a typo on my behalf.
D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just wondering if anyone has had some luck installing FlowViewer 4.3 on Centos 6.X with Silk.
The guide I've followed is for a much older version of FlowTools though I haven't had much luck finding a better one. http://titdara.wordpress.com/2010/12/20/install-netflow-on-centos/
As it stands when I attempt to run ./flowtracker_restart start
I get a lot of errors, at first I thought it might have been a typo in my config however I got the same with the default config as well.
----------Error sample -------------------
[root@lsflow01 tools]# ./flowtracker_restart start
Starting FlowTracker processes: Starting FlowTracker_Collector:
Starting FlowTracker_Grapher:
Bareword found where operator expected at FlowViewer_Configuration.pm line 102, near "$use_even_hours = "Y"
(Might be a runaway multi-line "" string starting on line 96)
(Missing operator before Y?)
String found where operator expected at FlowViewer_Configuration.pm line 104, near "$use_NDBM = ""
(Might be a runaway multi-line "" string starting on line 102)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 107, near "$maximum_days = ""
(Might be a runaway multi-line "" string starting on line 104)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 111, near "$time_zone = ""
(Might be a runaway multi-line "" string starting on line 107)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 114, near "$labels_in_titles = ""
(Might be a runaway multi-line "" string starting on line 113)
(Missing semicolon on previous line?)
String found where operator expected at FlowViewer_Configuration.pm line 114, near "1"; # Set to ""
(Missing operator before "; # Set to "?)
Number found where operator expected at FlowViewer_Configuration.pm line 114, near ""; # Set to "1"
------------------------------------------------
Installed packages using yum with default repos
httpd-2.2.15-30.el6.centos.x86_64
perl-libs-5.10.1-136.el6.x86_64
perl-version-0.77-136.el6.x86_64
perl-5.10.1-136.el6.x86_64
perl-GD-2.44-3.el6.x86_64
perl-GDGraph-1.44-7.el6.noarch
rrdtool-perl-1.3.8-6.el6.x86_64
perl-Pod-Escapes-1.04-136.el6.x86_64
perl-Pod-Simple-3.13-136.el6.x86_64
perl-Module-Pluggable-3.90-136.el6.x86_64
perl-GDTextUtil-0.86-15.el6.noarch
rrdtool-1.3.8-6.el6.x86_64
Any help would be greatly appreciated.
Hi David,
It sure looks like a minor error in mods to the config file. Can you post your FlowViewer_Configuration.pm file, or look closely at the modifications to your @ipfix_devices, etc. around line 96?
Joe
HI Joe,
Firstly thanks for getting back so quickly. As it stands I've resolved the issue with a rebuild as per the instructions I linked to and it worked correctly so I'm guessing a typo on my behalf.
D