Lock on launchpad

Asked by Gabriele Monti

Hi, I get the following error while trying to push some code on bzr:

gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr push bzr+ssh://<email address hidden>/~psicus78/+junk/tesi
Enter passphrase for key '/home/gabriele/.ssh/id_rsa':
Unable to obtain lock lp--1228214100:///lock
held by <email address hidden> on host vostok [process #17572]
locked 84 hours, 36 minutes ago
Will continue to try until 22:36:06

I tried bzr break-lock several times but it didn't solve the problem.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Christian Reis
Solved:
Last query:
Last reply:
Revision history for this message
Christian Reis (kiko) said :
#1

On Mon, Mar 31, 2008 at 09:34:36PM -0000, Gabriele Monti wrote:
> I tried bzr break-lock several times but it didn't solve the problem.

What happens when you do break-lock?

Revision history for this message
Gabriele Monti (psicus78) said :
#2

Nothing apparently...

gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$ bzr break-lock
gabriele@passenger:/media/Dati/Dottorato/tesi$

Revision history for this message
Best Christian Reis (kiko) said :
#3

Well, what you /should/ be doing is bzr break-lock bzr+ssh://<email address hidden>/~psicus78/+junk/tesi since the lock is remote.

Revision history for this message
Gabriele Monti (psicus78) said :
#4

Thanks Christian Reis, that solved my question.