X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <747800.43893.qm@web110615.mail.gq1.yahoo.com>
References: <608157.47595.qm@web110616.mail.gq1.yahoo.com> <hnpcg5$fls$1@dough.gmane.org>
Date: Tue, 23 Mar 2010 16:37:07 -0700 (PDT)
From: Chris Idou <idou747@yahoo.com>
Subject: Re: Cygwin 1.7.1 breaks git on netapp shared drives
To: Steve Bray <steve4578@comcast.net>, cygwin@cygwin.com
In-Reply-To: <hnpcg5$fls$1@dough.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com



After a heck of lot of screwing around, I got this mount point stuff workin=
g. Now when I create files under cygwin they have the same permissions prof=
ile as they do when I create them under windows.

BUT...

git doesn't work still. It fails with the exact same error of "unable to se=
t permission". How do the cygwin APIs work under noacl? They shouldn't ever=
 return error code should they?





----- Original Message ----
From: Steve Bray <steve4578@comcast.net>
To: cygwin@cygwin.com
Sent: Wed, 17 March, 2010 12:49:56 PM
Subject: Re: Cygwin 1.7.1 breaks git on netapp shared drives

On 03/15/2010 01:15 AM, Chris Idou wrote:
>
>
> I'm having the GIT problem with cygwin and network shares mentioned here:
>
> http://www.cygwin.com/ml/cygwin/2010-01/msg01151.html
>
> However, I have my drive mounted noacl and it still fails. At least I ass=
ume I do. When I type mount it says:
> Z: on /cygdrive/z type ntfs (binary,exec,noacl,user).
> And I'm trying to push git content to /cygdrive/z/myrepository
> How do I solve this?
>
>
It took me about a week after my original post to correctly mount with=20
noacls.

See:
http://www.cygwin.com/cygwin-ug-net/using.html#mount-table

and add a line like the following to your /etc/fstab:
//server/share/subdir /srv/subdir smbfs binary,noacl 0 0

The mount command often shows incorrect mount information after making=20
changes with mount or /etc/fstab entries.

I had not initially tried the // syntax because FAQ 4.2 recommended not=20
using the "obsolete //c notation" in your PATH or startup files.



--
Problem reports:      http://cygwin.com/problems.html
FAQ:                  http://cygwin.com/faq/
Documentation:        http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

