On 2016-10-05 17:12, Erik Bray wrote:
> On Wed, Oct 5, 2016 at 4:58 PM, Erik Bray <erik.m.b...@gmail.com> wrote:
>> On Wed, Oct 5, 2016 at 12:26 PM, Jeroen Demeyer <jdeme...@cage.ugent.be> 
>> wrote:
>>> When running "git fetch", I get
>>>
>>> remote: warning: unable to access
>>> '/home/erik_m_bray/.config/git/attributes': Permission denied
>>
>> Confirmed--this is only for git:// too.  I was the last person to
>> restart git-daemon on the server.  But I feel like that was over a
>> week ago.  Also it runs as user 'git' not me, obviously, so I don't
>> know why it's trying to read something (which doesn't exist) from my
>> home directory.
> 
> Fixed.  I think this is a bug in git-daemon and/or Ubuntu's init
> script for it.  It tries at some point to read a git configuration in
> someone's home directory, but rather than use the home directory of
> the user it's actually running as, it apparently uses the value of
> $HOME.  On Ubuntu the default sudo behavior is to preserve the
> original user's $HOME, hence it trying to use mine.

Thanks. Fix confirmed.

Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to