Stale lockfile prevents git auto import

Asked by Michael Jeanson

Hi,

The git import at https://code.launchpad.net/~lttng/lttng-modules/+git/upstream is blocked by what seems to be a stale lockfile.

From the log:

2020-06-03 19:33:04 INFO remote: error: cannot lock ref 'refs/heads/stable-2.10': Unable to create '/srv/turnip/data/repos/12951/./refs/heads/stable-2.10.lock': File exists.

Is there a way to fix this?

Thanks,

Michael

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Jeanson
Solved:
Last query:
Last reply:
Revision history for this message
Kristian Glass (doismellburning) said :
#1

Looks like a stale lockfile indeed - it's been removed, and I kicked off a reimport which looks to have been successful, sorry about that!

(Probably fallout from the now-fixed https://bugs.launchpad.net/turnip/+bug/1838675 or https://bugs.launchpad.net/turnip/+bug/1453930 or similar)

Revision history for this message
Michael Jeanson (mjeanson) said :
#2

Thanks!