(root)/mandos/trunk : error

An unexpected error occurred whileprocessing the request:

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/loggerhead/apps/transport.py", line 106, in __call__ b = branch.Branch.open_from_transport(self.transport) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/branch.py", line 204, in open_from_transport control = ControlDir.open_from_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/controldir.py", line 822, in open_from_transport transport, format = _mod_transport.do_catching_redirections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/transport/__init__.py", line 1653, in do_catching_redirections return action(transport) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/controldir.py", line 810, in find_format return transport, ControlDirFormat.find_format(transport, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/controldir.py", line 1246, in find_format raise errors.NotBranchError(path=transport.base) breezy.errors.NotBranchError: Not a branch: "readonly+file:///srv/ftp/pub/". During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/breezy/transport/local.py", line 148, in get return open(path, 'rb') ^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/srv/ftp/pub/mandos/.bzr/branch/format' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/breezy/bzr/branch.py", line 863, in find_format format_string = transport.get_bytes("format") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/transport/__init__.py", line 655, in get_bytes f = self.get(relpath) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/transport/decorator.py", line 103, in get return self._decorated.get(relpath) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/transport/local.py", line 152, in get self._translate_error(e, path) File "/usr/lib/python3/dist-packages/breezy/transport/__init__.py", line 374, in _translate_error raise NoSuchFile(path, extra=e) breezy.transport.NoSuchFile: No such file: '/srv/ftp/pub/mandos/.bzr/branch/format': [Errno 2] No such file or directory: '/srv/ftp/pub/mandos/.bzr/branch/format' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/loggerhead/apps/transport.py", line 106, in __call__ b = branch.Branch.open_from_transport(self.transport) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/branch.py", line 206, in open_from_transport return control.open_branch( ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/bzr/bzrdir.py", line 1097, in open_branch format = self.find_branch_format(name=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/bzr/bzrdir.py", line 937, in find_branch_format return BranchFormatMetadir.find_format(self, name=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/breezy/bzr/branch.py", line 865, in find_format raise errors.NotBranchError( breezy.errors.NotBranchError: Not a branch: "readonly+file:///srv/ftp/pub/mandos/.bzr/branch/": location is a repository. During handling of the above exception, another exception occurred: sqlite3.OperationalError: attempt to write a readonly database