Displaying 3 results from an estimated 3 matches for "brasfield".
2004 Jan 21
2
how about auth users without a password?
...e
configuration of individual services. With rsync, these functions
appear to be a bit more intertwined than they have to be.
If people think this is a good idea, (especially the "owners" of
rsync), I would be happy to revise the code to make it work.
Let me know at
larry nospacehere brasfield at m s n dot com
and I will post the results to this list/thread after a week or so.
--
Larry Brasfield
2004 Mar 16
2
Rsync 2.6.0 compile problem
I am trying to compile rsync-2.6.0 on BSD/OS 5.0
patched to current level. gcc version 2.95.3
I ran configure: ./configure --with-rsh=rsh
This is the only error message given by configure:
checking sys/sysctl.h usability... no
checking sys/sysctl.h presence... yes
configure: WARNING: sys/sysctl.h: present but cannot be compiled
configure: WARNING: sys/sysctl.h: check for missing prerequisite
2004 Mar 11
1
rsync + ssh: fails from cron
Hi,
My ssh set up, on both 'work' and 'home' machines uses the
private-public key authentication (key uses non-empty
passphrase). So from the 'home' shell prompt the following
works without prompting to password or passphrase:
rsync -avz --delete -e ssh remote.work.machine:publicats $HOME/work
>From cron, however, I am prompted for a password, though.
I have seen