Forum archive
Moodle Appliance keeps failing
Good morning. I installed the Moodle Appliance a couple weeks ago and migrated an existing Moodle (~20GB worth of data and a 100mb database) to it along with upgrading to the latest version of Moodle. It's running on a VMWare ESXi server. I did have to increase the size of the disk but that seemed to go fine.
This was all working fine for a few days. Then I went back in and when I attempt to load the site, I get a blank page. Chrome gives the error: "Error code: ERR_EMPTY_RESPONSE". The only page that loads is the login page @ hostname.of.moodle/login but when you attempt to login, it goes to the blank page again.
When I try to load the site, I get this entry in the apache error.log:
[Mon Jul 07 08:06:09 2014] [notice] child pid 13311 exit signal Segmentation fault (11)
I got it to work again by reinstalling Moodle (wiped out the moodle directory and uploaded the latest version) -- Ran setup, it linked back up to the db & data and was working again last week. I just checked again this morning and it's down.
Any idea what's going on here?
What process is crashing. Is it the same process. You list it as being pid 13311 but what program is that?
Anyhow, segmentation faults can happen for many reasons inclding:
If I had to guess I'd say faulty RAM is the most likely culprit. Last time I had random segmentation faults on a server I eventually traced it down to that.