Dear Peter,

exec  head -n 1 bin/* libexec/* in nfsen 1.3.8 , no any find -T.  any other 
piont was missing.


[root@localhost nfsen1.3.8]# head -n1 bin/* libexec/*
==> bin/nfsen <==
#!/usr/bin/perl -w
==> bin/nfsend <==
#!/usr/bin/perl -w
==> bin/RebuildHierarchy.pl <==
#!/usr/bin/perl -w
==> bin/testPlugin <==
#!/usr/bin/perl -w
==> libexec/AbuseWhois.pm <==
#!/usr/bin/perl
==> libexec/Log.pm <==
#
==> libexec/Lookup.pm <==
#!/usr/bin/perl
==> libexec/NfAlert.pm <==
#!/usr/bin/perl
==> libexec/Nfcomm.pm <==
#!/usr/bin/perl
==> libexec/NfConf.pm <==
#!/usr/bin/perl
==> libexec/NfProfile.pm <==
#!/usr/bin/perl 
==> libexec/NfSen.pm <==
#!/usr/bin/perl
==> libexec/NfSenRC.pm <==
#!/usr/bin/perl
==> libexec/NfSenRRD.pm <==
#!/usr/bin/perl
==> libexec/NfSenSim.pm <==
#
==> libexec/Nfsources.pm <==
#!/usr/bin/perl
==> libexec/Nfsync.pm <==
#
==> libexec/Notification.pm <==
#!/usr/bin/perl
-----Original Message-----
From: Peter Rathlev <pe...@rathlev.dk>
To: service <serv...@anlove.me>
Cc: nfsen-discuss@lists.sourceforge.net
Date: Fri, 22 Feb 2019 14:07:04 +0100
Subject: Re: [Nfsen-discuss] [HELP] when installed nfsen 1.3.6, all work 
well  but ip lookup was   not.


On Fri, 2019-02-22 at 11:06 +0800, service wrote:
> i have try to install nfsen 1.3.8, but all is smoothly, but when i
> start nfsen, show below logs to me ;
> any idea for this . thank you.  
>  
> [root@localhost nfsen1.3.8]# ./bin/nfsen start
> Starting nfcapd:(PPPOE)[20296]
> Starting nfsendPANIC nfsend dies: Insecure dependency in sysopen
> while running with -T switch at /data/nfsen1.3.8/libexec/NfProfile.pm
> line 836.
> Insecure dependency in sysopen while running with -T switch at
> /data/nfsen1.3.8/libexec/NfProfile.pm line 836.

This means that your Perl is running with -T set. That's a good idea in
itself but is doesn't seem like NFsen was written with this in mind.

I don't see -T being set anywhere in the default installation of 1.3.8.
Could it be something you have changed yourself? Any files have the -T
flag set in the shebang ("#!...") currently?

   cd ~nfsen
   head -n 1 bin/* libexec/*

--
Peter




_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to