openshift / geard

geard is no longer maintained - see OpenShift 3 and Kubernetes
Other
405 stars 80 forks source link

gear status doesn't work if systemctl is not in /usr/bin/systemctl but /bin/systemctl (and /bin != /usr/bin) #254

Open mildred opened 10 years ago

mildred commented 10 years ago

The problem (on a debian system):

# gear status mail-1                                                                                                                         
container_status: Unable to fetch container status logs: fork/exec /usr/bin/systemctl: no such file or directory

The workaround:

ln -s /bin/systemctl /usr/bin/systemctl