X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: RE: File copying problem (ever-changing faked inode on network drive) Date: Fri, 14 Apr 2006 09:03:39 -0400 Message-ID: From: "Stephen Linda" To: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k3ED4H1k028963 Hi I installed the latest snapshot (cygwin1-20060413). When trying to compile the program, using the command "gcc -o testcase testcase.c" I get "testcase.c:31: error: structure has no member named `d_ino'" So... Please forgive an exceeding stupid question, but: How do I compile the program? Thanks, Steve Stephen B. Linda Assistant Statistician Children's Oncology Group Statistics and Data Center, Gainesville Office 104 N. Main Street, Suite 600 Gainesville, FL 32601-3330 (352) 273-0563 (352) 392-8162 - fax -----Original Message----- From: Eric Blake [mailto:ebb9 AT byu DOT net] Sent: Thursday, April 13, 2006 10:51 PM To: Stephen Linda Subject: Re: File copying problem (ever-changing faked inode on network drive) Stephen Linda cog.ufl.edu> writes: > I'm having the "cp: skipping file `/g/tmp/foo.bar', as it was replaced > while being copied" problem on a network drive, apparently due to the > ever-changing inode adventure. Samba 2.0.10 running under Redhat 7.1 > kernel 2.4.17 on the file server; XP pro SP2 on the PC. The output > from getvolinfo is: > > > In my googling of this problem I haven't seen a solution offered. > What should I do to remedy this? Install the latest snapshot, then compile the program mentioned here: http://cygwin.com/ml/cygwin/2006-04/msg00314.html and send the output to this list. If Corinna's suspicions are correct, and old versions of Samba give a reliable indication of ever-changing inodes (by using a random 32-bit value instead of a fixed 64-bit value), then it will not be long before a snapshot with a workaround will be provided. -- Eric Blake volunteer cygwin coreutils maintainer -- 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/