Migrating fsync patch into master?

2017-04-24 Thread Jim Nelson via rsync
Doing some research, I see there’s an outstanding patch for Sami Farin’s fsync() feature: https://git.samba.org/?p=rsync-patches.git;a=blob_plain;f=fsync.diff;hb=HEAD Is there any intention to migrate this patch into master? — Jim -- Please use reply-all for most replies to avoid omitting the

Parallel rsync

2008-12-10 Thread Jim Searle
rsync process, but this only works properly for the initial copy. If we could say "rsync --parallel=8 ..." and as rsync finds a file to transfer it can open up new socket to do the transfer. Thanks, Jim -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubs

bad error message? .. main.c code 23 .. caused by sgid on dir

2008-05-28 Thread James G. Sack (jim)
be made more specific. I am not a subscriber, so kindly cc me on replies, if that is convenient. (Thanks) Regards, ..jim (and thanks forever for rsync!) -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/

Incorrect Total File Size

2008-04-18 Thread Nittany Jim
.3 protocol version 28 (yes, I know it's old) source host: Red Hat 3.4.6-8 destination host: Red Hat 3.4.6-2 Any help is greatly appreciated. Thanks! Jim - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.--

Incorrect Total File Size

2008-04-11 Thread Nittany Jim
know it's old) source host: Red Hat 3.4.6-8 destination host: Red Hat 3.4.6-2 Any help is greatly appreciated. Thanks! Jim -- View this message in context: http://www.nabble.com/Incorrect-Total-File-Size-tp16628636p16628636.html Sent from the Samba - rsync mailing list archive at Nabble.co

PRNG is not seeded

2006-11-14 Thread Jim Taylor
and everything worked fine.  ls -l /dev/urandom crw-r--r--   1 root     system       33,  1 Jul 21 10:49 /dev/urandom We had established a security-hardened umask of 077, which had odd results here and there, especially after o/s upgrades. Hope this is helpful. Jim Taylor Information

SUMMARY--Getting Cannot compute sizeof (int) on rsync-2.6.6

2006-01-02 Thread Naylor, Jim
I ended up installing a newer version of GNU gcc and this time it worked. Thanks, Jim Naylor Unix/Storage Systems Administrator Schnuck Markets, Inc. * Direct (314) 994-4784 ))( Cell(314) 691-0186 Fax (314) 994-4684 * E-Mail [EMAIL PROTECTED] -Original Message- From

Getting Cannot compute sizeof (int) on rsync-2.6.6

2006-01-02 Thread Naylor, Jim
ng to do with the LARGE_FILE issue I see referred to in the archives where it says to add a define statement to the config.h? Thanks, Jim Naylor Unix/Storage Systems Administrator Schnuck Markets, Inc. * Direct (314) 994-4784 ))( Cell(314) 691-0186

{ADV} I am trying to reach YOU

2005-04-26 Thread Jim Kennedy
Greetings, My name is Jim Kennedy, and I am writing you this email from my home here in Staten Island, NY. The reason for this email is that you and I share something in common... At some point in our lives we contemplated or tried to start a home business. Don't worry; I'm not tryin

Re: [Bug 2328] cygwin rsync hangs when initiated remotely after transfering some files

2005-03-14 Thread Jim Kleckner
My belief is that rsync over ssh is tickling a deadlock race condition in cygwin. See this message and trace it backwards for more context: http://cygwin.com/ml/cygwin-patches/2005-q1/msg00015.html I have recently re-volunteered to the author to help out getting his patches tested but have heard n

Re: passing ssh password to rsync without prompting it

2004-12-02 Thread Jim Kleckner
x.xml It sets environment variables to connect with a named pipe for ssh-agent. With authentication chaining, you can run remote commands that pass authentication back to your login computer. Just put the public part of your key into ~/.ssh/authorized_keys2 on all of the machines you want to use. Jim --

2.6.3: write error goes undetected

2004-12-02 Thread Jim Meyering
Hello, [ I've just reported this as https://bugzilla.samba.org/show_bug.cgi?id=2116 ] -- rsync-2.6.3 can fail to report a write error. Here's a demonstration, writing to a full partition: You can reproduce it like this: $ echo foo > in $ strace -f -o log rsync in /full/tmp

RE: rsync bug recreating header.info

2004-10-19 Thread jim
The permission problem may be related to the setting of the CYGWIN environment variable. This variable may contain several options, but the one you should take a look at is ntsec/nontsec. If CYGWIN=ntsec, then the cygwin DLL tries to emulate POSIX permissions using NT ACLs. It works too good, or

Re: Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread jim
Right. This is the command that hangs for a local sync: rsync -Pvvvtr --delete /cygdrive/f/ /cygdrive/e It hangs at different places, sometimes during the file list generation, sometimes during the copying. It's very similar to what I saw doing remote syncing. I double checked that file contents

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-07 Thread jim
Thanks for the suggestions for different tunneling tools. This really only helps with half my problem- I need to sync local dirs, too. I'm guessing that this is really a cygwin problem in select(), but I'm not a good enough programmer to dig into it. I've got a local guru looking at it, but I th

Re: rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-06 Thread jim
eads seem to have any stack frames showing calls from rsync code. I think the backtrace I sent to the mailing list was the same way. What am I doing wrong? Also, why does the rsync process have four threads? Do these threads get started before main is called? Thanks, Jim -- To unsubscribe or chan

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread jim
rsync 2.6.2 crash) > Sent: 05 Oct 2004 10:06:15 > > On Tue, Oct 05, 2004 at 07:07:17AM -0700, jim wrote: > > Can you explain to me the relationship between the parent rsync > > process and it's children? > > Rsync has a separate process for each m

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-05 Thread jim
t use a single process? Jim -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync 2.6.3 hang (was rsync 2.6.2 crash)

2004-10-01 Thread jim
Here are strace outputs of a hung session, 2.6.3 on both ends (server, client process 1, client process 2): $ strace -t -p 4040 Attached to pid 4040 (windows pid 2488) 14:04:47 [unknown (0x938)] rsync 4040 _cygtls::remove: wait 0x0 14:05:17 [main] rsync 4040 select_stuff::wait: timed out 14:05:17

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
of the ordinary is that they are big, about 30GB and 200,000 files. Thanks, Jim -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-30 Thread jim
DLL #2 0x7c578f0d in WaitForMultipleObjects () from /cygdrive/c/WINNT/system32/KERNEL32.DLL #3 0x0022e1c8 in ?? () #4 0x0001 in ?? () (gdb) I still have the processes in the debuggers, so let me know if there is something you want me to check. Jim -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread jim
ash) > Sent: 29 Sep 2004 10:20:11 > > On Wed, Sep 29, 2004 at 10:08:16AM -0700, jim wrote: > > Do you have a gut feeling as to where I should look first, or what the > > issue might be? Do you suspect rsync or ssh as the likely culprit? > > It

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-29 Thread jim
Do you have a gut feeling as to where I should look first, or what the issue might be? Do you suspect rsync or ssh as the likely culprit? >Yes, others have experienced hangs when using rsync over ssh under >cygwin. If possible, stick with the rsync daemon protocol for cygwin >transfers and it sh

Re: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread jim
ginal Message--- > From: Chuck Wolber <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 hang (was rsync 2.6.2 crash) > Sent: 28 Sep 2004 21:13:47 > > On Tue, 28 Sep 2004, jim wrote: > > > OK, I set up a new PC with a fresh XP load to be my rsy

rsync 2.6.2 hang (was rsync 2.6.2 crash)

2004-09-28 Thread jim
rts and it gets through maybe a few hundred files, but then everything stops. All the processes are still there, but all logging stops and CPU utilization by the rsync and ssh processes go to zero. Any thoughts? ---Original Message--- > From: jim <[EMAIL PROTECTED]> &

Re: rsync 2.6.2 crash

2004-09-25 Thread jim
unning as the server, reading from a PGPDisk volume that is mounted on the VPC host, and the PGPDisk is on an external USB drive. I will report back as to whether or not the problems disappear after removing the VPC, USB and PGPDisk layers. Thanks, Jim ---Original Message---

Re: rsync 2.6.2 crash

2004-09-24 Thread jim
CONTROL/17Bxx - , xXxxx-x xx/Drawing Sheet 17B1N5001 B(2.2).cal" (in MPDM) failed: Not a directory ---Original Message--- > From: jim <[EMAIL PROTECTED]> > Subject: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 12:33:58 > > 2.

