cannot commit to repo, unbreakable lock stuck
A commit to LP broke and left a lock behind. I cannot break this lock, and it is blocking me from doing more work on the branch (bzr+ssh://<email address hidden>
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Aaron Bentley
- Solved:
- 2008-09-22
- Last query:
- 2008-09-22
- Last reply:
- 2008-09-22
Kees Cook (kees) said : | #1 |
Current attempts to break-lock:
$ bzr break-lock
Break lock bzr+ssh://<email address hidden>
held by <email address hidden> on host vostok [process #32728]
locked 2 minutes, 51 seconds ago? [y/n]: y
bzr: ERROR: Generic bzr smart protocol error: <ProtocolError for xmlrpc.
Kees Cook (kees) said : | #2 |
Original failure:
$ bzr ci -m 'add PublicDate to the other boilerplates'
Committing to: bzr+ssh://<email address hidden>
modified active/
modified active/
modified active/
modified active/
modified active/
modified active/
modified active/
modified active/
modified active/
[============== ] Running pre_commit hooks [run-tests] - Stage 3/6
OK: 4293 CVEs
Committed revision 1368.
bzr: ERROR: bzrlib.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
exclude=
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
result = WorkingTree3.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
revprops=
File "/usr/lib/
self._cleanup()
File "/usr/lib/
raise e
ErrorFromSmartS
bzr 1.6 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'ci', '-m', 'add PublicDate to the other boilerplates']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bzrtools /usr/lib/
difftools /home/kees/
hooks /home/kees/
launchpad /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Odd. It seems to be a database timeout requesting the branch be mirrored... very strange. Will investigate.
The nature of this sort of problem suggests that just trying again a bit later may work.
Odd. It seems to be a database timeout requesting the branch be mirrored... very strange. Will investigate.
The nature of this sort of problem suggests that just trying again a bit later may work.
|
#5 |
You may be able to use a different codepath by doing:
bzr break-lock nosmart+
Kees Cook (kees) said : | #6 |
Thanks Aaron Bentley, that solved my question.
Mind blowing man,, thanks ,
GOD bless you.