-
Notifications
You must be signed in to change notification settings - Fork 6
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
Limited user access #17
Comments
I just noticed there's a failed User Manager for my user id. Here's what I'm seeing through
Could that be related? |
your workaround worked for me, thanks |
I have the same issue, I do not know how to fix.... |
OK I think I found the fix for this~ it is missing the
if you are missing this file too, the fix is this command:
I have no idea why that file is missing, my only assumption is that it is affecting OLD Yunohost instances (even though my old instance is up-to-date and completely upgraded), because I do not have this problem on a NEW one. I am still getting the User Manager for UID 5137 failed service from above #17 (comment) |
See issue YunoHost-Apps#17 : some instances are missing some files in /usr/lib/cockpit/
See issue YunoHost-Apps#17 missing files in /usr/lib/cockpit/
@orhtej2 can you accept my change on the testing branch?.. I will revert if the fix worked! |
Update: I found that failed service fix too~~ it took me a while to figure out where the problem was~ there is something to learn every day! |
Describe the bug
After logging into the cockpit UI, a user will be of limited access if the are not in the
sudo
group.Context
Steps to reproduce
Expected behavior
I expected to be able to somehow let users escalate privileges through the yunohost UI (i.e. to be able to add them to the
sudo
group through the UI)There's no documentation either so I'm providing a workaround below.
Logs
N/A
Workaround
Open a terminal in yunohost and add the user to the
sudo
group:The text was updated successfully, but these errors were encountered: