Question - Start Server

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
kholyphoenix1
Newly Registered User
Posts: 10
Joined: 13 Sep 2015, 14:58

Question - Start Server

Post 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!
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Re: Question - Start Server

Post by wushin »

Post what

Code: Select all

echo $PATH
returns via commandline as the user not root.
The secret to getting all the important stuff done is doing nothing.
kholyphoenix1
Newly Registered User
Posts: 10
Joined: 13 Sep 2015, 14:58

Re: Question - Start Server

Post 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
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Re: Question - Start Server

Post 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.
The secret to getting all the important stuff done is doing nothing.
Post Reply