Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?
|
Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?
|
|
21st Dec, 2013, 07:11 AM
Post: #14
|
|||
|
|||
|
RE: Strange issue: sudo: effective uid is not 0, is sudo installed setuid root?
edit /boot/cmdline.txt and add "init=/bin/bash" at the end of line
reboot xbian will boot directly into command prompt with root privileges run commands: Code: for f in bin etc lib media mnt opt root sbin usr var xbmc-backup; do chown -R root $f; donethen update cmdline.txt again - just revert to previous content (remove init=/bin/bash) after restart Code: sudo dpkg-reconfigure -aPlease 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 | 15,327 |
21st Nov, 2015 10:16 PM Last Post: karanda |
|
| sudo: effective uid is not 0 - returns after fix | rbellamy | 9 | 25,767 |
22nd Dec, 2013 04:34 AM Last Post: mk01 |
|