You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/01/02 05:00:05 UTC

[GitHub] [trafficcontrol] rob05c edited a comment on issue #4249: Unable to update or remove Traffic Ops in Docker

rob05c edited a comment on issue #4249: Unable to update or remove Traffic Ops in Docker
URL: https://github.com/apache/trafficcontrol/issues/4249#issuecomment-570118610
 
 
   Ah, you're right, `systemctl stop traffic_ops` fails. I have an unprivileged `centos/systemd` container, and always use `service traffic_ops stop`, which gives the same DBUS message, but succeeds. Odd.
   
   We could change the RPM to call `service traffic_ops stop` instead. But we'd also have to make it require the `initscripts` package. Which I have mixed feelings about. It's part of the Linux Standard Base, IMO supporting/requiring LSB isn't a bad thing. But I don't want to start a SystemD holy war.
   
   It's frustrating to have to deal with SystemD and Docker not playing well together. On one hand, I'm not sure we should be changing the Prod RPM for the CiaB. On the other, someone wanting to use Docker for their Prod system isn't unreasonable.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services