Re: see shutdown messages without hitting alt ctrl F7
Goal: to see the "orderly shutting down of services messages" produced by shutdown -h now, without lifting a finger, when one has issued the shutdown command from inside X windows. I was told to use monitor=/dev/ttyX in lilo or at the boot prompt, but no, whatever one makes X one still has to hit alt ctrl F7 to see those final messages. Perhaps the monitor parameter affects the initial messages, but not the final ones. Anyways, post your tried and true results here. > "Dan" == Dan Jacobson <[EMAIL PROTECTED]> writes: Dan> I notice upon shutdown -h now I miss all the neat messages about what Dan> its shutting down, because I am sent to tty1 instead of remaining on Dan> window 7, the xwindow, and I must manually do alt ctrl F7 to go back Dan> and see them. Dan> I suppose this is for my own good, in case I want to type any last Dan> words or requests into tty1 before power is cut. Dan> However I miss the orderly turning off of services messages, and feel Dan> that I should get to see them without having to do alt ctrl F7, Dan> especially since that's where I was in the first place. Dan> So, am I being unreasonable or what does one do in some rc file? Dan> No, I'm not talking about the broadcast message that the system is Dan> going down. I see that already. -- http://jidanni.org/ Taiwan(04)25854780 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: see shutdown messages without hitting alt ctrl F7
* Dan Jacobson ([EMAIL PROTECTED]) [020619 15:15]: > I notice upon shutdown -h now I miss all the neat messages about what > its shutting down, because I am sent to tty1 instead of remaining on > window 7, the xwindow, and I must manually do alt ctrl F7 to go back > and see them. > > I suppose this is for my own good, in case I want to type any last > words or requests into tty1 before power is cut. > > However I miss the orderly turning off of services messages, and feel > that I should get to see them without having to do alt ctrl F7, > especially since that's where I was in the first place. Well, you could exit X, and then shutdown from the console. In that case, the messages would spew to your current console, (tty1, say) and you'd see them right there. Alternatively, you can specify a particular console to always be "the console" that the kernel spews messages to: add a "console=" parameter to your kernel command line. You can try that once by entering "Linux console=/dev/tty8" at LILO's boot prompt, and if you like it, make it permanent by adding 'append="console=/dev/tty8"' to your lilo.conf and re-running lilo. (Needless to say, these examples only work if you're actually using lilo, not grub or something else.) If you use one of those methods, all kernel messages will be sent to tty8 instead of /dev/tty0, which always refers to the "current" virtual console. (Of course, adjust tty8 to tty1 or tty12, or whatever you prefer). good times, Vineet -- http://www.doorstop.net/ -- http://www.anti-dmca.org/ pgp5LKHpKtqLC.pgp Description: PGP signature
see shutdown messages without hitting alt ctrl F7
I notice upon shutdown -h now I miss all the neat messages about what its shutting down, because I am sent to tty1 instead of remaining on window 7, the xwindow, and I must manually do alt ctrl F7 to go back and see them. I suppose this is for my own good, in case I want to type any last words or requests into tty1 before power is cut. However I miss the orderly turning off of services messages, and feel that I should get to see them without having to do alt ctrl F7, especially since that's where I was in the first place. So, am I being unreasonable or what does one do in some rc file? No, I'm not talking about the broadcast message that the system is going down. I see that already. -- http://jidanni.org/ Taiwan(04)25854780 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]