PDA

View Full Version : [ubuntu] [SOLVED] Emesene



Sid1980
May 22nd, 2008, 04:27 AM
If i try to execute Emesene the error msg comes " I refuse to run as root"

Thx

ChameleonDave
May 22nd, 2008, 04:34 AM
If i try to execute Emesene the error msg comes " I refuse to run as root"

Thx
We need a little bit more info. Are you saying that it gives you that message even if you don't run it as root, or are you saying that you don't understand the error?

Sid1980
May 22nd, 2008, 04:42 AM
We need a little bit more info. Are you saying that it gives you that message even if you don't run it as root, or are you saying that you don't understand the error?

I m running hardy heron and having only one root account, if i try to execute thro terminal the error msg comes " I refuse to run as root" even if i double click on Icon nothing happens i hope this much info is enough

atomkarinca
May 22nd, 2008, 07:44 AM
Did you login with your root account?

Sid1980
May 22nd, 2008, 03:34 PM
Did you login with your root account?

if i m saying i m only having one root account that means i could only login as root account :)

atomkarinca
May 22nd, 2008, 03:49 PM
During the installation you should've created a user account. It's not suggested to use your system with the root account. Under Users and Groups (System > Administration) you should be able to see all the users you've created. Login with that user account and try to launch emesene with that account.

Sid1980
May 23rd, 2008, 05:21 AM
During the installation you should've created a user account. It's not suggested to use your system with the root account. Under Users and Groups (System > Administration) you should be able to see all the users you've created. Login with that user account and try to launch emesene with that account.
Yes i created one user but delete it later on and now i only logon as root so it means emesene dont run uder root ??:mad:

ChameleonDave
May 23rd, 2008, 06:51 AM
Yes i created one user but delete it later on and now i only logon as root so it means emesene dont run uder root ??:mad:

Some Linux distributions are a more lax about this than others, but it is generally considered to be a terrible idea to log on to your graphical desktop (KDE, GNOME...) as root. Ubuntu even disables the root password by default, making it tricky to even do so. Some apps (and you've just found one) will refuse to run as root. You really should create a normal user account and use that for everyday tasks. Otherwise, you will (a) risk damaging your system, and (b) find that many programs refuse to run.

Sid1980
May 24th, 2008, 04:44 AM
Some Linux distributions are a more lax about this than others, but it is generally considered to be a terrible idea to log on to your graphical desktop (KDE, GNOME...) as root. Ubuntu even disables the root password by default, making it tricky to even do so. Some apps (and you've just found one) will refuse to run as root. You really should create a normal user account and use that for everyday tasks. Otherwise, you will (a) risk damaging your system, and (b) find that many programs refuse to run.

I can understand risk Dave but i cannot do sudo and enter password everyhtime i have to run or install anything :(

ChameleonDave
May 25th, 2008, 05:21 AM
I can understand risk Dave but i cannot do sudo and enter password everyhtime i have to run or install anything :(
You don't need sudo to run things, only to make changes to the system. Unless you are an obsessive tinker like myself, you should only need to sudo once in a long while.

karin_2049
August 8th, 2008, 07:11 PM
I undestand the problem. You have to edit the Controller.py file (is in the emesene root folder).

Find and comment or delete the next lines:

if os.name == 'posix' and os.getuid() == 0:
print "I refuse to run as root"
return

Save the file.

Run emesene again =)