nfsen icon indicating copy to clipboard operation
nfsen copied to clipboard

Upgrade from 1.3.9 to 1.3.11

Open jenhek opened this issue 1 year ago • 2 comments

I had two problems where I applied very crude fixes for myself in NfSenRC.pm

  1. After the installation start of nfsen failed with: Use of uninitialized value $nfdump_version in numeric eq (==) at /usr/local/nfsen/libexec/NfSenRC.pm line 121. My guess is that nfdump_version is not properly contained in the "hints" file Crude fix was to hardcode the version to 7. :-/ (line 82)

  2. Than I found out that the compression option was given as "-z=lz4" to the command line, which nfcapd did not like. Crude fix was to omit $ziparg from $common_args :-/ (line 102)

jenhek avatar Oct 02 '24 12:10 jenhek

Is this on FreeBSD?

VersusBG avatar Nov 26 '24 11:11 VersusBG

Looks like you have either not updated nfdump before installing 1.3.11 or you may have multiple nfdump versions. The compression option is understood by nfcapd, if it's the latest 1.74, I guess.

phaag avatar Nov 27 '24 09:11 phaag