-
Notifications
You must be signed in to change notification settings - Fork 11
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
CYCLETIME not honored when launcing nfcapd processes #5
Comments
NfSen apparently did not honour the CYCLETIME when starting the collectors. |
It was odd. This is what I saw on the logfile
Feb 10 08:03:24 micro1 nfsen[2859]: Run nfdump failed: Exit: 1, Signal: 0, Coredump: 0
Feb 10 08:03:24 micro1 nfsen[2859]: Run nfdump failed: Exit: 1, Signal: 0, Coredump: 0
It was fixed by adding the support for CYCLETIME when starting up nfcapd.
… On 10 Feb 2023, at 10:20, Peter Haag ***@***.***> wrote:
NfSen apparently did not honour the CYCLETIME when starting the collectors.
But nfdump crashing ?? Maybe it could not find a file, but that's not crashing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
So coredump is 0! :) But if you would have selected a start/stop time slot unequal to 300s it does not find that file. It's fixed in the main branch |
On 10 Feb 2023, at 10:26, Peter Haag ***@***.***> wrote:
So coredump is 0! :) But if you would have selected a start/stop time slot unequal to 300s it does not find that file.
It's fixed in the main branch
I saw it, thanks!
Borja.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I´ve updated an old Nfsen installation that was running with CYCLETIME=60. I have noticed that nfcapd is no
longer launched with -t $CYCLETIME.
Is that deliberate or a bug? I have tried fixing mine by adding the missing bits to NfSenRC.pm and it seems to
work now. Before that nfdump was crashing for every cycle.
The text was updated successfully, but these errors were encountered: