[code lang=”js”]
Starting Zabbix agent: zabbix_agentd [10808]: user zabbix does not exist
zabbix_agentd [10808]: cannot run as root![/code]
[code lang=”js”]groupadd zabbix[/code]
<p style="text-align: justify;">
<p>
[code lang=”js”]chown zabbix:zabbix /var/run/zabbix/[/code]
</p>
<p style="text-align: justify;">
<p>
[code lang=”js”]rm -f /var/log/zabbix/*[/code]
</p>
<p style="text-align: justify;">
<p>
[code lang=”js”]rm -f /var/run/zabbix/*[/code]
</p>
<p style="text-align: justify;">
<p>
[code lang=”js”]service zabbix-agent restart[/code]
</p>
<p style="text-align: justify;">
<p>
[code lang=”js”]chkconfig zabbix-agent on[/code]
</p>
<p style="text-align: justify;">
This should fix the agent start-up problem.
</p>