[Solved] user is not allowed to execute as root
|
26th Jul, 2013, 04:25 AM
Post: #15
|
|||
|
|||
RE: user is not allowed to execute as root
Got it. User error (i think).
I made a user group "torrent" and tried to add xbian to it but accidentally left out the " -a " tag to append it, so I guess it kicked it out of the sudo group. Tried adding it back to the sudo group and it didn't fix it. Ran # usermod -G sudo,xbian xbian and that got me sudo working again but now my gid is sudo not xbian like it was at the fresh install... So I tried to change that and I did $ sudo usermod -g xbian xbian and the ID now returns "uid=1001(xbian) gid=1001(xbian) groups=1001(xbian),27(sudo)". .................................................................................... Did a fresh install again. Here is the return for "id xbian".. Code: uid=1001(xbian) gid=1001(xbian) groups=1001(xbian),27(sudo),999(input) |
|||
« Next Oldest | Next Newest »
|