From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:42:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8568C1065670 for ; Mon, 2 Jun 2008 10:42:10 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6028FC16 for ; Mon, 2 Jun 2008 10:42:10 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1006907rvf.43 for ; Mon, 02 Jun 2008 03:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=EdPr1YKjrcEBne+R0Sb3pCjKquWcTLq/fTeK5/O3gDc=; b=bvna6Z+cjQ0JSsv5r/W5cKdsxqliOz7eQDSVJb7yqkAttRZP0HXJ2eKTDseUJWnf/p3VL/FZZ40AUMjxXQ/qI9R3z5UFuq2q8E6ty1xZ5XyXBriT76N10q5NuhJ7GQEJXEfgttPsnsajeUbXU07nzhRj90GW82KCCQvltVA2jQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ks0NrpVmkYN05a9lysjhQwJCti3Gq22IPlGHcFaCGf9rtAOw/mQtxs6xZMR0W5o78LHbHCJv2WOtwohCQcUd+PT3frdWoWyRJAbdDwihpW5LpgEky9Atm3rcYpg3/bZQ0wTlqdgrYyUXNUbqVBlVeWQQ0i3JbJOvrOGJPQuVL78= Received: by 10.140.127.20 with SMTP id z20mr4837119rvc.77.1212401848380; Mon, 02 Jun 2008 03:17:28 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Mon, 2 Jun 2008 03:17:28 -0700 (PDT) Message-ID: <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> Date: Mon, 2 Jun 2008 05:17:28 -0500 From: "Sam Fourman Jr." To: swell.k@gmail.com In-Reply-To: <86iqwsh1rh.fsf@gmail.com> MIME-Version: 1.0 References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <86iqwsh1rh.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 10:42:10 -0000 > > > csh: Cannot open /etc/termcap. > > csh: using dumb terminal settings. > > Are you sure /usr/share/misc/termcap isn't empty and accesible > on the target machine? > lrwxr-xr-x 1 root wheel 23B May 31 2007 /etc/termcap@ -> > /usr/share/misc/termcap > I receive the following %cp /usr/share/misc/termcap /etc/termcap cp: /etc/termcap and /usr/share/misc/termcap are identical (not copied). is there a quick fix to this? Sam Fourman Jr.