RE: [gentoo-user] bash_history missing

2005-07-25 Thread maxim wexler
So if you do ls -l .bash* in your home directory, what's the output? [EMAIL PROTECTED] blissfix $ ls -l .bash* -rw-r--r-- 1 blissfix users 0 Jul 6 14:59 .bash_history -rw-r--r-- 1 blissfix users 232 Jul 2 21:12 .bash_profile -rw-r--r-- 1 blissfix users 812 Jul 2 21:12 .bashrc Note:

Re: [gentoo-user] bash_history missing

2005-07-08 Thread Marshal Newrock
On Thu, 7 Jul 2005, maxim wexler wrote: all academic now -- the pc just died :( Not a beep, no screen o/p. The green light on front of the box comes on for about 1/10 sec, fan turns a few degrees and thats IT! Tried another power supply -- no dice. Tried bypassing the on switch -- nope. Moved

Re: [gentoo-user] bash_history missing

2005-07-08 Thread Hans-Werner Hilse
Hi, On Thu, 7 Jul 2005 21:14:44 -0700 (PDT) maxim wexler [EMAIL PROTECTED] wrote: all academic now -- the pc just died :( Not a beep, no screen o/p. The green light on front of the box comes on for about 1/10 sec, fan turns a few degrees and thats IT! Tried another power supply -- no dice.

Re: [gentoo-user] bash_history missing

2005-07-08 Thread Richard Fish
maxim wexler wrote: all academic now -- the pc just died :( Not a beep, no screen o/p. The green light on front of the box comes on for about 1/10 sec, fan turns a few degrees and thats IT! Tried another power supply -- no dice. Tried bypassing the on switch -- nope. Moved RAM to another slot --

Re: [gentoo-user] bash_history missing --now w/ dead pc

2005-07-08 Thread maxim wexler
Please tell me it isn't the same system that gave you so much trouble with grub!! :- -Richard It is. Glad I have this spare(K6) -- gentoo-user@gentoo.org mailing list __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

RE: [gentoo-user] bash_history missing

2005-07-07 Thread Dave Nebinger
Then set the same environment variables in your current shell and they should stick. Nope, .bash_history completely empty after a bunch of ls's. At least it didn't tell me to become root :o So if you do ls -l .bash* in your home directory, what's the output? -- gentoo-user@gentoo.org

Re: [gentoo-user] bash_history missing

2005-07-07 Thread David Morgan
On 08:51 Thu 07 Jul , Dave Nebinger wrote: Then set the same environment variables in your current shell and they should stick. Nope, .bash_history completely empty after a bunch of ls's. At least it didn't tell me to become root :o So if you do ls -l .bash* in your home

Re: [gentoo-user] bash_history missing

2005-07-07 Thread maxim wexler
So if you do ls -l .bash* in your home directory, what's the output? I haven't been following this thread, but have you tried doing set -o history ? all academic now -- the pc just died :( Not a beep, no screen o/p. The green light on front of the box comes on for about 1/10 sec, fan

Re: [gentoo-user] bash_history missing

2005-07-06 Thread maxim wexler
Try to adjust those variables: HISTFILE=/home/your_account/.bash_history HISTFILESIZE=500 HISTSIZE=500 HTH, noro Thanks noro. I had to run the above from root and sure enough, they were written into my home dir .bash_history, along with the exit command to get back to user-space. So I

Re: [gentoo-user] bash_history missing

2005-07-06 Thread Holly Bostick
maxim wexler schreef: Try to adjust those variables: HISTFILE=/home/your_account/.bash_history HISTFILESIZE=500 HISTSIZE=500 HTH, noro Thanks noro. I had to run the above from root and sure enough, they were written into my home dir .bash_history, along with the exit command to get

RE: [gentoo-user] bash_history missing

2005-07-06 Thread Dave Nebinger
Try to adjust those variables: HISTFILE=/home/your_account/.bash_history HISTFILESIZE=500 HISTSIZE=500 I had to run the above from root and sure enough, they were written into my home dir .bash_history, along with the exit command to get back to user-space. So I ran a series of

Re: [gentoo-user] bash_history missing

2005-07-06 Thread maxim wexler
Why did you have to create a user file as root (not saying you didn't have to, just asking why)? Holly When I tried running HIST* etc as user I was told I had to be root. __ Yahoo! Mail for Mobile Take Yahoo! Mail with you! Check

RE: [gentoo-user] bash_history missing

2005-07-06 Thread maxim wexler
Then set the same environment variables in your current shell and they should stick. Nope, .bash_history completely empty after a bunch of ls's. At least it didn't tell me to become root :o Sell on Yahoo! Auctions –

Re: [gentoo-user] bash_history missing

2005-07-06 Thread Willie Wong
On Wed, Jul 06, 2005 at 02:06:50PM -0700, maxim wexler wrote: Then set the same environment variables in your current shell and they should stick. Nope, .bash_history completely empty after a bunch of ls's. At least it didn't tell me to become root :o Try exiting the session and log