XBian 1.0 Alpha 4 bugfixes
|
13th Jan, 2013, 09:07 PM
Post: #33
|
|||
|
|||
RE: XBian 1.0 Alpha 4 bugfixes
Another issue related to hideoutput.sh
In A4 when you add a new user and ssh in with the said user, you'll encounter the sudo password prompt (reported by solence, I just tested it) This is due to the new implementation of /etc/profile.d/hideoutput.sh which checks if you are running on tty1 (xbmc I reckon) or a shell. In the else clause (the shell part) we got a few "sudo fbset" commands which invoke this behaviour. I'm not sure what the behaviour is if you just comment that part out, but I guess it would be prudent to modify /etc/sudoers if this is really needed. Add the following line to the end of your /etc/sudoers (usage of visudo command highly recommended) ALL ALL=(ALL) NOPASSWD: /bin/fbset There might be some security concerns with that, but if it's your home entertainment system thingie then I doubt modifying that will send your bank account credentials out. |
|||
« Next Oldest | Next Newest »
|