You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had two problems where I applied very crude fixes for myself in NfSenRC.pm
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)
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)
The text was updated successfully, but these errors were encountered:
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.
I had two problems where I applied very crude fixes for myself in NfSenRC.pm
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)
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)
The text was updated successfully, but these errors were encountered: