From: Itsuro O. <od...@va...> - 2006-02-23 02:23:35
|
Hi, > Will the version 1 of mkdump work on Linux 2.4.32? I think the best way is to port version 1 for vanilla 2.4.27 to 2.4.32. (I have not trid yet though.) > this one running as back-end servers, and they don't crash. When the > system "dies", the console is black and does not respond to keyboard input > (screen blanking on the console is disabled), serial console gets no > output, a process that we have running on the system capturing a "ps" > every minute stops running. However, the system is pingable, and while it > does not respond to ssh/telnet, we notice that an nmap of the server still > lists the ports running services (and though you can connect to any of the > ports, you don't get back anything). We were really hoping to be able to Oops. Maybe someone (in the kernel functions) is into infinite loop (but still interrupt is enable). A crash dump tool may not be usefull becase the hook which calls dump caputuring function is not called in this case. (If this were infinite loop with interrupt disable case, nmi_watchdog is usefull.) Thanks. -- Itsuro ODA <od...@va...> |