I've overcome the semaphore and shared memory issues via ipcrm. I have my startup script set to start zabbix_server as user zabbix. Once that is done, I tail the log and get this:
union all select 3,'users',userid,1,concat_ws(',',md5(alias),md5(na me),md5(surname),md5(passwd),md5(url),autologin,au tologout,md5(lang),refresh,type,md5(theme)) from users where 1=1 and userid between 300000000000000 and 399999999999999
union all select 3,'usrgrp',usrgrpid,1,concat_ws(',',md5(name),gui_ access,users_status) from usrgrp where 1=1 and usrgrpid between 300000000000000 and 399999999999999
union all select 3,'users_groups',id,1,concat_ws(',',usrgrpid,useri d) from users_groups where 1=1 and id between 300000000000000 and 399999999999999
union all select 3,'valuemaps',valuemapid,1,concat_ws(',',md5(name) ) from valuemaps where 1=1 and valuemapid between 300000000000000 and 399999999999999
] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'triggerid between 300000000000000 and 399999999999999
union all select 3,'sysmap' at line 39 [1064]
I was basically told by Zabbix Support to upgrade to 1.5. Why can't I find a 1.5 download? only 1.5.1!!
Any help would be greatly appreciated!
union all select 3,'users',userid,1,concat_ws(',',md5(alias),md5(na me),md5(surname),md5(passwd),md5(url),autologin,au tologout,md5(lang),refresh,type,md5(theme)) from users where 1=1 and userid between 300000000000000 and 399999999999999
union all select 3,'usrgrp',usrgrpid,1,concat_ws(',',md5(name),gui_ access,users_status) from usrgrp where 1=1 and usrgrpid between 300000000000000 and 399999999999999
union all select 3,'users_groups',id,1,concat_ws(',',usrgrpid,useri d) from users_groups where 1=1 and id between 300000000000000 and 399999999999999
union all select 3,'valuemaps',valuemapid,1,concat_ws(',',md5(name) ) from valuemaps where 1=1 and valuemapid between 300000000000000 and 399999999999999
] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'triggerid between 300000000000000 and 399999999999999
union all select 3,'sysmap' at line 39 [1064]
I was basically told by Zabbix Support to upgrade to 1.5. Why can't I find a 1.5 download? only 1.5.1!!
Any help would be greatly appreciated!

Comment