Marc Sarrel | 1 May 2004 02:55
Picon
Picon
Favicon

Simultaneous rsyncs?

Hi,

What would happen if two people ran rsync on the same set of source 
files to the same destination machine?  Do we need some sort of 
queuing or interlock mechanism to prevent simultaneous rsyncs?

We have a script that uses rsync to distribute files from our AFS 
space here to the local disks of about twenty-five machines around 
the US and Europe.  There are about ten or fifteen people here who 
update the source directory and run the distribution script.

So, someone might update the source directory while someone else is 
already doing a distribution.  That's actually not so bad, since when 
the first person then does a distribution, things will again be in 
sync.

More problematical is when two or more distributions overlap.  What 
would happen in that case?

It takes about twenty or thirty minutes to distribute the files to 
all the machines on our list.  So, it's possible that the two rsyncs 
would be working on the same destination machine at the same time.

If we don't need some sort of queue or interlock, then do we need to 
run a third rsync after the overlapping pair have finished to make 
sure that everything's OK?

Thanks,

Marc
(Continue reading)

dan boettcher | 1 May 2004 19:43

battlefield 1942 help

hello

    hope you can help. I purchased your battlefield 1942 game in the states and installed on my computer in the
united kingdom ( England ) but all the video and audio starts and stops every few seconds can you inform me or
help me . 
--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Jim Salter | 1 May 2004 22:48

Re: battlefield 1942 help

Does anybody have any idea why people needing help with Electronic Arts 
games keep finding the rsync list?  I've seen five or six of these since 
I've been on the list, and it's *always* somebody with an EA game in 
particular...

Things that make you go "hmmmm."

Jim Salter
JRS Systems

> hello
> 
>     hope you can help. I purchased your battlefield 1942 game in the states and installed on my computer in the
united kingdom ( England ) but all the video and audio starts and stops every few seconds can you inform me or
help me . 

--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Christian Weisgerber | 2 May 2004 00:59
Picon

install-strip issue

>From 2.6.2's Makefile:

install: all
	...
	${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir}
	...
install-strip:
	$(MAKE) STRIP='-s' install

This doesn't work (at least) on OpenBSD, because install(1) there
will use the value of the environment variable STRIP as the command
to run for stripping the executable.

Renaming the variable will take care of this.

--- Makefile.in.orig	2004-05-02 00:55:04.000000000 +0200
+++ Makefile.in	2004-05-02 00:55:24.000000000 +0200
 <at>  <at>  -62,14 +62,14  <at>  <at>  man: rsync.1 rsyncd.conf.5

 install: all
 	-mkdir -p ${DESTDIR}${bindir}
-	${INSTALLCMD} ${STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir}
+	${INSTALLCMD} ${INSTALL_STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir}
 	-mkdir -p ${DESTDIR}${mandir}/man1
 	-mkdir -p ${DESTDIR}${mandir}/man5
 	${INSTALLMAN} -m 644 $(srcdir)/rsync.1 ${DESTDIR}${mandir}/man1
 	${INSTALLMAN} -m 644 $(srcdir)/rsyncd.conf.5 ${DESTDIR}${mandir}/man5

 install-strip:
-	$(MAKE) STRIP='-s' install
(Continue reading)

Craig Barratt | 2 May 2004 02:06
Picon

Re: setting checksum_seed

jw schultz writes:

> > > There was some talk last year about adding a --fixed-checksum-seed
> > > option, but no consensus was reached.  It shouldn't hurt to make the
> > > seed value constant for certain applications, though, so you can feel
> > > free to proceed in that direction for what you're doing for your client.
> > > 
> > > FYI, I just checked in some changes to the checksum_seed code that will
> > > make it easier to have other options (besides the batch ones) specify
> > > that a constant seed value is needed.
> > 
> > I would really like a --fixed-csumseed option become a standard
> > feature in rsync.  Just using the batch value (32761) is fine.
> > Can I contribute a patch?  The reason I want this is the next
> > release of BackupPC will support rsync checksum caching, so that
> > backups don't need to recompute block or file checksums.  This
> > requires a fixed checksum seed on the remote rsync, hence the
> > need for --fixed-csumseed.  I've included this feature in a
> > pre-built rsync for cygwin that I include on the SourceForge
> > BackupPC downloads.
> 
> 1.  Yes, you may contribute a patch.  I favor the idea of
> being able to supply a checksum seed.
> 
> 2.  Lets get the option name down to a more reasonable
> length.  --checksum-seed should be sufficient.

I submitted a patch in Feb 2004 to add a --fixedcsum-seed option
(which only sets checksum_seed to 32761, the batch file value):

(Continue reading)

Tomasz Ciolek | 2 May 2004 02:20
Picon

Re: battlefield 1942 help

fishing for email addresses? Blasting questions to any and all lists in
hope someone will help?

TMC

On Sat, May 01, 2004 at 04:48:01PM -0400, Jim Salter wrote:
> Does anybody have any idea why people needing help with Electronic Arts 
> games keep finding the rsync list?  I've seen five or six of these since 
> I've been on the list, and it's *always* somebody with an EA game in 
> particular...
> 
> Things that make you go "hmmmm."
> 
> Jim Salter
> JRS Systems
> 
> >hello
> >
> >    hope you can help. I purchased your battlefield 1942 game in the 
> >    states and installed on my computer in the united kingdom ( England ) 
> >    but all the video and audio starts and stops every few seconds can you 
> >    inform me or help me . 
> 
> -- 
> To unsubscribe or change options: 
> http://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

--

-- 
Tomasz M. Ciolek	
(Continue reading)

Jim Salter | 2 May 2004 03:04

Re: battlefield 1942 help

Our email addresses are already there for anybody that subscribes to the 
list - and where would a bunch of clueless EA gameplayers *get* a link 
to the rsync list to try it?  And why always EA games in particular?

I know, I know, it's as utterly off-topic as requests for videogame 
support are to begin with.  But I can't help wondering how the heck 
those wires got crossed, and where. =)

> fishing for email addresses? Blasting questions to any and all lists in
> hope someone will help?
> 
> TMC
> 
> On Sat, May 01, 2004 at 04:48:01PM -0400, Jim Salter wrote:
> 
>>Does anybody have any idea why people needing help with Electronic Arts 
>>games keep finding the rsync list?  I've seen five or six of these since 
>>I've been on the list, and it's *always* somebody with an EA game in 
>>particular...
>>
>>Things that make you go "hmmmm."
>>
>>Jim Salter
>>JRS Systems
>>
>>
>>>hello
>>>
>>>   hope you can help. I purchased your battlefield 1942 game in the 
>>>   states and installed on my computer in the united kingdom ( England ) 
(Continue reading)

Tuc | 2 May 2004 03:30

Re: battlefield 1942 help

> 
> Does anybody have any idea why people needing help with Electronic Arts 
> games keep finding the rsync list?  I've seen five or six of these since 
> I've been on the list, and it's *always* somebody with an EA game in 
> particular...
> 
> Things that make you go "hmmmm."
> 
http://lists.samba.org/archive/rsync/2002-June/002849.html

	Maybe that?

		Tuc/TTSG Internet Services, Inc.
--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Jim Salter | 2 May 2004 03:34

Re: battlefield 1942 help

Heh... think people are googling, finding that, and "replying through 
the website" at somewhere that has a web form for posting to the list? 
Makes... sense... I guess.

Sigh.  I don't know how some people *survive*...

>>Does anybody have any idea why people needing help with Electronic Arts 
>>games keep finding the rsync list?  I've seen five or six of these since 
>>I've been on the list, and it's *always* somebody with an EA game in 
>>particular...
>>
>>Things that make you go "hmmmm."
>>
> 
> http://lists.samba.org/archive/rsync/2002-June/002849.html
> 
> 	Maybe that?
> 
> 		Tuc/TTSG Internet Services, Inc.

--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Albert Chin | 2 May 2004 04:25

Re: rsync 2.6.1 released (including security note)

On Tue, Apr 27, 2004 at 04:04:21PM +0200, Paul Slootman wrote:
> On Mon 26 Apr 2004, Wayne Davison wrote:
> > 
> > It includes a security note about a fix that affects read/write daemons
> > that are not using chroot.  If that includes you, you should look into
> > upgrading (or maybe enabling chroot on an older rsync).
> 
> Is it possible to find the patches responsible for fixing the chroot
> thing? The stable version of Debian doesn't accept new versions to fix
> security risks (because the new version may introduce other as yet
> unknown security risks). Instead, policy is to patch the stable version
> with the fix.

Anyone ever come up with a patch for the chroot fix against 2.5?

-- 
albert chin (china <at> thewrittenword.com)
--

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Gmane