Posts: 86
Joined: Mar 2004
Reputation:
0
Hi I just compiled an xbmc with ubuntu 7.10 and it works quite well. But I need to start xbmc as root user is there any way to get around this.
My hardware on this:
Fujitsu-Siemens Laptop V3205 Intel Core Duo T5100 1,8 GHz
2 GB RAM
Intel Gfx with mesa drivers
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Posts: 302
Joined: Oct 2003
Reputation:
0
Are you saying you WANT to start xbmc as root or it only let you start in root?
If the latter, did you run the svn checkout or the build.sh as sudo?
Posts: 100
Joined: Oct 2007
Reputation:
4
AFAIK if you want to log in as root, you should log in as the user you created, open a terminal, and type sudo passwd root. Change the password to whatever you like and now you can log in with the root user.
To auto-login as root go to System - Administration - Sessions and on one of the tabs you can select a user to auto-login as.
Both of the above are *very* bad ideas security-wise. Post here what you're trying to accomplish and maybe we can suggest a more secure alternative?
Posts: 86
Joined: Mar 2004
Reputation:
0
Hmm I compiled xmbc with sudo but when i start xbmc with
./xboxmediacenter then I wont get any picture. If I start it with sudo ./xboxmediacenter then it starts and work allright.
And I dont want to start it with root becourse of security reason...
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Posts: 302
Joined: Oct 2003
Reputation:
0
Delete your XBMC source folder and checkout again. (or change permissions)
Compile with build.sh but dont use sudo
then run ./XboxMediaCenter without sudo
I think that should work......
Posts: 8
Joined: May 2007
Reputation:
0
try chowning it (change owner)
sudo chown <your username>:<your group> -R <xbox media center directory>
like: sudo chown nianhbg:nianhbg -R /path/to/XboxMediaCenter