Re: rsync 2.6.2 crash

2004-09-24 Thread jim
2.5.7 died the same way. Maybe the bug is in cygwin1.dll? I'm using 1005.11.0.0. ---Original Message--- > From: jim <[EMAIL PROTECTED]> > Subject: Re: Re: Re: rsync 2.6.2 crash > Sent: 24 Sep 2004 12:22:17 > > I tried 2.6.3pre2 on the serv

Re: Re: Re: rsync 2.6.2 crash

2004-09-24 Thread jim
I tried 2.6.3pre2 on the server side, and it failed the same way. Is there a way to build it so the stack dump has function names? I will try the 2.5.x series to see if the problem is absent. ---Original Message--- > From: jim <[EMAIL PROTECTED]> > Subject: R

Re: Re: rsync 2.6.2 crash

2004-09-24 Thread jim
4 at 11:09:26AM -0700, jim wrote: > > The server crashed, but left rsync.exe.stackdump: > > A stackdump would be useful if it would give function names and line > numbers. Without that, it doesn't give me anything I can use to figure > out where it crashed.

rsync 2.6.2 crashing (was: No Subject)

2004-09-24 Thread jim
ized_keys to: command="/usr/bin/strace -o/tmp/rsync-strace.out -f /usr/bin/rsync --server --daemon ." The server doesn't crash; instead, it just hangs somewhere in the middle of copying the data, which is further along then without strace. I can provide the strace output if that would

(no subject)

2004-09-24 Thread jim
ized_keys to: command="/usr/bin/strace -o/tmp/rsync-strace.out -f /usr/bin/rsync --server --daemon ." The server doesn't crash; instead, it just hangs somewhere in the middle of copying the data, which is further along then without strace. I can provide the strace output if that would

RE: Rsync param parsing using --rsh broken? (was: no subject)

2004-09-16 Thread jim
OK, now I see. I did not notice the --rsh param is not the exact command that would invoke ssh by itself. Thanks for your help. >On Thu, Sep 16, 2004 at 11:51:00AM -0700, jim wrote: >> notice that the command not found complains about the uppercase MPDM-W2K3 > >That's becau

RE: Rsync param parsing using --rsh broken? (was: no subject)

2004-09-16 Thread jim
eanup(code=12, file=/home/lapo/package/tmp/rsync-2.6.2/io.c, line=342): about to call exit(12) Jim -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Rsync param parsing using --rsh broken? (was: no subject)

2004-09-16 Thread Jim Gallagher
nc-2.6.2/main.c(1048) _exit_cleanup(code=23, file=/home/lapo/package/tmp/rsync-2.6.2/main.c, line=1048 ): about to call exit(23) So, what's going on here? Am I missing something in the docs, is something wrong in the docs or is this a bug? Thanks, Jim Gallagher Cypress, CA Hi, I'm tryin

(no subject)

2004-09-15 Thread jim
, file=/home/lapo/package/tmp/rsync-2.6.2/main.c, line=1048 ): about to call exit(23) So, what's going on here? Am I missing something in the docs, is something wrong in the docs or is this a bug? Thanks, Jim Gallagher Cypress, CA -- To unsubscribe or change options: http://lists.samba.o

