-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
panic: runtime error: invalid memory address or nil pointer dereference #14118
Labels
bug
unexpected problem or unintended behavior
Comments
Hello.
Thank you for reply. Yes, we use it in systemd-nspawn container. How
can i set those parameter in that case?
Paul.
2023-10-16 22:41 GMT+06:00, Joshua Powers ***@***.***>:
… Hi,
The error is coming from the memguard library we use to store secrets. The
stack trace can happen when memguard was unable to lock memory. This matches
previous issues (e.g. #12502, #12838)
If you are running in a container you may need to add the
--capability=CAP_IPC_LOCK.
--
Reply to this email directly or view it on GitHub:
#14118 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
What we have seen from users is they add that flag to the nspawn command: awnumar/memguard#144 (comment) |
Thank you!
My inattentionplay bad game with me...
2023-10-17 18:49 GMT+06:00, Joshua Powers ***@***.***>:
… What we have seen from users is they add that flag to the nspawn command:
awnumar/memguard#144 (comment)
--
Reply to this email directly or view it on GitHub:
#14118 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.25 - 1.28, Almalinux 8, x86_64
Docker
No response
Steps to reproduce
...
Expected behavior
I expect "ok"
Actual behavior
I got error
Additional info
Last working telegraf version on AlmaLinux 8 - 1.24.4-1
The text was updated successfully, but these errors were encountered: