Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2001 18:01:14 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Luigi Rizzo <luigi@FreeBSD.org>
Cc:        <current@FreeBSD.org>, <des@FreeBSD.org>
Subject:   Re: cvs commit: src/release/picobsd/mfs_tree/etc termcap
Message-ID:  <20011109174049.H8067-100000@delplex.bde.org>
In-Reply-To: <200111011652.fA1GqZb20922@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Nov 2001, Luigi Rizzo wrote:

> luigi       2001/11/01 08:52:35 PST
>
>   Modified files:
>     release/picobsd/mfs_tree/etc termcap
>   Log:
>   Add entries for "dumb" and "dialup" terminals, as the shell in HEAD
>   refuses to start if it does not find a matching entry for the terminal
>   type.
>
>   My impression is that this is a problem in the shell, because
>   at least on PicoBSD images, the shell itself coredumps.
>   Anyways, this is the quickest fix i can come up with.

This is probably caused by the not so recent breakage of libedit.

I now understand why I didn't see as many problems as des for single-user
shells: I have /etc/malloc.conf -> aj, and this prevents detection of
the breakage.  With the default malloc options, "set -E" in /bin/sh
always dumps core if $TERM doesn't exist.  $TERM never exists for
single-user-shells if /usr is a separate filesystem.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011109174049.H8067-100000>