Re: bash completion does not work over ssh except as root

2004-09-12 Thread Faheem Mitha
On Sun, 12 Sep 2004, Stefan O'Rear wrote: I don't really know - I have it in both and it works everywhere. You are right. Once I enable it in .bashrc, it works over ssh, contradicting the comment. I'll file a bug. In woody + unstable libc, gcc. Don't follow you. What is the relevance of libc and

Re: bash completion does not work over ssh except as root

2004-09-12 Thread Faheem Mitha
On Sun, 12 Sep 2004, Stefan O'Rear wrote: -- BEGIN DATA BLOCK -- # enable bash completion in interactive shells if [ "$PS1" -a -f /etc/bash_completion ]; then . /etc/bash_completion fi -- END DATA BLOCK -- You need that or the equivilent in /etc/bash.bashrc or ~/.bashrc (it is commented out b

Re: bash completion does not work over ssh except as root

2004-09-12 Thread Stefan O'Rear
On Sun, Sep 12, 2004 at 08:37:23PM -0400, Faheem Mitha wrote: > On Sun, 12 Sep 2004, Stefan O'Rear wrote: > > >-- BEGIN DATA BLOCK -- > ># enable bash completion in interactive shells > > > >if [ "$PS1" -a -f /etc/bash_completion ]; then > > . /etc/bash_completion > >fi > >-- END DATA BLOCK --

Re: bash completion does not work over ssh except as root

2004-09-12 Thread Stefan O'Rear
On Sun, Sep 12, 2004 at 06:37:44PM -0400, Faheem Mitha wrote: > > Dear People, > > I have noticed that bash completion only works on a remote machine I have > sshed into, if I log in as root. This is obviously a case of something not > being sourced correctly, but I am not sure what the problem

bash completion does not work over ssh except as root

2004-09-12 Thread Faheem Mitha
Dear People, I have noticed that bash completion only works on a remote machine I have sshed into, if I log in as root. This is obviously a case of something not being sourced correctly, but I am not sure what the problem is. Can anyone tell me how to solve this, or if not, confirm the problem?