|
From: Alexander D. <ale...@sp...> - 2014-05-20 10:40:51
|
20.05.2014 12:56, Fiedler Roman ?????:
> Hello List,
>
> When trying to start the zabbix server, it reads the configuration file,
> then performs the setuid and terminates with exit-code 0. During that time
> it does not attempt to open any logfile, write to syslog, stderr or alike,
> so there is absolutely no hint, why it won't run.
>
> Does someone know how to find the cause without debugging the binaries?
>
> Thanks, Roman
>
> # zabbix_server -V
> Zabbix server v2.2.2 (revision 42525) (12 February 2014)
> Compilation time: Feb 16 2014 23:36:09
>
> Last microseconds of server's life:
>
> # strace -s256 -ffff /usr/sbin/zabbix_server -c
> /etc/zabbix/zabbix_server.conf
> ...
> open("/etc/group", O_RDONLY|O_CLOEXEC) = 3
> _llseek(3, 0, [0], SEEK_CUR) = 0
> fstat64(3, {st_mode=S_IFREG|0644, st_size=629, ...}) = 0
> mmap2(NULL, 629, PROT_READ, MAP_SHARED, 3, 0) = 0xb75bc000
> _llseek(3, 629, [629], SEEK_SET) = 0
> fstat64(3, {st_mode=S_IFREG|0644, st_size=629, ...}) = 0
> munmap(0xb75bc000, 629) = 0
> close(3) = 0
> setgroups32(1, [112]) = 0
> setuid32(109) = 0
> setresgid32(-1, 112, -1) = 0
> setresuid32(-1, 109, -1) = 0
> clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
> child_tidptr=0xb632e768) = 8599
> exit_group(0) = ?
> +++ exited with 0 +++
>
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
>
>
> _______________________________________________
> Zabbix-users mailing list
> Zab...@li...
> https://lists.sourceforge.net/lists/listinfo/zabbix-users
Hello,
Please clarify about your installation: Did you compile zabbix-server
from sources? Was it installed via rpm/dpkg or from repositories? What's
OS on your server? Also please provide content of your
zabbix_server.conf file and permissions on this file.
--
Best Regards,
*Alexander Danilov*
|