15.05.2017, 06:33
VPS won't Start
15.05.2017, 06:43
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.
The nohup return is normal.
The error regarding the sampsvr command isn't.
Quote:
Have you even installed the prerequisites?
https://sampforum.blast.hk/showthread.php?tid=206302 https://sampforum.blast.hk/showthread.php?tid=618768 https://sampforum.blast.hk/showthread.php?tid=171250 ia32 libs, and libc is required. |
15.05.2017, 06:47
Try setting chmod +x permission to samp03svr file, and verify the file is present in the folder you're executing the command.
15.05.2017, 06:50
Quote:
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. |
it theres no new tutorial for Linux VPS
15.05.2017, 07:17
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.
15.05.2017, 10:12
Quote:
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.
|
"No such file or directory" tells you directly, the file is not found.
So did you bother setting:
Quote:
chmod +x samp03svr announce |
Code:
ls-la
And setting +x IS needed, else you won't allow it running as an executable.
15.05.2017, 12:45
Quote:
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 And setting +x IS needed, else you won't allow it running as an executable. |
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.
15.05.2017, 15:18
15.05.2017, 15:43
Quote:
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. |
So let's assume this is his case, he would need the i386 versions of the runtimes to make it work.
Good luck OP.
15.05.2017, 15:54
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
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)
CD into your samp server root dir and try
Code:
sudo chmod +x samp03svr announce sudo apt-get install ia32-libs
« Next Oldest | Next Newest »
Users browsing this thread: 2 Guest(s)