Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oc_id] Set HOME in oc_id's runsv script #814

Merged
merged 1 commit into from
Apr 22, 2016
Merged

Conversation

stevendanna
Copy link
Contributor

Upstream omnibus-software no longer builds Ruby with readline. This
means that 'require "readline"' now picks up the rb-readline that oc_id
installs into our ruby environment. Bundler internally does a require on
readline during bundle exec. Unfortunately rb-readline fails if it is
required with HOME unset. This leads to oc_id failing to start.

This is similar to 5e7d19b

Upstream omnibus-software no longer builds Ruby with readline. This
means that 'require "readline"' now picks up the rb-readline that oc_id
installs into our ruby environment. Bundler internally does a require on
readline during `bundle exec`. Unfortunately rb-readline fails if it is
required with HOME unset. This leads to oc_id failing to start.

This is similar to 5e7d19b
@stevendanna stevendanna merged commit 10167f1 into master Apr 22, 2016
@stevendanna stevendanna deleted the ssd/oc_id-home branch April 22, 2016 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants