From owner-freebsd-stable@freebsd.org Mon Nov 23 00:15:23 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7156A35733 for ; Mon, 23 Nov 2015 00:15:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5117100F for ; Mon, 23 Nov 2015 00:15:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B642B2842E; Mon, 23 Nov 2015 01:15:19 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id A28D528417; Mon, 23 Nov 2015 01:15:18 +0100 (CET) Message-ID: <56525A96.7060405@quip.cz> Date: Mon, 23 Nov 2015 01:15:18 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Erich Dollansky CC: "Michael B. Eichorn" , freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> <20151123073107.49bca531@X220.alogt.com> In-Reply-To: <20151123073107.49bca531@X220.alogt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 00:15:24 -0000 Erich Dollansky wrote on 11/23/2015 00:31: > Hi, > > On Sun, 22 Nov 2015 14:04:25 +0100 > Miroslav Lachman <000.fbsd@quip.cz> wrote: > >>> >>> Miroslav Lachman >> >> The only workaround I found is adding >> export TERM="" >> at the top of the script. >> > this is a bit strange. TERM should be always define to tell the > applications the capabilities of your terminal. When X is running, it > is normally set to xterm, if nothing is available - or you do not know > what is available - set it to vt100. > > Of course, the best would be to find out why it is not set on your > machine. TERM is not set or is empty if script runs from crontab. I think this is normal. Michael's test didn't print value of $TERM too, but his su didn't complained about "Undefined variable". If I run this script in ssh session it prints "screen", because I am using screen. Miroslav Lachman