Re: Serial Console and mkbootdisk

2002-10-14 Thread Tom Pollerman
combersome to hook up a > monitor to as well because of the location. What/how do I need to > include on the bootdisk to tell it to use a serial port for the > default display? I want to connect to it on a serial cable and > monitor it over a terminal. > > There's a g

Re: Serial Console and mkbootdisk

2002-10-14 Thread Bryan Liles
Here is a guide for you: http://www.ibiblio.org/pub/Linux/docs/HOWTO/Remote-Serial-Console-HOWTO On Sun, 2002-10-13 at 13:34, Robert Canary wrote: > Good day listers, > > I have a machine that I always boot from floppy, with a disk created > from mkbootdisk utility. However, thi

Serial Console and mkbootdisk

2002-10-13 Thread Robert Canary
Good day listers, I have a machine that I always boot from floppy, with a disk created from mkbootdisk utility. However, this machine is hardly ever accessed via the keyboard and is very combersome to hook up a monitor to as well because of the location. What/how do I need to include on the boo

RE: Serial console login / null modem?

2002-06-07 Thread Furnish, Trever G
02 2:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Serial console login / null modem? On 2002.06.06 11:33 "Furnish, Trever G" wrote: > I'm trying to get a working login on my serial port and I'm running into > a > problem that I initially thought was becaus

Re: Serial console login / null modem?

2002-06-07 Thread Karl O . Pinc
On 2002.06.06 11:33 "Furnish, Trever G" wrote: > I'm trying to get a working login on my serial port and I'm running into > a > problem that I initially thought was because of a mis-wired null-modem, > but > now I think it's because of something I've missed in my linux > configuration. > Help??? >

RE: Serial console login / null modem?

2002-06-07 Thread Furnish, Trever G
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Serial console login / null modem? On Thu, 2002-06-06 at 12:33, Furnish, Trever G wrote: > I'm trying to get a working login on my serial port and I'm running into a > problem that I initially thought was because of a mis-wir

Re: Serial console login / null modem?

2002-06-07 Thread C. Linus Hicks
On Thu, 2002-06-06 at 12:33, Furnish, Trever G wrote: > I'm trying to get a working login on my serial port and I'm running into a > problem that I initially thought was because of a mis-wired null-modem, but > now I think it's because of something I've missed in my linux configuration. > Help???

Re: Serial console login / null modem?

2002-06-07 Thread hanfamily
> > I'm using a redhat 7.2 system as the server, with /dev/ttyS0. I haven't > > changed any devices or other setups - this is just minicom on the server > > side talking to hyperterminal on the client side. Minicom can send text to > > hyperterminal but hypertrm can't send back. The settings a

Re: Serial console login / null modem?

2002-06-06 Thread Jonathan Bartlett
I've had this happen to me before, and it's always been a bad serial cable. Somewhere on my site I've got the information you need to set up the serial console properly - http://www.eskimo.com/~johnnyb/computers/stl/ Jonathan Bartlett On Thu, 6 Jun 2002, Furnish, Trever G wrote

Serial console login / null modem?

2002-06-06 Thread Furnish, Trever G
I'm trying to get a working login on my serial port and I'm running into a problem that I initially thought was because of a mis-wired null-modem, but now I think it's because of something I've missed in my linux configuration. Help??? I've tried a commercially made null modem cable and two cable

Re: serial console on rh7.2

2002-04-05 Thread Lorris J. Woods
I have been using getty_ps-2.0.7j-12 with no problem on 7.2 S0:2345:respawn:/sbin/getty -h -r 2 ttyS0 DT9600 vt100 is my entry in /etc/inittab. --On Friday, April 05, 2002 6:21 PM +0100 Bill Crawford <[EMAIL PROTECTED]> wrote: > On Fri, 5 Apr 2002, Matthew Melvin wrote: > >> >> Under redhat 6

Re: serial console on rh7.2

2002-04-05 Thread Bill Crawford
On Fri, 5 Apr 2002, Matthew Melvin wrote: > > Under redhat 6.2 I put > > S0:2345:respawn:/sbin/getty ttyS0 DT9600 vt102 > > ... into my /etc/inittab and all was good... but redhat 7.2 doens't have an > /sbin/getty ... anyone know what I should be putting in there instead? You'll want /s

RE: serial console on rh7.2

2002-04-05 Thread Furnish, Trever G
to do this on a dell poweredge in the near future and haven't started investigating it yet. -Original Message- From: Matthew Melvin [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:53 PM To: [EMAIL PROTECTED] Subject: serial console on rh7.2 Under redhat 6.2 I put

serial console on rh7.2

