Serial admin console program

Bill McGonigle bill at bfccomputing.com
Mon Oct 6 17:35:20 EDT 2008


On Oct 3, 2008, at 19:15, Alan Johnson wrote:

> I am convinced that the serial port is still confusing
> things.


I saw something similar (symptom-wise) with a serial console server  
and it wound up that I had to turn off hardware flow control in  
agetty.  I suspect it's a bad cable as five other machines work fine,  
but it's hundreds of miles away, and works with hardware flow control  
turned off, so there it is.

In agetty, I removed:

        -h     Enable hardware (RTS/CTS) flow control. It is left up  
to the application to disable software (XON/XOFF) flow protocol where  
appropriate.

so, maybe something like:

   stty -F /dev/ttyS0 -crtscts

would help?  Somebody who has actually tried this before might help  
on syntax.

-Bill

-----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
bill at bfccomputing.com		Cell: 603.252.2606
http://www.bfccomputing.com/    Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf



More information about the gnhlug-discuss mailing list