RE: trouble on windows network share

2013-12-03 Thread Pyeron, Jason J CTR (US)
ct: Re: trouble on windows network share > > 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 S

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-05-09 Thread Pyeron, Jason J CTR (US)
ile on Cygwin. WD NAS, no. Windows Server 2008 with NTFS file system on internal raid. > > David > > -Original Message- > From: 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

RE: trouble on windows network share

2013-05-08 Thread David Goldfarb
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 writes: &

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

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
box's network stack than 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

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
ethz.ch] Sent: Monday, May 06, 2013 1:08 PM To: David Goldfarb Cc: git@vger.kernel.org Subject: Re: trouble on windows network share David Goldfarb writes: > Looks like it works. > > From the windows machine: > U:\foo>git cat-file -p 0b89efdeef245ed6a0a7eacc5c578629a141f8

Re: trouble on windows network share

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

RE: trouble on windows network share

2013-05-06 Thread David Goldfarb
ginal Message- From: Thomas Rast [mailto:tr...@inf.ethz.ch] Sent: Monday, May 06, 2013 12:42 PM To: David Goldfarb Cc: git@vger.kernel.org Subject: Re: trouble on windows network share David Goldfarb writes: > Git works correctly under Linux (Ubuntu 12.04; git 1.7.9.5). I've attached &g

Re: trouble on windows network share

2013-05-06 Thread Thomas Rast
David Goldfarb 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, commit fails

Re: trouble on windows network share

2013-05-03 Thread Thomas Rast
deg 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 the

Re: trouble on windows network share

2013-05-02 Thread deg
he MBL is failing, but am still poking around, and am happy to try tests for anyone who wants to debug this. -- View this message in context: http://git.661346.n2.nabble.com/trouble-on-windows-network-share-tp7581547p7584800.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe

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? Loo

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 > > jason.pyero

trouble on windows network share

2013-04-04 Thread Pyeron, Jason J CTR (US)
I am having trouble when the .git folder is on a network share, given the below where should I start on my debugging? $ git --version git version 1.7.9 $ uname -a CYGWIN_NT-6.1-WOW64 LNDLE642FX7ZTR1 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin jason.pyeron@localhost //server/share/dir/subdi