|
Nov
14
|
If you get this error on your xbmc on the command line do the following
sudo nano /etc/sudoers
You will then get up a screen that contains the lines below many times
#
# XBMC-specific configuration
#
Cmnd_Alias SHUTDOWN_CMDS = /sbin/shutdown, /sbin/reboot, /sbin/halt
Cmnd_Alias MOUNT_CMDS = /bin/mount, /bin/umount
xbmc ALL=(ALL) ALL
xbmc ALL=NOPASSWD: SHUTDOWN_CMDS, MOUNT_CMDS
Just remove the duplicated lines and save and you should be good to go
Related posts:
- Fix navigation sound with HDMI So when you are moving your cursor around the xbmc...
- Nvidia binary via PPA To keep you grphics drivers at the latest levels you...
- Emprex 3009URF Remote ON XBMC Linux If you have one of these remotes to get most...
- Media Center PC Guide for installing Ubuntu on PC to run XBMC on...
- REVO Wifi Setup So you have a Acer Revo 3600 and have installed...




