From owner-freebsd-isp Thu May 9 21:16:52 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA21905 for isp-outgoing; Thu, 9 May 1996 21:16:52 -0700 (PDT) Received: from irbs.irbs.com (irbs.com [199.182.75.129]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA21877 Thu, 9 May 1996 21:16:47 -0700 (PDT) Received: (from jc@localhost) by irbs.irbs.com (8.7.5/8.6.6) id AAA19162; Fri, 10 May 1996 00:15:33 -0400 (EDT) From: John Capo Message-Id: <199605100415.AAA19162@irbs.irbs.com> Subject: Re: How to add a delay before getty displays login prompt ? To: ATuretta@stylo.it (Angelo Turetta) Date: Fri, 10 May 1996 00:15:32 -0400 (EDT) Cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org In-Reply-To: from Angelo Turetta at "May 10, 96 01:28:38 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Angelo Turetta writes: > [...] > I suspect that getty is displaying the prompt string a little too early for > the Sportster, and often the modem is still in the phase where any character > from the host aborts the connection. > Reading 'man gettytab' I've not found any parameter to instert a delay > between the DCD and the first write. > I haven't tried this but :im=\0:pf#5: omits the initial banner and delays 5 seconds before issuing the login: prompt. Or add sleep(5); above this piece of code in getty/main.c, around line 226. if (IM && *IM) putf(IM); John Capo jc@irbs.com IRBS Engineering FreeBSD Servers and Workstations (954) 792-9551 Unix/Internet Consulting - ISP Solutions