SA-MP Forums Archive
Dedicated server? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Dedicated server? (/showthread.php?tid=537374)



Dedicated server? - Adzdon - 15.09.2014

Hey guys, I'm having problem hosting SAMP on dedicated server. I've got a Dedicated server running on Ubuntu 14x, hosting 3 other games, but SAMP it's not working.

Whenever i type ./samp03svr &, it shows
'bash: ./samp03svr: No such file or directory'
(Thats the last step to do)

Before you reply telling me to install this or that, i have everything installed, I've also followed the SAMP Wiki linux tutorial. Obviously the original samp wiki linux tutorial is based on Debian and not Ubuntu.

Any help?


Re: Dedicated server? - rymax99 - 15.09.2014

Ubuntu is based off of Debian, so ultimately, it should work either way. You're not providing us with any screenshots, a general layout of how you're trying to run things, or anything.


Re: Dedicated server? - Adzdon - 15.09.2014

Quote:
Originally Posted by rymax99
Посмотреть сообщение
Ubuntu is based off of Debian, so ultimately, it should work either way. You're not providing us with any screenshots, a general layout of how you're trying to run things, or anything.
What's their to show? Only SSH client with the errors but I provided that on the post ^^.
The bit where i'm getting errors on is the bit where you have execute the 'samp03svr' file.
I've tried both ways
sudo ./samp03svr &
./samp03svr &

Both fail './samp03svr: No such file or directory'
I'm not running it under root as stated on the Wiki.


Re: Dedicated server? - PawnOX - 15.09.2014

are you sure you proceed to the CD?

Quote:

cd "DIRECTORY/FOLDER NAME Where samp03svr placed" (REMOVE THE " ")




Re: Dedicated server? - Adzdon - 15.09.2014

yeah of course i am. It's in my Root folder but not the root user. Using my other sudo user with full access permission?


Re: Dedicated server? - God'Z War - 15.09.2014

Hi, i can help you

Add me in skype


Re: Dedicated server? - Lordzy - 15.09.2014

Make sure if you've got 32-bit libraries installed. For unbuntu users:
Код:
sudo apt-get update (If not updated)
sudo apt-get install ia32-libs



Re: Dedicated server? - Adzdon - 15.09.2014

Quote:
Originally Posted by Lordzy
Посмотреть сообщение
Make sure if you've got 32-bit libraries installed. For unbuntu users:
Код:
sudo apt-get update (If not updated)
sudo apt-get install ia32-libs
My server is 64bit, I've just tried that ia32-libs and I'm gettin this message
'Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0'


Re: Dedicated server? - Lordzy - 15.09.2014

Quote:
Originally Posted by Adzdon
Посмотреть сообщение
My Dedicated server is 64BIT, I've just tried that ia32-libs and I'm gettin this message
'Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0'

lol I'm not being noobish but this is something i don't get along with
http://stackoverflow.com/questions/2...untu-14-04-lts
http://askubuntu.com/questions/36108...tall-ia32-libs


Re: Dedicated server? - Adzdon - 15.09.2014

Quote:
Originally Posted by Lordzy
Посмотреть сообщение
....