From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4rf1-0006zb-Ps for guix-patches@gnu.org; Tue, 25 Sep 2018 14:02:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4rew-0002pW-ND for guix-patches@gnu.org; Tue, 25 Sep 2018 14:02:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49743) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4rer-0002jF-R2 for guix-patches@gnu.org; Tue, 25 Sep 2018 14:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4rer-00070G-Mz for guix-patches@gnu.org; Tue, 25 Sep 2018 14:02:01 -0400 Subject: [bug#30809] [PATCH 2/2] services: Add Gitolite. Resent-Message-ID: Date: Tue, 25 Sep 2018 18:01:46 +0000 From: Nils Gillmann Message-ID: <20180925180146.cwchfgbre5xfnxj7@abyayala> References: <20180729201822.12372-1-mail@cbaines.net> <20180729201822.12372-2-mail@cbaines.net> <87r2jk8faj.fsf@lassieur.org> <87wotbm6db.fsf@cbaines.net> <87a7pr73ho.fsf@lassieur.org> <87h8jql4ic.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87h8jql4ic.fsf@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 30809@debbugs.gnu.org, =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Christopher Baines transcribed 1.8K bytes: > > Clément Lassieur writes: > > > Hello Christopher, > > > > I often get: > > > > guix: gitolite: installing /gnu/store/hraw5zr6lp2w4v6czhvf1gp6phzxmzmj-gitolite.rc > > fatal: Unable to create '/var/lib/git/repositories/gitolite-admin.git/./index.lock': File exists. > > > > While upgrading my gitolite service. Did you encounter it? Do you know > > how to fix it? > > I don't think I've seen this. It could be if something has gone wrong > with git, it's left the lockfile around. Perhaps before you next > reconfigure, check if the lockfile exists, and then assuming git isn't > running, delete it. > > Do say if it keeps happening though. Hi Christopher, until end of october Taler needs to migrate servers, and I am responsible to move it to GuixSD. Gitolite is a critical and essential part of the infrastructure. Do you think the gitolite service is (mostly) ready to be deployed or have you encountered any bugs with it? Thanks for your work on it!