From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 20 13:14:46 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B11E3106566B for ; Sat, 20 Sep 2008 13:14:46 +0000 (UTC) (envelope-from unxfbsdi@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 681638FC1E for ; Sat, 20 Sep 2008 13:14:46 +0000 (UTC) (envelope-from unxfbsdi@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so141897yxb.13 for ; Sat, 20 Sep 2008 06:14:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=hAIbukgz+TWLGh0ECVXV9QDvHDKe085cjVbO3H6Zq/Q=; b=e58I5T1Uo7mNy/jy7KFyBX3WL2tV1HHgora3+F0mAKKtIn4R6JeAiAZQsru8Akxctv wT/2lDcskRk9Qs8BByYFFbchb9GZv3I132AKXRS/O6OksB6R9If1zWpKao2WCOfjtdo2 rDkl4dXOfiD82EV8zblu+HLD6fAhF0yxWHz98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=gBMtFP3te4clHoknR5U8f5Wo7eW8gPGlA0QgSaYPt4zfnEzjMYW49wybEnrBwjBHu4 YmT8KcBLq/75YLPt97taAig4ySAMyBNz3BQsid1FZ5KbuWCOUnwQff5a4zot2wn9t8Jf dncbqbe+Ov0jBfRoXY9yJfSBpg9+qsQFKkbg8= Received: by 10.100.212.6 with SMTP id k6mr1234311ang.142.1221914551377; Sat, 20 Sep 2008 05:42:31 -0700 (PDT) Received: by 10.101.71.10 with HTTP; Sat, 20 Sep 2008 05:42:30 -0700 (PDT) Message-ID: <71a1c60e0809200542x78346f99j7723e1056f3c40a8@mail.gmail.com> Date: Sat, 20 Sep 2008 18:12:30 +0530 From: "manish jain" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problems with bash commandline history X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 13:14:46 -0000 Hi, I just migrated from Linux and I am now using FreeBSD 6.3. My keyboard layout is US-ISO and my TERM is con25. I am using bash#3 as my login shell. The problem is that bash does not remember my commands correctly. Almost all commands I enter in a login session are forgotten in the next session. Using the Up and Down arrow keys navigates a mangled and incomlete command history. Even using Ctrl-r for a reverse find almost never fetches a command I had actually typed in previously. The following are the contents of my .bash_profile and .bashrc: #.bash_profile : [ -f ~/.bashrc ] && source ~/.bashrc #end-of-file #.bashrc : export HISTFILESIZE=200 shopt -s cmdhist shopt -s histappend #end-of-file If anyone can help me out to get me bash remembering my commnds, I will be grateful. Thanks Manish Jain unxfbsdi@gmail.com