Re: ~/.bashrc not sourced for ssh commands on Archlinux

2013-04-25 Thread Bob Proulx
Ilya Basin wrote: > > There is a compile time option to cause bash to check for the > > SSH_CLIENT[2] environment variables but it seems arch doesn't > > enable it for its build. And that has been a contentious issue. Some people like it. Some people hate it. If you don't have it th

Re: Re[2]: ~/.bashrc not sourced for ssh commands on Archlinux

2013-04-23 Thread Pierre Gaston
On Wed, Apr 24, 2013 at 9:15 AM, Ilya Basin wrote: > ** > > > > > > > > > > On Wed, Apr 24, 2013 at 7:31 AM, Ilya Basin wrote: > > > Hi. > > > $ cat ~/.bashrc > > # > > # ~/.bashrc > > # > > echo Im in .bashrc >&2 > > > RHEL 6.0, bash 4.1.2 > > $ ssh localhost 'ps -f $$ &

Re[2]: ~/.bashrc not sourced for ssh commands on Archlinux

2013-04-23 Thread Ilya Basin
> On Wed, Apr 24, 2013 at 7:31 AM, Ilya Basin <[1]basini...@gmail.com> wrote: Hi. $ cat ~/.bashrc # # ~/.bashrc # echo Im in .bashrc >&2 RHEL 6.0, bash 4.1.2 $ ssh localhost 'ps -f $$ && true' Im in .bashrc

Re: ~/.bashrc not sourced for ssh commands on Archlinux

2013-04-23 Thread Pierre Gaston
On Wed, Apr 24, 2013 at 7:31 AM, Ilya Basin wrote: > Hi. > > $ cat ~/.bashrc > # > # ~/.bashrc > # > echo Im in .bashrc >&2 > > RHEL 6.0, bash 4.1.2 > $ ssh localhost 'ps -f $$ && true' > Im in .bashrc > UIDPID PPID C STIME TTY STAT TIME CMD >

~/.bashrc not sourced for ssh commands on Archlinux

2013-04-23 Thread Ilya Basin
Hi. $ cat ~/.bashrc # # ~/.bashrc # echo Im in .bashrc >&2 RHEL 6.0, bash 4.1.2 $ ssh localhost 'ps -f $$ && true' Im in .bashrc UIDPID PPID C STIME TTY STAT TIME CMD git 22295 22294 0 08:29 ?Ss 0:00 bash -c ps -f $$ && true