Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-23-2002, 11:03 PM
|
#1
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
|
redirecting boot mesages
i know this subject has been discussed before, but i havn't found any of the information to be entirely helpfull,i have a wyse (wy150) runnint in wy50 mode and i want all boot messages including the
'starting whatever [OK] ' lines to show on the terminal instead of the main screen, how exactly do i do this?
|
|
|
08-24-2002, 05:48 AM
|
#2
|
Senior Member
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536
Rep: 
|
You can see the kernel boot messages again by entering "dmesg".
I don't know of any way to see the services startup messages ('starting whatever [OK] ' ) again.
|
|
|
08-24-2002, 08:49 AM
|
#3
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Original Poster
|
well, thanks hko, that was interesting and perhaps someday helpfull, but not to be rude, not quite what i meant, to be more clear on my intentions, i'm trying to redirect the messages to the WYSE at boot-time so they scroll by on that screen during boot-up instead of the main screen, is this possible if so how?
|
|
|
09-03-2002, 02:40 PM
|
#4
|
Senior Member
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536
Rep: 
|
Oh sorry for not seeing want you meant.
I looked it up and see that WYSE has to do with the thin-client thing.
Cool. Don't know almost nothing about it.
Assuming the thin client is talking to its server through TCP/IP or any other networking means of talking bits. By wild guessing, I'm afraid it's not easy, if possible at all, to do what you want. The kernel will need to start up in order to be able to talk TCP/IP, hence to be able to show something on a remote terminal.
If I'm at all right about guessing how WYSE's work....that is....
Last edited by Hko; 09-03-2002 at 02:43 PM.
|
|
|
09-03-2002, 02:48 PM
|
#5
|
Member
Registered: Aug 2001
Distribution: Debian Etch
Posts: 510
Rep:
|
Here are some instructions describing how to redirect to the serial console:
1.Type "vi /etc/inittab".
2.In the "# Run gettys in standard runlevels" section, add the line "s0:2345:respawn:/sbin/getty ttyS0 DT9600 vt100".
3.Save and exit the file.
1.Type "vi /etc/lilo.conf".
2.At the end of the first section, add the line "serial=0,9600".
3.At the end of the second section, add the line "append="console=tty0 console=ttyS0,9600"".
For example, this is a standard lilo.conf showing where to add the two lines:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timout=50
linear
default=linux
serial=0,9600
image=/boot/vmlinuz-2.2.14-5.0
label=linux
read-only
root=/dev/hda5
append="console=tty0 console=ttyS0,9600"
4.Save and exit the file.
5.At the command prompt, Type "lilo".
6.Restart the system.
|
|
|
09-05-2002, 09:38 PM
|
#6
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
Original Poster
|
ok, it sorta works, but how about in other than 80 collum vt-100 mode?
|
|
|
09-06-2002, 12:46 AM
|
#7
|
Member
Registered: Aug 2002
Distribution: RH 7.x
Posts: 71
Rep:
|
Hey Hey Hey. Now here's something.
Would you just spare a few minutes of yours to describe me what's that all about. What's the difference between a terminal and the main screen. I just know when I turn on my PC, or my terminal with remote boot that I get all the 'starting services ...' things on my screen. Now, that's what I call my terminal also. And the main screen too.
Kindly do tell.
Thanks.
|
|
|
All times are GMT -5. The time now is 11:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|