From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32666 invoked by alias); 17 Jul 2005 05:37:38 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 32652 invoked by uid 22791); 17 Jul 2005 05:37:32 -0000 Received: from astro.hostdome.com (HELO astro.hostdome.com) (65.98.25.10) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 17 Jul 2005 05:37:32 +0000 Received: from cpe-66-91-253-58.san.res.rr.com ([66.91.253.58] helo=malex.tpsoft.com) by astro.hostdome.com with esmtpa (Exim 4.50) id 1Du1q2-00075y-2D; Sun, 17 Jul 2005 01:37:19 -0400 Message-Id: <6.2.0.14.2.20050716223108.03204d70@mail.tpsoft.com> Date: Sun, 17 Jul 2005 05:37:00 -0000 To: ericblake@comcast.net (Eric Blake) From: Barry Demchak Subject: Re: cannot create temp file for here document Cc: cygwin@cygwin.com In-Reply-To: <071720050110.12669.42D9B0140004AAE20000317D22007348300A050 E040D0C079D0A@comcast.net> References: <071720050110.12669.42D9B0140004AAE20000317D22007348300A050E040D0C079D0A@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astro.hostdome.com X-AntiAbuse: Original Domain - cygwin.com X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - tpsoft.com X-Source: X-Source-Args: X-Source-Dir: X-SW-Source: 2005-07/txt/msg00786.txt.bz2 At 06:10 PM 7/16/2005, Eric Blake wrote: > > > > OK ... thanks ... I'll convert to NTFS ... I'm probably overdue anyway ... > > will you be tendering this to the Cygwin primary authors?? > >You already have. This list is read by anyone actively working (on >their free time, as volunteers) on cygwin source code improvements. > > > If so, how long > > does something like that take?? > >Sooner, if you help. The problem with open source is that unless >someone else can reproduce your problem, and has an interest >in providing a fix, it tends not to happen. On the other hand, the >advantage with open source is that anyone can take an interest, >look at the source code, and provide a fix, even you. > > > > > BTW ... thanks for sticking this far with me ... I hope we solve this > ... I > > *can't* be alone with this problem. > >Well, the setup of running NT and FAT is not very common, and >most cygwin developers don't do that; typically, the experience >with FAT is how to make Win98 at least run cygwin. > > > Converting FAT32 to NTFS did not solve the problem. > >Ah, but now that it is NTFS, your permissions have changed. Now >what do "ls -ld / /tmp /cygdrive/c" and "getfacl / /tmp /cygdrive/c" >display? > >-- >Eric Blake Cool ... here are the results ... what do you see?? ... Thanks. ls -ld / /tmp /cygdrive/c drwxrwxrwx+ 11 Administrators root 4096 Jul 14 23:17 / drwxrwxrwx+ 34 Administrators root 12288 Jul 16 16:38 /cygdrive/c drwxrwxrwt+ 2 Administrators root 4096 Jul 16 22:30 /tmp getfacl / /tmp /cygdrive/c # file: / # owner: Administrators # group: root user::rwx group::rwx group:SYSTEM:rwx mask:rwx other:rwx default:group:root:rwx default:group:SYSTEM:rwx default:mask:rwx default:other:rwx # file: /tmp # owner: Administrators # group: root user::rwx group::rwx group:SYSTEM:rwx mask:rwx other:rwx default:group:root:rwx default:group:SYSTEM:rwx default:mask:rwx default:other:rwx # file: /cygdrive/c # owner: Administrators # group: root user::--- group::--- mask:rwx other:rwx default:other:rwx -- 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/