Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boson won't start from users
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
YoMo
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2006
Posts: 112
Location: London, UK

PostPosted: Tue Nov 13, 2007 7:15 pm    Post subject: Boson won't start from users Reply with quote

Hi,

I just emerged games-strategy/boson-0.13 and I have problems to get it start from normal user. When I start it fromm root all it's fine, but from my everyday user:

Code:
$ boson
[int main(int, char**)] Boson 0.13 is starting...
[int main(int, char**)] resolving GL, GLX and GLU symbols
cannot enter directory /usr/games/lib
Resolved GL symbols from file /usr/lib/opengl/ati/lib/libGL.so
Resolved GLU symbols from file /usr/lib/libGLU.so
[int main(int, char**)] GL, GLX and GLU symbols successfully resolved
oops - bodebug.areas not found! check your installation!


I searched this "bodebug.areas":

Code:
-rw-r--r-- 1 root root 838 Nov 13 10:45 /usr/share/config/bodebug.areas


I already tried to change permissions. No compile boson errors. It's like this path is missing somewhere in an env-variable, but I don't really know where I can look for.

thx
_________________
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway. (Andrew S. Tanenbaum)
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Nov 13, 2007 7:17 pm    Post subject: Reply with quote

Stupid question I'm sure, but is the user you are attempting to run it as in the "games" group?

What are the permissions of /usr/games/lib?
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
YoMo
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2006
Posts: 112
Location: London, UK

PostPosted: Tue Nov 13, 2007 9:50 pm    Post subject: Reply with quote

Hopeless wrote:
Stupid question I'm sure, but is the user you are attempting to run it as in the "games" group?


Of course ;)
Code:
# cat /etc/group | grep games
users::100:games,luca
games:x:35:root,luca


Hopeless wrote:
What are the permissions of /usr/games/lib?


Ehm...there is not /usr/games/lib....

Code:
# ll /usr/games/
total 4
drwxr-x--- 2 root games 4096 Nov 13 11:26 bin

_________________
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway. (Andrew S. Tanenbaum)
Back to top
View user's profile Send private message
Sadako
Advocate
Advocate


Joined: 05 Aug 2004
Posts: 3792
Location: sleeping in the bathtub

PostPosted: Tue Nov 13, 2007 10:02 pm    Post subject: Reply with quote

So what files where actually installed by boson?

Was everything installed under /usr/share?

Use `equery f boson` to see.
_________________
"You have to invite me in"
Back to top
View user's profile Send private message
YoMo
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2006
Posts: 112
Location: London, UK

PostPosted: Tue Nov 13, 2007 10:29 pm    Post subject: Reply with quote

Hopeless wrote:
So what files where actually installed by boson?

Was everything installed under /usr/share?

Use `equery f boson` to see.


Everything is installed under /usr/share/apps/boson

Code:
# ll /usr/share/apps/boson
total 40
-rw-r--r--  1 root root  973 Nov 13 10:45 borenderui.rc
-rw-r--r--  1 root root 3197 Nov 13 10:45 bosonbaseui.rc
-rw-r--r--  1 root root  664 Nov 13 10:45 bosonui.rc
-rw-r--r--  1 root root 1357 Nov 13 10:45 editorui.rc
drwxr-xr-x  2 root root 4096 Nov 13 01:51 fonts
drwxr-xr-x  4 root root 4096 Nov 13 01:51 maps
drwxr-xr-x  4 root root 4096 Nov 13 01:51 music
drwxr-xr-x  2 root root 4096 Nov 13 01:51 pics
drwxr-xr-x 10 root root 4096 Nov 13 01:51 themes
-rw-r--r--  1 root root 1875 Nov 13 10:45 topui.rc


Except the following:

Code:
/usr
/usr/bin
/usr/bin/bobmfconverter
/usr/bin/boconditioneditor
/usr/bin/bocursor
/usr/bin/bodebugdialog
/usr/bin/boinfo
/usr/bin/bomodelpixmaps
/usr/bin/boprofiling
/usr/bin/boserver
/usr/bin/boson
/usr/bin/boufodesigner
/usr/bin/bounit
/usr/lib
/usr/lib/kde3
/usr/lib/kde3/plugins
/usr/lib/kde3/plugins/boson
/usr/lib/kde3/plugins/boson/libbogroundrendererplugin.so
/usr/lib/kde3/plugins/boson/libbomeshrendererplugin.so
/usr/lib/kde3/plugins/boson/libbosongameviewplugin.so
/usr/share
/usr/share/applications
/usr/share/applications/boson-boinfo.desktop
/usr/share/applications/boson-boson.desktop
/usr/share/applications/boson-bounit.desktop
/usr/share/apps
/usr/share/config
/usr/share/config/bodebug.areas
/usr/share/config/bodebugrc
/usr/share/doc
/usr/share/doc/boson-0.13
/usr/share/doc/boson-0.13/AUTHORS.bz2
/usr/share/doc/boson-0.13/ChangeLog.bz2
/usr/share/doc/boson-0.13/README.bz2
/usr/share/pixmaps
/usr/share/pixmaps/boson.png

_________________
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway. (Andrew S. Tanenbaum)
Back to top
View user's profile Send private message
Pond247
n00b
n00b


Joined: 19 Jun 2005
Posts: 22

PostPosted: Mon Dec 17, 2007 6:12 am    Post subject: Reply with quote

Same problem here...
Did you find a solution?
Back to top
View user's profile Send private message
Aiken
Apprentice
Apprentice


Joined: 22 Jan 2003
Posts: 239
Location: Toowoomba/Australia

PostPosted: Tue Dec 18, 2007 9:34 am    Post subject: Reply with quote

The file bodebug.areas is in /usr/share/config. Either a permissions problem or the file is not being put where it should. On my system that directory is

drwx------ 2 root root 4096 2007-12-18 19:17 config

The files exists but a normal user can not access it.

edit: I set that directory to 755 and it works
_________________
Beware the grue.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum