• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Wat that? Help, ubuntu 10.04

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
My server is hosted in Ubuntu 10.04 and, sudden, the site and the server found itself offline. I had that restart the machine for have access to both once again. It looks me that is the same error that I had when used Windows.. Lost the connection with the database without no motive.

This time, happened to same thing and and i dont know the motive. It would like to know because the players are "Online" being that the server finds-itself offline?

Code:
Server Status
Currently 73 players are online on my server.

but my server is OFFLINE!! HOW THIS?
 
Players are not online, your site is showing this message because the server lost connection with database, so in the players table the field online still 1, becouse your db was not saved, when you start your server again the data base will be updated, and the field online will be set to 0, end the site will show the corret status. Its all fine, dont worry. I thibk that you have to optimize your mysql configuration or revise some scripts, to stop the lost connection.
 
And as I do this? and u know say myself because this happens?

Has have something?
Code:
	startupDatabaseOptimization = true
	updatePremiumStateAtStartup = true
	confirmOutdatedVersion = false
 
A lot of things can make you server loose connection, some script that overly access the data base, a bad configuration of your php and mysql server, overloaded data base and others. You need to analyze your system to found the problem, in this case i think that nobody who dont know the system can help you.
 
A lot of things can make you server loose connection, some script that overly access the data base, a bad configuration of your php and mysql server, overloaded data base and others. You need to analyze your system to found the problem, in this case i think that nobody who dont know the system can help you.

agreed
 
But my server was online to days without any kind of error, I didnt do no alteration.

- - - Updated - - -

when server down, somes vocations changes alone o.O

aaaf !
 
Server Status
Currently 73 players are online on my server.
Information about status on your server is cached for few minutes (default it's 5 minutes).
What is version of your theforgottenserver? Or are you using other type of opentibia server?
 
I using Rev 3777, compiled in ubuntu.

I solved this problem of the players online. The problem is that the server down without no motive and him crash of 15 in 15 minutes. Being that didnt i do no alteration for that happen. Simply of the nothing. My console no presented error.
 
Back
Top