X-Spam-Check-By: sourceware.org Message-ID: <442BED82.5050106@maplesoft.com> Date: Thu, 30 Mar 2006 09:38:58 -0500 From: Stefan Vorkoetter User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Spam:Re: File copying problem References: <442AA72A DOT 7040107 AT maplesoft DOT com> <442AB001 DOT 5080401 AT maplesoft DOT com> <20060330083131 DOT GA29818 AT calimero DOT vinschen DOT de> In-Reply-To: <20060330083131.GA29818@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Corinna Vinschen wrote: > On Mar 29 11:04, Stefan Vorkoetter wrote: >> Igor Peshansky wrote: >>> On Wed, 29 Mar 2006, Stefan Vorkoetter wrote: >>> >>>> Does anyone know where I can get a slightly older cygwin1.dll >>>> (1.5.19.[123]) ? The latest one breaks the copying of files from a Samba >>>> server (it always says the file's been replaced during the copy). >>>> >>>> I tried reverting my entire cygwin installation to a much older one, but >>>> that caused too much other grief. >>> Does going forward instead of backward (a.k.a. trying a snapshot[*]) help? >>> Igor >>> [*] >> No, unfortunately not: >> >> # Using the drive letter: >> ~/lib [504] $ cp u:/repository/main/lib/Statistics.hdb . >> cp: skipping file `u:/repository/main/lib/Statistics.hdb', as it was >> replaced while being copied >> >> # Using cygdrive: >> ~/lib [507] $ cp /cygdrive/u/repository/main/lib/Statistics.hdb . >> cp: skipping file `/cygdrive/u/repository/main/lib/Statistics.hdb', as it >> was replaced while being copied >> >> # Using the full network path: >> ~/lib [508] $ cp //titan/u-maple/repository/main/lib/Statistics.hdb . >> cp: skipping file `//titan/u-maple/repository/main/lib/Statistics.hdb', as >> it was replaced while being copied >> >> ~/lib [505] $ uname -a >> CYGWIN_NT-5.1 mushroom 1.5.20s(0.155/4/2) 20060326 22:52:56 i686 unknown >> unknown Cygwin >> >> All of the above worked fine with 1.5.18, and I believe versions >> 1.5.19.[123] > > -v, please. What Samba version, what remote OS, what's the output > of the tool from http://sourceware.org/ml/cygwin/2006-01/msg00818.html > for this remote drive? > > > Corinna Remote OS is SunOS titan 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-4 Output of getvolinfo is: ~ [657] $ ./getvolinfo //titan/u-maple rootdir: \\titan\u-maple\ Volume Name : Serial Number : 77467987 Max Filenamelength : 255 Filesystemname : Flags: FILE_CASE_SENSITIVE_SEARCH : TRUE FILE_CASE_PRESERVED_NAMES : TRUE FILE_UNICODE_ON_DISK : FALSE FILE_PERSISTENT_ACLS : TRUE FILE_FILE_COMPRESSION : FALSE FILE_VOLUME_QUOTAS : FALSE FILE_SUPPORTS_SPARSE_FILES : FALSE FILE_SUPPORTS_REPARSE_POINTS: FALSE FILE_SUPPORTS_REMOTE_STORAGE: FALSE FILE_VOLUME_IS_COMPRESSED : FALSE FILE_SUPPORTS_OBJECT_IDS : FALSE FILE_SUPPORTS_ENCRYPTION : FALSE FILE_NAMED_STREAMS : FALSE FILE_READ_ONLY_VOLUME : FALSE Am looking into what version of samba this may be. -- Stefan Vorkoetter Maplesoft -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/