From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 00:22:32 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 1926416A4CE for ; Wed, 3 Nov 2004 00:22:32 +0000 (GMT) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED9343D1D for ; Wed, 3 Nov 2004 00:22:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 7724 invoked by uid 207); 3 Nov 2004 00:22:27 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.138):. Processed in 0.49751 secs); 03 Nov 2004 00:22:27 -0000 Received: from dialup138.ach.sch.gr (HELO gothmog.gr) ([81.186.70.138]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Nov 2004 00:22:26 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iA30MOWo083138; Wed, 3 Nov 2004 02:22:24 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iA30MM1h083137; Wed, 3 Nov 2004 02:22:22 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 3 Nov 2004 02:22:22 +0200 From: Giorgos Keramidas To: Erik Norgaard Message-ID: <20041103002221.GC35876@gothmog.gr> References: <4187A696.9020806@locolomo.org> <20041102170511.GA40891@orion.daedalusnetworks.priv> <4187C23C.6030103@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4187C23C.6030103@locolomo.org> cc: freebsd-questions@FreeBSD.org Subject: Re: mergemaster fails in single user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 00:22:32 -0000 On 2004-11-02 18:22, Erik Norgaard wrote: > Giorgos Keramidas wrote: > > > Hmmm, AFAIK, this shouldn't happen. Do you have a /.profile file? > > hmm, maybe that explains it, /.profile was missing and created when i > ran mergemaster in multiuser mode, so I guess cd failed because my path > was empty. Because TERM was unset. The default /.profile contains: TERM=${TERM:-cons25} export TERM which makes sure that TERM is set to cons25, unless it's already set to something else. > I think I must have deleted it when cleaning up from some other > messing arround - DOH!! Heh. Yeah, that's a very likely scenario.