Hi!
Some of my centos's servers (poweredge 850/ centos 4.3) are crashing for any reason, and so i wanna get screen (kernel) output afterward. Problem is when the server is crashed and the screen blanked, a keypress doesn't do anything at all. Here it is what i've tried _from a ssh session_ :
- setterm -blank 0 and many combinations. - "noacpi" boot option ...
Any ideas ?
Thanks !
On Mon, 28 Aug 2006 16:51:24 +0200 Martin Hamant mh@accelance.fr wrote:
Here it is what i've tried _from a ssh session_ :
- setterm -blank 0 and many combinations.
put that in your init scripts, preferably /etc/rc.local
Or set up a serial console to another machine that will capture all the kernel msgs. I do that for problematic machines until I figure out what's going on.
Jure Pečar a écrit :
On Mon, 28 Aug 2006 16:51:24 +0200 Martin Hamant mh@accelance.fr wrote:
Here it is what i've tried _from a ssh session_ :
- setterm -blank 0 and many combinations.
put that in your init scripts, preferably /etc/rc.local
Or set up a serial console to another machine that will capture all the kernel msgs. I do that for problematic machines until I figure out what's going on.
Oh i understand... setterm should be invoqued by a father processus to make console herits from. :-O I forgot that !
Thank you.
On 28/08/06, Martin Hamant mh@accelance.fr wrote:
Oh i understand... setterm should be invoqued by a father processus to make console herits from. :-O I forgot that !
You could also consider setting up a netdump server on the network the problem server sits on, if you have a suitable candidate.
Will.