dbus.git seems to have lost its write access for members of group dbus: $ git push origin master Counting objects: 6, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 1.72 KiB | 0 bytes/s, done. Total 6 (delta 5), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database objects remote: fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To git+ssh://git.freedesktop.org/git/dbus/dbus ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'git+ssh://git.freedesktop.org/git/dbus/dbus' $ ssh annarchy groups freedesktop dbus telepathy wocky ytstenut $ ssh annarchy getfacl /git/dbus/dbus.git getfacl: Removing leading '/' from absolute path names # file: git/dbus/dbus.git # owner: desrt # group: dbus user::rwx group::r-x other::r-x
Ralf reports getting the same error.
(In reply to Simon McVittie from comment #0) > dbus.git seems to have lost its write access for members of group dbus: This is still an issue and prevents pushing any commit to dbus git repo. > # owner: desrt ssh rhabacker@annarchy.freedesktop.org "getent passwd | grep desrt" desrt:x:2703:800:Ryan Lortie:/home/desrt:/bin/bash This issue can only be fixed by Ryan Lortie or someone else with root access
(In reply to Ralf Habacker from comment #2) > This is still an issue and prevents pushing any commit to dbus git repo. Use the mirror at https://github.com/d-bus/dbus/tree/master for now (you'll need to rebase, there's already a reviewed dbus-launch commit from me there), and one of us can sync that branch to fd.o when we get write access back.
(In reply to Simon McVittie from comment #3) > (In reply to Ralf Habacker from comment #2) > > This is still an issue and prevents pushing any commit to dbus git repo. > > Use the mirror at https://github.com/d-bus/dbus/tree/master for now (you'll > need to rebase, there's already a reviewed dbus-launch commit from me > there), and one of us can sync that branch to fd.o when we get write access > back. Sorry, do not work because I do not have write access to your github dbus project. The only possible way is currently to clone https://github.com/d-bus/dbus and to create a pull request.
Fixed now
(In reply to Daniel Stone from comment #5) > Fixed now Thanks! Confirmed to work. I've synced the master and dbus-1.10 branches back from Github.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.