[Bug 1757433] Re: mistral-event-engine conflicts mistral-event

Corey Bryant corey.bryant at canonical.com
Wed Mar 21 14:04:15 UTC 2018


Hi Pierre,

Thanks for reporting this. I see the issue you are hitting:

mistral/debian$ cat mistral-engine.init.in 
#!/bin/sh
### BEGIN INIT INFO
# Provides:          mistral-engine
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      postgresql mysql keystone rabbitmq-server ntp
# Should-Stop:       postgresql mysql keystone rabbitmq-server ntp
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Mistral engine
# Description:       Mistral engine
### END INIT INFO

# Author: Thomas Goirand <zigo at debian.org>

DESC="OpenStack Mistral Engine"
PROJECT_NAME=mistral
NAME=${PROJECT_NAME}-engine
DAEMON=/usr/bin/mistral-server
DAEMON_ARGS="--server engine"

mistral/debian$ cat mistral-event-engine.init.in
#!/bin/sh
### BEGIN INIT INFO
# Provides:          mistral-engine
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      postgresql mysql keystone rabbitmq-server ntp
# Should-Stop:       postgresql mysql keystone rabbitmq-server ntp
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Mistral engine
# Description:       Mistral engine
### END INIT INFO

# Author: Thomas Goirand <zigo at debian.org>

DESC="OpenStack Mistral Event Engine"
PROJECT_NAME=mistral
NAME=${PROJECT_NAME}-engine
DAEMON=/usr/bin/mistral-server
DAEMON_ARGS="--server event-engine"


** Changed in: cloud-archive
       Status: New => Triaged

** Changed in: cloud-archive
   Importance: Undecided => High

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

Title:
  mistral-event-engine conflicts mistral-event

Status in Ubuntu Cloud Archive:
  Triaged
Status in Ubuntu Cloud Archive pike series:
  Triaged
Status in Ubuntu Cloud Archive queens series:
  Triaged
Status in mistral package in Ubuntu:
  Triaged
Status in mistral source package in Artful:
  Triaged
Status in mistral source package in Bionic:
  Triaged

Bug description:
  On Cloud Archive repos, packages mistral-event-engine and mistral-
  engine conflict because mistral-event-engine mistakenly provides
  mistral-engine:

  
  Steps to reproduce:
  # add-apt-repository cloud-archive:pike
  [...]
  # apt install mistral-event-engine mistral-engne
  [...]
  Setting up mistral-engine (5.0.0-0ubuntu1~cloud0) ...
  Setting up mistral-event-engine (5.0.0-0ubuntu1~cloud0) ...
  insserv: script mistral-event-engine: service mistral-engine already provided!
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing package mistral-event-engine (--configure):
   subprocess installed post-installation script returned error exit status 1
  Processing triggers for libc-bin (2.23-0ubuntu10) ...
  Processing triggers for systemd (229-4ubuntu21.1) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  Errors were encountered while processing:
   mistral-event-engine
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  I only tested on pike version.
  The problem comes from the debian/mistral-event-engine.init.in file in package source.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1757433/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list