2002-04-04 Thread Matthew Melvin
Under redhat 6.2 I put S0:2345:respawn:/sbin/getty ttyS0 DT9600 vt102 ... into my /etc/inittab and all was good... but redhat 7.2 doens't have an /sbin/getty ... anyone know what I should be putting in there instead? M. -- WebCentral Pty Ltd Australia's #1 Internet Web Hosting

Serial Console

2002-02-06 Thread John Telford
Hello What's a clean simple way to configure a RedHat 7.2 system to totally replace the video care, monitor, and keyboard with a serial console? Thanks ...John - John Telford JohnTelford.com LLC - (503)292-6865 - Fax(503)292-3094 13508 NW Springville Road - Portland, Oregon 97229

Re: ARG! Serial console woes

2001-12-29 Thread Leonard den Ottolander
Hi Chuck, I wrote: > Just use: append="console=tty0 console=ttyS0" Well, I had another try with the full append line you use, ie append="console=tty0 console=ttyS0,9600n8" which works as well. I do seem to have some reboot issues though. I'll have a look at that, and see if th

Re: ARG! Serial console woes

2001-12-29 Thread Leonard den Ottolander
Hi Chuck, Thanx for all the input. The extra tty0 is helpful if you want to be able to get kernel output on the local console. Right, I missed that. And the "S0" entry indeed works fine as well. So you are telling the *getty doesn't make the difference. What probably does is

Re: ARG! Serial console woes

2001-12-29 Thread RedHat List
> > Hi Chuck, > > > /etc/lilo.conf > > append="console=tty0 console=ttyS0,9600n8" > > Is it legal to specify multiple consoles? Or is just the last taken? And > which console is tty0? > This is the way I have been doing it for 7 year

Re: ARG! Serial console woes

2001-12-28 Thread Leonard den Ottolander
Hi Chuck, > /etc/lilo.conf > append="console=tty0 console=ttyS0,9600n8" Is it legal to specify multiple consoles? Or is just the last taken? And which console is tty0? > In /etc/inittab I added the following: > > S0:2345:respawn:/sbin/agetty 9600 ttyS0 Is S0 a valid entry h

ARG! Serial console woes

2001-12-28 Thread RedHat List
Hey all, We added serial console support to some RH 7.2 system and now they hang at the infamous "Freeing unused kernel memory" I noticed scads of posts on Google with this same problem but have yet to find any posted fix. I added this to /etc/lilo.conf near the top before the fi

RE: serial console help

2001-02-15 Thread shoe
Cool, thanks for the help. I had trouble with mgetty but was able to get it working with getty just fine. Thanks again. > You have to run some version of getty on the serial port. Edit /etc/inittab and add: # Direct connect lines. S1:12345:respawn:/usr/sbin/mgetty -r ttyS0 and configure the

Re: serial console help

2001-02-14 Thread Mikkel L. Ellertson
On Wed, 14 Feb 2001, shoe wrote: > Hello, > > I'm trying to get a RH7.0 box to output the console through a serial link on > my laptop running win2k. I setup hyperterminal on the laptop and it > sucessfully connects. On the linux side I followed the steps in the > tex-terminal how-to. I did a > "

serial console help

2001-02-14 Thread shoe
Hello, I'm trying to get a RH7.0 box to output the console through a serial link on my laptop running win2k. I setup hyperterminal on the laptop and it sucessfully connects. On the linux side I followed the steps in the tex-terminal how-to. I did a "mknod -m 622 console c 5 1" then added serial

Re: level S on serial console

2000-12-07 Thread Matthew Melvin
getty's running. > Seems to be the concensus that I'm not going to get away from running getty in runlevel S then. I'm really supprised that none of the documentation of setting up a serial console mention this - they just suggest that you should delete /etc/ioctl.save before

Re: level S on serial console

2000-12-07 Thread Bill Carlson
On Thu, 7 Dec 2000, Matthew Melvin wrote: > On Wed, 6 Dec 2000, Bill Carlson wrote: > > Okay cool... > > In /etc/inittab I've got... > > S0:2345:respawn:/sbin/getty ttyS0 DT9600 vt102 > > ... for multiuser mode and... > > ~~:S:wait:/sbin/getty ttyS0 DT9600 vt102 > Ok, I have a couple of boxes wi

Re: level S on serial console

2000-12-06 Thread Cokey de Percin
Matthew Melvin wrote: > > On Wed, 6 Dec 2000, Cokey de Percin wrote: > > > Matthew Melvin wrote: > > > > Well, I'm using a serial terminal and I don't have a problem getting > > in Single, but my setup looks like this: > > > > S0:12345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS0 ttyS0 DT960

Re: level S on serial console

2000-12-06 Thread Matthew Melvin
On Wed, 6 Dec 2000, Cokey de Percin wrote: > Matthew Melvin wrote: > > Well, I'm using a serial terminal and I don't have a problem getting > in Single, but my setup looks like this: > > S0:12345:respawn:/sbin/uugetty -d /etc/conf.uugetty.ttyS0 ttyS0 DT9600 vt100 >^ > Note the '1'... I belie

