Posts: 75
Threads: 7
Joined: Nov 2014
Reputation:
0
I already look everywhere... I used three methods ./samp03svr, ./samp03svr & and nohup ./samp03svr.
When I try to use the command it says no such file or directory.
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
You are using a VPS? If yes great, make sure you have CD to that folder where contain SAMP03svr.
BTW, you in root user or other?
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
If you can use root user that would be cool. Use root user. All problem will be fix.
Posts: 75
Threads: 7
Joined: Nov 2014
Reputation:
0
Thank you for your help. I finally figured out how to fix it. +rep?
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
If you cannot use root, then fix the permissions with chmod and other.
It would be dangerous if you use root. I have told that because I though you newbie about managing a VPS.
That would be cool if you use another user.
Posts: 118
Threads: 10
Joined: May 2013
It's not about permis...
Are you using 64-bit Linux? which distro?
Posts: 75
Threads: 7
Joined: Nov 2014
Reputation:
0
Nickdodd is right, It would be better if you'll use new user, root isn't really needed for running game servers. I already fixed it. I found out that I need to apt-get install update and install libs. +REP FOR EVERYBODY that tried to help.
For everyone that might encounter this in the future I fixed it using root user and by doing these
apt-get install update
sudo apt-get install apt-file
sudo apt-file update
sudo apt-file find libstdc++.so.6
sudo apt-get install libstdc++6
You need to use root to install updates After installing updates you can go back to normal user and run your server using nohup ./samp03svr to stop the server you can use killall samp03svr.