I'm puzzled by the startup sequence in Ubuntu 10.04 LTE Server.
I thought that by following the installation instructions the Zabbix Server would start automatically. It doesn't.
If I do ls-l in /usr/local/sbin I can see the zabbix_server file.
When I run
it works fine.
I'm sure I'm missing something really obvious. What is it?
By the same token I can't get the firewall to start automatically.
I'm too inexperienced with Linux to know what to do or even how to ask the right question. I'd appreciate your help.
PS. The agentd loads fine.
I thought that by following the installation instructions the Zabbix Server would start automatically. It doesn't.
Code:
$ sudo /etc/init.d/zabbix-server stop Stopping Zabbix server daemon: zabbix_server No /usr/local/sbin/zabbix_server found running; none killed.
When I run
Code:
sudo /etc/init.d/zabbix-server start
I'm sure I'm missing something really obvious. What is it?
By the same token I can't get the firewall to start automatically.
I'm too inexperienced with Linux to know what to do or even how to ask the right question. I'd appreciate your help.
PS. The agentd loads fine.
.
Comment