From owner-freebsd-current Sun Oct 29 16:44:23 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA18055 for current-outgoing; Sun, 29 Oct 1995 16:44:23 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA18008 for ; Sun, 29 Oct 1995 16:44:14 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.12/8.6.12) id RAA17636; Sun, 29 Oct 1995 17:43:57 -0700 Message-Id: <199510300043.RAA17636@trout.sri.MT.net> From: nate@trout.sri.MT.net (Nate Williams) Date: Sun, 29 Oct 1995 17:43:56 WET In-Reply-To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) "Re: Cronjob error" (Oct 30, 3:26am) X-Mailer: Mail User's Shell (7.2.6 (dynamic) alpha(3) 7/19/95) To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) , current@FreeBSD.org Subject: Re: Cronjob error Sender: owner-current@FreeBSD.org Precedence: bulk > >> Subject: trout weekly run output > >> > >> Rotating messages: > >> Rotating cron log: > >> > >> Rebuilding locate database: > >> stty: stdin isn't a terminal > >> TERM: Undefined variable. > > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > >What's causing this, and is anyone else experiencing it? > > Check root startup files, .cshrc maybe... Nope, everything's protected as far as I know. Here's the relevant lines that aren't. set autolist set autologout=0 set history=100 set notify if ($?prompt) then ... I suppose I could move the lines from above inside, but I wouldn't think they would make a difference. Nate