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; done then update cmdline.txt again - just revert to previous content (remove init=/bin/bash) after restart Code: sudo dpkg-reconfigure -a 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 |