Make 2% daily here!

2004-07-15 Thread Richard Lemon
Hi Friend , my name is Richard Lemon. I want to show you a great program called SPACE-INVEST! They have 2% COMPOUNDING DAILY !!! They have FULLY AUTOMATED WITHDRAWAL SYSTEM ! I deposited $300 with them and have got paid every time i wished to, check my recent payment: 7/10/04 15:14 Payment Rece

Re: [Bug 1463] New: poor performance with large block size

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 06:27:45PM -0400, Chris Shoemaker wrote: > My initial reaction (having not actually read the code) is that it would > be desirable make the window_size highly composite, and then ensure that > the block size is an integer factor of the window_size. In other words, > avoid t

Re: Connection refused

2004-07-15 Thread Wayne Davison
On Fri, Jul 16, 2004 at 01:18:52AM +0200, Kontakt - SWIT-Services wrote: > I tried without the second ":". [...] > Connection refused Just add a second -v option to see what command rsync is running. I'd bet it's trying to use rsh (older versions used to default to rsh). You can set the remote

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
I tried without the second ":". And here it what comes up on my machine: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What is this ? Do I have to have the daemon running on the backup mach

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-15 Thread Don Malloy
Interestingly enough, now it stops dead when it hits 2146631680 bytes transferred. I've attached the output as a file. The rsync from /tmp is the patched one (I modified generator.c as noted and recompiled) Any ideas? Thanks again, Don From: Wayne Davison <[EMAIL PROTECTED]> To: Don Malloy <[EM

Re: Connection refused

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 09:07:23PM +0200, Kontakt - SWIT-Services wrote: > rsync -acvz --delete --force /var/spool/mail/* hostname.domain.de::mail The double-colon means that you're trying to talk to an rsync daemon, which I presume is not running. Setup the rsyncd.conf file and start one going

AW: Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
Here is the commmand line: rsync -acvz --delete --force /var/spool/mail/* hostname.domain.de::mail I can ping and ssh the backup host. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jim Salter Gesendet: Donnerstag, 15. Juli 2004 17:24 An: [EMA

Re: Excluding directories

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 07:52:36AM -0400, Loukinas, Jeremy wrote: > When using the exclude file what format does it need to be in ? New > line for each exclude? White space? Tabs. The format is one exclude per line. Only empty lines and lines starting with an initial '#' or ';' are ignored (a

Re: [PATCH] Batch-mode rewrite

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 08:04:56PM +0300, Eran Tromer wrote: > About the batch-mode rewrite: perhaps this would be a good opportunity > to make checksum_seed random also in batch mode, and store it in the > batch file, instead of using a fixed checksum_seed? This has been done, though the "random"

Re: Using Rsync to move files

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 10:15:17AM +0100, Hamilton, David (HPS) wrote: > I notice Wayne had a patch to do this listed in the list archives, but I > don't know what version of rsync he was patching against. These days there's a file named delete-sent-files.diff in the "patches" dir in cvs that appl

Re: Rsync not preserving owner/group

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 11:53:56PM -0400, Loukinas, Jeremy wrote: > For some reason when using -owner -group my files end up being nobody:nobody > on the destination..? The receiving rsync needs to be running as root to preserve ownership. I'd guess that you're sending to an rsync daemon that is r

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-15 Thread Wayne Davison
On Wed, Jul 14, 2004 at 04:46:41PM -0400, Don Malloy wrote: > The rsync transfers always fail at the 2GB mark. There is a bug in the large-file support of 2.6.2 that is fixed by the attached patch. Either apply it using "patch" or manually edit the size_t to OFF_T manually, recompile, and give th

rsyncing very large files - extremely slow at end

2004-07-15 Thread Peter Schuller
Hello, I am trying to rsync a tree containing very large files. The first one encountered is a file that is 127 GB on the remote (authorative) end and around 80 GB on the receiving end. rsync version is 2.6.2, patched to fix the bug mentioned at: https://bugzilla.samba.org/show_bug.cgi?id=152

Re: Connection refused

2004-07-15 Thread Jim Salter
We *CANNOT* help you without seeing the actual command line you're using to try to run rsync with. Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer, err

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-15 Thread Don Malloy
Thanks for the suggestion Steve. Here is the output with -vvv in the local rsync: -- server2 # /usr/local/bin/rsync -avvv --progress --stats file1.db /var/opt/ignite/test building file list ... [sender] make_file(file1.db,*,2) [sender] expand file_list to 131072 bytes, did move 1

Connection refused

2004-07-15 Thread Kontakt - SWIT-Services
Hello everybody, We have to servers which we syncronize with rsync. After updating the second server to RedHat Enterprise Linux, rsync pops up with the message: connection reset by peer, error (12) We do not use the rsync daemon. We use rsync via cron job. Does anybody know what is wron

Re: A question about connection refused

2004-07-15 Thread NasBackup Team
May be it's rsyncd configuration. Try to check if rsync daemon is up on the remote side by: telnet ip_address 873 If it up and you are not block by firewall etc you should see some output like: @RSYNCD: 28 Regards, Milutin Voinivich http://www.NasBackup.com/ - Original Message - Fro

Excluding directories

2004-07-15 Thread Loukinas, Jeremy
When using the exclude file what format does it need to be in ? New line for each exclude? White space? Tabs. Jeremy S. Loukinas Unix Systems Administrator Evenflo Company, Inc. > -- To unsubscribe or change options: ht

Using Rsync to move files

2004-07-15 Thread Hamilton, David (HPS)
I know this has been discussed repeatedly, so might even say beaten to death, but it is a feature which I need to use. I notice Wayne had a patch to do this listed in the list archives, but I don't know what version of rsync he was patching against. What is the general opinion on using this patch f

Re: rsyncP

2004-07-15 Thread Craig Barratt
"Paul Arch" writes: > does anyone know if File::RsyncP will operate under activeperl (windows?) > > This module is maintained by Craig Barratt, who I noticed is also on this > list :) I haven't tested it under activeperl, but it does work under perl + cygwin on WinXX. Craig -- To unsubscribe o