Re: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Corinna Vinschen
On Apr 14 09:03, Stephen Linda wrote: > 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

RE: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Dave Korn
On 14 April 2006 14:04, Stephen Linda wrote: > 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 exceedin

RE: File copying problem (ever-changing faked inode on network drive)

2006-04-14 Thread Stephen Linda
mailto:[EMAIL PROTECTED] 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 replace

Re: File copying problem (ever-changing faked inode on network drive)

2006-04-13 Thread Eric Blake
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

File copying problem (ever-changing faked inode on network drive)

2006-04-13 Thread Stephen Linda
Hi, 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

Re: File copying problem

2006-04-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Stefan Vorkoetter on 3/31/2006 9:33 AM: > > Another question then: Why can I successfully use tar to read files from > the samba file system, and record them into a tar archive on the local > file system? Is it simply that tar doesn't bot

Re: File copying problem

2006-03-31 Thread Stefan Vorkoetter
Corinna Vinschen wrote: On Mar 30 10:20, Stefan Vorkoetter wrote: I'll talk to our IT folks. Any idea why this problem doesn't happen with a 1.5.18 based cygwin? Faked inode number vs. real inode number on remote drives. Corinna Another question then: Why can I successfully use tar to read

Re: Spam:Re: Spam:Re: Spam:Re: File copying problem

2006-03-30 Thread Corinna Vinschen
On Mar 30 10:49, Stefan Vorkoetter wrote: > Corinna Vinschen wrote: > >On Mar 30 10:20, Stefan Vorkoetter wrote: > >>I'll talk to our IT folks. Any idea why this problem doesn't happen with > >>a 1.5.18 based cygwin? > > > >Faked inode number vs. real inode number on remote drives. > > > >Corinna

Re: Spam:Re: Spam:Re: Spam:Re: File copying problem

2006-03-30 Thread Stefan Vorkoetter
Corinna Vinschen wrote: On Mar 30 10:20, Stefan Vorkoetter wrote: I'll talk to our IT folks. Any idea why this problem doesn't happen with a 1.5.18 based cygwin? Faked inode number vs. real inode number on remote drives. Corinna Ah, I see. I found out the Samba version. It's 2.2.3a -- Ste

Re: Spam:Re: Spam:Re: File copying problem

2006-03-30 Thread Corinna Vinschen
On Mar 30 10:20, Stefan Vorkoetter wrote: > Corinna Vinschen wrote: > >On Mar 30 09:38, Stefan Vorkoetter wrote: > >>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

Re: Spam:Re: Spam:Re: File copying problem

2006-03-30 Thread Stefan Vorkoetter
Corinna Vinschen wrote: On Mar 30 09:38, Stefan Vorkoetter wrote: 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 Filename

Re: Spam:Re: File copying problem

2006-03-30 Thread Corinna Vinschen
On Mar 30 09:38, Stefan Vorkoetter wrote: > 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 : 25

Re: Spam:Re: File copying problem

2006-03-30 Thread Stefan Vorkoetter
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

Re: File copying problem

2006-03-30 Thread Corinna Vinschen
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

Re: Spam:Re: File copying problem

2006-03-29 Thread Stefan Vorkoetter
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).

Re: File copying problem

2006-03-29 Thread Stefan Vorkoetter
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 enti

Re: File copying problem

2006-03-29 Thread Christopher Faylor
On Wed, Mar 29, 2006 at 10:51:26AM -0500, 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 rep

Re: File copying problem

2006-03-29 Thread Igor Peshansky
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 instal

File copying problem

2006-03-29 Thread Stefan Vorkoetter
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