Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erron on adding existing repository created by CLI command backup #2005

Open
2 tasks done
pietrocaporale opened this issue May 18, 2024 · 0 comments
Open
2 tasks done

Comments

@pietrocaporale
Copy link

Description

Schermata_20240518_115417

Reproduction

  • I tried to reproduce the issue.
  • I was able to reproduce the issue.

OS

Manjaro-KDE Plasma 6.0.4

Version of Vorta

0.9.1

What did you install Vorta with?

Distribution package

Version of Borg

1.2.8

Logs

I copied this from terminal, from app is no possible to select and copy log.

Platform: Linux sun 6.8.9-3-MANJARO #1 SMP PREEMPT_DYNAMIC Thu May  9 18:25:19 UTC 2024 x86_64
Linux: Unknown Linux  
Borg: 1.2.8  Python: CPython 3.12.3 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse]
PID: 35013  CWD: /home/pit
sys.argv: ['/usr/bin/borg', 'info', '--info', '--json', '--log-json', '/run/media/pit/Seagate/_backup_/_dev_public_html_']
SSH_ORIGINAL_COMMAND: None

2024-05-18 11:46:06,997 - vorta.keyring.abc - DEBUG - No module named 'objc'
2024-05-18 11:46:06,998 - vorta.keyring.abc - DEBUG - Using VortaKWallet5Keyring
2024-05-18 11:46:14,986 - vorta.keyring.abc - DEBUG - No module named 'objc'
2024-05-18 11:46:14,989 - vorta.keyring.abc - DEBUG - Using VortaKWallet5Keyring
2024-05-18 11:46:14,989 - vorta.borg.borg_job - DEBUG - Using VortaKWallet5Keyring keyring to store passwords.
2024-05-18 11:46:14,994 - vorta.borg.borg_job - DEBUG - Password not found in primary keyring. Falling back to VortaDBKeyring.
2024-05-18 11:46:15,010 - vorta.borg.borg_job - INFO - Running command /usr/bin/borg info --info --json --log-json /run/media/pit/Seagate/_backup_/_dev_public_html_
2024-05-18 11:46:15,320 - vorta.borg.borg_job - WARNING - Killed stale lock [email protected].
2024-05-18 11:46:15,420 - vorta.borg.borg_job - WARNING - Removed stale exclusive roster lock for host sun@255726485149931 pid 35013 thread 0.
2024-05-18 11:46:15,421 - vorta.borg.borg_job - WARNING - Removed stale exclusive roster lock for host sun@255726485149931 pid 35013 thread 0.
2024-05-18 11:46:15,426 - vorta.borg.borg_job - ERROR - Local Exception
2024-05-18 11:46:15,427 - vorta.borg.borg_job - ERROR - Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5401, in main
    exit_code = archiver.run(args)
                ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 5321, in run
    return set_ec(func(args))
                  ^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/archiver.py", line 183, in wrapper
    with Cache(repository, kwargs['key'], kwargs['manifest'],
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 387, in __new__
    return local()
           ^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 378, in local
    return LocalCache(repository=repository, key=key, manifest=manifest, path=path, sync=sync,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 487, in __init__
    self.open()
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 542, in open
    self.rollback()
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 662, in rollback
    self._do_open()
  File "/usr/lib/python3.12/site-packages/borg/cache.py", line 525, in _do_open
    with IntegrityCheckedFile(path=os.path.join(self.path, 'chunks'), write=False,
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/borg/crypto/file_integrity.py", line 129, in __init__
    self.file_fd = override_fd or open(path, mode)
                                  ^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/pit/.cache/borg/fca05c9627fbbdfb5c518ebc3297a6f31d95e0d1de256b71ca02ce6532decc83/chunks'

Platform: Linux sun 6.8.9-3-MANJARO #1 SMP PREEMPT_DYNAMIC Thu May  9 18:25:19 UTC 2024 x86_64
Linux: Unknown Linux  
Borg: 1.2.8  Python: CPython 3.12.3 msgpack: 1.0.5 fuse: llfuse 1.5.0 [pyfuse3,llfuse]
PID: 35135  CWD: /home/pit
sys.argv: ['/usr/bin/borg', 'info', '--info', '--json', '--log-json', '/run/media/pit/Seagate/_backup_/_dev_public_html_']
SSH_ORIGINAL_COMMAND: None

Gtk-Message: 11:52:56.826: Failed to load module "xapp-gtk3-module"
Gtk-Message: 11:52:56.826: Failed to load module "canberra-gtk-module"
[2 zypak-helper] Wait found events, but sd-event found none
[0518/115256.885631:WARNING:chrome_main_linux.cc(80)] Read channel stable from /app/extra/CHROME_VERSION_EXTRA
[0518/115257.023147:WARNING:chrome_main_linux.cc(80)] Read channel stable from /app/extra/CHROME_VERSION_EXTRA
Apertura nella sessione del browser esistente.
2024-05-18 11:56:30,221 - vorta.scheduler - DEBUG - Refreshing all scheduler timers
2024-05-18 11:56:30,225 - vorta.scheduler - DEBUG - Scheduler for profile 1 is disabled.
@pietrocaporale pietrocaporale changed the title Erron on adding existing repository from CLI backup Erron on adding existing repository created by CLI command backup May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant