sudo: effective uid is not 0 - returns after fix
|
22nd Dec, 2013, 02:22 AM
Post: #1
|
|||
|
|||
sudo: effective uid is not 0 - returns after fix
Similar to @d4m4s74, My recent set of updates has caused a problem with sudo.
In the thread titled "Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?" the solution was to run the following commands: Code: for f in bin etc lib media mnt opt root sbin usr var xbmc-backup; do chown -R root $f; done I did that, ran Code: dpkg-reconfigure -a Lo and behold, the problem is BACK! I've now done this several times, with and without the `dpkg-reconfigure -a`. So then I try to roll back to one of my btrfs snapshots. No luck there: Code: root@lamassu ~ # apt-get install strace And yes, I tried to rollback AFTER I'd fixed up the permissions and before I rebooted again, so presumably the permissions should have allowed the rollback. I'm downloading B2 right now and expect to try a fresh install. This isn't my ideal. Thanks for the awesome project and keep up the good works! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
sudo: effective uid is not 0 - returns after fix - rbellamy - 22nd Dec, 2013 02:22 AM
RE: sudo: effective uid is not 0 - returns after fix - mk01 - 22nd Dec, 2013, 02:41 AM
RE: sudo: effective uid is not 0 - returns after fix - rbellamy - 22nd Dec, 2013, 03:02 AM
RE: sudo: effective uid is not 0 - returns after fix - mk01 - 22nd Dec, 2013, 03:38 AM
RE: sudo: effective uid is not 0 - returns after fix - rbellamy - 22nd Dec, 2013, 04:00 AM
RE: sudo: effective uid is not 0 - returns after fix - mk01 - 22nd Dec, 2013, 04:01 AM
RE: sudo: effective uid is not 0 - returns after fix - rbellamy - 22nd Dec, 2013, 04:06 AM
RE: sudo: effective uid is not 0 - returns after fix - mk01 - 22nd Dec, 2013, 04:08 AM
RE: sudo: effective uid is not 0 - returns after fix - rbellamy - 22nd Dec, 2013, 04:28 AM
RE: sudo: effective uid is not 0 - returns after fix - mk01 - 22nd Dec, 2013, 04:34 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Strange issue: sudo: effective uid is not 0, is sudo installed setuid root? | d4m4s74 | 38 | 115,384 |
8th Sep, 2016 11:00 PM Last Post: dgarciam |