Skip to main content

Gorgoned service error after upgrade from 22.10 to 23.04

  • August 17, 2023
  • 0 replies
  • 328 views

Forum|alt.badge.img+1

Hello,

 

I’ve just upgrade from 22.10 to 23.04 and I noticed an error when starting the gorgoned service. The following message appeared when the service was launched :

ERROR - [core] please define config file option

After investigation, I found the solution.

If you’re in the same case, verify that you have the line below in this file : /etc/default/gorgoned.

OPTIONS="--config=/etc/centreon-gorgone/config.yaml --logfile=/var/log/centreon-gorgone/gorgoned.log --severity=info"

I think during the upgrade the file has been change and the OPTIONS variable was missing.

This variable is used by the service gorgoned located /etc/systemd/system/multi-user.target.wants/gorgoned.service. 

 

Hope it helps