Re: rsync ERROR: out of memory in flist_expand [sender]

2012-03-20 Thread Richard Ivarson
Bruno, is this rsync problem maybe related to my rsync problem which I mentioned recently in the thread "Rsync stops inmid of synchronisation" ? (My latest post there was: http://article.gmane.org/gmane.os.cygwin/132270 ... but I don't know how to link to the entire thread.) -Richard Am 19.0

Re: ftell() fails on files in shared folders

2012-03-20 Thread Yuri Gribov
Corinna, > No, it doesn't change that often.  1.7.9 is actually a year old, > though.  Updating *might* help. > > Btw., assuming you call lseek(fileno(p), SEEK_CUR, 0) rather than > ftell(p), what position does it return? I have rewritten my program to use only low-level API (open, write, lseek)

Re: ftell() fails on files in shared folders

2012-03-20 Thread Corinna Vinschen
On Mar 20 13:48, Yuri Gribov wrote: > Corinna, > > > No, it doesn't change that often.  1.7.9 is actually a year old, > > though.  Updating *might* help. > > > > Btw., assuming you call lseek(fileno(p), SEEK_CUR, 0) rather than > > ftell(p), what position does it return? > > I have rewritten my p

Re: rsync ERROR: out of memory in flist_expand [sender]

2012-03-20 Thread LMH
If you are continually copying large numbers of files with rsync, maybe you would be better off just using cp. Do you need to keep older versions with the same file name, meaning an incremental backup? I generally start by just doing a cp of the src directory to the backup location. When the n

Tcl "registry" package missing after Cygwin update.

2012-03-20 Thread Tim Auckland
After updating to the latest Cygwin, our test scripts are failing because the "registry" package is missing from tclsh: $ tclsh % package require registry can't find package registry % This probably coincides with the upgrade from tcl8.4 to tcl8.5 reported in the announcement below. I'm using

Re: ftell() fails on files in shared folders

2012-03-20 Thread Corinna Vinschen
On Mar 21 00:12, Yuri Gribov wrote: > > First of all, there's a bug in your testcase. > > Nice catch. With fixed code O_RDWR and O_WRONLY no longer influence > the result but the bug still remains. > > > What filesystem is your remote FS?  Please run > > Done. All nodes seem to have same volume

Re: Tcl "registry" package missing after Cygwin update.

2012-03-20 Thread Yaakov (Cygwin/X)
http://cygwin.com/acronyms/#PCYMTWLL ! On 2012-03-20 15:15, Tim Auckland wrote: After updating to the latest Cygwin, our test scripts are failing because the "registry" package is missing from tclsh: This probably coincides with the upgrade from tcl8.4 to tcl8.5 reported in the announcement b

All clear (was Re: 2012-03-19 snapshot problematic (was Re: cygwin-1.7.10-1 fork - address space needed by ... already in use))

2012-03-20 Thread Christopher Faylor
On Tue, Mar 20, 2012 at 01:10:51AM -0400, Christopher Faylor wrote: >On Mon, Mar 19, 2012 at 04:54:33PM -0400, Christopher Faylor wrote: >>[snip] >>Thanks for the cygcheck output. >> >>I was never able to duplicate the problem so I rewrote the way this was >>handled. The error message is completel

Re: ftell() fails on files in shared folders

2012-03-20 Thread Yuri Gribov
Corinna, > the problem is obviously that your remote filesystem returns 0 as the current > file size. Which WinAPI does that? I can try searching it. > What OS are your remote filesystems running on? That's Windows Server 2008 SP1. -- Best regards, Yuri -- Problem reports: http://cygw

[ANNOUNCEMENT] Updated: maradns-2.0.06-1

2012-03-20 Thread Steven Monai
Version 2.0.06-1 of 'maradns' has been uploaded to the Cygwin archive, and should soon appear at a Cygwin mirror near you. This version supercedes 1.4.04-1, which remains available as the previous version. MaraDNS is a package that implements the Domain Name Service (DNS), an essential internet se

Re: All clear (was Re: 2012-03-19 snapshot problematic (was Re: cygwin-1.7.10-1 fork - address space needed by ... already in use))

2012-03-20 Thread marco atzeri
lete. $ uname -a CYGWIN_NT-6.1-WOW64 MARCOATZERI 1.7.12s(0.260/5/3) 20120320 23:14:21 i686 Cygwin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/

Re: All clear (was Re: 2012-03-19 snapshot problematic (was Re: cygwin-1.7.10-1 fork - address space needed by ... already in use))

2012-03-20 Thread marco atzeri
rror 6 and the process never complete. $ uname -a CYGWIN_NT-6.1-WOW64 MARCOATZERI 1.7.12s(0.260/5/3) 20120320 23:14:21 i686 Cygwin I guess I was to fast... $ uname -a CYGWIN_NT-6.1-WOW64 MARCOATZERI 1.7.12s(0.260/5/3) 20120321 05:24:00 i686 Cygwin this seems fine -- Problem repo