From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 27 11:23:54 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E3226F for ; Thu, 27 Nov 2014 11:23:54 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF9D370 for ; Thu, 27 Nov 2014 11:23:54 +0000 (UTC) Received: from moby.local ([109.193.238.174]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MN0jA-1XrlJ308zo-006dWh; Thu, 27 Nov 2014 12:23:37 +0100 Message-ID: <547709B4.8020800@gmx.com> Date: Thu, 27 Nov 2014 12:23:32 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Craig Rodrigues Subject: Re: cu -l /dev/nmdm not setting rows and columns References: <54729224.3060402@freebsd.org> <20141126234431.GN99957@funkthat.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:QgJuwKHYKvFPS4taFDNS265XKcXMYeT0jNTU9azPPiwVDWju2j6 7MbOTvMfJdrWGjD1NbmgD/eEvqwZ/Q6B8xd6d64tXpXvUPfZWb7yV2rZ0FC9hv0nkg/QQhF U84GZ4Im9xdG9aFDt3dkXk6kJtz0padjVagmOLLGUMTdbOOXVToA0tiSGf709++bzBxlZNx Rm7t2kC4i0+8d014eWDaw== X-UI-Out-Filterresults: notjunk:1; Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 11:23:55 -0000 On 11/27/14 02:02, Craig Rodrigues wrote: > On Wed, Nov 26, 2014 at 3:44 PM, John-Mark Gurney wrote: > >> >> So, what exactly is the problem again? >> > > https://lists.freebsd.org/pipermail/freebsd-virtualization/2014-November/003173.html Set the correct $TERM and set also rows and columns. Something like this, will suffice: TERM=xterm; export TERM stty rows 80 stty columns 80 Then the system you are connecting to, will know what to send back to your terminal. HTH, Nikos