Re: Trouble with Git 2.1.x pushing to repos over Samba

2015-04-30 Thread John Orr
Hi Corinna, > From: "Corinna Vinschen" >> [...] >> #: john@johndesktop:/cygdrive/l ; ls -ld .git/objects/ >> drwxr-xr-x 1 john Unix_Group+1000 0 Nov 13 14:13 .git/objects/ >> >> (albeit, Corinna, with my group issue still not yet resolved) > > You tried the /etc/group tweak as I suggested in my

Re: Trouble with Git 2.1.x pushing to repos over Samba

2015-04-30 Thread John Orr
Whoops - my test function was testing the .git directory instead of .git/objects (as git does) - though .git has the same issue on execute permissions: #: john@johndesktop:/cygdrive/l/tasks/cygwin_samba_uid_gid_handling ; ls -ld /cygdrive/l/.git drwxrwxrwx 1 john Unix_Group+1000 0 Apr 22 13:37

Re: Trouble with Git 2.1.x pushing to repos over Samba

2015-04-30 Thread John Orr
> From: "Michael Enright" > $ git push origin master > fatal: '//host/path/to/repo.git/' does not appear to be a git repository > fatal: Could not read from remote repository. I've been fighting possibly similar problems with git not working on samba shares, on version 1.7.34 and above. eg on a

Re: File owner set to Unknown+User on cygwin 1.7.35 via samba 3.6.6 on debian

2015-04-23 Thread John Orr
> On Apr 22 20:50, random user wrote: >> >> On 4/22/2015 7:21 PM, John Orr wrote: ... >> >> Would I be right in guessing that your samba server is doing >> authentication using a /etc/samba/smbpasswd file? >> >> If that is the case, the output you sho

Re: File owner set to Unknown+User on cygwin 1.7.35 via samba 3.6.6 on debian

2015-04-22 Thread John Orr
ktop:/cygdrive/l ; ls -l foo* -rw-r--r-- 1 Unknown+User Unix_Group+1000 0 Apr 23 10:58 foo1 -rw-r--r-- 1 Unknown+User Unix_Group+1000 0 Apr 23 10:58 foo2 Cross :( > If you look into Explorer's "Properties" dialog for the files, the > "Security" tab should show someth

Re: File owner set to Unknown+User on cygwin 1.7.35 via samba 3.6.6 on debian

2015-04-21 Thread John Orr
Thank you Corinna, for this and all your other fantastic work for the cygwin community. >> Looking at files in my home directory on my debian host mounted via >> samba gives this kind of output: >> >> #: john@johndesktop:~ ; ls -l /cygdrive/l/.bashrc >> -rw-r--r-- 1 Unknown+User john 3833 Aug 22