Re: Is there a way to force rsync to be monothreaded (ie to don't fork)?

2008-02-20 Thread Mike Frysinger
On Thursday 21 February 2008, Vitorio wrote: > Hello people, in the future, please do not hijack threads > the questio is all in the subject: Is there a way to force rsync to > be monothreaded (ie to don't fork)? > The reason for this is that the Carbon API isn't fork-safe and > fonction calls I

Is there a way to force rsync to be monothreaded (ie to don't fork)?

2008-02-20 Thread Vitorio
Hello people, the questio is all in the subject: Is there a way to force rsync to be monothreaded (ie to don't fork)? The reason for this is that the Carbon API isn't fork-safe and fonction calls I do to the pretiger resource fork randomly don't work when rsync forks, what's annoying. Vito

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread [EMAIL PROTECTED]
On Thu 21 Feb 6:48 2008 Mike Frysinger wrote: > > On Wednesday 20 February 2008, Matt McCutchen wrote: > > On Wed, 2008-02-20 at 22:17 -0500, Mike Frysinger wrote: > > > On Wednesday 20 February 2008, Matt McCutchen wrote: > > > > On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > > > > >

Re: universal binary and crtimes

2008-02-20 Thread Mike Bombich
Off the cuff, without looking at the code, I'd guess there is an Endian issue at play. Mike On Feb 20, 2008, at 11:34 PM, Robert DuToit wrote: Hi All, I promise I won't bug you anymore about this but I did find that the compiled universal binary on rsync3.0.pre10 does preserve creatio

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread [EMAIL PROTECTED]
On Thu 21 Feb 4:59 2008 Matt McCutchen wrote: > On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > > while anything is possible, i highly doubt it. emerge-webrsync > > basically > > unpacks a tarball and then uses rsync to copy that src tree to the dest > > tree /usr/portage. > [...] >

universal binary and crtimes

2008-02-20 Thread Robert DuToit
Hi All, I promise I won't bug you anymore about this but I did find that the compiled universal binary on rsync3.0.pre10 does preserve creation dates across platforms with the old osx-create-time.diff patch but not with the crtimes patch. If anyone has a clue about this I would be happy

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Mike Frysinger
On Wednesday 20 February 2008, Matt McCutchen wrote: > On Wed, 2008-02-20 at 22:17 -0500, Mike Frysinger wrote: > > On Wednesday 20 February 2008, Matt McCutchen wrote: > > > On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > > > > tar jxf snapshot-.tar.bz2 > > > > cd snapshot-x

Re: OSX universal rsync

2008-02-20 Thread Robert DuToit
On Feb 20, 2008, at 10:24 PM, Brendan Grieve wrote: Robert DuToit wrote: Hi All, Good news on rsync3.0pre10 universal binary On Feb 20, 2008, at 8:55 PM, Brendan Grieve wrote: Robert DuToit wrote: Just an update, I have confirmed that rsync compiled on an intel won't work on PPC and v

Re: Fwd: OSX universal rsync

2008-02-20 Thread Brendan Grieve
Robert DuToit wrote: Just an update, I have confirmed that rsync compiled on an intel won't work on PPC and vice versa. A lot of people have both kinds of macs so it would be good to have a universal binary for rsync 3.0, otherwise it means two separate rsync builds. So any help on compiling

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Matt McCutchen
On Wed, 2008-02-20 at 22:17 -0500, Mike Frysinger wrote: > On Wednesday 20 February 2008, Matt McCutchen wrote: > > On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > > > tar jxf snapshot-.tar.bz2 > > > cd snapshot- > > > rsync -av --progress --stats --delete --delete-after

Re: OSX universal rsync

2008-02-20 Thread Brendan Grieve
Robert DuToit wrote: Hi All, Good news on rsync3.0pre10 universal binary On Feb 20, 2008, at 8:55 PM, Brendan Grieve wrote: Robert DuToit wrote: Just an update, I have confirmed that rsync compiled on an intel won't work on PPC and vice versa. A lot of people have both kinds of macs so i

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Mike Frysinger
On Wednesday 20 February 2008, Matt McCutchen wrote: > On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > > while anything is possible, i highly doubt it. emerge-webrsync > > basically > > unpacks a tarball and then uses rsync to copy that src tree to the dest > > tree /usr/portage. > > [.

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Matt McCutchen
On Wed, 2008-02-20 at 16:06 -0500, Mike Frysinger wrote: > while anything is possible, i highly doubt it. emerge-webrsync > basically > unpacks a tarball and then uses rsync to copy that src tree to the dest > tree /usr/portage. [...] > tar jxf snapshot-.tar.bz2 > cd snapshot- >

Re: how belatedly copy ACLs?

2008-02-20 Thread Wayne Davison
On Wed, Feb 20, 2008 at 05:21:18PM -0800, Chuck Kollars wrote: > How can I get `rsync` to understand that "ACL vs. > noACL" is a "difference"? Only early versions of ACL patches for rsync had a bug like that. I'd suggest installing 3.0.0pre10, which would be able to add any missing ACLs to your

how belatedly copy ACLs?

2008-02-20 Thread Chuck Kollars
My original has Posix ACLs (they work fine, that's not the issue). I screwed up my backup by forgetting to copy the ACLs. But now my backup isn't right and I want to fix it. Using the right `rsync` with the right parameter isn't enough to fix the problem. Even the right `rsync` sees this as "no cha

RE: Rsync 3.0.0pre10 released

2008-02-20 Thread Tevfik Karagülle
cwRsync installers with Rsync 3.0.0pre10 + time-limit patch are available from https://sourceforge.net/project/showfiles.php?group_id=69227&package_id=6808 1&release_id=461863 Tev NOTES cwRsync VERSION 2.0.10.3010 ** TEST ** - February 2008 highlights (see changelog for more info) - Rsyn

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Mike Frysinger
On Wednesday 20 February 2008, [EMAIL PROTECTED] wrote: > On Wed 20 Feb 22:59 2008 Mike Frysinger wrote: > > On Wednesday 20 February 2008, [EMAIL PROTECTED] wrote: > > > hello, I'm running an Gentoo distribution on my computer, lately I've > > > started to get error messages that are rsync related

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread [EMAIL PROTECTED]
On Wed 20 Feb 22:59 2008 Mike Frysinger wrote: > > On Wednesday 20 February 2008, [EMAIL PROTECTED] wrote: > > hello, I'm running an Gentoo distribution on my computer, lately I've > > started to get error messages that are rsync related. here is a log of the > > output: > > > > Fetching most rec

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Mike Frysinger
On Wednesday 20 February 2008, Matt McCutchen wrote: > On Wed, 2008-02-20 at 21:55 +0200, [EMAIL PROTECTED] wrote: > > hello, I'm running an Gentoo distribution on my computer, lately I've > > started to get error messages that are rsync related. here is a log of > > the output: > > [...] > > > rsy

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Mike Frysinger
On Wednesday 20 February 2008, [EMAIL PROTECTED] wrote: > hello, I'm running an Gentoo distribution on my computer, lately I've > started to get error messages that are rsync related. here is a log of the > output: > > Fetching most recent snapshot > Attempting to fetch file dated: 20080219 > porta

Re: rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread Matt McCutchen
On Wed, 2008-02-20 at 21:55 +0200, [EMAIL PROTECTED] wrote: > hello, I'm running an Gentoo distribution on my computer, lately I've started > to get error messages that are rsync related. > here is a log of the output: [...] > rsync: link_stat "/var/tmp/emerge-webrsync/portage/180" failed: No such

rsync displays an number of errors when rysncing on gentoo

2008-02-20 Thread [EMAIL PROTECTED]
hello, I'm running an Gentoo distribution on my computer, lately I've started to get error messages that are rsync related. here is a log of the output: Fetching most recent snapshot Attempting to fetch file dated: 20080219 portage-20080219.tar.bz2: OK Syncing local tree... building file list ..

universal binary won't compile

2008-02-20 Thread Robert DuToit
Hi Again, Sorry to keep posting about this. There seems to be a lot of confusion trying to get compatibility with various Mac architectures and OS. Sven Peters was able to compile on an intel Mac running leopard using >patch -p1 patch -p1 >./configure CFLAGS="-isysroot /Developer/SDKs/MacOSX

Re: [PATCH] build fix without iconv support

2008-02-20 Thread Matt McCutchen
Wayne already made this change to the development rsync in commit 15dbffc2. Matt On Wed, 2008-02-20 at 15:20 +0200, Antti Tapaninen wrote: > diff --git a/clientserver.c b/clientserver.c > index 2d7c28f..694a72d 100644 > --- a/clientserver.c > +++ b/clientserver.c > @@ -806,6 +806,7 @@ static int

[PATCH] build fix without iconv support

2008-02-20 Thread Antti Tapaninen
diff --git a/clientserver.c b/clientserver.c index 2d7c28f..694a72d 100644 --- a/clientserver.c +++ b/clientserver.c @@ -806,6 +806,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host) exit_cleanup(RERR_UNSUPPORTED); } +#ifdef ICONV_OPTION

Fwd: OSX universal rsync

2008-02-20 Thread Robert DuToit
Just an update, I have confirmed that rsync compiled on an intel won't work on PPC and vice versa. A lot of people have both kinds of macs so it would be good to have a universal binary for rsync 3.0, otherwise it means two separate rsync builds. So any help on compiling a universal rsync f

Re: Rsync 3.0.0pre10 released

2008-02-20 Thread Paul Slootman
On Tue 19 Feb 2008, Wayne Davison wrote: > I've just released rsync 3.0.0pre10. I incorporated the latest daemon Uploaded to Debian/experimental. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/fa

OSX universal rsync

2008-02-20 Thread Robert DuToit
Hi All, Well, we compiled pre9 on an intel Mac running Tiger and now it does work on the machine. I need to see if that will now work on a PPC mac though. Hopefully it will but I am wondering if there is a way to compile and make a universal binary rsync for the Mac that will run on both