Thanks Cameron.  I figured out what was wrong in 1).  My source path was
specified as 'host:/path/*' when it should have been 'host:/path/'.

Re: 2), you said:

> The rsyncd should be logging something - check its log file.  Strace
> the rsync daemon...

I'm not sure what to look at other than /var/log/messages.  In the
rsyncd.conf, is the line 'syslog facility = local3', but I don't know what
that means.  As for 'strace', it apparently isn't installed on this system.

/var/log/messages shows 'exit status 11' -- it's definitely not a signal 11.

Thanks for your help,

bd

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Cameron Simpson
Sent: Wednesday, December 13, 2000 4:10 AM
To: [EMAIL PROTECTED]
Cc: Brad Doster
Subject: Re: rsync questions


On Tue, Dec 12, 2000 at 05:03:23PM -0800, Brad Doster <[EMAIL PROTECTED]>
wrote:
| 1) It appears that 'rsync -e ssh...' does not get hidden (.*) files.  I've
| tried using the '--include ".*"' option to no avail.  Is there a way to
get
| these files?

Sure it gets them. But if you're saying something like:

        rsync -e ssh * targethost:

you should be aware that _you_ are not telling it to copy the .* files
because "*" doesn't match files beginning with ".". I tend to copy
directories instead of files with rsync (scp does me just fine for
plain files), so I don't run into this issue much.

| 2) When using 'rsync server::module/path...', on the client side I get
| "Permission denied" and the server side shows the rsync daemon exiting
with
| status 11.  The client is behind a firewall and goes thru dynamic NAT, so
| I've added the firewall's IP address to rsyncd.conf.  Any idea what I'm
| doing wrong?

The rsyncd should be logging something - check its log file.  Strace
the rsync daemon if there's nothing - is that _status_ 11 (an arbirary
exit code which may mean something specific) or _signal_ 11 (which is
SIGSEGV, indicating access to unmapped memory by the rsyncd - typically
a NULL pointer, and generally indicative of a bug).

Cheers,
--
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Sattinger's Second Law: Even though you've plugged it in, it still won't
work
until you switch it on.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to