vorta icon indicating copy to clipboard operation
vorta copied to clipboard

After connect to an existing repository, no longer able to refresh archive (permission denied publickey)

Open televisi opened this issue 1 year ago • 0 comments

Description

Following up with UI issue with connecting Vorta to an existing repository (#1913)

After I restarted Vorta, I can see the recently added repository from the drop-down. The thing is, when I tried to check the list of archives from UI (go to "Archives" tab > refresh archive list), Vorta does not seem to allow it - this time with the public key error.

Expected:

  • Once the existing repository added to Vorta, user should be able to connect to it and refresh the archive list (and do other stuffs)

Issue:

  • Unable to connect (even though the connection was added successfully on the previous step (#1913)

Workaround:

  • Not to use Vorta, but use the command line (and it works as expected using command line, e.g. borg list ssh://[email protected]/./repo

Extra note: What's interesting is, I was able to connect to the repository already on the previous log on the issue (check log on #1913) ; unless because the link process was not complete and the link is now corrupted on Vorta.

Reproduction

  • [X] I tried to reproduce the issue.
  • [X] I was able to reproduce the issue.

OS

Mac OSX 12.7.2

Version of Vorta

0.9.1

What did you install Vorta with?

Homebrew

Version of Borg

1.2.7

Logs

2024-01-27 21:13:36,089 - vorta.i18n - DEBUG - Loading translation succeeded for ['en-AU', 'en-Latn-AU'].
2024-01-27 21:13:36,092 - vorta.scheduler - WARNING - Failed to connect to DBUS interface to detect sleep/resume events
2024-01-27 21:13:36,276 - vorta.views.source_tab - DEBUG - Added item number 0 from 1
2024-01-27 21:13:36,811 - root - INFO - Using DarwinNetworkStatus NetworkStatusMonitor implementation.
2024-01-27 21:13:36,918 - vorta.borg.jobs_manager - DEBUG - Add job for site default
2024-01-27 21:13:36,920 - vorta.borg.jobs_manager - DEBUG - Start job on site: default
2024-01-27 21:13:36,923 - vorta.borg.borg_job - INFO - Running command /usr/local/bin/borg --version
2024-01-27 21:13:37,342 - vorta.borg.jobs_manager - DEBUG - Finish job for site: default
2024-01-27 21:13:37,342 - vorta.borg.jobs_manager - DEBUG - No more jobs for site: default
2024-01-27 21:13:41,331 - vorta.scheduler - DEBUG - Refreshing all scheduler timers
2024-01-27 21:13:41,333 - vorta.scheduler - DEBUG - Nothing scheduled for profile 1 because of unset repo.
2024-01-27 21:13:51,065 - vorta.keyring.abc - DEBUG - No module named 'secretstorage'
2024-01-27 21:13:51,065 - vorta.keyring.abc - DEBUG - Using VortaDarwinKeyring
2024-01-27 21:13:51,065 - vorta.borg.borg_job - DEBUG - Using VortaDarwinKeyring keyring to store passwords.
2024-01-27 21:13:51,095 - vorta.keyring.darwin - DEBUG - Retrieved password for repo ssh://[email protected]/./repo
2024-01-27 21:13:51,124 - vorta.borg.jobs_manager - DEBUG - Add job for site 4
2024-01-27 21:13:51,124 - vorta.borg.jobs_manager - DEBUG - Start job on site: 4
2024-01-27 21:13:51,151 - vorta.borg.borg_job - INFO - Running command /usr/local/bin/borg list --info --log-json --json ssh://[email protected]/./repo
2024-01-27 21:13:54,506 - vorta.borg.borg_job - WARNING - Remote: [email protected]: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
2024-01-27 21:13:54,514 - vorta.borg.borg_job - ERROR - Connection closed by remote host. Is borg working on the server?

televisi avatar Jan 27 '24 10:01 televisi