Identifying rsync errors programmatically

2004-08-24 Thread Jim Salter
ne myself with confidence, it would be very helpful indeed. ... I would also humbly suggest STANDARDIZING rsync error outputs in a future version, so that perhaps they all begain with "rsync error: " or some other easily identifiable string. Right now they're, well, all over the pl

Re: Rsync and open files

2004-08-02 Thread Jim Salter
skips the file, and moves on to the next one in queue. HTH. Jim Salter JRS Systems I didn't see this answered in the FAQ, and it's important to one of my application owners. How does RSYNC handle open or write in process files? Thank you! J [EMAIL PROTECTED] [EMAIL PROTECTED] CONFIDE

Re: Sad news about JW Schultz

2004-07-27 Thread Jim Salter
Damn, I hate to hear that. Here's to JW's memory, he is missed. Thanks for letting us know, Wayne. -J I was saddened to learn today that JW Schultz was found dead back on March 27th of this year. JW was a big help in the recent development of rsync and I sorely missed his presence during the last

unexpected tag 28

2004-07-27 Thread Naylor, Jim
and then do the rsync but this system has to much data to do that. Here is the command I am using: rsync -e rsh --rsync-path=/usr/local/bin/rsync -varPpgot /usr/pdx/ rxhostDR:/usr/pdx Any suggestions would be greatly appreciated. Thanks, Jim Naylor Unix Systems Administrator Schnuck Markets, Inc

Re: backup complete server

2004-07-19 Thread Jim Salter
ion: [etc] path = /etc comment = system config files or if you prefer to give any random rsync user access to everything on the entire server (NOT recommended, particularly if you do not set read-only or auth users / secrets): [root] path = / comment = hope you know what you're doing Hope

Re: Formatting rsync output

2004-07-18 Thread Jim Salter
the rsync output until rsync is completely done, you can just use backticks: $rsync_output = `/usr/bin/rsync -avz /foo bar::baz`; ### parse $rsync_output here - you may want to use split to turn the string into a list, however print $rsync_output; Jim Salter JRS Systems When RSYNC runs in -v mod

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: Rsync not preserving owner/group

2004-07-14 Thread Jim Salter
You need to create an rsyncd.conf file that specifies uid root, and call rsync with that conf file when you start the daemon. Otherwise the daemon spawns processes as nobody by default, and "nobody" can't write files as other users. Check man rsyncd.conf for details. Jim Salte

verbiage suggestion

2004-07-11 Thread Jim Salter
n" as what got written *to the hard drive* rather than what got sent over the pipe. Jim Salter JRS Systems -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

discrepancy in file count

2004-07-09 Thread Jim Salter
tion is to see fewer files transferred than total files in the fileset and say "hey, why am I missing several thousand?" Jim Salter JRS Systems -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Professional grade rsync?

2004-05-28 Thread Jim Salter
make rsync more memory-friendly when the size of the job exceeds the resources available, by causing it to do the exact same thing as the wrapper described above does, but I'm not going to kvetch.) Jim Salter JRS Systems Hi, folks. We've gone where no man has gone before. On HP-UX,

Re: bwlimit=

