-
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
[Error] module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser' #60
Comments
Thank you. Not sure how this hasn't come up, seems I think just using
|
Might be good to understand why |
Okay, I will open a pull request tomorrow. |
It's pretty funny — the deprecation warning comes from
They didn't yell loud enough for us to notice... |
Okay, another issue, I guess. In the documentation, it is not explicit mentioned in the documentation of the zeekctl whether we should run zeekctl using sudo command. Without sudo I am able to access the zeekctl but I am still facing an issue with permissions. `zeekctl Welcome to ZeekControl 2.5.0-39 Type "help" for help. [ZeekControl] > deploy Hence, the conclusion: With RawConfigParser only root can access zeekctl. |
Sorry, I overlooked the FAQ section in the documentation. |
I replaced the SafeConfigParser() with RawConfigParser() in the config.py and Zeekctl started working. Right now, I am wondering about the issues I might face for changing it in the future. I would love to see a feedback from your side about it. Thank You!
The text was updated successfully, but these errors were encountered: