VPS won't Start
#1



what would i do to this problem? any help its OS: linux +rep if you help Thank you
Reply
#2

I answered this only 2 days ago...


The nohup return is normal.

The error regarding the sampsvr command isn't.

Quote:
Originally Posted by Sew_Sumi
View Post
In the future, copy and paste your errors rather than screenshotting a window that is copyable.
Reply
#3

Try setting chmod +x permission to samp03svr file, and verify the file is present in the folder you're executing the command.
Reply
#4

Quote:
Originally Posted by Sew_Sumi
View Post
I answered this only 2 days ago...


The nohup return is normal.

The error regarding the sampsvr command isn't.



In the future, copy and paste your errors rather than screenshotting a window that is copyable.
BTW im using Ubuntu 16.04 Server (64-bit version) do i need to change to debian?

Quote:
Originally Posted by iLearner
View Post
Try setting chmod +x permission to samp03svr file, and verify the file is present in the folder you're executing the command.
it theres no new tutorial for Linux VPS
Reply
#5

You simply need to install the required packages... It doesn't matter what distribution it is unless the packages for those are different. The chmod +x isn't needed, as the problem will be that you haven't got the needed runtimes as was also the case in that other thread.
Reply
#6

Quote:
Originally Posted by Sew_Sumi
View Post
You simply need to install the required packages... It doesn't matter what distribution it is unless the packages for those are different. The chmod +x isn't needed, as the problem will be that you haven't got the needed runtimes as was also the case in that other thread.
If it was a present file in the directory he's in, I would assume the error would be different.
"No such file or directory" tells you directly, the file is not found.

So did you bother setting:
Quote:

chmod +x samp03svr announce

Can you show us output of
Code:
ls-la
in the folder where samp03svr is located?
And setting +x IS needed, else you won't allow it running as an executable.
Reply
#7

Quote:
Originally Posted by Tord
View Post
If it was a present file in the directory he's in, I would assume the error would be different.
"No such file or directory" tells you directly, the file is not found.

So did you bother setting:
Can you show us output of
Code:
ls-la
in the folder where samp03svr is located?
And setting +x IS needed, else you won't allow it running as an executable.
If you actually read what I linked, If you don't have what runtimes are required to run the server on Linux, it WILL come back saying the file isn't found.


People even suggested the same shit on the thread I answered a few days back... So really, go assume elsewhere, especially if you have no experience in this scenario.


This is one of the most common errors of people running SAMP on a VPS, as most VPSes are clean of extra runtimes. If you go for a gamehost, those hosts usually have them preinstalled.
Reply
#8

Quote:
Originally Posted by NNek
View Post
64-bit version
The server will only run on 32-bit. So unless your server has more than 3 GB RAM you should probably just use a 32-bit distribution to make your life easier.
Reply
#9

Quote:
Originally Posted by Sew_Sumi
View Post
If you actually read what I linked, If you don't have what runtimes are required to run the server on Linux, it WILL come back saying the file isn't found.


People even suggested the same shit on the thread I answered a few days back... So really, go assume elsewhere, especially if you have no experience in this scenario.


This is one of the most common errors of people running SAMP on a VPS, as most VPSes are clean of extra runtimes. If you go for a gamehost, those hosts usually have them preinstalled.
That's ok, and I wasn't assuming - I know the runtimes are required, as I've set up quite a few VPS's. I just couldn't find a confirmation above that he had performed the steps in order to see that it actually was set up correctly, which is the main reason I would like to see the file information in the directory..
So let's assume this is his case, he would need the i386 versions of the runtimes to make it work.

Good luck OP.
Reply
#10

Like people said, give it execution permissions and install i386 libraries needed to run 32bit software.
CD into your samp server root dir and try
Code:
sudo chmod +x samp03svr announce
sudo apt-get install ia32-libs
First command will add permissions, second one should install 32bit libraries (if it doesnt then search how to do that on ******, there is plenty of solutions)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)