delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
Subject: | RE: Data streams being treated as files in Cygwin |
Date: | Thu, 11 May 2006 10:36:23 -0400 |
Message-ID: | <336E93A5D77EC246881C518F41A47CCA05C6A3DF@EXCHANGE1.atl.air2web.com> |
From: | "Richard Campbell" <Richard DOT Campbell AT air2web DOT com> |
To: | <Vishwanath_Karthik AT emc DOT com>, <cygwin AT cygwin DOT com> |
Cc: | <Copet_Eric AT emc DOT com>, <cormier_annette AT emc DOT com>, <barbini AT emc DOT com>, |
<Ladouce_Frederic AT emc DOT com>, <grenier_bob AT emc DOT com>, <li_amy AT emc DOT com> | |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id k4BEeh1m020274 |
Please follow the reporting guidelines from http://cygwin.com/problems.html (you have not provided any information about your cygwin version, os versions, or anything else). Note that cygwin is a volunteer-based GPL project, and as such, the only way a patch will be provided is if one of the volunteers finds this issue 1) real 2) fixable 3) is willing to put the time in to fix it. If you need guaranteed support, Red Hat offers paid commercial support. http://www.redhat.com/software/cygwin/support/ Vishwanath Karthik wrote: > There seems to a problem on how the data streams are handled in Cygwin. > Cygwin is treating a data stream as a file which should not be the case. > > Sh-3.1$ echo "data1" > test00 > Sh-3.1$ echo "data1" > test00:stream > > Now test00 is a file and test00:stream is a data stream associated with the file test00 > > When we do an "ls" at this path we are able to see only test00 file and not the stream test00:stream > -> this functionality is OK as streams cannot be locked and also it is not a file Also, you have not explained what you think should be happening to appropriately map the Windows data stream semantics into a POSIX environment. If you can redirect output to a data stream, and then read it back, perhaps data streams are best represented as files. If your concern is with having filenames with colons in them, then you should look into managed mounts. http://cygwin.com/faq/faq-nochunks.html#faq.using.case-sensitive > So a patch has to be applied to resolve this issue. Can you please provide us with > a patch so that the data streams are handled as expected . To recap and underline, this approach of demanding that a patch be applied is not usually the best way to get a change made in cygwin. -Richard Campbell. -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |