• 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!

Linux segmentation fault

Status
Not open for further replies.

Elexonic

Well-Known Member
Joined
Jun 18, 2008
Messages
1,920
Reaction score
59
my server crash and this is my error..
how i can fix it?
i using debian 6

ImageShack? - Online Photo and Video Hosting

and lost all items of homes .. as if they had never saved .. assumes that must be saved with the globalsave not? ... because all items were lost and the owners.
In my config.lua have..
houseDataStorage = "binary-tilebased"

and this..
houseCleanOld = 8 * 24 * 60 * 60

-+ is the uptime on my server... 8 days.. and losed.. houses..
but if you can not be in this or not ..

thanks you

- - - Updated - - -

I copiling --enable-server-diag ... i can see error? how?
thanks..
 
You have this? active?
Lua:
	-- Global save
	globalSaveEnabled = true
	globalSaveHour = 5
	globalSaveMinute = 10
	shutdownAtGlobalSave = true
	cleanMapAtGlobalSave = true
why you need have globalsave in false.. wanna see in config.lua..
 
I copiling --enable-server-diag ... i can see error? or need install Cyko sayd?
Cronox i have this in my config.lua

-- Global save
globalSaveEnabled = false
globalSaveHour = 8
globalSaveMinute = 0
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false
closeInstanceOnShutdown = false

Tko: How i can repair database? in boton repair? and now?
 
If its a crash then use gdb logs, to get information how it crashed and who did it.
 
no need to copiling again no? only install this and now? reopen server and now?¿
 
and you have in globalevents.xml nothing global save event?..
repair database use search otland.. but i think not is problem database
 
I have this line save in globalevents--
<globalevent name="save" interval="3600000" event="script" value="save.lua"/>

I test repair table..and other ideas...
 
Just use gdb logs ffs. If someone "crashing" the server. You'll get the info you need.
 
Status
Not open for further replies.
Back
Top