Server waits few seconds after plugin loading - 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: Server waits few seconds after plugin loading (
/showthread.php?tid=454180)
Server waits few seconds after plugin loading -
Mellnik - 28.07.2013
After the plugin got loaded the server hangs for 8 seconds. I tried it with plugins and without and with a blank GM it is always 8 seconds. I never had this problem before and I haven't altered anything related to the server.
http://pastebin.com/Zu74aDRb
Edit: I'm on Ubuntu 12
Re: Server waits few seconds after plugin loading -
DJ_Shocker - 28.07.2013
Are you on a shared server or dedicated server, or home computer?
AW: Server waits few seconds after plugin loading -
Mellnik - 28.07.2013
dedicated server on Ubuntu
AW: Server waits few seconds after plugin loading -
Mellnik - 28.07.2013
Still not working. Now it hangs 25 seconds after plugin loading.
Please help. Could it be that there is a problem with i386 foreign architecture?
Код:
[20:35:18] Loading plugin: mysql_static.so
[20:35:18] >> plugin.mysql: running on 6 threads.
[20:35:18] >> plugin.mysql: R31 successfully loaded.
[20:35:18] Loaded.
[20:35:18] Loading plugin: sscanf.so
[20:35:18]
[20:35:18] ===============================
[20:35:18] sscanf plugin loaded.
[20:35:18] Version: 2.8.1
[20:35:18] © 2012 Alex "******" Cole
[20:35:18] ===============================
[20:35:18] Loaded.
[20:35:18] Loaded 3 plugins.
[20:35:43] Incoming connection: 190.31.54.176:15560
[20:35:43] Incoming connection: 190.31.54.176:15562
[20:35:43] Incoming connection: 190.31.54.176:15570
[20:35:43] Incoming connection: 190.31.54.176:15571
[20:35:43] Incoming connection: 190.31.54.176:15577
[20:35:43]
[20:35:43] Ban list
[20:35:43] --------
[20:35:43] Loaded: samp.ban
[20:35:43]
[20:35:43]
[20:35:43] Filterscripts
[20:35:43] ---------------
[20:35:43] Loaded 0 filterscripts.
Re: Server waits few seconds after plugin loading -
linuxthefish - 28.07.2013
Does it eventually load? Try crashdetect if not.
AW: Server waits few seconds after plugin loading -
Mellnik - 28.07.2013
Crashdetect does not print anything.
I just set up a new downloaded samp server in another directory (completely unmodified just changed RCON pass)
and it still happens so there must be something wrong with the OS :S
AW: Server waits few seconds after plugin loading -
Mellnik - 29.07.2013
Somehow it has been solved now.
I removed i386 as foreign architecture, purged lib32stdc++6 and all i386 packages, upgraded to the latest kernel, removed all old kernels and removed all gcc/gpp packages. Afterwards rebooted and installed lib32stdc++6 again. Just in case someone needs it.