#3262 system-config-samba git repository permissions issue
Closed: Fixed None Opened 11 years ago by nphilipp.

= bug description =
When trying to push changes from my local git repository into ssh://nphilipp@git.fedorahosted.org/git/system-config-samba.git, I get this error:

{{{
nils@gibraltar:~/src/system-config-samba (master)> git push
X11 forwarding request failed on channel 0
Counting objects: 132, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (74/74), done.
Writing objects: 100% (74/74), 45.26 KiB, done.
Total 74 (delta 68), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://nphilipp@git.fedorahosted.org/git/system-config-samba.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'ssh://nphilipp@git.fedorahosted.org/git/system-config-samba.git'
nils@gibraltar:~/src/system-config-samba (master)>
}}}

I'm the admin of the gitsystem-config-samba group in FAS, so should in theory have the correct permissions to push into that repository (and it worked the last time I pushed stuff there).

= bug analysis =
No idea, probably a case of someone having the stubby fingers and changing ownership or permissions in the wrong place.

= fix recommendation =
Fix ownership and/or permissions. Don't have stubby fingers in the future ;-).

NB: I'm on vacation from tomorrow and will return May 10th.


Just an update. We are working on fixing this issue. It's a groups issue with our new hosted servers. ;(

Will update this ticket once it's solved. Thanks for your patience.

Please try your commit now. Everything should work.

Please reopen if you still see any issues.

Sorry again for the outage.

Login to comment on this ticket.

Metadata