Re: OpenSSH PATH problem

2005-07-16 Thread Bill Campbell
On Sat, Jul 16, 2005, Albert Chin wrote: >On Fri, Jul 15, 2005 at 02:24:13PM -0700, David M. Fetter wrote: >> This also means that things like `rsync -av -e ssh dir/ >> host:/tmp/dir/` will not work because openssh won't see the rsync >> binary that resides under %{l_prefix}/bin, etc. > >Easily fix

Re: OpenSSH PATH problem

2005-07-16 Thread Ralf S. Engelschall
On Sat, Jul 16, 2005, Albert Chin wrote: > On Fri, Jul 15, 2005 at 02:24:13PM -0700, David M. Fetter wrote: > > This also means that things like `rsync -av -e ssh dir/ > > host:/tmp/dir/` will not work because openssh won't see the rsync > > binary that resides under %{l_prefix}/bin, etc. > > Easi

Re: OpenSSH PATH problem

2005-07-16 Thread Albert Chin
On Fri, Jul 15, 2005 at 02:24:13PM -0700, David M. Fetter wrote: > This also means that things like `rsync -av -e ssh dir/ > host:/tmp/dir/` will not work because openssh won't see the rsync > binary that resides under %{l_prefix}/bin, etc. Easily fixed by configuring rsync with --with-rsync-path.

Re: OpenSSH PATH problem

2005-07-15 Thread Bill Campbell
On Fri, Jul 15, 2005, David M. Fetter wrote: >Actually, we are having the same problem now. I found out why. It is >because of the following configure options: > >220 --disable-etc-default-login \ >221 --with-default-path=/bin:/usr/bin \ >222 --with-superuser-p

Re: OpenSSH PATH problem

2005-07-15 Thread David M. Fetter
Actually, we are having the same problem now. I found out why. It is because of the following configure options: 220 --disable-etc-default-login \ 221 --with-default-path=/bin:/usr/bin \ 222 --with-superuser-path=/bin:/usr/bin:/sbin:/usr/sbin \ I understand t

Re: OpenSSH PATH problem

2005-03-29 Thread Bill Campbell
On Tue, Mar 29, 2005, Ralf S. Engelschall wrote: >On Tue, Mar 29, 2005, Bill Campbell wrote: > >> I ran into a problem at a customer's yesterday when I found that >> openssh no longer prepends the OpenPKG bin directory to the PATH >> on the server. Looking back through my archives, this appears to

Re: OpenSSH PATH problem

2005-03-29 Thread Ralf S. Engelschall
On Tue, Mar 29, 2005, Bill Campbell wrote: > I ran into a problem at a customer's yesterday when I found that > openssh no longer prepends the OpenPKG bin directory to the PATH > on the server. Looking back through my archives, this appears to > have happened between Release 2.1 and Release 2.2.

OpenSSH PATH problem

2005-03-29 Thread Bill Campbell
I ran into a problem at a customer's yesterday when I found that openssh no longer prepends the OpenPKG bin directory to the PATH on the server. Looking back through my archives, this appears to have happened between Release 2.1 and Release 2.2. This causes things like ``rsync -e ssh xxx'' to fai