Samp server having big issues -
NovaGaming - 21.07.2014
I have been trying to setup samp on my dedicated server
it seems that it does not want to work
I have downloaded and put it on my dedicated server
i have all the files uploaded
i keep getting this error
yet the files do exist but yet they dont seem to work does anybody know a fix for this
all the files have all the permissions already so thats not a option
please help me
Re: Samp server having big issues -
gychem - 21.07.2014
I've had the same thing with linux before, I have a bit experience with Linux from installing other gameservers, but I could not fix this. I switched to a windows server wich is more user-friendly.
Re: Samp server having big issues -
Mark™ - 21.07.2014
Install 32 bit libs over your 64 bit OS and you won't have this issue.
Re: Samp server having big issues -
Sublime - 21.07.2014
Did you even run the commands with root access, if even the least have administrator access to sudo for it? type ls in your SA-MP server directory and let us know if the file names are green colored or not.
Re: Samp server having big issues -
NovaGaming - 22.07.2014
yeah i tested whit root also same problem
and i installed 32 libaries
Re: Samp server having big issues -
Mark™ - 22.07.2014
Quote:
Originally Posted by NovaGaming
yeah i tested whit root also same problem
and i installed 32 libaries
|
Which 32 bit libs did you install ?
You need libstdc++ and glibc.i686 for the sa-mp server to work on 64 bit CentOS.
Код:
yum -y install libstdc++.so.6 glibc.i686
Re: Samp server having big issues -
Fernado Samuel - 22.07.2014
For me also It is showing same message but Server will come online. All commands will work and your server will come online correctly.So check if your server is online.If your server still not coming online then make sure you use this command in correct location cd /root
Command :cd [directory]
CMD : nohup ./samp03svr &
Re: Samp server having big issues -
driftpower - 22.07.2014
Quote:
Originally Posted by Fernado Samuel
For me also It is showing same message but Server will come online. All commands will work and your server will come online correctly.So check if your server is online.If your server still not coming online then make sure you use this command in correct location cd /root
Command :cd [directory]
CMD : nohup ./samp03svr &
|
same here buddy
Re: Samp server having big issues -
linuxthefish - 22.07.2014
Quote:
Originally Posted by Sublime
Did you even run the commands with root access, if even the least have administrator access to sudo for it? type ls in your SA-MP server directory and let us know if the file names are green colored or not.
|
Don't run server as root!
Код:
sudo dpkg --add-architecture i386 && apt-get install ia32-libs
Re: Samp server having big issues -
NovaGaming - 22.07.2014
Server doesen't start still nohup is working fine now
yet i have not changed anything except a full centos reset
and even i dont run it as root its not working so don't suggest me to do that