(no subject)

2002-05-13 Thread Roger Helgesen
Subscribing to rsync -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

rsync 2.5.5 w/ HFS+ support for OS X

2002-05-13 Thread Kevin Alexander Boyd
Hi, I'd like to either supply binaries or add source to the rsync tree. The source is located here: http://www.macosxlabs.org/rsyncx/rsync-2.5.5.hfs.tgz It cleanly compiles for all supported platforms, and adds HFS+ filesystem support for OSX. All HFS+ specific code is noted, and 'ifdef'ed

rsync 2.5.5 and the exclude directive

2002-05-13 Thread pyxl
Hi folks, me again. I'm writing this primarily so that it will get posted to a listserve archive and snarfed up by Google for future people's note. When using the exclude directive in rsyncd.conf (i.e. using rsync from inetd), I've found that it appears to be implemented to operate in one

Synchronizing uids on deferent machines running winbind

2002-05-13 Thread Shlomi Bachar
Hello, I've a small Linux network, NFS amd NIS server with three clients. Each machine is running winbind to connect to a windows 2000 domain. All is working fine, I just have a problem synchronizing the uids generated by the winbind to a windows user that logs on to the Linux network. For

rsync 2.5.5 and the exclude directive - additional behavior

2002-05-13 Thread pyxl
And, I've found more. It turns out that even though the exclude directive is ignored for inbound data in rsyncd.conf, it is NOT ignored for the --delete option. I've seen this behavior occur when I've deleted a file from the sending side (client) that is inside a tree that's matched by the

Re: wildcards

2002-05-13 Thread Dave Dykstra
On Fri, May 10, 2002 at 11:35:24AM -0700, Wayne Davison wrote: On Fri, 10 May 2002, Dave Dykstra wrote: If you dynamically created a */*/*/foo/* pattern with the number of */ to match the current path it would only have to call fnmatch once. That's assuming the pattern doesn't contain an

Re: Possible exclude bug in 2.5.5 in rsyncd.conf

2002-05-13 Thread pyxl
Dave Dykstra wrote: On Fri, May 10, 2002 at 05:19:47PM -0400, pyxl wrote: Hello all, I've found some behavior in 2.5.5 that is contrary to the documentation in the man page. Specifically, I'm running an rsync server (i.e. from inetd with --daemon),and in the module definition I'm

rsync 2.5.5 and exclude

2002-05-13 Thread pyxl
As Dave noted in a response to an earlier message with his statement that he's updated the documentation to note the unidirectional behavior of exclude filtering, my saying that the exclude behavior with --delete is a bug is definitely wrong. The behavior is (wisely) designed in. Just

Re: Parsing output, separating motd and module-list

2002-05-13 Thread Dave Dykstra
On Fri, May 10, 2002 at 11:43:11PM +0200, Niels Andersen wrote: I'm working on a frontend to rsync, and I've got a problem. It's easy to get a list of files and directories from a specific path on an rsync server. But from the root, I've found it very difficult to get a list of modules.

Re: --passord-file doesn't work

2002-05-13 Thread tim . conway
sorry for slow reply. busy. my point is that you must NOT use the rsyncd.secrets file as the password file. the password file is to be a file contining a single line, which is only the password. rsync won't parse the secrets file to determine what password goes with what user. It expects to

Re: Password Authentication

2002-05-13 Thread tim . conway
rsync has already explained it to you, in the error message. both the list of usernames and passwords for everybody, and your file containing the password you want to use, are world-readable. The rsync.secrets file should be readable only by root, and the .rsyncpw file should be readable only

Re: rsync cron

2002-05-13 Thread tim . conway
(Yucky html mail formatting, by the way) running from cron, rsync sometimes interprets stdin as a socket, which it takes to mean that it is being run from inetd, and should run in daemon mode. I think that's fixed in more recent versions, but i don't know the history or theory. best fix is

Problems with the rsync command line syntax for multiple files

2002-05-13 Thread Peter Møller Neergaard
I feel completely stupid for asking this question, but I have an essential problem of getting the syntax right for synchronizing multiple files. I am trying to use rsync to synchronize files generated in one directory with our public directory our web server. We have a number of files with the

Re: RFC for feature request

2002-05-13 Thread Dave Dykstra
On Sun, May 12, 2002 at 05:00:17PM -0500, Dave Barnett wrote: Hi. Recently at work we've begun using rsync to sync up our development baseline area between our office in Houston, and the one in Gatwick. We use rsync quite extensively, and are quite happy with it, but have run into a

Re: rsync 2.5.5 and the exclude directive - additional behavior

2002-05-13 Thread Dave Dykstra
On Mon, May 13, 2002 at 10:06:18AM -0400, pyxl wrote: And, I've found more. It turns out that even though the exclude directive is ignored for inbound data in rsyncd.conf, it is NOT ignored for the --delete option. I've seen this behavior occur when I've deleted a file from the sending

Re: Synchronizing uids on deferent machines running winbind

2002-05-13 Thread Dave Dykstra
On Mon, May 13, 2002 at 04:49:57PM +0200, Shlomi Bachar wrote: Hello, I've a small Linux network, NFS amd NIS server with three clients. Each machine is running winbind to connect to a windows 2000 domain. All is working fine, I just have a problem synchronizing the uids generated by the

Re: Problems with the rsync command line syntax for multiple files

2002-05-13 Thread Dave Dykstra
Works for me. What does *.html expand to? I'm using rsync 2.5.5 but I don't think that would be different from 2.4.5. - Dave Dykstra On Mon, May 13, 2002 at 01:40:26PM -0400, Peter M?ller Neergaard wrote: I feel completely stupid for asking this question, but I have an essential problem of

Re: Problems with the rsync command line syntax for multiple files

2002-05-13 Thread Peter Møller Neergaard
On May 13, 2002, Dave Dykstra wrote: DD Works for me. What does *.html expand to? The following: types:/3tmp/wwwreports-dont-edit echo *.html Amt+Con+Dan+Mal:BRICS-2001.html Amt+Kfo+Per:CL-2002.html Amt+Kfo+Per:ESOP-2001.html Amt+Kfo+Per:PTA-2000.html Amt+Mul:IpRA-2002.html

Re: Unexplained error code xxx in rsync-2.5.5

2002-05-13 Thread Matthias Kurz
On Mon, May 13, 2002 at 12:35:34PM -0500, Dave Dykstra wrote: On Sun, May 12, 2002 at 04:13:51PM +0200, Matthias Kurz wrote: Hi. We sometimes/often get such errors. It occures in main.c/client_run(). I investigated further and found, that the waitpid() in main.c/wait_process()

Re: wildcards

2002-05-13 Thread Wayne Davison
On Mon, 13 May 2002, Dave Dykstra wrote: I suggest you go ahead and code it in the way you think would be simplest and then we can evaluate it more concretely. OK. Here's the simple patch. It optimizes the loop away if the pattern starts with ** (since the loop would be superfluous), but

Re: wildcards

2002-05-13 Thread Wayne Davison
Here's a more complex version of the wildcard change that attempts to count slashes in the pattern (if it does not contain ** anywhere) and to match at the appropriate level. In trying to think up patterns where this might mess up, the only thing I thought of was something like this:

rsync: network bind interfaces only command for rsync?

2002-05-13 Thread Lachlan Cranswick
Hi, Is there a network interface listen command for rsync so that for a system with multiple network cards and multiple IP addresses - rsync will only be visible on a defined interface and defined IPs? Like in samba?: e.g., bind interfaces only = True interfaces = eth0 193.xy.zz.aa

Concurrent tree-mapping (2.5.2)

2002-05-13 Thread Rich Winkel
Hi, maybe this is fixed in the current version, but in listening to the disk drives on two rsyncing hosts in the same room, it was apparent that the target machine only started mapping out its directory structure after the source machine had finished doing so, doubling the startup time. Seems

Help please... rsync 2.5.5 on Solaris 2.7

2002-05-13 Thread Matt Gavin
Hi all, I have just re-joined the list. I have been using Rsync on my Linux servers for a number of years now without fault. I now have the need to Rsync data between two Solaris 2.7 servers. This has got me stumped... Hoping that someone might have a quick answer for me? bash-2.03$ rsync

Re: Help please... rsync 2.5.5 on Solaris 2.7

2002-05-13 Thread Michael Fischer
Hi all, I have just re-joined the list. I have been using Rsync on my Linux servers for a number of years now without fault. I now have the need to Rsync data between two Solaris 2.7 servers. This has got me stumped... Hoping that someone might have a quick answer for me? bash-2.03$

RE: Help please... rsync 2.5.5 on Solaris 2.7

2002-05-13 Thread Matt Gavin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Fischer Sent: Tuesday, 14 May 2002 12:47 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Matt Gavin Subject: Re: Help please... rsync 2.5.5 on Solaris 2.7 The error message says that the

RE: Help please... rsync 2.5.5 on Solaris 2.7

2002-05-13 Thread Matt Gavin
-Original Message- From: jw schultz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 14 May 2002 12:48 PM To: Matt Gavin Subject: Re: Help please... rsync 2.5.5 on Solaris 2.7 Sounds like PATH to me. Can you remsh syndey rsync --version? You might want to use --rsync-path It is

RE: Help please... rsync 2.5.5 on Solaris 2.7

2002-05-13 Thread Michael Fischer
-Original Message- The error message says that the server shell couldn't find a command named rsync. Check the bash startup scripts to make sure that they run without error and that PATH is set correctly. You said you recompiled rsync. Is the directory where

CVS update: rsync

2002-05-13 Thread Martin Pool
Date: Mon May 13 22:25:46 2002 Author: mbp Update of /data/cvs/rsync In directory va:/tmp/cvs-serv14697 Modified Files: TODO Log Message: Note about lchmod. Revisions: TODO1.63 = 1.64 http://www.samba.org/cgi-bin/cvsweb/rsync/TODO?r1=1.63r2=1.64