From owner-freebsd-questions@FreeBSD.ORG Sat Jul 9 16:21:47 2011 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 F22E8106564A for ; Sat, 9 Jul 2011 16:21:46 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA2528FC15 for ; Sat, 9 Jul 2011 16:21:46 +0000 (UTC) Received: by iyb11 with SMTP id 11so3351588iyb.13 for ; Sat, 09 Jul 2011 09:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=TwYecFQukVEHE5gwvfuw0iSjzBpGl9iWtjjEF83Iius=; b=YE71AWL3R8h9ZOuS/kDcJ8iUP373KqH8Ac4UMdZf+7LK14VDz41EpjigrsejzKXKTm /aTnOGVg9ELgfb4iFqERJK+xdVHtPXO/1Bc9klHsTw9sXKBOZffpuMfNwp4l4dpltq0x JugAOf92nLyFZE335P1ntt3cytpmzBFL0yaNo= Received: by 10.42.157.138 with SMTP id d10mr3191939icx.490.1310228506106; Sat, 09 Jul 2011 09:21:46 -0700 (PDT) Received: from [192.168.1.3] (c-98-212-201-29.hsd1.il.comcast.net [98.212.201.29]) by mx.google.com with ESMTPS id x13sm6657824ibh.50.2011.07.09.09.21.45 (version=SSLv3 cipher=OTHER); Sat, 09 Jul 2011 09:21:45 -0700 (PDT) Message-ID: <4E188019.2010700@gmail.com> Date: Sat, 09 Jul 2011 11:21:45 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: David Krauser References: <4E17FBDD.6050008@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Color Spills Over From SSH Session 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: Sat, 09 Jul 2011 16:21:47 -0000 Screen uses it's own $TERM, screen, so you'll have to make sure it's correct. If you're not committed to GNU screen, you could try tmux which is part of OpenBSD, and ported to FreeBSD. If you use tmux, you'll have to make sure the $TERM inside the screen session is 'screen' and not something else. Most terminals are similar enough to just work until you do something special. On 7/9/2011 11:05 AM, David Krauser wrote: > > I echoed $TERM on both boxes, and they are both cons25. I figured out, > though, that I'm only seeing the color spillover issue when I run GNU > Screen on the remote box (which is OpenBSD). GNU Screen is not installed > on the FreeBSD box. > > How can I get screen's colors to work in my FreeBSD ssh sessions? I can > connect to the remote box from other computers (using putty, xterm, > linux console, etc.) without issue. Maybe I need to have screen > installed in FreeBSD? > > On Sat, 9 Jul 2011, Joshua Isom wrote: > >> On 7/8/2011 11:07 PM, David Krauser wrote: >>> >>> Hello everybody, >>> >>> I've tried to setup a kind of 'dedicated ssh client' using FreeBSD, and >>> I'm having some issues with the terminal colors. >>> >>> I have a basic install of FreeBSD 8.2-RELEASE (I only had kernel-dev >>> packages checked at installation) and I rebuilt the GENERIC kernel with >>> the VESA and SC_PIXEL_MODE options enabled (for a high resolution >>> terminal). >>> >>> Now here's the problem: when I ssh into another box and issue a command >>> with colors (like vim's syntax hilighting or a colored ls) the primary >>> color of the terminal will change. I'm often left with a crazy colored >>> and hard to read bash prompt (all in the ssh session). When I exit the >>> session back to FreeBSD, the colors persist. I have to use the command >>> 'reset' to fix the issue. >>> >>> I believe my primary FreeBSD shell is csh (it's whatever the default is >>> in FreeBSD) and I'm not sure if it can handle colors or if it has them >>> enabled. I generally ssh into a bash shell. >>> >>> I'm really a newcomer with FreeBSD, and any help would be greatly >>> appreciated. >>> >>> Thanks a bunch, >>> >>> David Krauser >>> david.krauser@gmail.com >> >> >> Are you sshing from the console or an xterm? If it's from the console, >> it should be cons25, and if it's from an xterm it should be xterm or >> xterm-color. You might have the .cshrc on the other box forcing it to >> something that it's not. On the FreeBSD box, run `echo $TERM` and note >> what it says, then ssh into the other box and run it again. They're >> probably different. >> >> It's probably not the FreeBSD box, but the other box doesn't know what >> you're using. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >>