Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6680 - can't login to default installed system on serial port / console
Summary: can't login to default installed system on serial port / console
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-18 07:38 UTC by Chris Russell
Modified: 2002-08-19 18:38 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 Chris Russell 2002-08-18 07:38:59 UTC
after installing default-sparc64-1.0 on my Ultra Enterprise 1 I found that I
could not login.
Instead I got messages from INIT about c1,c2,c3,c4,c5, and c6 respawning too
fast. c1-c6 are the agetty's for the tty's that would have been present on a
machine that had a graphics card. This machine does not have a framebuffer.

After some investigation I resolved the problem by editing 2 files.

1. /etc/inittab
   under #TERMINALS I commented out the 6 existing terminal lines and added
another line:
   "s1:12345:respawn:/sbin/agetty 9600 ttyS0 vt102"


2.  /etc/securetty
    adding ttyS0 did not work in my case, I needed to add "tts/0"
I guess that's the devfs name, ttyS0 should work on a machine without devfs.


I think that these changes should be included in a future revision of the
scripts, of course the s1 line in inittab should probably be commented out by
default, and a note added to the sparc installation guide. (should that be a
separate documentation bug?)
I can't think of any other systems that have this potential problem, everyone
else has a monitor. :)

thanks,
Chris.
Comment 1 Maarten Thibaut (RETIRED) gentoo-dev 2002-08-19 18:38:50 UTC
Fixed in shadow (for securetty) and baselayout (for inittab/rc.conf).