From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 03:44:58 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 6ED59106566C for ; Wed, 4 Jun 2008 03:44:58 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5068FC1B for ; Wed, 4 Jun 2008 03:44:58 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2033703rvf.43 for ; Tue, 03 Jun 2008 20:44:58 -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=dfzx43yHzBcjq9z8hdLPhpBdtwEu5lGhwtyBDwH292w=; b=U3g/HBt3h34ARzhTfpwHS8HRwKm8Kh90oqwn6LsmwIaNbfd89YL5XQ1OZFCb1XEDVLcdkBRQ48odr+BNMf0OXdKpHcejbvAY9qHWUPV/2bNRVfnepk3AZEJNNlWp/W2+wRVF+H3NoTeb2h6TCuQqpTQon7hNeAAWmA3c8Qpu3Bk= 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=Sd8lH1DHXMJQODoKeC5DPqGBw+UzrOkGz1qkHi3uk7yMbmf4j2KAopat8RfQD9nR44SR523Ny0pIGsy9WVpa6YOe2H6GKJiGiBIisFKBqpcfn+YDTLDAnpRtAzCiK7hxUl2uoc9QWN62PUDNs58hnUUw2qMymstM0FD0+kuz3o8= Received: by 10.140.136.1 with SMTP id j1mr3998163rvd.233.1212551097995; Tue, 03 Jun 2008 20:44:57 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Tue, 3 Jun 2008 20:44:57 -0700 (PDT) Message-ID: <11167f520806032044w4556c94aq1fa5ccfc15ea5218@mail.gmail.com> Date: Tue, 3 Jun 2008 22:44:57 -0500 From: "Sam Fourman Jr." To: Pollywog In-Reply-To: <200806040320.35720.lists-fbsd@shadypond.com> MIME-Version: 1.0 References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> <20080604031013.GA70615@melon.esperance-linux.co.uk> <200806040320.35720.lists-fbsd@shadypond.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: Wed, 04 Jun 2008 03:44:58 -0000 I had a friend help me with this. the trouble is my TERM was set to wsvt25 somehow. and all I had to do was set it to env TERM cons25 and vim would compile. I am not even sure what I did to make wsvt25 happen, other than that is the terminal setting I use on my OpenBSD firewall (that I have to ssh into first before I ssh into my samba server (the one that has the termcap problem) Thank you for all your help Sam Fourman Jr.