-
Notifications
You must be signed in to change notification settings - Fork 430
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
[Error]sudo: PAM account management error: Authentication service cannot retrieve authentication info #1078
Comments
After updating to version: 1.6.0.1, I get the same error message as soon as I use To Reproduce
Desktop (please complete the following information):
Downgrading to version Edit |
Not able to reproduce issue with distrobox v1.6.0.1 and PR #1069 applied. |
Getting the same issue here. Host is Fedora Kinoite, Container Arch Linux. After creating the container, everything is normal. But if i stop it and start again, i bump into this issue and can't use sudo anymore. |
I have the same problem on Fedora Kinoite. |
I have the same issue. The $ sudo echo "Hello World!"
sudo: PAM account management error: Authentication service cannot retrieve authentication info
sudo: a password is required Host: Fedora Silverblue 39 Edit: These are the exact steps I did to reproduce it again:
Edit 2: The issue seems to be related to fedora based images, as I'm not able to reproduce it with an ubuntu image. (Same steps, just added |
fedora kionite main os, happens when using an arch image as well! |
I am facing same issue with my two containers Distrobox version: 1.6.0.1 Any task that requires 'sudo' both the containers gives me sudo related errors In Arch it give me the following
In Debian it gives me
|
Currently I am on the latest 1.7.1 |
@samkcdev Could you try if the problem exists in a new debian container using toolbox image?
If not, you can clone the current ones into new distrobox containers. |
I cloned the existing debian and arch containers they cloned successfully and I was able to enter the containers but when I try to use sudo in both the containers it throws me a new error:(Note: these containers have two separate home directories)
I have created a new debian test container the way you have shown so far its working fine with regards to sudo. Will test it for few days for any issues. For now I am planning to create new arch containers to replace the existing ones |
Describe the bug
host: archlinux
container: archlinux
distrobox: 1.6.0.1 form archlinux repository
podman:4.7.2
I only created one container. Initially, I noticed that the container would not start after the distrobox update, and after checking the podman logs to resolve the issue(what I do), I had the problem shown in the title. This container is rootless, but now executing anything that requires sudo will get the error
To Reproduce
I created a new archlinux container but can't reproduce the error.
Logs
distrobox-enter subarch --verbose.txt
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: