I woke up and found that the bot has been rebooting from 4am till 11am every 5 mins. (which is my eggdrop boot script). I haven't changed a thing in my server setup in months except for the mysql server. Which I changed sunday and the errors came up today (tuesday). The everything worked like a charm then so I have no idea why it just started off like this.
The bot seems to have problems getting mysql results but I made the module myself and has been running for months without reboots.
The core file says:
Code: Select all
Loaded symbols for /home/ukr/irc/eggdrop1.6.17/modules/warmanager.so
Reading symbols from /usr/lib/libmysqlclient.so.12...done.
Loaded symbols for /usr/lib/libmysqlclient.so.12
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/tls/i686/cmov/libcrypt.so.1...done.
Loaded symbols for /lib/tls/i686/cmov/libcrypt.so.1
Reading symbols from /home/ukr/irc/eggdrop1.6.17/blowfish.so...done.
Loaded symbols for /home/ukr/irc/eggdrop1.6.17/modules/blowfish.so
#0 0xffffe410 in __kernel_vsyscall ()
Code: Select all
[04:05] Server got stoned; going for munchies...
[04:05] Trying server freddyshouse.uk.quakenet.org:6668
[04:05] Connected to freddyshouse.uk.quakenet.org
I downgraded the mysql server from 4.1 to 4.0 together with all related stuff and recompile the bot like 100 times and rebooted it but without any result. The core dumps always point to the blowfish .so so I can't see what is wrong.
Could the stoned message do andything that would influence the bot in later boots?