-
Notifications
You must be signed in to change notification settings - Fork 59
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
Mcafee audit plugin not working for MySQL Galera 5.6 version #160
Comments
I'm using audit-plugin-mysql-5.6-1.1.2-684-linux-x86_64 version and my Linux is: RedHat Linux 7 x86_64 |
Any help will be greatly appreciated. |
Hi. Please see if you can follow the troubleshooting instructions on the Wiki to extract the offsets for your version of Galera. If you cannot, you will have to follow the instructions for building Galera from source, and then extract the offsets. Thanks, Aharon |
I am getting the following error: [root@hostname bin]# ./offset-extract.sh /usr/bin/mysqld |
Your mysqld is apparently not in /usr/bin - perhaps it is in /usr/sbin? |
Similar error: [root@hostname bin]# ./offset-extract.sh /usr/sbin/mysqld |
This is a different error. You found the correct file, but it does not have symbols. At this point, your only option is to build the Galera version of MySQL from source code and extract the offsets from the compiled version. |
Can you guide me how to do this. |
Sending me the binary won't help. Please see http://galeracluster.com/documentation-webpages/installmysqlsrc.html which would appear to be instructions on how to build the Galera version from source. I have not tried this myself. You may wish to build from source, extract offsets, and then also run the version that you built to make sure that everything is in sync. Hope this helps. |
Getting error:
2017-02-16 23:59:32 4737 [ERROR] Audit Plugin: Offsets: 5.6.30 (84dd43523b638e4b2817ca9b53f204fe) match thread validation check fails with value: 0. Skipping offset.
2017-02-16 23:59:32 4737 [ERROR] Audit Plugin: Offsets: 5.6.30 (84dd43523b638e4b2817ca9b53f204fe) match thread validation check fails with value: 0. Skipping offset.
2017-02-16 23:59:32 4737 [ERROR] Plugin 'AUDIT' init function returned error.
2017-02-16 23:59:32 4737 [ERROR] Plugin 'AUDIT' registration as a AUDIT failed.
The text was updated successfully, but these errors were encountered: