[code lang=”js”]lsb_release -a[/code]
[code lang=”js”]Installing the Window System drivers Warning: unknown version of the X Window System installed. Not installing X Window System drivers[/code]
[code lang=”js”]apt-get install dkms[/code]
[code lang=”js”]cd /media//VBOXADDITIONS_4.3.7_92080/[/code]
[code lang=”js”]sudo ./VBoxLinuxAdditions.run[/code]
[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.