Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten. thanks a lot filip -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Mon, 11 Sep 2000, filip wrote:
Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten. thanks a lot filip
/var/log/boot.msg Alvaro Novo SuSE 6.4 Kernel 2.2.16 KDE 2 - Beta 4 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
filip wrote:
Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten. thanks a lot filip
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Ummm... dmesg > dmesg.txt ? Monte -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
milanuk@yahoo.com wrote:
filip wrote:
Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten.
Ummm... dmesg > dmesg.txt ?
That gets you the first group of messages, which I believe are the ones under direct kernel control, but not the ones resulting from execution of the files in /sbin/init.d/rc.*. I'd like to know how to get that second group. Paul Abrahams -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
"Paul W. Abrahams" wrote:
milanuk@yahoo.com wrote:
filip wrote:
Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten.
Ummm... dmesg > dmesg.txt ?
That gets you the first group of messages, which I believe are the ones under direct kernel control, but not the ones resulting from execution of the files in /sbin/init.d/rc.*. I'd like to know how to get that second group.
Paul Abrahams
Good point. All I've ever needed was either in /var/log/messages or available from dmesg. Not sure about the rest. Monte
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
__________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Monte wrote:
"Paul W. Abrahams" wrote:
milanuk@yahoo.com wrote:
filip wrote:
Can somebody remember howto obtain the initial messages ( complete )during the start up process and howto put them into a file of yourself. Sorry for this but I have forgotten.
Ummm... dmesg > dmesg.txt ?
That gets you the first group of messages, which I believe are the ones under direct kernel control, but not the ones resulting from execution of the files in /sbin/init.d/rc.*. I'd like to know how to get that second group.
Paul Abrahams
Good point. All I've ever needed was either in /var/log/messages or available from dmesg. Not sure about the rest.
Monte
There is a way though. Simply scroll back to the messages with Shift+PageUp. This works for the first console because in /etc/inittab the option --noclear is included in: 1:123:respawn:/sbin/mingetty --noclear tty1 In SuSE 6.3 anyway. So mingetty does not erase the messages. (With thanks to Jonathan Wilson for this information.) Now I managed to copy the consecutive screen contents into a text file. By the way: if you have forgotten something, of course you can always find it back in the archive. Sjors -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Sjoerd Hiemstra wrote:
There is a way though. Simply scroll back to the messages with Shift+PageUp. This works for the first console because in /etc/inittab the option --noclear is included in:
1:123:respawn:/sbin/mingetty --noclear tty1
In SuSE 6.3 anyway. So mingetty does not erase the messages. (With thanks to Jonathan Wilson for this information.) Now I managed to copy the consecutive screen contents into a text file.
By the way: if you have forgotten something, of course you can always find it back in the archive.
Sjors
How did you manage to copy the screens into a text file? -- Terry Eck <eck@raytheon.com> Office: 972-575-6196_____Beeper: 972-297-5350_____Fax: 972-575-0556 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Most likely with GPM running and vi, pico or some other editor in another screen I'm assuming -- S.Toms - tomas@primenet.com - www.primenet.com/~tomas SuSE Linux v6.4+ - Kernel 2.2.16 "The voters have spoken, the bastards ..." ----- Original Message ----- From: "Terry Eck" <eck@raytheon.com> To: "Sjoerd Hiemstra" <s.hiemstra@wish.nl> Cc: <suse-linux-e@suse.com> Sent: Tuesday, September 12, 2000 1:42 PM Subject: Re: Boot Messages
Sjoerd Hiemstra wrote:
There is a way though. Simply scroll back to the messages with Shift+PageUp. This works for the first console because in /etc/inittab the option --noclear is included in:
1:123:respawn:/sbin/mingetty --noclear tty1
In SuSE 6.3 anyway. So mingetty does not erase the messages. (With thanks to Jonathan Wilson for this information.) Now I managed to copy the consecutive screen contents into a text file.
By the way: if you have forgotten something, of course you can always find it back in the archive.
Sjors
How did you manage to copy the screens into a text file?
-- Terry Eck <eck@raytheon.com> Office: 972-575-6196_____Beeper: 972-297-5350_____Fax: 972-575-0556
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
S.Toms wrote:
Most likely with GPM running and vi, pico or some other editor in another screen I'm assuming
Terry Eck wrote:
Sjoerd Hiemstra wrote:
There is a way though. Simply scroll back to the messages with Shift+PageUp. This works for the first console because in /etc/inittab the option --noclear is included in:
1:123:respawn:/sbin/mingetty --noclear tty1
In SuSE 6.3 anyway. So mingetty does not erase the messages. (With thanks to Jonathan Wilson for this information.) Now I managed to copy the consecutive screen contents into a text file.
By the way: if you have forgotten something, of course you can always find it back in the archive.
How did you manage to copy the screens into a text file?
Indeed, with GPM running (yast: System administration --> Integrate hardware into system --> Mouse configuration --> select protocol --> if not PS/2, select serial port --> confirmation message asking "Do you want to run gpm -t <protocol> -m /dev/mouse & at boot time?") And yes, I used pico. Any other editor wil do, I assume. Not necessarily in another screen. Using the same screen, scroll up and down a few times. Select text in screen by clicking on first character with left mouse button (the character is being inverted, i.e. light character on dark screen becomes dark character on light block) and, similarly, on last character with right mouse button. Everything in between is selected. This appears only to be working after first hitting the middle mouse button once. Or else, simply drag across whole screen while keeping left mouse button pressed. In the editor, press middle mouse button to paste selected text. It appears not to be possible to select all messages, that is, more than the contents of one screen, at once. SH -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (7)
-
abrahams@valinet.com
-
eck@raytheon.com
-
milanuk@yahoo.com
-
novo@uiuc.edu
-
s.hiemstra@wish.nl
-
tomas@primenet.com
-
vhf@skynet.be