Re: Issue with Find command on windows NT

2006-06-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

According to [EMAIL PROTECTED] on 6/8/2006 1:18 PM:
  
 Hi,
 I tried using find I:\path -noleaf -print ,but I am getting the
 same error .
 Part of the error is as follows.
 
 D:\usr\meta\boxster\boxster_UNITw2kMixednew\boxster_UNITw2kMixednew_0245
 find I:\ode.boxster_UNITw2kMixednew_0228 -noleaf -print

Since you are on cygwin, I would recommend using POSIX-style paths:
find /cygdrive/i/ode.boxster_UNITw2kMixednew_0228

 find: /cygdrive/i changed during execution of find (old inode number
 -506580184,
  new inode number -509781400, filesystem type is system) [ref 1114]

This is a known issue with cygwin 1.5.19 which has been solved by using
snapshots.  It is not a bug in find, but in older remote drive samba
servers; CVS cygwin is able to work around this bug in samba but 1.5.19
was not.

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
volunteer cygwin findutils maintainer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEizHk84KuGfSFAYARAh9UAJ9c/QLhUtbHhBs9ojVyKnM6LsS7zwCcDlfo
CQv0AP1/fWd5KcBniMX4WUs=
=iKh1
-END PGP SIGNATURE-

--
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/



Re: Issue with Find command on windows NT

2006-06-09 Thread Shankar Unni

[EMAIL PROTECTED] wrote:


find: /cygdrive/i changed during execution of find (old inode number
-506580184,
 new inode number -509781400, filesystem type is system) [ref 1114]


Ah, finally, some actual details.  Try a recent snapshot of cygwin1.dll 
from http://www.cygwin.com/snapshots.



--
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/



Issue with Find command on windows NT

2006-06-08 Thread Vishwanath_Karthik
Hi,
 Find command not seems to be working on Network shares on only
Windows NT.
 On Windows 2K,Winodws XP and Windows 2003 it seems to be working
fine.


  The command issued was

  find I:/TREEABC -print
 
  where I  is the mapped network drive. 
  
 On All other Windows except Windows NT It displays all the files
under TREEABC directory recursively.

 But on Windows NT it does not do that.


 Is there any reason for such behavior .Can this be patched up so
that it works on Windows NT too?



  Thanks and Regards,
   Karthik

--
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/



Re: Issue with Find command on windows NT

2006-06-08 Thread Igor Peshansky
On Thu, 8 Jun 2006, Vishwanath_Karthik wrote:

 Hi,
  Find command not seems to be working on Network shares on only
 Windows NT.
  On Windows 2K,Winodws XP and Windows 2003 it seems to be working
 fine.

   The command issued was

   find I:/TREEABC -print

   where I  is the mapped network drive.

Does find /cygdrive/i/TREEABC -print work any better?

  On All other Windows except Windows NT It displays all the files
 under TREEABC directory recursively.

  But on Windows NT it does not do that.

  Is there any reason for such behavior .Can this be patched up so
 that it works on Windows NT too?

Just a WAG, but try find I:/TREEABC -noleaf -print -- you may be running
into inode emulation problems on Windows NT.

Otherwise, please read and follow the Cygwin problem reporting guidelines
at http://cygwin.com/problems.html.  There was also a message on this
list from Corinna Vinschen[1] with a program you could build and run on
your system to print the detailed network drive information -- that might
be helpful in diagnosing the problem.
HTH,
Igor
[1] http://cygwin.com/ml/cygwin/2006-04/msg00314.html
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

--
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/



RE: Issue with Find command on windows NT

2006-06-08 Thread Vishwanath_Karthik
 
Hi,
I tried using find I:\path -noleaf -print ,but I am getting the
same error .
Part of the error is as follows.

D:\usr\meta\boxster\boxster_UNITw2kMixednew\boxster_UNITw2kMixednew_0245
find I:\ode.boxster_UNITw2kMixednew_0228 -noleaf -print
find: /cygdrive/i changed during execution of find (old inode number
-506580184,
 new inode number -509781400, filesystem type is system) [ref 1114]
find: /cygdrive/i changed during execution of find (old inode number
-500892152,
 new inode number -509781400, filesystem type is system) [ref 1114]


The same output on Windows 2K client is as follows

D:\find H:\ode.boxster_UNITw2kMixednew_0227 -noleaf -print
H:\ode.boxster_UNITw2kMixednew_0227
H:\ode.boxster_UNITw2kMixednew_0227/boxster_UNITw2kMixednew_0227_DVT1471
41_1


Thanks and Regards,
Karthik



-Original Message-
From: Igor Peshansky [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 08, 2006 2:58 PM
To: Vishwanath, Karthik
Cc: cygwin@cygwin.com
Subject: Re: Issue with Find command on windows NT

On Thu, 8 Jun 2006, Vishwanath_Karthik wrote:

 Hi,
  Find command not seems to be working on Network shares on only
 Windows NT.
  On Windows 2K,Winodws XP and Windows 2003 it seems to be working
 fine.

   The command issued was

   find I:/TREEABC -print

   where I  is the mapped network drive.

Does find /cygdrive/i/TREEABC -print work any better?

  On All other Windows except Windows NT It displays all the files
 under TREEABC directory recursively.

  But on Windows NT it does not do that.

  Is there any reason for such behavior .Can this be patched up so
 that it works on Windows NT too?

Just a WAG, but try find I:/TREEABC -noleaf -print -- you may be
running
into inode emulation problems on Windows NT.

Otherwise, please read and follow the Cygwin problem reporting
guidelines
at http://cygwin.com/problems.html.  There was also a message on this
list from Corinna Vinschen[1] with a program you could build and run on
your system to print the detailed network drive information -- that
might
be helpful in diagnosing the problem.
HTH,
Igor
[1] http://cygwin.com/ml/cygwin/2006-04/msg00314.html
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] |
[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name
changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends
compte.
But no -- you are no fool; you call yourself a fool, there's proof
enough in
that! -- Rostand, Cyrano de Bergerac

--
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/