Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Michael Maxwell on July 06, 2001, 06:48:38 PM

Title: mgetty & Init.d
Post by: Michael Maxwell on July 06, 2001, 06:48:38 PM
Hi,

I have set up mgetty so that workstations can dial in with default windows setting. Now i need to know how to get mgetty to come up at boot.

I added "F1a:23:respawn:/sbin/mgetty -R 20 ttyS1" to the end of /etc/inittab (template) and rebooted the box.

Mgetty didn't come up at all

The logs show (0) ???

Any idea's ?

Thanks & 73's

--
Michael Maxwell
Title: Re: mgetty & Init.d
Post by: Charlie Brady on July 07, 2001, 04:32:51 PM
Michael Maxwell wrote:

> I have set up mgetty so that workstations can dial in with
> default windows setting. Now i need to know how to get mgetty
> to come up at boot.
>
> I added "F1a:23:respawn:/sbin/mgetty -R 20 ttyS1" to the end
> of /etc/inittab (template) and rebooted the box.
>
> Mgetty didn't come up at all

Try "F1a:237:respawn:...". e-smith runs at runlevel 7.

Charlie
Title: Re: mgetty & Init.d
Post by: Michael Maxwell on July 08, 2001, 05:51:48 PM
Hi Charlie,

Ok it's working now :o)

Thanks, Michael