Compiled 1.4 from source on Debian 3.1 Intel.
./configure --prefix=/usr/local/zabbix --with-mysql=/opt/mysql/bin/mysql_con
fig --with-libcurl=/usr/local/bin/curl-config --enable-server --enable-agent
zabbix_server quits immediately. strace ends with:
open("/etc/zabbix/zabbix_server.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=3500, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fcd000
read(3, "# This is config file for ZABBIX"..., 4096) = 3500
read(3, "", 4096) = 0
close(3) = 0
munmap(0xb7fcd000, 4096) = 0
getuid32() = 1007
getgid32() = 1007
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGC HLD, child_tidptr=0xb7c0c9a8) = 21948
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(0) = ?
I essentially took the example config file and used that. I also tried uncommenting the options and had the same problem.
A bit stuck now! Any ideas?
./configure --prefix=/usr/local/zabbix --with-mysql=/opt/mysql/bin/mysql_con
fig --with-libcurl=/usr/local/bin/curl-config --enable-server --enable-agent
zabbix_server quits immediately. strace ends with:
open("/etc/zabbix/zabbix_server.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=3500, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fcd000
read(3, "# This is config file for ZABBIX"..., 4096) = 3500
read(3, "", 4096) = 0
close(3) = 0
munmap(0xb7fcd000, 4096) = 0
getuid32() = 1007
getgid32() = 1007
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGC HLD, child_tidptr=0xb7c0c9a8) = 21948
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(0) = ?
I essentially took the example config file and used that. I also tried uncommenting the options and had the same problem.
A bit stuck now! Any ideas?
Comment