2004-05-26 Thread Jim Kleckner
h would be an improvement to the rsync bwlimit feature. Jim -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Slight clarification: When I said "latest version" of rsync, I did NOT mean the latest binary packaged with cygwin, I meant the latest source version, which you can compile yourself under cygwin (if you've installed gcc, ming, and make) or you can use the pre-compiled binaries now available at

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Which version of rsync, AND which version of Cygwin, that you run is VERY crucial. Rsync itself wasn't actually the source of the "hang" bugs under Cygwin, the cygwin1.dll file was, from my understanding. Either way, if you upgrade both Cygwin and Rsync to the latest versions, your problem sho

--backup-dir and daemon mode

2004-05-11 Thread Jim Salter
roken pipe errors, and attempts to create directories like "[EMAIL PROTECTED]::backup/backup" on the server doing the rsyncing's own filesystem. If anybody's ever tried doing this kind of thing, your experience would be very helpful. Thanks! Jim Salter -- To unsub

Re: [offtopic] Cygwin.com / sources.redhat.com down?

2004-05-09 Thread Jim Salter
ustin Banks for letting me know he was getting through okay, so I knew what direction to look. -J Jim Salter wrote: Has anybody else noticed cygwin.com and sources.redhat.com being down? The machine that answers to those addresses (and sourceware.org) is refusing HTTP connections, and has been for at

[offtopic] Cygwin.com / sources.redhat.com down?

2004-05-09 Thread Jim Salter
Has anybody else noticed cygwin.com and sources.redhat.com being down? The machine that answers to those addresses (and sourceware.org) is refusing HTTP connections, and has been for at least 48 hours now. Anybody here know anything about it? I haven't been able to find out diddly-squat about

Re: rsync and Perl programming

2004-05-05 Thread Jim Salter
BINGO. Unintended interpolation of the "@localhost" as an array instead of as a literal string. Thanks Brian! Jim Salter JRS Systems > Brian Cross wrote: > Jim, No idea's off hand, but set the -w debug option at the top of the script and see if it gives you more info

Re: rsync and Perl programming

2004-05-05 Thread Jim Salter
te my rsync tasks - but that's a pretty ugly hack. I'm hoping somebody's got a simpler answer for what's getting b0rk3d... Jim Salter JRS Systems -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync and Perl programming

2004-05-05 Thread Jim Salter
expected in my Perl script too. I'm only having the odd problem shown when using daemon mode in my Perl wrapper. The system being used is running FreeBSD 5.1, and I have the problem when running either rsync 2.6.0 from FreeBSD's ports tree or 2.6.2 downloaded straight from the rsy

2.6.2 on Cygwin - initial testing results

2004-05-03 Thread Jim Salter
I compiled and installed rsync 2.6.2 from source (the site's download page) today, under Cygwin 1.5.9-1 / Windows 2000 Professional SP4. Initial testing shows that it operates properly and smoothly, and that Wayne's bugfix for the daemon mode / --backup problem I reported earlier did the trick.

Re: battlefield 1942 help

2004-05-01 Thread Jim Salter
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 gam

Re: battlefield 1942 help

2004-05-01 Thread Jim Salter
t 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

Re: battlefield 1942 help

2004-05-01 Thread Jim Salter
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 "h." Jim

test message only

2004-04-23 Thread Jim Salter
This is a test message - my apologies for it, but everything I send is getting bounced. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync Error..

2004-04-23 Thread Jim Salter
d after remote login when i give "which rsync" ; i get the following output /usr/local/bin/rsync. Jim Salter <[EMAIL PROTECTED]> wrote: Clearly, if you can't execute the "which" command remotely, rsh is _not_ working "perfectly fine." If you can

Re: Problem with ownership of non-root files at destination

2004-04-22 Thread Jim Salter
You're using the -a flag, which among other things means rsync will try to preserve ownership. If your PDA is running linux, most likely the UID it's using for ownership of the files you're transferring matches the UID of your "Lefty" account on your PC. Jim Salter JR

Re: Error?

2004-04-22 Thread Jim Salter
s, and get back with us - that means all the crontabs, everything in init.d / rc.d or whatever your OS uses, /etc/periodic if applicable, the AT queue, inetd, the whole nine. I sincerely doubt that rsync itself is randomly firing off instances of itself without being asked to. Jim Salter JRS

Re: RSync on Windows 2003

2004-04-16 Thread Jim Salter
er and see if you get the same error. Jim Salter JRS Systems Hello, I'm desperately trying to have a RSync server work on a Windows 2003 Standard Server. All the documentation available I have found applies to Windows NT/2000/XP I don't know whether 2003 works differently from the prev

Re: Rsync hangs with XP machine used as sshd server

2004-04-15 Thread Jim Salter
Try cwrsync at http://www.itefix.no/cwrsync/ and see if you have better luck. Older cygwin DLLs had some network issues that rsync exposed, but in my experience installing cwrsync will fix the problem entirely. Jim Salter JRS Systems I have a problem with rsync 2.6 protocol 27 (both client and

Re: Another feature proposal and implementation plan: --strip-prefix

2004-04-14 Thread Jim Salter
Wouldn't it be easier just to create a softlink on the cygwin machine so that you could access C: from /c ? Or for that matter, if these are easily-confused Windows users, just begin the Samba (or other SMB) share south of the cygwin/ on the rsync machine? Here's another feature I'd like to ha

Re: Feature proposal and implementation plan: --delete-delay

2004-04-14 Thread Jim Salter
4-14 tree in its entirety before proceeding to the actual rsync'ing. In actual point of fact, my preening is triggered by drive capacity and usage levels, not age of archives, and once triggered it eliminates archives from older to newer until usage is back down to a desired percentage - but yo

Re: Error msg

2004-04-14 Thread Jim Salter
ss that account. If you can't ssh to [EMAIL PROTECTED] without a password, rsync won't be able to access it (using SSH transport) either - so you'll need to either publish keys and get SSH working properly, or set up an rsync daemon and use its transport instead. Jim Salter JRS S

Re: wrappers

2004-04-13 Thread Jim Salter
a topic for the SSH list.) On the other hand, if you're using rsync without the SSH transport, in daemon mode, your OS may not know natively what "rsync" means, in which case you'd have to specify the actual port number (873) directly. Jim Salter JRS Systems Hy, I would l

Re: --suffix problem - possibly bug?

2004-04-07 Thread Jim Salter
That *was* seriously impressive. Thanks Wayne. =) Steve W. Ingram wrote: 50 minutes for investigation *and* a patch!? Holy cow! Yeah, Mr Gates, that's the advantage of companies like yours; the support of your software. I mean, you just don't know where to get support on free software and wh

