Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from 1.3.9 to 1.3.11 #41

Open
jenhek opened this issue Oct 2, 2024 · 2 comments
Open

Upgrade from 1.3.9 to 1.3.11 #41

jenhek opened this issue Oct 2, 2024 · 2 comments

Comments

@jenhek
Copy link

jenhek commented Oct 2, 2024

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)

@VersusBG
Copy link
Contributor

Is this on FreeBSD?

@phaag
Copy link
Owner

phaag commented Nov 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants