Skip to content

Upgrade from 1.3.9 to 1.3.11 #41

@jenhek

Description

@jenhek

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions