Re: trouble on windows network share

2013-12-03 Thread Phil Wiffen
Did anyone ever get to the bottom of this? I'm seeing this exact issue on both NetApp storage systems with SMB 2.x enabled and also on Windows 7 and Server 2008 R2 shares (which also use SMB 2.x). If we use SMB 1.x (such as XP), things work fine. -- To unsubscribe from this list: send the line

RE: trouble on windows network share

2013-12-03 Thread Pyeron, Jason J CTR (US)
That is a new detail (SMB 1 vs. 2) that can be used to debug this further. -Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Phil Wiffen Sent: Tuesday, December 03, 2013 11:48 AM To: git@vger.kernel.org Subject: Re: trouble on windows

RE: trouble on windows network share

2013-05-09 Thread Pyeron, Jason J CTR (US)
) [mailto:jason.j.pyeron@mail.mil] Sent: Monday, May 06, 2013 4:11 PM To: Thomas Rast; David Goldfarb Cc: git@vger.kernel.org Subject: RE: trouble on windows network share -Original Message- From: Thomas Rast Sent: Monday, May 06, 2013 5:42 AM David Goldfarb d...@degel.com

RE: trouble on windows network share

2013-05-08 Thread David Goldfarb
) [mailto:jason.j.pyeron@mail.mil] Sent: Monday, May 06, 2013 4:11 PM To: Thomas Rast; David Goldfarb Cc: git@vger.kernel.org Subject: RE: trouble on windows network share -Original Message- From: Thomas Rast Sent: Monday, May 06, 2013 5:42 AM David Goldfarb d...@degel.com writes: Git works

Re: trouble on windows network share

2013-05-06 Thread Thomas Rast
David Goldfarb d...@degel.com writes: Git works correctly under Linux (Ubuntu 12.04; git 1.7.9.5). I've attached the strace outputs. (Note: for reasons that are probably irrelevant, I needed to run the commands sudo'd. Shout back if this is an issue). Under Windows 7, Cygwin git 1.7.9,

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
, May 06, 2013 12:42 PM To: David Goldfarb Cc: git@vger.kernel.org Subject: Re: trouble on windows network share David Goldfarb d...@degel.com writes: Git works correctly under Linux (Ubuntu 12.04; git 1.7.9.5). I've attached the strace outputs. (Note: for reasons that are probably irrelevant

Re: trouble on windows network share

2013-05-06 Thread Thomas Rast
David Goldfarb d...@degel.com writes: Looks like it works. From the windows machine: U:\foogit cat-file -p 0b89efdeef245ed6a0a7eacc5c578629a141f856 100644 blob b02e7c87fe376a353ea4f014bdb3f5200a946b37foo1 100644 blob 2cbf64f759a62392ad9dfe1fb9c2cdb175876014foo2

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
, 2013 1:08 PM To: David Goldfarb Cc: git@vger.kernel.org Subject: Re: trouble on windows network share David Goldfarb d...@degel.com writes: Looks like it works. From the windows machine: U:\foogit cat-file -p 0b89efdeef245ed6a0a7eacc5c578629a141f856 100644 blob

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
with its FS, since it behaves fine when mounted on Linux, but not on Windows. David -Original Message- From: David Goldfarb Sent: Monday, May 06, 2013 1:13 PM To: 'Thomas Rast' Cc: git@vger.kernel.org Subject: RE: trouble on windows network share Ok. Continuing in the same shell: U

RE: trouble on windows network share

2013-05-06 Thread Pyeron, Jason J CTR (US)
-Original Message- From: Thomas Rast Sent: Monday, May 06, 2013 5:42 AM David Goldfarb d...@degel.com writes: Git works correctly under Linux (Ubuntu 12.04; git 1.7.9.5). I've attached the strace outputs. (Note: for reasons that are probably irrelevant, I needed to run the

Re: trouble on windows network share

2013-05-03 Thread Thomas Rast
deg d...@degel.com writes: I'm having this same problem. Here's one more clue that may help: The problem is dependent on the exact type of NAS drive. I moved from a Buffalo LS-X2.0, which worked fine, to a WD My Book Live (MBL), which has this problem. I don't know much more yet about why

Re: trouble on windows network share

2013-05-02 Thread deg
I'm having this same problem. Here's one more clue that may help: The problem is dependent on the exact type of NAS drive. I moved from a Buffalo LS-X2.0, which worked fine, to a WD My Book Live (MBL), which has this problem. I don't know much more yet about why the MBL is failing, but am still

Re: trouble on windows network share

2013-04-10 Thread Jeff King
On Fri, Apr 05, 2013 at 12:44:48PM +, Pyeron, Jason J CTR (US) wrote: [strace attachment has been removed, email being resent] I had trouble finding anything interesting in either this, or in the full strace you sent me off-list, mostly because the syscalls are foreign to me (I had hoped to

RE: trouble on windows network share

2013-04-05 Thread Pyeron, Jason J CTR (US)
[strace attachment has been removed, email being resent] It looks like there is a race condition going on, especially since the location and message changes. Could it be the file creation, file read, apply file security is happening when it should be file create, apply security, file read?

Re: trouble on windows network share

2013-04-04 Thread Jeff King
On Thu, Apr 04, 2013 at 03:01:36PM +, Pyeron, Jason J CTR (US) wrote: I am having trouble when the .git folder is on a network share, given the below where should I start on my debugging? [...] jason.pyeron@localhost //server/share/dir/subdir/test $ git add test.txt