Got it to work by adding the 'strict modes = false' into the rsyncd.conf
file. Works great now.
Dave Dykstra said:
> Check the log file. Diagnostic information is deliberately not
> reported to the client. By default messages go to syslog() on the
> server, but you can have it log to your own
On Wed, 31 Jul 2002, Dave Dykstra wrote:
> The patch that I'd most like to see get in JD Paul's patch for using
> SSH and daemon mode together.
I've completed my mods to get this updated to the latest CVS version and
then checked it all in. Since things had changed quite a bit, I applied
the pat
On Wed, Jul 31, 2002 at 04:28:55PM -0700, Wayne Davison wrote:
> On Wed, 31 Jul 2002, Robert Weber wrote:
> > On the subject of needed patches, I just recently completed a patch for
> > librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for
> > size. Without this, the checksums on
On Wed, 31 Jul 2002, Robert Weber wrote:
> On the subject of needed patches, I just recently completed a patch for
> librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for
> size. Without this, the checksums on files >512Megs are incorrect.
In order to interoperate with older ver
On Wed, Jul 31, 2002 at 12:29:31PM -0600, Robert Weber wrote:
> On the subject of needed patches, I just recently completed a patch for
> librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for
> size. Without this, the checksums on files >512Megs are incorrect. The
> code should
> On Wed, Jul 31, 2002 at 10:21:49AM +1000, Martin Pool wrote:
> > There's just one more change I would like to put in, which is partially
> > rolling back the IPv6 patch so that it uses the old code, unmodified,
> > if --disable-ipv6 is specified.
There was another patch that I thought was neede
I'm having a similar-but-different issues when scripting multiple rsyncs.
I'd like to do a dry run each with the -n option, display the aggregated
output and prompt the user for approval before proceeding. In testing,
I've found that if the server has an motd message, the output gets
unweildy.
On the subject of needed patches, I just recently completed a patch for
librsync that fixed the mdfour code to have uint_64 or 2 uint_32's for
size. Without this, the checksums on files >512Megs are incorrect. The
code should drop into rsync without a hitch. The same goes for mdfour in
samba, b
Hi All,
I'm new to this group so please be gentle, I have scoured the internet and gone
all through the archives & FAQ's looking for an answer to this.
I'm using v2.5.5 of rsync which I compiled from source on a Solaris 9 box. I'm
connecting to a Linux machine over SSH and pulling files back to
Tim,
I posted a question on the list entitled "Rsync windows to linux is
hanging" on 7/16 concerning rsync over ssh (
http://www.mail-archive.com/rsync@lists.samba.org/msg04596.html ). Have
you experienced, or have you heard of anyone experiencing, rsync hanging
using "-e ssh" when transfering fro
No, we can't do that because too many people depend on that output.
The --log-format option is what's intended to be used for people who
want to control the output. Try it out; there's been a lot of talk of
improvements, but what's there now may be enough for you. You'll need to
look at the rsyn
On Wed, Jul 31, 2002 at 10:21:49AM +1000, Martin Pool wrote:
> On 30 Jul 2002, Wayne Davison <[EMAIL PROTECTED]> wrote:
> > On Tue, 30 Jul 2002, Martin Pool wrote:
> > > The --password-file option only applies to rsync daemon connections,
> > > not ssh.
> >
> > Perhaps we should make rsync compla
I need to get around the requirement of --exclude=* to have all the
parent directories of the files and directories that are to be
included. So given the file..
/startdirectory/subdirectory1/subdirectory2/filetobecopied
I need to include
/
/subdirectory1
/subdirectory1/subdirectory2
I could j
REPLY TO: [EMAIL PROTECTED]
FROM: MR JOE PUJEH
TELEPHONE: 00229-981587
FAX: 00229-338466
COUNTRY: (BENIN REPUBLIC)
I am MR JOE PUJEH from SIERRA LEONE, a Country in
WEST AFRICA. My father is MR MOMOH PUJEH, former
MINISTER of TRANSPORT and COMMUNICATIONS and one time
DEPUTY FINAN
Does it copy anything? Does ssh to that box work fine? I assume you're
running openssh on cygwin on w2k. The "unexpected EOF" message can come
from many different kinds of problems on the remote end.
I don't know if the ssh version will be a problem or not, but personally I
have stayed away fr
It would be nice if there were a flag which would have rsync behave
like a single -v but which would skip the two line summary info. I do
a lot of cron-based transfers and I want to see what gets transferred
if anything does, but I'd like it to be entirely silent otherwise.
Here is a patch which
ssh and daemon mode don't work together in rsync (currently, although a
patch has been submitted), and it's not clear to me you need daemon mode
for anything. Just use normal rsync syntax and add "-e ssh" to have it use
ssh. Does that work for you? If not, you've got several problems with
your
Check the log file. Diagnostic information is deliberately not reported to
the client. By default messages go to syslog() on the server, but you can
have it log to your own file instead with "log file". The most common
problem is that it requires the secret file to not be other or group
readab
Can you try 2.5.5 on the client side too? I don't think there were
zlib-related changes in 2.5.5, but it is worth a try. There have been
problems in recent versions with the -z option but I don't recognize that
particular one. Can you make a file publicly available that can
consistently cause t
The paths that the exclude algorithm see begin with "circuit_design" in
your case, so your excludes should begin with /circuit_design rather
than /fs22/a/circuit_design. rsync -vv gives a lot of help with debugging
excludes.
- Dave Dykstra
On Thu, Jul 25, 2002 at 06:06:28PM +0800, Leaw, Chern J
20 matches
Mail list logo