"You are not authorized to run Rigo" [Solved]

If you are new to Linux or new to Sabayon Linux and just not sure where to post, here ya go. Post without fear of being told to RTFM :-)

Moderator: Moderators

"You are not authorized to run Rigo" [Solved]

Postby senorsmile » Mon Nov 05, 2012 21:45

As of today, I can't open Rigo nor su to root on the terminal. I can still open a new TTY (e.g. TTY1) by pressing CTRL+ALT+F1 and log in directly as root, so I haven't forgotten the password. If I try sudo su, I get "Not in sudoers".

This just started happening today. Last week I was able to sudo su or su, and open rigo just fine.

Edit:

To fix, ensure your user is in the group entropy.
Last edited by senorsmile on Tue Nov 06, 2012 23:19, edited 1 time in total.
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Re: "You are not authorized to run Rigo"

Postby sabayonino » Mon Nov 05, 2012 23:14

edit /etc/sudoers configuration file
Code: Select all
$ su
passwd :   # root password
# nano -w /etc/sudoers


#Allow "users" group to run sudo
Code: Select all
%users        ALL=(ALL) ALL


save and exit

Code: Select all
$ rigo
User avatar
sabayonino
Sagely Hen
 
Posts: 1564
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: "You are not authorized to run Rigo"

Postby senorsmile » Tue Nov 06, 2012 1:11

sabayonino wrote:edit /etc/sudoers configuration file
Code: Select all
$ su
passwd :   # root password
# nano -w /etc/sudoers


#Allow "users" group to run sudo
Code: Select all
%users        ALL=(ALL) ALL


save and exit

Code: Select all
$ rigo


I could add that, (I prefer to use visudo in case I screw something up), but my user "shaun" is not even a part of the group "users".

I added my user "shaun" to wheel group and saw that the line in /etc/sudoers to allow wheel group to execute sudo commands was already uncommented. I can now sudo su but still cannot
1. type su then root password from GUI
2. open rigo as user.
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Re: "You are not authorized to run Rigo"

Postby senorsmile » Tue Nov 06, 2012 1:12

/etc/sudoers:
Code: Select all
root    ALL=(ALL) ALL

# Uncomment to allow people in group wheel to run all commands
# %wheel        ALL=(ALL) ALL

# Same thing without a password
#%wheel ALL=(ALL) NOPASSWD: ALL

# Samples
# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %users  localhost=/sbin/shutdown -h now

#Added by Sabayon Installer
%wheel  ALL=ALL
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Re: "You are not authorized to run Rigo"

Postby sabayonino » Tue Nov 06, 2012 7:30

you can't run "su" from GUI

use"sudo" "kdesu" or "gksu" !
User avatar
sabayonino
Sagely Hen
 
Posts: 1564
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: "You are not authorized to run Rigo"

Postby senorsmile » Tue Nov 06, 2012 14:30

sabayonino wrote:you can't run "su" from GUI

use"sudo" "kdesu" or "gksu" !


Ah, I was sure before that I could open a terminal and simply type "su" to gain root access, like in other distro's.

However, I still have the problem of not being able to open Rigo, which I suspect is somehow related.
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Re: "You are not authorized to run Rigo"

Postby sabayonino » Tue Nov 06, 2012 16:01

senorsmile wrote:
sabayonino wrote:you can't run "su" from GUI

use"sudo" "kdesu" or "gksu" !


Ah, I was sure before that I could open a terminal and simply type "su" to gain root access, like in other distro's.

However, I still have the problem of not being able to open Rigo, which I suspect is somehow related.


You don't understand ...

example : if you want run Dolphin (KDE file manager) as root :

Code: Select all
$ kdesu dolphin

Code: Select all
$ sudo dolphin


not
Code: Select all
$ su
Password
# dolphin


or in KDE press ALT+F2 and type "kdesu dolphin"
User avatar
sabayonino
Sagely Hen
 
Posts: 1564
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: "You are not authorized to run Rigo"

Postby senorsmile » Tue Nov 06, 2012 18:51

sabayonino wrote:
senorsmile wrote:
sabayonino wrote:you can't run "su" from GUI

use"sudo" "kdesu" or "gksu" !


Ah, I was sure before that I could open a terminal and simply type "su" to gain root access, like in other distro's.

However, I still have the problem of not being able to open Rigo, which I suspect is somehow related.


You don't understand ...

example : if you want run Dolphin (KDE file manager) as root :

Code: Select all
$ kdesu dolphin

Code: Select all
$ sudo dolphin


not
Code: Select all
$ su
Password
# dolphin


or in KDE press ALT+F2 and type "kdesu dolphin"


Ah, yes, I don't want to run a GUI application from a root prompt. I simply want to enter root to do simple administrative tasks from a terminal. I can sudo su fine now, so that's not an issue.

My major issue is that suddenly I cannot open rigo, whereas for the last several weeks I have been able to. I assume since no one else has posted similar issues that this only affects me. I can open rigo from a terminal or Alt+F2
Code: Select all
gksu rigo
, but I don't believe you should have to do that.
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Re: "You are not authorized to run Rigo"

Postby sabayonino » Tue Nov 06, 2012 19:18

un rio as user.

when youre gonna instala a package it will ask aroot password :wink:
User avatar
sabayonino
Sagely Hen
 
Posts: 1564
Joined: Sun Sep 21, 2008 1:12
Location: Italy

Re: "You are not authorized to run Rigo"

Postby senorsmile » Tue Nov 06, 2012 19:20

sabayonino wrote:un rio as user.

when youre gonna instala a package it will ask aroot password :wink:


That's the whole reason for this post. If I run Rigo as user I get: "You are not authorized to run Rigo".
senorsmile
Baby Hen
 
Posts: 16
Joined: Fri Dec 23, 2011 18:36

Next

Return to Beginners|Newbies Area

Who is online

Users browsing this forum: anomaly65 and 2 guests