Happening to us too; it happens with or without plugins.

The only disconnect reason in the logs is "Disconnected by user," but clients see timeouts. Sometimes clients start hanging when trying to connect.

Restart the server enough times, and it'll just get lucky and start working. This is a PITA though since I start/restart multiple servers with a script.

Command line:

./srcds_run -game tf +ip 198.104.138.69 +port 27015 +fps_max 450 -debug -heapsize 100000 +maxplayers 24 +map garbage_day +servercfgfile "server_poe.cfg" +mapcyclefile "poecycle.txt" +motdfile "poe.txt" >>server1.log 2>>server1.err &

Other info:

- server_poe.cfg attached, autoexec.cfg is empty
- RHE 5.2 on dual core, 2GB, dual 100mbps
- no affinity set, irqbalance not running
- kernel release 2.6.18-92.el5

Help!
Sev


It is extremely frustrating.

The disconnects show as "user disconnect
Ronny Schedel wrote:
Try without any server plugins.


Right after the TF2 update I was having problems with some of my Linux
servers where everyone would get disconnected after joining team or a class. Eventually, after restarting the server over and over, the problem goes away
and people can connect and play fine. I talked to octohd and FLOOR_MASTER
and they said they are getting the same problem.

Anyone else?

Thanks,
Tony


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


hostname "[PoE] Garbage Day"
sv_contact "[email protected]"
sv_region -1

con_password "****"
sv_password ""

// Logging

sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
log on

// Upload/download

sv_downloadurl "http://****";
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 100

// Performance

fps_max 450     // On command line
sv_minrate 10000
sv_maxrate 80000
sv_maxupdaterate 66
sv_minupdaterate 33
sv_maxcmdrate 66
sv_mincmdrate 33
sv_client_cmdrate_difference 20
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
sv_timeout 30

// Cheating

sv_pure 1
sv_pure_kick_clients 1
sv_consistency 1

// Gameplay

mp_winlimit 5
mp_maxrounds 0
mp_timelimit 35
mp_autoteambalance 1
mp_bonusroundtime 20
mp_idlemaxtime 5
mp_idledealmethod 2
mp_chattime 10
mp_footsteps 1

sv_alltalk 1

// Other

exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to