public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* user gdbadmin cannot fetch/update in src-home/git-hooks
@ 2020-08-10 15:59 Joel Brobecker
  2020-08-10 16:04 ` Frank Ch. Eigler
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Brobecker @ 2020-08-10 15:59 UTC (permalink / raw)
  To: overseers

Hello,

I am trying to update the version of the git-hooks installed on
sourceware, and it's giving me the following error which indicates
a file/directory permission issue:

    $ cd /sourceware/projects/src-home/git-hooks
    $ git fetch origin
    remote: Enumerating objects: 35, done.
    remote: Counting objects: 100% (35/35), done.
    remote: Compressing objects: 100% (20/20), done.
    error: insufficient permission for adding an object to repository database .git/objects
    fatal: failed to write object
    fatal: unpack-objects failed

Could someone take a look, please?

Thank you,
-- 
Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: user gdbadmin cannot fetch/update in src-home/git-hooks
  2020-08-10 15:59 user gdbadmin cannot fetch/update in src-home/git-hooks Joel Brobecker
@ 2020-08-10 16:04 ` Frank Ch. Eigler
  2020-08-10 16:25   ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Ch. Eigler @ 2020-08-10 16:04 UTC (permalink / raw)
  To: Overseers mailing list; +Cc: Joel Brobecker

Hi -

> I am trying to update the version of the git-hooks installed on
> sourceware, and it's giving me the following error which indicates
> a file/directory permission issue:

Yeah, wrong umask on the directories.  Fixed core.sharedRepository and
permissions.

- FChE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: user gdbadmin cannot fetch/update in src-home/git-hooks
  2020-08-10 16:04 ` Frank Ch. Eigler
@ 2020-08-10 16:25   ` Joel Brobecker
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Brobecker @ 2020-08-10 16:25 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: Overseers mailing list

> > I am trying to update the version of the git-hooks installed on
> > sourceware, and it's giving me the following error which indicates
> > a file/directory permission issue:
> 
> Yeah, wrong umask on the directories.  Fixed core.sharedRepository and
> permissions.

Thanks Frank, this worked perfectly!

-- 
Joel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-10 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 15:59 user gdbadmin cannot fetch/update in src-home/git-hooks Joel Brobecker
2020-08-10 16:04 ` Frank Ch. Eigler
2020-08-10 16:25   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).