SA-MP Server Randomly TimeOuting Player -
Expressovec - 13.08.2017
Hello.
I have VPS SA-MP server and if I join them, I play 5-10 minutes and then it timeout me.
It doesn't just do one gamemode, but also clean gamemode.
Servers are running on Ubuntu 16.04 Server version.
I tried reinstall OS, and results is same as before.
Thanks for all advices.
Re: SA-MP Server Randomly TimeOuting Player -
iKarim - 13.08.2017
Probably your internet (
sucks) isn't stable? Or the route to the server is bad.
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 13.08.2017
We tried with 3 other peploe, this isn't a problem.
We now ran other game server as a Minecarft and that's good.
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 14.08.2017
*BUMP*
Re: SA-MP Server Randomly TimeOuting Player -
LennyBE - 14.08.2017
There's nothing we can help you with.
If two other people can connect fine, it's a network issue on your end, try contacting your ISP.
Re: SA-MP Server Randomly TimeOuting Player - Astralis - 15.08.2017
Probably you configured something wrongly.
I recommend
http://samp4you.com
Re: SA-MP Server Randomly TimeOuting Player -
Sew_Sumi - 15.08.2017
Can you guys stop postwhoring...
OP post up your server.log, and show your server cfg, removing the rcon password.
If you are using wifi, then that'll cause this to happen to you.
Re: SA-MP Server Randomly TimeOuting Player -
xLucy - 15.08.2017
When I was a newbie, I used to get this a lot. Check if any people are running any bad commands.
I suggest going under OnPlayerCommandReceived and adding a log feature, something like...
Код:
new ctext[128]; /*you can also change 128 to 144 or 256. I dont reccomend going over 256 though, unless you've got some paki ass commands like /giveplayermoneybecauseplayerisbeinggivenmoneybyrandomadminthatdecidedtogiveplayermoneybecausehethoughtthatheneededtogivethatplayermoneysoyeahhereissomemoneymate*/
format(ctext, sizeof(ctext), "[cmd] %s", cmdtext);
printf(ctext);
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 16.08.2017
@Astralis - No we are using VDS on Gameing Portal
@Sew_Sumi -
Код:
echo Executing Server Config...
lanmode 0
rcon_password NONE
maxplayers 50
port 7777
hostname [CZ/SK/ENG] Dark Island [LOCK]
gamemode0 DarkIslandV1 1
filterscripts
plugins FCNPC.so streamer.so sscanf.so
announce 0
query 1
weburl NONE
maxnpc 10
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
password NONE
chatlogging 1
@xLucy -
SERVER_ LOG
And server still working, but only kicking a player
Код:
[15:53:50] Number of vehicle models: 0
[15:55:21] [connection] 80.188.216.153:18035 requests connection cookie.
[15:55:22] [connection] incoming connection: 80.188.216.153:18035 id: 0
[15:55:22] [join] Polis_Polismanovic has joined the server (0:80.188.216.153)
[15:55:53] [connection] incoming connection: 80.188.216.153:18038 id: 1
[15:56:03] Polis_Polismanovic has left. (Timeout)
[15:56:03] [part] Polis_Polismanovic has left the server (0:0)
[15:57:30] [connection] 80.188.216.153:18096 requests connection cookie.
[15:57:31] [connection] incoming connection: 80.188.216.153:18096 id: 0
[15:57:31] [join] Polis_Polismanovic has joined the server (0:80.188.216.153)
[15:59:27] Polis_Polismanovic has left. (Timeout)
[15:59:27] [part] Polis_Polismanovic has left the server (0:0)
[16:00:37] [connection] 80.188.216.153:18108 requests connection cookie.
[16:00:38] [connection] incoming connection: 80.188.216.153:18108 id: 0
[16:00:39] [join] Polis_Polismanovic has joined the server (0:80.188.216.153)
[16:02:39] [connection] incoming connection: 80.188.216.153:18121 id: 1
[16:02:49] Polis_Polismanovic has left. (Timeout)
[16:02:49] [part] Polis_Polismanovic has left the server (0:0)
It's not kicking only me, its kicking also other player.
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 16.08.2017
What ?
When i Play on other server its good but only on this server is bad.
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 22.08.2017
I played 5 minutes and kick me with this:
Re: SA-MP Server Randomly TimeOuting Player -
Quantella - 22.08.2017
Its just a bug, wait about 15 minutes and try again.
Its something related with losing connecting and connecting again.
But than connecting before the server noticed that you left the server.
Which caused that the server thinks that you connect with a name from someone else online.
If you wait 15 minutes you might be able to connect again, reply again if it didn't work.
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 22.08.2017
What ?
That server is private 0 players are online,
Thats do full time so 1 month, i thinks its problem with OS
UPDATE:
SOMETIMES SEND ME A:
,, You are banned on this server"
but I use a blank gamemode with nothing :/
Re: SA-MP Server Randomly TimeOuting Player -
azzerking - 22.08.2017
It appears your bandwidth is being throttled.
If you are running too many services on your server and they are hogging resources then some services will be throttled by your provider.
This of course only applies if your sharing resources with other people? If your server is a VPS and is shared with other people then your going to be limited to what resources you can have.
---
On the other hand, if none of the above applied. Then it could just be a bad hosting provider. This is when you need to contact your hosting provider to get more information.
They should give you details about the current state of your server.
---
Also just something you could try, most servers that suffer timeouts can usually be fixed by increasing the acks limit.
I personally use 4500 as its pretty balanced/
Re: SA-MP Server Randomly TimeOuting Player -
mrfong - 23.08.2017
I'm having the same problem in linux ubunutu works fine in widnows
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 23.08.2017
Its doesnt work
i tried this:
ackslimit 4500
Did nothing so i tried this:
ackslimit 24500
This do same bug :/
I Install grandlarc for test.
Hosting provider said all its okay. :/
Re: SA-MP Server Randomly TimeOuting Player -
mrfong - 23.08.2017
Quote:
Originally Posted by Expressovec
Its doesnt work
i tried this:
ackslimit 4500
Did nothing so i tried this:
ackslimit 24500
This do same bug :/
I Install grandlarc for test.
Hosting provider said all its okay. :/
|
having the same problem as you and i tried ackslimit aswell not working at all, any soloutin?
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 23.08.2017
No, :/
I tried another version of Server so
0.3.7 and no result :/
Re: SA-MP Server Randomly TimeOuting Player -
azzerking - 23.08.2017
Okay,
List all the filterscripts you have included.
List all the plugins you have included.
Also tell me the OS and version as well as what your server provider is.
Give me a step by step instruction into how you have set up your server and how you run it.
Also how are you running the server?? like commands based (nohup ./samp03svr & or screen)?
Re: SA-MP Server Randomly TimeOuting Player -
Expressovec - 23.08.2017
I dont have any filterscript or plugins
I only test blank gamemode, or Grand Larceny or anymod from This forum.
OS: Ubuntu 16.04 LTS
I thinks thats problem with OS.
Provider is:
fakaheda.eu
I startup with Bright Game Panel
So i tested manually with screen and ./samp03svr &