From owner-freebsd-questions@freebsd.org Fri Oct 21 17:09:06 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 BA592C1B292 for ; Fri, 21 Oct 2016 17:09:06 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-pf0-x22d.google.com (mail-pf0-x22d.google.com [IPv6:2607:f8b0:400e:c00::22d]) (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 8DE80799 for ; Fri, 21 Oct 2016 17:09:06 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-pf0-x22d.google.com with SMTP id e6so59820563pfk.3 for ; Fri, 21 Oct 2016 10:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=vVgyGOqazAx4npQ3e/UzKQ3CsFegE18yCXili778X8Y=; b=NhsraKpvgjAwmm9M5OIVqoliZ24w5MWJgQ1OFz8+bR1Rm94gxt10ABc6/LUH8Mpb98 cMBy4wxyXSrRTt4ERdbC8nnnV+mYW1VhbT6P4iuupqUGTsfXyUV2zlhBmo6RIQavLEON 9hSo0vBzLIhBTLBKG0Ojv+2TzbdPaSloGdnQtKESq77azKcEFhxvPbc+H2I9CRKCsMb9 t+3+oJVF+6f24oytdQcenyeIfhj0HM8mHu4OTLOnzzIGAPog0MG6ogxuqs//FhZ3MD5X 6ccS0E4+GG2ZC1R9A2l6vBe5NcAgjou8bVJOHThqaBTkGDHAmhCEiEzn+e+rAgSIb/qd DiTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=vVgyGOqazAx4npQ3e/UzKQ3CsFegE18yCXili778X8Y=; b=L9QK+RSSUwae4cCLJDqUL9ieuYvNmQx1W/TBDEcXymmzXNqvMV5tmeRRHVXxp1kXaL //VApebXFZn+U8nljKYyYr2vWl55zbXYB87JOdQf6iOB6vdqZ3qBzlhvyb+9tJ4PATBd OmvK8ARmmFdTwPYGgdsd0PZf/1grhoZbtIVjtw4AvhqqisXXAF6YmJlMGkeCJBA1yO1F 48Mvq4KsiGSo1TBxgPR9yxT/SI3Bd0mRvshLvWszoP9znR44zFqfzD6nwEcHNYp2IWvz 6a4y5TRyF7mLjQiMFAayiw/geazjaoL//v/Inws5LZBCHXK2rb8FlmyP8Ae0gPRoxpoS fQtw== X-Gm-Message-State: ABUngvdwf+ik7qM5unAIep6l5Yt5cPOqMbAUhxv6wewX+uGqWlF6EWe2Cy4DFaOWeEjLig== X-Received: by 10.99.189.1 with SMTP id a1mr2880954pgf.178.1477069745997; Fri, 21 Oct 2016 10:09:05 -0700 (PDT) Received: from localhost.localdomain (50-243-4-3-static.hfc.comcastbusiness.net. [50.243.4.3]) by smtp.googlemail.com with ESMTPSA id c5sm6517154pfj.71.2016.10.21.10.09.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Oct 2016 10:09:05 -0700 (PDT) Subject: Re: console command history To: freebsd-questions@freebsd.org References: <580A4A2F.4020902@gmail.com> From: jd1008 Message-ID: <580A4BA7.6090700@gmail.com> Date: Fri, 21 Oct 2016 11:08:55 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <580A4A2F.4020902@gmail.com> Content-Type: text/plain; charset=windows-1252; 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:09:06 -0000 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. > > > Thanks > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >