From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 12:44:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12BCD16A4CE for ; Wed, 22 Sep 2004 12:44:13 +0000 (GMT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.241.160.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C184243D58 for ; Wed, 22 Sep 2004 12:44:12 +0000 (GMT) (envelope-from phil@sal-n-phil.net) Received: from [10.0.0.254] (81-178-119-225.dsl.pipex.com [81.178.119.225]) by colossus.systems.pipex.net (Postfix) with ESMTP id E2ADA1C00509; Wed, 22 Sep 2004 13:44:02 +0100 (BST) From: Phil Payne To: Giorgos Keramidas In-Reply-To: <20040922121549.GA870@orion.daedalusnetworks.priv> References: <1095692181.643.3.camel@gw.internal> <1095708454.643.10.camel@gw.internal> <1095710679.643.12.camel@gw.internal> <1095848367.4475.15.camel@gw.internal> <20040922103835.GA85905@orion.daedalusnetworks.priv> <1095849784.39983.2.camel@gw.internal> <20040922121549.GA870@orion.daedalusnetworks.priv> Content-Type: text/plain Message-Id: <1095857042.39983.6.camel@gw.internal> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 22 Sep 2004 13:44:02 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: make installkernel help required. (ANSWER... sort of) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: phil@sal-n-phil.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 12:44:13 -0000 On Wed, 2004-09-22 at 13:15, Giorgos Keramidas wrote: > On 2004-09-22 11:43, Phil Payne wrote: > > On Wed, 2004-09-22 at 11:38, Giorgos Keramidas wrote: > > > On 2004-09-22 11:19, Phil Payne wrote: > > > > ... I ran the make installkernel outside of X (i.e. in a console) > > > > and it works fine. Try to run it in aterm or xterm and you get > > > > the "can't shift that many" error. I cannot pretend to know > > > > anything about why this is the case. > > > > > > This error seems to be caused by some sort of mishandling of nls.alias > > > when this command runs: > > > > > > : cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; > > > : while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; > > > : done > > > Here's the nls.alias file: > > > > gw# cat /usr/src/etc/nls.alias > > # $FreeBSD: src/etc/nls.alias,v 1.5 2003/06/10 01:22:30 ache Exp $ > > > > POSIX C > > en_US.US-ASCII C > > Weird. Everything seems ok but you seem to be bumping on a problem > related to the shell in use :-/ Weirder... installed Eterm... and I can installkernel & install ports fine. So looks like its only aterm & xterm that have given me a problem. Phil.