I can't start my server (linux)
#1

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.
Reply
#2

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?
Reply
#3

I did everything this guy said right here, https://sampforum.blast.hk/showthread.php?tid=327272. I cannot start the server. I made another user which I named "samp"
Reply
#4

If you can use root user that would be cool. Use root user. All problem will be fix.
Reply
#5

Thank you for your help. I finally figured out how to fix it. +rep?
Reply
#6

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.
Reply
#7

It's not about permis...

Are you using 64-bit Linux? which distro?
Reply
#8

Quote:
Originally Posted by SoFahim
Посмотреть сообщение
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.
It's perfectly safe to run through root; just choose a hard password.
Reply
#9

Quote:
Originally Posted by SoFahim
Посмотреть сообщение
If you can use root user that would be cool. Use root user. All problem will be fix.
Quote:
Originally Posted by MD5
Посмотреть сообщение
It's perfectly safe to run through root; just choose a hard password.
This is literally the worse suggestions i have seen in a while. Never use root! You are just asking for problems when you do. Your better off creating a new user and giving them sudo and then disabling root.

And i know he said he has it fixed but i believe the issue is he was on a 64bit vps and he would need to install 32bit libs for it.
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)