This repository was archived by the owner on Jan 16, 2024. It is now read-only.
  
  
  
  
  
Description
systemctl status one-context-force.service
● one-context-force.service - OpenNebula forced reconfiguration
   Loaded: loaded (/usr/lib/systemd/system/one-context-force.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2018-08-21 06:19:28 UTC; 17min ago
 Main PID: 732 (code=exited, status=1/FAILURE)
Aug 21 06:19:28 localhost systemd[1]: Starting OpenNebula forced reconfiguration...
Aug 21 06:19:28 localhost one-context-run[732]: Contextualization must start first as a boot service
Aug 21 06:19:28 localhost systemd[1]: one-context-force.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 06:19:28 localhost systemd[1]: one-context-force.service: Failed with result 'exit-code'.
Aug 21 06:19:28 localhost systemd[1]: Failed to start OpenNebula forced reconfiguration.
I installed an ubuntu18.04 server image with the one-context_5.6.0-1.deb package. My context section is just
CONTEXT = [
  SET_HOSTNAME = "$NAME" ]
and I get the above error on boot.