-
Notifications
You must be signed in to change notification settings - Fork 682
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
IPC::ShareLite store() error: Operation not permitted with mysql_ on fedora33 #1154
Comments
Thanks for your report! Did you try running the plugin via In case the latter works (and the former fails): maybe the execution environment of your |
Thanks so much for your help. It seems like it produces the IPC problem every third of fourth time I run "munin-run mysql_connections" (or any of the other mysql_ plugins). It apparently doesn't happen every time. It also still occurs with the --ignore-systemd-properties. It requires ctrl-C to quit or it hangs indefinately.
Here is the contents of the munin-node systemd service file.
|
that sounds interesting (in the weird way) :( Thus we can rule out a configuration issue. Instead it seems to be some kind of resource usage collision. Sadly I have no good understanding of the Maybe multiple instances of this plugin are competing for a single resource or lock? Maybe you could take a look at this discussion at serverfault? Does the recommended switch to the |
Hi, thanks for your continued support. I also saw this serverfault post, but wanted to be sure it wasn't otherwise fixed with an upstream version, etc. I've made the change to use FileCache instead of SharedMemoryBackend and it fixed it. That was from five years ago - I really thought there were more people using these plugins, particularly the ones that are included with the munin-node distro RPM. There's also the other mysql_* plugins that are also included, but don't seem as capable. Makes it confusing for the end-user, though. The only problem with the mysql_ plugin now is with mysql_innodb_queries producing no value, but I suspect that's another problem. I still have to troubleshoot that. |
Stale issue message |
This sounds like SElinux problem. Can you check your audit.log file, or try to run it permissive mode? You can also run "ipcs --shmems" and "ipcs --semaphores". Does it work when those lists are empty, and doesn't work when there is something owned by munin? |
Hi,
I have a fedora33 install with mariadb-10.4.17 and munin-node-2.0.63 and trying to use the mysql_ plugin.
This is effectively the same outcome for all plugins I've linked.
The following are my /etc/munin/plugin-conf.d/00-default settings for mysql:
What more do I need to do to make this plugin work?
The text was updated successfully, but these errors were encountered: