I have one server running Windows Server 2003 and another one running CentOS 5.5. I created a proxy to allow users to connect to the CentOS server through the Windows server. Everything worked fine until there were like 30 users online. The CentOS server automatically shut down.
Here is some of the log from file messages:
Dec 2 01:59:59 localhost avahi-daemon[4596]: Server startup complete. Host name is localhost.local. Local service cookie is 3442367051.
Dec 2 01:59:59 localhost pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 Not Found
Dec 2 01:59:59 localhost last message repeated 3 times
Dec 2 02:00:00 localhost kernel: mtrr: no more MTRRs available
Dec 2 02:00:01 localhost last message repeated 7 times
Dec 2 07:08:28 localhost shutdown[6703]: shutting down for system halt
Dec 2 07:08:28 localhost pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 Not Found
Dec 2 07:08:29 localhost smartd[4658]: smartd received signal 15: Terminated
Dec 2 07:08:29 localhost smartd[4658]: smartd is exiting (exit status 0)
Dec 2 07:08:29 localhost avahi-daemon[4596]: Got SIGTERM, quitting.
Dec 2 07:08:29 localhost avahi-daemon[4596]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::be30:5bff:fee5:c57c.
Dec 2 07:08:29 localhost avahi-daemon[4596]: Leaving mDNS multicast group on interface eth0.IPv4 with address xxx.xx.xxx.xx.
Dec 2 07:11:56 localhost syslogd 1.4.1: restart.
Both servers have more than enough resource for 30 users. What could be causing this? Thank you.
shutdownorhaltcommand, rather than a crash. Did somebody press the power button, perhaps? – Andy Smith Dec 2 '11 at 0:51sarto see what the load was like before the shutdown. I've honestly not seen a Linux box shut itself down cleanly for no reason... unless it's a temperature/sensors issue. – Andy Smith Dec 2 '11 at 1:32