-
Notifications
You must be signed in to change notification settings - Fork 19
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
Load module crash zabbix proxy #57
Comments
Same here >> cannot load module "vmbix.so": /usr/lib/zabbix/modules/vmbix.so: undefined symbol: __zbx_zbx_dsprintf Downgraded zabbix-proxy package to 4.0.6 for now. |
Does 4.0.6 work? i am getting below errors when using 4.0.7. Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ... |
Hi both... I had the same problem when moving from v4.0.5 to v4.2.0. A vmbix.so loadable module hasn't been released by the dev yet so what i had to do was compile one from the newer source files. Download v4.0.7 source from link below... https://www.zabbix.com/download_sources#tab:40LTS See the notes for compiling from source from @dav3860's site in the link below i used the [make vmbix-4.0] for v4.2.0 which worked fine. https://github.com/dav3860/vmbix_zabbix_module If you've not compiled anything from source before there are some further instructions on the zabbix site see below link... https://www.zabbix.com/documentation/4.0/manual/installation/install Sometimes the configure command may fail for missing dev packages but will giva a warning for any that are missing just take a note then install them and run it again. |
Thanks, boyemillar. i complied it from source V4.0.7 and get above error. y0nza has different issue with me. it's complied on Oracle Linux 7.6 and zabbix proxy v4.0.7 is also running on Oracle Linux 7.6. Thanks, |
Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ... .... ================================
|
I havent used Oracle Linux before... Are you able to provide the full proxy log... |
Here's the logs. |
Tried to upgrade zabbix-proxy-sqlite3 to 4.0.9 and still getting: Does anyone have any solution, please? Thanks in advance. |
@y0nza i did not have the issue you mentioned, perhaps you need to compile it from source. See the comments from boyemillar. |
I recently upgraded zabbix to 4.0.7. There’s no error When start proxy with load module, but it crashed when it start to retrieve data using vmbix center template. I compiled load module from source code.
The text was updated successfully, but these errors were encountered: