Page 1 of 1

Question - Start Server

Posted: 05 Oct 2015, 20:53
by kholyphoenix1
Hello,

I'm trying to start the server with the command below.
cd / home / jr / tmw / tmwa-server-data
./run-all

Shell Command says the following error:
> command not found.

if I try to start as root says:
> "Please do not run as root!"

could someone help me?
I do not set anything yet besides following the whole process of link \/
Link: https://www.themanaworld.org/index.php/How_to_Develop

Thanks a lot!

Re: Question - Start Server

Posted: 05 Oct 2015, 21:01
by wushin
Post what

Code: Select all

echo $PATH
returns via commandline as the user not root.

Re: Question - Start Server

Posted: 05 Oct 2015, 21:02
by kholyphoenix1
With: echo $PATH
[root@jr-pc jr]# cd /home/jr/tmw/tmwa-server-data
[root@jr-pc tmwa-server-data]# echo $PATH
/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/home/jr/.local/bin:/home/jr/bin:/root/bin:/root/bin:/root/bin

With: dir
[root@jr-pc tmwa-server-data]# dir
client-data conf COPYING git GNUmakefile login run-all tools world
[root@jr-pc tmwa-server-data]#

---

Edit
Using Linux Fedora 22

---

No root say:

./run-all: line 6: tmwa-login: command not found
./run-all: line 7: tmwa-char: command not found
./run-all: line 8: tmwa-map: command not found

---

Image

Image

Image

Re: Question - Start Server

Posted: 05 Oct 2015, 22:20
by wushin
We do not run the server as root but as a local user. It does not need root permissions for anything to run.

Build and start the server as a local user.