You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
Ran into this issue over the holiday:
More specifically, this line:
packaging: /home/bosh/.bosh_init/installations/29c1e993-124f-4bfb-51fe-a8ef822efaa5/packages/ruby_openstack_cpi/bin/gem: /home/bosh/.bosh_init/installations/29c1e993-124f-4bfb-5: bad interpreter: Permission denied
Limit on the Ubuntu stemcells for scripts shebang execution is 128 characters.
Because of the UUIDs etc... bosh-init for a long username (like say
wayneeseguin
) can fail, especially if home is under say/var/vcap/store
as well.Workaround was to symlink the home directory to
/wayneeseguin
andexport HOME=wayneeseguin
and continue, but this wasn't a good experience :)The text was updated successfully, but these errors were encountered: