Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?
|
22nd Dec, 2013, 12:26 PM
Post: #30
|
|||
|
|||
RE: Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?
there are many services / daemons running with different groups (input / video / rsyslog) where access should be restricted - owner is in general root, but service / daemon write access is managed through group.
you would break these. and again, the headphones startup script was changing just the user. Code: find / -xdev -type f -print0 | xargs -0 stat --printf="%U %n\n" | grep -v '^root\ ' output is there (all files with non-root uid ownership) http://pastebin.com/hmTBBwTN system was Raspbian, with XBian .deb packages installed Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Kodi won't start after sudo apt-get upgrade update | karanda | 3 | 13,509 |
21st Nov, 2015 10:16 PM Last Post: karanda |
|
sudo: effective uid is not 0 - returns after fix | rbellamy | 9 | 22,738 |
22nd Dec, 2013 04:34 AM Last Post: mk01 |