Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
agetty respawn on headless Ultra/1E
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
TheJackal
n00b
n00b


Joined: 29 Jul 2003
Posts: 73
Location: In front of the keyboard :)

PostPosted: Sat Feb 28, 2004 7:14 pm    Post subject: agetty respawn on headless Ultra/1E Reply with quote

Code:
Feb 24 00:06:44 rommie init: Id "c1" respawning too fast: disabled for 5 minutes
Feb 24 00:06:45 rommie init: Id "c4" respawning too fast: disabled for 5 minutes
Feb 24 00:06:45 rommie init: Id "c2" respawning too fast: disabled for 5 minutes
Feb 24 00:06:45 rommie init: Id "c3" respawning too fast: disabled for 5 minutes
Feb 24 00:06:46 rommie init: Id "c5" respawning too fast: disabled for 5 minutes
Feb 24 00:06:46 rommie init: Id "c6" respawning too fast: disabled for 5 minutes


I presume this might have something to do with the fact I don't have a monitor/keyboard connected (headless) to the Ultra/1E, sort of like OpenBSD automatically enables a serial console when no keyboard is connected.

It seems that devfs doesn't want to create any ttyX nodes in /dev, I've even tried to enabled full compatability mode for old devices in the devfsd.conf but it's still the same. I could remove all the agetty entries in the inittab but then I wouldn't have a login console if I ever needed one...

Is there something glaringly obvious I'm missing here?
_________________
"Expect nothing. That way you will be ready for anything - Virginia Viadura"

Black Mesa Research Facility
Back to top
View user's profile Send private message
mad
n00b
n00b


Joined: 04 Dec 2002
Posts: 36

PostPosted: Sun Feb 29, 2004 8:41 am    Post subject: Reply with quote

Hi,

remove all agetty line expect the ttyS0 from /etc/inittab, and reload init (init -q).

Example for remove:
c1:12345:respawn:/sbin/agetty 38400 tty1 linux


And you can remove conseolefont from boot runlevel.
rc-update del consolefont boot

regards Martin
_________________
--
Before you begin, consider
Back to top
View user's profile Send private message
TheJackal
n00b
n00b


Joined: 29 Jul 2003
Posts: 73
Location: In front of the keyboard :)

PostPosted: Sun Feb 29, 2004 11:15 am    Post subject: Reply with quote

Yes, but that in itself wouldn't give me any console login terminals and all subsequent remote logins (i.e. ssh) would be on terminals pty/sX (serial I presume) because no pty/X are available.
_________________
"Expect nothing. That way you will be ready for anything - Virginia Viadura"

Black Mesa Research Facility
Back to top
View user's profile Send private message
Weeve
Retired Dev
Retired Dev


Joined: 30 Oct 2002
Posts: 641

PostPosted: Sun Feb 29, 2004 2:38 pm    Post subject: Reply with quote

Removing those entries won't effect remote logins. They just control the local virtual consoles.

On a headless machine, my /etc/inittab looks like the following (with comments omitted);

Code:

id:3:initdefault:

si::sysinit:/sbin/rc sysinit

rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot

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


ca:12345:ctrlaltdel:/sbin/shutdown -r now

x:a:once:/etc/X11/startDM.sh
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Fri May 14, 2004 9:01 pm    Post subject: Reply with quote

Duplicate of https://forums.gentoo.org/viewtopic.php?t=97254
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum