I confirm this. The issue is in the init scripts for the agent, for the server 
and for the proxy. The issue has been fixed in the 2.0.3 version of the package 
(I did a comparison of the init scripts between 2.0.2 and 2.0.3).
Apparently there's a wrong evaluation in the _ev_ function on lines 28-30 . 
Here, this is the NON-working version from zabbix 2.0.2:

_ev_ () {
  [ "$VERBOSE" != "no" ] && eval $@
}


This is the working version from the package zabbix 2.0.3 (from Ubuntu Raring):

_ev_ () {
  [ "$VERBOSE" = "no" ] || eval $@
}

I copied the init scripts, recompiled the package and now it starts
correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078183

Title:
  package zabbix-agent 1:2.0.2+dfsg-3 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zabbix/+bug/1078183/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to