It seems that this Linux is really troublesome. If it weren't for the Internet or Google, it could be difficult for me to be a newbie.
Download an emesene-1.0.1. try to download the emesene-1.0.1.tar.gz file, decompress it, and find install in the docs folder,
Or on Linux:
./Emesene
I will execute it. The result is as follows:
[Root @ localhost emesene-1.0.1] # Root
Bash: Root: Command not found
Go to Google,
Reference: http://www.songzi.org/blog/article.asp? Id = 666
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.
In fact, you don't need to delete it. Just add a comment before the three rows:
# If OS. Name = 'posix' and OS. getuid () = 0:
# Print "I refuse to run as root"
# Return
Run "./emesene", OK.