-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels