Re: chmod failed: Invalid argument

2016-02-10 Thread Corinna Vinschen
On Feb 10 11:59, Rainer Blome wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 08.02.2016 15:29, Corinna Vinschen wrote: > > On Jan 31 21:24, Rainer Blome wrote: > >> On 28.01.2016 21:40, Corinna Vinschen wrote: > > On a hunch, do you have old /etc/passwd and /etc/group >

Re: chmod failed: Invalid argument

2016-02-10 Thread Rainer Blome
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08.02.2016 15:29, Corinna Vinschen wrote: > On Jan 31 21:24, Rainer Blome wrote: >> On 28.01.2016 21:40, Corinna Vinschen wrote: > On a hunch, do you have old /etc/passwd and /etc/group > files There is no `/etc/group`, but `/etc/pass

Re: chmod failed: Invalid argument

2016-02-08 Thread Corinna Vinschen
On Jan 31 21:24, Rainer Blome wrote: > On 28.01.2016 21:40, Corinna Vinschen wrote: > >>> On a hunch, do you have old /etc/passwd and /etc/group files by > >>> any chance? Does moving them out of /etc (don't delete them for > >>> now!), exiting from Cygwin and starting a new shell somehow fix > >>

Re: chmod failed: Invalid argument

2016-01-31 Thread Rainer Blome
On 28.01.2016 21:40, Corinna Vinschen wrote: > On Jan 28 19:43, Rainer Blome wrote: >>> Corinna Vinschen wrote 2016-01-28 18:22: On Jan 28 17:06, Rainer Blome wrote: > Corinna Vinschen wrote 2016-01-28 15-44: And then, what about > this unknwon group with gid 213? What does > >>>

Re: chmod failed: Invalid argument

2016-01-28 Thread Corinna Vinschen
On Jan 28 19:43, Rainer Blome wrote: > > Corinna Vinschen wrote 2016-01-28 18:22: > > On Jan 28 17:06, Rainer Blome wrote: > > > > Corinna Vinschen wrote 2016-01-28 15-44: > > > > On Jan 28 15:24, Rainer Blome wrote: > > > > the acl should always at least contain ACEs for the > > > > default POSIX

Re: chmod failed: Invalid argument

2016-01-28 Thread Rainer Blome
> Corinna Vinschen wrote 2016-01-28 18:22: > On Jan 28 17:06, Rainer Blome wrote: > > > Corinna Vinschen wrote 2016-01-28 15-44: > > > On Jan 28 15:24, Rainer Blome wrote: > > > the acl should always at least contain ACEs for the > > > default POSIX perms, plus a NULL ACE: > > > > > > foo NULL SID

Re: Re: chmod failed: Invalid argument

2016-01-28 Thread Corinna Vinschen
On Jan 28 17:06, Rainer Blome wrote: > > Corinna Vinschen wrote 2016-01-28 15-44: > > On Jan 28 15:24, Rainer Blome wrote: > > > > The "In-Reply-To" is still missing in your mails, so you're invariably > > breaking threading. T'would be nice if you could make your mailer > > behave :) > > This is

Aw: Re: chmod failed: Invalid argument

2016-01-28 Thread Rainer Blome
> Corinna Vinschen wrote 2016-01-28 15-44: > On Jan 28 15:24, Rainer Blome wrote: > > The "In-Reply-To" is still missing in your mails, so you're invariably > breaking threading. T'would be nice if you could make your mailer > behave :) This is the first time that I have a mail to reply to, hope

Re: chmod failed: Invalid argument

2016-01-28 Thread Corinna Vinschen
On Jan 28 15:24, Rainer Blome wrote: > (Apologies for not using the reply feature, I was not > subscribed when the last mail was sent. I am now subscribed.) The "In-Reply-To" is still missing in your mails, so you're invariably breaking threading. T'would be nice if you could make your mailer beh

Re: chmod failed: Invalid argument [was: git clone fails with: error: chmod on config.lock failed: Invalid argument]

2016-01-28 Thread Corinna Vinschen
Rainer, please make sure your mailer doesn't break threading. I tweaked the "In-Reply-To" now to return to the original thread on the mailing list. Thank you. On Jan 28 14:44, Rainer Blome wrote: > Christopher Cobb wrote on Thu, 28 Jan 2016 01:27:16 +0100: > > Or maybe chmod is broken, like it i

Re: chmod failed: Invalid argument

2016-01-28 Thread Rainer Blome
(Apologies for not using the reply feature, I was not subscribed when the last mail was sent. I am now subscribed.) > Corinna Vinschen wrote: > On Jan 28 01:27, Christopher Cobb wrote: >> Or maybe chmod is broken, like it is on my machine: >> $ chmod 777 x >> chmod: changing permissions of âxâ: In

chmod failed: Invalid argument [was: git clone fails with: error: chmod on config.lock failed: Invalid argument]

2016-01-28 Thread Rainer Blome
Christopher Cobb wrote on Thu, 28 Jan 2016 01:27:16 +0100: > Or maybe chmod is broken, like it is on my machine You nailed it, thanks! Indeed, `chmod` appears to always fail, on any file. Git tries to use it, and that fails. cd touch foo ls -l foo -rwx-- 1 myusername 213 0 Jan 28 14:22 f