From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 20:12:32 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 EE351106566B for ; Tue, 29 Apr 2008 20:12:32 +0000 (UTC) (envelope-from engywook@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id ABB418FC13 for ; Tue, 29 Apr 2008 20:12:32 +0000 (UTC) (envelope-from engywook@gmail.com) Received: by rn-out-0910.google.com with SMTP id j40so201683rnf.12 for ; Tue, 29 Apr 2008 13:12:31 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=l8JHZjZji+7NwA8/9Km4locBAMnUxFkp/mt77L1wRGw=; b=mS1rN2/9oPKxWfAvdgN8gex3RN74vO3C9iDDdhpXrWrPp1M9rfFjz5rNz6Nrum8fbTXPC8044UTbr0sByAvhn8DbZVRTToWBWJZpu0SX3hP7/BZW7a/3inA9db8Oh39jtCdrykqULPaivY7u/DXXhEofwHGVZ69sw2aBu8tj890= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=yBtwEYPZqEWbkywf68ugCoqlNZHSOTHpaG1rMZMLbKjCxjH5CMxGi/g82ZQtwwyptbgppszU2PMTObeyUtxDAcHbgWCCKBAWlaSVMN0sbYbS5AQRFpBg90lGHeLQzbRSch5NempfqSA0MUTqpZ4dNHuq/WxS3543oHWTHOdw0Zw= Received: by 10.142.141.21 with SMTP id o21mr3045174wfd.102.1209498354113; Tue, 29 Apr 2008 12:45:54 -0700 (PDT) Received: by 10.143.3.10 with HTTP; Tue, 29 Apr 2008 12:45:54 -0700 (PDT) Message-ID: <24adbbc00804291245i33d258b0g93b7094210708638@mail.gmail.com> Date: Tue, 29 Apr 2008 21:45:54 +0200 From: "Daniel Andersson" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rxvt-unicode - 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: Tue, 29 Apr 2008 20:12:33 -0000 Hi I seem to have some trouble with my /etc/termcap. I get "Cannot find termcap entry for 'rxvt-unicode'" when i try to recover a screen on my FreeBSD server. I use rxvt-unicode to connect to the server. Is there some neat way to fix this? I don't want to install all rxvt's deps on the server to get it to work... gnome-terminal works fine though. Cheers, Daniel