Public bug reported:

zabbix-agent 1:2.2.2+dfsg-1 uses upstart to manage the service. By
default the start clause reads

start on (filesystem and net-device-up IFACE=lo)

this can result in the following message in /var/log/upstart/zabix-
agent.log

chown: invalid user: 'zabbix:zabbix'

The filesystem and networks have been brought up before the system is
ready to accept non root accounts. This only happens on my new hex core
(with hyperthreading) machines. Changing the start clause to

start on runlevel [2345]

solves the problem.

** Affects: zabbix (Ubuntu)
     Importance: Undecided
         Status: New

** Package changed: compiz (Ubuntu) => zabbix (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1467840

Title:
  zabbix-agent fails to start on boot

Status in zabbix package in Ubuntu:
  New

Bug description:
  zabbix-agent 1:2.2.2+dfsg-1 uses upstart to manage the service. By
  default the start clause reads

  start on (filesystem and net-device-up IFACE=lo)

  this can result in the following message in /var/log/upstart/zabix-
  agent.log

  chown: invalid user: 'zabbix:zabbix'

  The filesystem and networks have been brought up before the system is
  ready to accept non root accounts. This only happens on my new hex
  core (with hyperthreading) machines. Changing the start clause to

  start on runlevel [2345]

  solves the problem.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to