Re: [Nfsen-discuss] installation without action
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Tristan R. <Tri...@we...> - 2006-03-30 19:23:32
|
If you are upgrading NFSEN, make sure that you have stopped nfsen-run.
I use the nfsen.rc stop command.
Tristan Rhodes
>>> Peter Haag <ha...@sw...> 03/29/06 4:02 AM >>>
-----BEGIN PGP SIGNED MESSAGE-----
Hallo Hans,
Hmm .. strange .. I can reproduce that, but could not sort out the
reason for that.
As a work around run:
perl ./install.pl etc/nfsen.conf
This works on my Solaris 10.
- Peter
- --On March 29, 2006 11:15:24 +0200 hans <nf...@ma...> wrote:
|
|
| hi all
|
| environment: solaris 10, perl v5.8.4, rrdtool 1.2.11, nfdump 1.5
| i tried to install nfsen-1.2.4
| after cinfiguring etc/nfsen.conf i did run "./install.pl
etc/nfsen.conf"
| but the script terminates without doing any action.
| no warning, no error message. it seems, it does only read the
| config and terminates in the next step, see debug below.
|
| as i am not a perl-guru any help would be nice.
|
| best regards
| hans
|
| --
|
|
|
| # ./install.pl -d etc/nfsen.conf
|
| Loading DB routines from perl5db.pl version 1.25
| Editor support available.
|
| Enter h or `h h' for help, or `man perldebug' for more help.
|
| main::(etc/nfsen.conf:29): $BASEDIR = "/usr/local/nfsen";
| DB<1> s
| main::(etc/nfsen.conf:33): $BINDIR="${BASEDIR}/bin";
| DB<1>
| main::(etc/nfsen.conf:37): $LIBEXECDIR="${BASEDIR}/libexec";
| DB<1>
| main::(etc/nfsen.conf:41): $CONFDIR="${BASEDIR}/etc";
| DB<1>
| main::(etc/nfsen.conf:47): $HTMLDIR = "/var/nfsen/";
| DB<1>
| main::(etc/nfsen.conf:51): $DOCDIR="${HTMLDIR}/doc";
| DB<1>
| main::(etc/nfsen.conf:55): $VARDIR="${BASEDIR}/var";
| DB<1>
| main::(etc/nfsen.conf:60):
$PROFILESTATDIR="${BASEDIR}/profiles";
| DB<1>
| main::(etc/nfsen.conf:64):
$PROFILEDATADIR="${BASEDIR}/profiles";
| DB<1>
| main::(etc/nfsen.conf:68):
$BACKEND_PLUGINDIR="${BASEDIR}/plugins";
| DB<1>
| main::(etc/nfsen.conf:72):
$FRONTEND_PLUGINDIR="${HTMLDIR}/plugins";
| DB<1>
| main::(etc/nfsen.conf:76): $PREFIX = '/usr/local/bin';
| DB<1>
| main::(etc/nfsen.conf:85): $USER = "root";
| DB<1>
| main::(etc/nfsen.conf:89): $WWWUSER = "webnoby";
| DB<1>
| main::(etc/nfsen.conf:90): $WWWGROUP = "squid";
| DB<1>
| main::(etc/nfsen.conf:93): $BUFFLEN = 200000;
| DB<1>
| main::(etc/nfsen.conf:111): %sources = (
| main::(etc/nfsen.conf:112): 'peribit' => { 'port' =>
'9995', 'col' => '#0000ff' },
| main::(etc/nfsen.conf:113): );
| DB<1>
| main::(etc/nfsen.conf:119): $low_water = 0.9;
| DB<1>
| main::(etc/nfsen.conf:127): $syslog_facility = 'local3';
| DB<1>
| main::(etc/nfsen.conf:142): @plugins = (
| DB<1>
| main::(etc/nfsen.conf:154): $MAIL_FROM = 'han...@ag...';
| DB<1>
| main::(etc/nfsen.conf:157): $RCPT_TO = 'han...@ag...';
| DB<1>
| main::(etc/nfsen.conf:160): $SMTP_SERVER = 'localhost';
| DB<1>
| main::(etc/nfsen.conf:162): 1;
| DB<1>
| Debugged program terminated. Use q to quit or R to restart,
| use O inhibit_exit to avoid stopping after program termination,
| h q, h R or h O to get additional info.
| DB<1> q
|
|