Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11551 - serial console has linux for the TERM type
Summary: serial console has linux for the TERM type
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: Normal minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 18:54 UTC by Erik Scrafford
Modified: 2003-01-13 19:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Scrafford 2002-12-03 18:54:26 UTC
serial console should have vt100 (or something similar) for the TERM type, not 
linux (linux is for consoles). the following line in inittab needs to be 
changed:

c0:12345:respawn:/sbin/agetty 9600 ttyS0 linux

to 

c0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-04 14:18:49 UTC
Im guessing you mean that line have to be added ?
Comment 2 Erik Scrafford 2002-12-04 14:38:00 UTC
the c0 line was there when i did a serial console sparc install - not sure if 
it's there on other types of installs
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-04 15:12:04 UTC
Ok, see now, it was added by a sparc dev to baselayout's src_unpack if building
for sparc ... will fix in a bit.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-05 15:18:57 UTC
I fixed it so long for a local copy, should make it for next baselayout.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-25 17:56:25 UTC
Fixed in current stable baselayout ...