Re: --suffix problem - possibly bug?

2004-04-07 Thread Jim Salter
So, just to clarify - this is a bug that needs fixing only on the server side, not the client side, correct? (Important to me because I'd just as druther not have to compile the cygwin side of the house if I don't have to.) On Wed, Apr 07, 2004 at 06:13:31PM -0400, Jim Salter w

--suffix problem - possibly bug?

2004-04-07 Thread Jim Salter
e other end is a FreeBSD 5.1 machine running rsync 2.6.0 from the ports tree. Thanks ... Jim Salter JRS Systems -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Fwd: RSync Progress Report Request

2004-03-25 Thread Jim Salter
I'd still prefer to see something like a --total-progress option that displayed the percentage of the total synchronization that had been completed, rather than the percentage of progress of the current file. In the occasions where I'm hovering impatiently over an rsync waiting for it to finish

Re: Root access over ssh?

2004-03-25 Thread Jim Salter
ht also be planning on moving lots of users' files, which a non-root account might not be able to access in the directories on the remote end. Jim Salter JRS Systems Brian Chase wrote: I'm not the command line guru, but it is my understanding that if you've got rsyncd running a

Re: Root access over ssh?

2004-03-25 Thread Jim Salter
You can use the --rsh="/path/to/command/here" argument in conjunction with a simple shell script wrapper that calls rsync using sudo. Jim Salter JRS Systems Paul Galbraith wrote: Is it possible to configure rsync in server mode, to gain access to root protected files, without the user

Re: Long time needed for "Building file list" Any suggestions ?

2004-03-22 Thread Jim Salter
irror whether or not it started out with one. Jim Salter But isn't building this exact file list what an ordinary call to rsync is supposed to do (when not forcing checksum calculation)? So why is rsync so much slower than find? /Greger Tim Conway wrote: Good idea find / -ctime -1h |rsync

Re: Why does my cwrsync try to load ssh?

