-
Notifications
You must be signed in to change notification settings - Fork 43
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
fatal error: can't find local.zeek #35
Comments
Is this with a source installation, or with an installation from the FreeBSD ports tree? |
Installation from the FreeBSD ports tree |
In that case - I assume that this is not a bug, but a decision of the FreeBSD port maintainers. @leres might be able to shed some light on this. |
This github issue: zeek/zeekctl#35 complained about the lack of a local.zeek file on a fresh install; adding @sample for local.zeek solves this. Reported by: shadonet
As the maintainer of security/zeek, I'd say it was definitely a bug in the port. Now fixed via 7c9b2f40c5f2. |
Thank you :) |
This github issue: zeek/zeekctl#35 complained about the lack of a local.zeek file on a fresh install; adding @sample for local.zeek solves this. Reported by: shadonet
This github issue: zeek/zeekctl#35 complained about the lack of a local.zeek file on a fresh install; adding @sample for local.zeek solves this. Reported by: shadonet (cherry picked from commit 7c9b2f4)
After a fresh install of Zeek on FreeBSD system, I got this error when I ran this command:
zeekctl deploy
Zeek: 4.0.2
FreeBSD: 12.2
ZeekControl: 2.3.0
Apparently this file is not present under /usr/local/share/zeek/site (the local.zeek.sample file is present).
The text was updated successfully, but these errors were encountered: