-
Notifications
You must be signed in to change notification settings - Fork 2.9k
troubleshooting.md: added #19 not enough ids #4583
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
Conversation
|
Hi @nitrocode. Thanks for your PR. I'm waiting for a containers member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
giuseppe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one comment left.
Also, please sign your commit with git commit --amend -s and push it again
troubleshooting.md
Outdated
| #### Solution | ||
|
|
||
| ```console | ||
| $ podman system migrate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this won' be enough if there are no IDs added for the user.
I think we should document that additional IDs must be provided through the /etc/subuid and /etc/subgid files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What additional content would you recommend? I can provide the outputs of those files at the very least.
$ cat /etc/subgid
user:100000:65536
$ cat /etc/subuid
user:100000:65536
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add the example you just showed, and also warn the user about overlapping ranges. The IDs specified in these file must be unique for each user.
I'd also add a pointer to the subuid(5) and subgid(5) man pages.
|
@nitrocode you need to sign your PRs. git commit -a --amend -s |
troubleshooting.md
Outdated
| @@ -429,3 +429,28 @@ You'll need to either: | |||
| or as root if your user has not enough privileges. | |||
|
|
|||
| * sudo loginctl enable-linger $UID | |||
|
|
|||
| ### 18) error creating libpod runtime: there might not be enough IDs available in the namespace | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#4614 just beat you to the punch with a separate update. Please rebase and change this to ### 19)
|
☔ The latest upstream changes (presumably #4614) made this pull request unmergeable. Please resolve the merge conflicts. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nitrocode, ssbarnea, TomSweeneyRedHat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Looks like you need to rebase still @nitrocode |
|
@nitrocode were you able to sign your commit? @giuseppe do the new changes cover your concerns? |
|
Aw I forgot. I'll sign them again tonight when I'm home. |
Signed-off-by: nitrocode <[email protected]>
|
Sorry for the delay. I signed the commit and force pushed. |
|
Thanks @nitrocode . @giuseppe PTAL and merge if it LGTY |
|
/lgtm |
#3421 (comment)