2004-03-22 Thread Jim Salter
th/to/stuff means "access /path/to/stuff on the local machine" Hope that helps. Jim Salter Just installed cwrsync 1.2.1 and I am getting this: C:\cwrsync>rsync -n -v -r /cygdrive/c/robj/pickmeup speedball3:/cygdrive/d/robj/pickmeup Failed to exec ssh : No such file or directory r

Re: Long time needed for "Building file list" Any suggestions ?

2004-03-22 Thread Jim Salter
But why would you want to use rsync if you've already built your file list? Seems kinda pointless... I mean if it got touched, you definitely want to copy it, so, yeah. =) Jim Salter Good idea find / -ctime -1h |rsync -a --files-from=- / destination No perl needed. You might want

Re: Long time needed for "Building file list" Any suggestions ?

2004-03-22 Thread Jim Salter
downtime around 1AM to catch anything my "bounces" missed (like deleting files). Jim Salter -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync killed my server

2004-03-21 Thread Jim Salter
"Threw a mental" is extremely unhelpful. What was it writing to the logfile? Jason Ferguson wrote: I have the following as a line in a script kicked off from cron: sudo rsync -e ssh -avz /Times_QPS/ 192.168.22.72:/Times_QPS/ --eahfs It logs the output to a log file, however rsync caused the

setgid on directories

2004-03-17 Thread Jim Ogilvie
t, AF_INET, 0, 0 }, {0, '6', POPT_ARG_VAL,&default_af_hint, AF_INET6, 0, 0 }, #endif + {"setgid_dirs", 0, POPT_ARG_NONE, &setgid_dirs, 0, 0, 0 }, {0,0,0,0, 0, 0, 0} }; Jim Ogilvie -- To unsubscribe or change options: http://lists.s

Re: Feature Request: Multiple Streams

2004-03-09 Thread Jim Salter
Tim Conway wrote: for source in source1 source2 source3 do rsync -options $source destination:$source & done wait adapt as needed. That will WORK, of course, but it does require that you do a file list build and compare for each of the above, instead of doing a sin

Re: rsync copies same files over and over

2004-03-06 Thread Jim Salter
It's a windows timestamp inaccuracy issue - check the manpages for info on timestamp windows as a workaround. -J Each time I run rsync it copies the same files even though I haven't made any changes. I doesn't copy all the files each time, just the same ones each time I run the command. I run

Re: rsync between gateway and workstation

2004-03-03 Thread Jim Salter
ions (quite properly) do not allow direct remote root login over ssh. -J Hi Jim, Thanks for your reply. Read the man rsync...even printed itbut well it looks a lot like shorthand to me. Kindly some pointers if other howto or whatever excist. I did research as best I could..butmaybe ...

Re: rsync between gateway and workstation

2004-03-03 Thread Jim Salter
There are many different ways to accomplish this. Are you wanting to use rsync in daemon mode, or rsync over an ssh transport? I hate to deliver the stock answer, but it sounds like you need to RTFM a bit and then try us back if you still can't get it to work. -J Hi, Have one workstation 192

Re: open files

2004-02-20 Thread Jim Salter
Hmmm. It's odd to think that Cygwin always uses backup semantics, because it DEFINITELY fails to process quite a lot of files that the high-dollar win32-native backup utilities can process. My experience has been that cygwin can open (for reading) any file that you can use the GUI to drag-and-

Re: open files

2004-02-20 Thread Jim Salter
Jason, this is absolutely great info on the Win32 file locking system and sounds like a very very interesting patch indeed. A quick question, though - how hard would it be to use backup semantics as a default for an additional mount for the entire filesystem, rather than trying to tack it into

Re: open files

2004-02-19 Thread Jim Salter
::coughs:: Another way of phrasing that would be to say "If your OS prevents open files from being accessed normally, you need to deal with that at the OS level." And in case you were wondering, yes, Windows is a "brain-damaged" OS in that regard (and many others, but I digress). Under Window

