-
Notifications
You must be signed in to change notification settings - Fork 27
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
Problems running apt
on deployed Jumpbox
#68
Comments
Hi! I have not personally seen this, but I don't know that I've used the UAA ruby CLI since we switched to Xenial. What happens if you redeploy on an Ubuntu Trusty stemcell? |
oops! |
I have no idea what's wrong with Can you provide more information about stemcell version / APT repository configuration? I'll see if I can reproduce this issue. (we can keep using this GH issue; i'll retitle it) |
apt
on deployed Jumpbox
Thankyou fo reply. stemcell
and
My first use create-env jumpbox-boshrelease version is v4.4.5. Let me know if we can give you any other information. |
Deploying 4.5.0 directly, I get the following:
|
I trying install is but
Hmm... |
I don't believe that the Some digging around on the 'net makes it sound like something was installed, in the past, that references a user that has since been removed from From my fresh 4.5.0 jumpbox, I get this:
Looking for any files owned by UID 106 nets me this:
And finally, checking the process table for PID 507 (using the '[p]id trick'):
Which makes sense; dbus is the message bus, so it's user should be messagebus. A few questions:
|
Thnkyou for reply. |
Sorry very very late for reply... From then on 4.4 → 4.5, I tried as much as I can think of, but did not reproduce. . . |
No worries. Glad the update worked out for you! |
More details on the issue. On boxes upgraded from Trusty to Xenial, packages installed via trusty may not correctly work on Xenial. Trying to install new packages (or replace missing packages) fails. This is often noticed when trying to Ruby after libyaml goes missing and RVM can't
This issue is something removed messagebus and _apt users and groups from the
Then run
Apt installs will work for a while, but some process will remove the messagebus and _apt again. If you try and create the messagebus user with a different UID/GID then originally used, the jumpbox will have permission issues on reboot and can no longer boot. Does not seem to happen to Jumpboxes created on Xenial, just upgraded from Trusty. |
my workarround is to just remove the line |
Hi
Thanks for great job.
I updated v4.4.6 to v4.5.0
but use
uaac
comannd return Error message.I think was the need libyaml-2-0 package.
sudo apt install libyaml-2-0
but return new error
Have you noticed the cause?
sorry my poor engilish.
thanks
The text was updated successfully, but these errors were encountered: