Hi,

there seems to be a bug with the default init.d script. Zabbix has a 
problem to start, without the /var/run/zabbix-agent/ (you probably know 
already).

I fixed this with adding the following lines in /etc/init.d/zabbix-agent

mkdir -p /var/run/zabbix-agent > /dev/null 2> /dev/null
chown zabbix:zabbix /var/run/zabbix-agent
chmod 0750 /var/run/zabbix-agent

before "test -f $DAEMON || exit 0"

-- 
regards

Olaf Weicker

Geschäftsführer creations media GmbH

------------------------------------------------------------------------
Web:   www.creations.de       Tel.:   +49 (0)251 - 2876875 - 0
Email: [EMAIL PROTECTED]   Fax:    +49 (0)251 - 2876875 - 11

creations media GmbH          USt.IdNr. DE 213072552
An der alten Ziegelei 28      Amtsgericht Steinfurt HRB 6826
48157 Münster                 Geschäftsführer: Olaf Weicker, Timo Fitzka
------------------------------------------------------------------------ 


-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to