Re: File walking issue?

2004-02-16 Thread Jim Salter
Is there anything noticeably different, network-wise, about this RH box from the others? Different network card, different subnet, etc? Can your other *nix machines sync from this particular Win2K smb filesystem fine? Can the problem child *nix box sync to your other *nix boxen fine? I'm h

Re: File walking issue?

2004-02-16 Thread Jim Salter
Max - what is the OS of the machine you're using to access the Win2K SMB share from? I ask because the reference implementation of Samba - ie, the ftp-alike smbclient - works just dandy under every OS I've looked at, but the kernel implementation of smbfs under FreeBSD (and possibly other BSDs

Re: Please help : Strange 'file has vanished' behaviour with rsync on windows.

2004-02-11 Thread Jim Salter
What are "mypc1" and "mypc2"? Can you successfully ssh into them? Can you successfully ssh into them as user1 and user2? When you do ssh into them as user1 and/or user2, can you cd into /myshare1/dir1 and /myshare2/dir2 ? You need to be very specific about what you're actually doing and what

Re: Please help : Strange 'file has vanished' behaviour with rsync on windows.

2004-02-08 Thread Jim Salter
directly. That would work around your issue effectively. You'll want to use the path /cygdrive under Cygwin to access your mapped drivespec. Something like this: net use z: \\mypc1\myshare1 rsync -e ssh -av /cygdrive/z/dir1/* /cygdrive/z/dir2/ Hope that helps... Jim Salter Please help : St

Re: Please help : Strange 'file has vanished' behaviour with rsync on windows.

2004-02-08 Thread Jim Salter
espec. Something like this: net use z: \\mypc1\myshare1 rsync -e ssh -av /cygdrive/z/dir1/* /cygdrive/z/dir2/ Hope that helps... Jim Salter Please help : Strange 'file has vanished' behaviour with rsync on windows. I need to run rsync on windows and sync shares thru UNC names. When I try : r

Re: Can't Figure out why rsync job stops

2004-01-30 Thread Jim Salter
losed by a router. This is not an issue which tends to be visible to the end-user with protocols like HTTP or FTP, but can very definitely be an issue with SSH or rsync. Test: ssh across the two servers. Do nothing for half an hour. Is the pipe still open?) Jim Salter Bryan Sauser wrote: I c

Re: rsync bug?

2004-01-23 Thread jim
None of this does us any good without, at a bare minimum, the command line you're using to invoke rsync. You should also typically mention what OS is being used on either end of the equation, and any details that aren't immediately obvious about the network in between. more details using -vvv

[Fwd: Re: how about auth users without a password?]

2004-01-21 Thread Jim Salter
cript a little more sophisticated and make it check for the presence of one of your own servers in the arguments passed by the user before appending its --password-file argument to the list. Jim Salter -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

Re: rsync 2.6.0 - suspected memory leak bug

2004-01-21 Thread Jim Salter
What kernel are you using, and if it's not at least 2.4.x, have you considered simply trying a newer kernel? Jim Salter jrssystems.net> writes: IANALG (I Am Not A Linux Guy - FreeBSD is my *nix of choice), but could this possibly be related to the mem:remap Linux kernel bug

Re: rsync 2.6.0 - suspected memory leak bug

2004-01-21 Thread Jim Salter
IANALG (I Am Not A Linux Guy - FreeBSD is my *nix of choice), but could this possibly be related to the mem:remap Linux kernel bug that was recently discovered? Jim Salter Thanks Wayne, This just may explain the behavior. I noticed that when I deleted the files that were transferred the

Re: how about auth users without a password?

2004-01-21 Thread Jim Salter
Wouldn't this (accomplishing security restrictions without need to enter a password, or to enter a password more than once) be a lot more easily accomplished by simply using SSH transport and public/private keys instead of using the daemon mode at all? Jim Salter > Larry Brasfield w

  1   2   >