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
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
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.
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
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
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
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.
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