openshift / geard

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

geard cannot be installed in /usr/local #253

Open mildred opened 10 years ago

mildred commented 10 years ago

I installed geard in /usr/local using this bootstrap script. Trying out simple things works, but deploying doesn't.

The following command was used to deploy an application:

gear deploy https://gist.githubusercontent.com/mildred/df5ef599a99c178647c2/raw/mail.gear.json

Running gear status on a docker container that was created from the deploy doesn't work. I get:

# gear status mail-1                                                                                                                         
WARNING: Unable to find all required binaries - some operations may not be available: Unable to find /usr/bin/gear
container_status: Unable to fetch container status logs: fork/exec /usr/bin/systemctl: no such file or directory

which is pretty strainghtforward. /usr/bin/gear doesn't exists as it was installed in /usr/local/bin/gear