Page MenuHomePhabricator

Can't use "become" in my new project
Closed, ResolvedPublic

Description

I create in toollabs a new project "wp-world" two days ago. But I can not use it it with "become " like my other projects:

kolossos@tools-login:~$ become wp-world
sudo: sorry, a password is required to run sudo


Version: unspecified
Severity: normal

Details

Reference
bz64173

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:22 AM
bzimport added a project: Toolforge.
bzimport set Reference to bz64173.

No, it doesn't work:
kolossos@tools-login:~$ sudo -s become wp-world
[sudo] password for kolossos:
Sorry, try again.

I try it with my password of replica.my.cnf.
I don't understand why for this project it should be a different, more complex way if it work on other programs simply with "become".

Did you log off, then back on after creating the service group? POSIX group membership is only checked at the beginning of a session.

Thanks. This works.
With mosh and screens it was my plan to never logout again, but ok I can see the reason. ;-)