• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Startx and permissions

spiridion

Senior member
ok. after a couple of beers and some searching on google i cannot find how to allow lower level users(nonroot) permission to startx. i'm using mandrake 9.0 all help is appreciated..
 
Your search may not have turned out futile because a stock install of mandrake allows nonroot users to run startx. what happens when you run it? permission denied, or does it start up, flicker, and come right back to the console?
 
There could probably be a number of issues here, but to start with /usr/X11R6/bin/XFree86 has to be suid root, which it might not be if the installation defaults to a graphical login. Mine is rws--x--x, so

chmod 4711 /usr/X11R6/bin/XFree86

should do it. If that's not enough, give some more details about what error messages you're getting and/or snippets from the X log.
 
sorry it took so long to answer questions:

default mandrake 9.0 install.

nonroot user login i get xinit to start loading(creating) files in my home directory and then it gives me the permission denied error message. i am at work now so i don't have the exact wording. there is no screen flicker for kde.

i will chmod for the folder and see if that solves it.

i should mention during the install of mandrake i upped the security to high instead of default. not sure if that would have locked the machine down more than a normal default install.

i also looked in the mandrake control center at the only other user and i am not in any of the groups. i'm not sure which one to give access to. thanks for all the replies and help

chris
 
Back
Top