From owner-freebsd-questions@freebsd.org Fri Oct 21 17:13:33 2016 Return-Path: Delivered-To: freebsd-questions@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 3C209C1B5E5 for ; Fri, 21 Oct 2016 17:13:33 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0173AB62 for ; Fri, 21 Oct 2016 17:13:33 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x229.google.com with SMTP id 66so169495400itl.1 for ; Fri, 21 Oct 2016 10:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=EAezPeq8nqyP+kKETHRYi+J5ZXMXhReY+rrnn5YcA8c=; b=ctD7OjnEjMFiJlgn06VB1rgiOpCYE9LHJapDIh/UYfsW3VIMK5r/G5mQ3apPNF1dn5 7TequtVJKiMfuMOgnF5ggVR7DUsUbMmr2K4FZeWqnPaqel1kGxHFFhE4ZsRMgxtOoeSl 6JEUgzZuDnNv6Utz/5MlT1ZhOIUFZjgT2Cyr3tF+Y6F0WkbwPnRsWm7Xnql0H4v/9DgJ uENLxl75xZ0+m+mYNDdzxK6s5FFjahQbIC5evB3fqEqaBF2Pcywb/ieEzRILvfhOOK1u ILIk1xJaBOxTPT/JgoruK/lbJ4y50lyq8jZ/w/ZL4nq8BvPkS/x+VJHfpUYZNf0R5Mx6 sxHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=EAezPeq8nqyP+kKETHRYi+J5ZXMXhReY+rrnn5YcA8c=; b=acSnR5drzry6i6/OFjCUTCB+YXUXO+WWyQWcCegC6XbPOQbSeu0F9K6uFB2ngyYLko UWfWzMaVmEceMJc5UIpTRS2umRY2st2GRCqZgtVMQnOzWZ3ScZxxDQD/2w5d/1NDezfy ySoQPRlbIPEQsleVuv+2k2BTFGQ+T1wwk47fawB6JjJwvAivfL7F+GNnGufBVI8tvv0r 4nxMBWajG+hVZfK4kKovQAxKznX0Xa5hWfrUXOrtH6YILh94ma7jGDjM+0l2lzavVzuw +YvBP3ZDuwi+z5+LEdYYiEVclx4X+yZMcB+NLvdSwUbqhiC/0+QzozNd51grZK1yEGql jHpQ== X-Gm-Message-State: ABUngvfzBfPc8R/ZJROekNWzxB18fw87c/3pzUSvilcjftPyFkwzZjLQ4gAXndoRBEL0wQ== X-Received: by 10.107.10.201 with SMTP id 70mr2338427iok.165.1477070009129; Fri, 21 Oct 2016 10:13:29 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-204-240.neo.res.rr.com. [24.165.204.240]) by smtp.googlemail.com with ESMTPSA id c96sm2327471iod.44.2016.10.21.10.13.28 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 21 Oct 2016 10:13:28 -0700 (PDT) Message-ID: <580A4CCA.8080301@gmail.com> Date: Fri, 21 Oct 2016 13:13:46 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: jd1008 CC: freebsd-questions@freebsd.org Subject: Re: console command history References: <580A4A2F.4020902@gmail.com> <580A4BA7.6090700@gmail.com> In-Reply-To: <580A4BA7.6090700@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 17:13:33 -0000 jd1008 wrote: > What is your root's login shell? > > On 10/21/2016 11:02 AM, Ernie Luzar wrote: >> Hello List; >> >> After installing from scratch using cdrom.iso the console command >> history is blank for user root. As I issue commands from the root >> command line these commands get added to the history as one would >> expect. After rebooting the system, root's history contains the >> commands I issued before I rebooted the system, and any newly issued >> commands are added to the history as one would expect. >> >> Now here is the problem I am seeing. After any reboots the history >> contains only the issued commands from the first boot after the >> install from scratch. The history does not contain the commands issued >> before the last reboot. >> >> How can I configure the console command history for user root to be a >> rolling list of issued console commands that contain the history of >> the issued commands between 2 reboots, so after a reboot the history >> contains commands that were issued prior to the last reboot? >> >> Running 11.0 with sc console driver because vt does not have >> copy-paste ability. This problem is also in 7.x 8.x 9.x and 10.x >> series and now I need a resolution for this annoying tick. >> I use the system default csh