Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I''m suddenly getting an error message in KDE3 saying "Insufficient Rights" when I try to execute any program that requires root access. I've tried SU to root and then run a program, but the error keeps popping up.
When I go > su root redhat-config-services it actually prompts for the root password but then fails with an error saying "unable to execute binary file..."
I have not reinstalled or done anything out of the ordinary.
Any ideas?
1. su
<enter root password>
2. redhat-config-services
edit:
also check the permissions and see if those processes are really infact links to console helper. i found that for me, if i set the permissions of just one of those links to console-helper then everything else that linked to console helper would fail to even bring up a root password prompt if i tried to run them. that was in the gui, i'm not sure what would the response would be in the shell terminal.
I have already tried that, but it doesn't make a difference.
Even if I log into X as root and then try to execute the programs it won't work..insufficient rights
i just thought of something. your topic title, is that part of your error message?
do a:
ls -l /usr/sbin/userhelper
on my system the permissions are: rws - --x - --x
if it isn't like that, then try to open up your superuser filemanager. usually it's in kmenu > systems. navigate to /usr/sbin/userhelper and right click on the file and click the permissions tab. set the permissions for owner to read write, group to exec (could be enter) and other to exec (could be enter). then tick the box called Set UID which should be on the same line to the right of the owner's permissions.
Just wanted to say thanks... This solution helped me fix a problem I caused on my Fedora Core 3 machine when I was hacking tired. I stupidly issued this command:
Code:
chown -R paul:users /usr
Which, even after I fixed the permissions by comparing to another system, I still would get "Insufficient rights." when trying to run an application requiring root permissions via a menu entry.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.