When stopping zabbix-suckerd the pid file is not killed and the daemon will not restart without rm-ing it. The init script has the wrong pid option to start-stop-daemon in the stop section. --<snip>-- stop() { ebegin "Stopping Zabbix suckerd" start-stop-daemon --stop --pid $PID eend --<snip>-- should be: --<snip>-- stop() { ebegin "Stopping Zabbix suckerd" start-stop-daemon --stop --pidfile $PID eend --<snip>-- reference: man start-stop-daemon
Looks like all of the zabbix ebuilds have the same problem. Thanks, James
Hmmm, I don't know why this was assigned to netmon. metadata.xml says it belongs to iggy, no herd. Oh, well. iggy: feel free to add netmon as a herd to zabbix.
English fixes for zabbix-server: - eerror "You can't use both database in zabbix. Select one database" - die "Set both database" + eerror "You cannot use both MySQL and PostgreSQL with Zabbix." + eerror "Please select only one database in your USE flags." + die "selected both databases" - eerror "Selected mysql or postgresql database" - die "No select database" + eerror "You need to select either MySQL or PostgreSQL" + eerror "for use with zabbix in your USE flags." + die "no database was selected" - einfo "You need configure mysql for zabbix." - einfo "For more info read Zabbix Manual (/usr/share/doc/${P}/Zabbix Manual.pdf)" + einfo "You need to configure MySQL for use with Zabbix." + einfo "For more information, read Zabbix's Manual." - einfo "You need configure postgresql for zabbix." - einfo "For more info read Zabbix Manual (/usr/share/doc/${P}/Zabbix Manual.pdf)" + einfo "You need to configure PostgreSQL for use with Zabbix." + einfo "For more information, read Zabbix's Manual."
This is obsolete, =net-analyzer/zabbix-server-1.1 fixes this.