Juju doesn't appear to set up a complete environment while running the installation scripts and hooks
Bug #816621 reported by
Juan L. Negron
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloudfoundry |
New
|
Undecided
|
Unassigned | ||
pyjuju |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
While working on a charm, I noticed that the install scripts and hooks work as predicted but, when I run them via juju, some packages fail to install.
The install script: http://
The above install script works fine when in a shell but, fails ( package: cloudfoundry-server ).
The formula.log: http://
This is blocking cloudfoundry-server from completion. Please help
-Juan
summary: |
- Ensemble doesn't appear to set up a complete environment while running - the installation scripts and hooks + Juju doesn't appear to set up a complete environment while running the + installation scripts and hooks |
description: | updated |
To post a comment you must log in.
2011-07-26 03:39:59,434: hook.output@ERROR: <internal: lib/rubygems/ custom_ require> :29:in `require': no such file to load -- eventmachine (LoadError) lib/rubygems/ custom_ require> :29:in `require'
from <internal:
from bin/vcap:25:in `<main>'
ensemble runs the hooks as root and in a hook specified shell/interpreter. it looks like a missing dependency that you might have installed locally which is not a fresh install (eventmachine).