Re: level S on serial console

2000-12-06 Thread Cokey de Percin
r anything. > > > > > Anyone who's struck this problem or knows what's going on.. I'd love to hear > > > from you. :) A serial console that doens't work in single user mode is > > > rather pointless. > > > > Hey Matthew, > >

Re: level S on serial console

2000-12-06 Thread Matthew Melvin
problem or knows what's going on.. I'd love to hear > > from you. :) A serial console that doens't work in single user mode is > > rather pointless. > > Hey Matthew, > > Can you give some more details, like the contents of /etc/lilo.conf for > the kernel

Re: level S on serial console

2000-12-06 Thread Bill Carlson
On Wed, 6 Dec 2000, Matthew Melvin wrote: > But when I go to single user mode init shows me the "bash#" prompt but thats > it. I can't use the bash prompt or anything. > Anyone who's struck this problem or knows what's going on.. I'd love to hear > f

level S on serial console

2000-12-05 Thread Matthew Melvin
Okay I'm trying to setup a system with a serial console and mostly everything has worked as expected. With minicom running at 9600 and using software flow control I can see and control the lilo prompt. I see the kernel messages and the SysV init messages. In multiuser mode getty star

Re: using Linux as a serial console

2000-07-13 Thread linda hanigan
I used Kermit and it worked great. Linda Hanigan - Original Message - From: "Todd A. Jacobs" <[EMAIL PROTECTED]> To: "RedHat List" <[EMAIL PROTECTED]> Sent: Wednesday, July 12, 2000 11:58 PM Subject: using Linux as a serial console >

Re: using Linux as a serial console

2000-07-13 Thread fred smith
On Wed, Jul 12, 2000 at 09:58:12PM -0700, Todd A. Jacobs wrote: > Minicom (at first glance) appears to be more of a modem dialer. What > program should I be using if I simply want to use the serial port to > console into a null-modem-attached device, e.g. a headless Solaris box? Though I don't us

Re: using Linux as a serial console

2000-07-13 Thread Rick Warner
I use kermit; free, flexible. - rick warner - On Wed, 12 Jul 2000, Todd A. Jacobs wrote: > Minicom (at first glance) appears to be more of a modem dialer. What > program should I be using if I simply want to use the serial port to > console into a null-modem-attached device, e.g. a headless So

RE: using Linux as a serial console

2000-07-13 Thread Chapman, Matt
;640K ought to be enough for anybody." http://www.duhnet.net -Original Message- From: Todd A. Jacobs [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 13, 2000 12:58 AM To: RedHat List Subject: using Linux as a serial console Minicom (at first glance) appears to be more of a modem di

Re: using Linux as a serial console

2000-07-13 Thread David Talkington
Todd - Minicom'll do that too. Before you connect the serial cable, remove the modem initialization string, set the baud rate to 9600-N-8-1 (at least that's what our Ciscos, Sun E250, and Ultra 10 want), set the port as appropriate, save the setup with a new name (serial.dfl, for instance). Yo

using Linux as a serial console

2000-07-12 Thread Todd A. Jacobs
Minicom (at first glance) appears to be more of a modem dialer. What program should I be using if I simply want to use the serial port to console into a null-modem-attached device, e.g. a headless Solaris box? -- Todd A. Jacobs Senior Network Consultant -- To unsubscribe: mail [EMAIL PROTECT

Re: Serial console question.

2000-02-14 Thread linda hanigan
Sent: Sunday, February 13, 2000 11:30 AM Subject: Serial console question. > Hello, > > If I want to have a serial console connection via a null modem cable > between my two linux boxes, what is the best program to use on box A to > connect to box B, if box B already has serial

Re: Serial console question.

2000-02-14 Thread Carl Karsten
ebruary 13, 2000 4:03 PM Subject: Re: Serial console question. > At 11:30 AM 2/13/00 -0800, David S Edwards wrote: > >Hello, > > > >If I want to have a serial console connection via a null modem cable > >between my two linux boxes, what is the best program to use on box A

Re: Serial console question.

2000-02-13 Thread Mikkel L. Ellertson
At 11:30 AM 2/13/00 -0800, David S Edwards wrote: >Hello, > >If I want to have a serial console connection via a null modem cable >between my two linux boxes, what is the best program to use on box A to >connect to box B, if box B already has serial console support compiled

Serial console question.

2000-02-13 Thread David S Edwards
Hello, If I want to have a serial console connection via a null modem cable between my two linux boxes, what is the best program to use on box A to connect to box B, if box B already has serial console support compiled in the kernel? Neither box has X windows installed. Thanks, David