Невозможно автоматически обновить Tails

Невозможно автоматически обновить Tails

Я загрузил Tails 2.4 и увидел следующее:

Ошибка при проверке обновлений

Запуск обновления вручную в терминале выявляет ошибки:

amnesia@amnesia:~$ tails-upgrade-frontend-wrapper
localuser:tails-upgrade-frontend being added to access control list
Prototype mismatch: sub Tails::MirrorPool::assert ($;$) vs none at /usr/share/perl5/Tails/MirrorPool.pm line 28.
Prototype mismatch: sub Tails::IUK::Frontend::assert ($;$) vs none at /usr/share/perl5/Tails/IUK/Frontend.pm line 42.
Error while checking for upgrades
<b><b>Could not determine whether an upgrade is available from our website.</b>

Check your network connection, and restart Tails to try upgrading again.

If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html</b>

For debugging information, execute the following command: sudo tails-debugging-info

** (zenity:7650): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Error while checking for upgrades
<b><b>Could not determine whether an upgrade is available from our website.</b>

Check your network connection, and restart Tails to try upgrading again.

If the problem persists, go to file:///usr/share/doc/tails/website/doc/upgrade/error/check.en.html</b>

For debugging information, execute the following command: sudo tails-debugging-info
exit code: 2816

stdout:


stderr:
Could not download 'https://tails.boum.org/upgrade/v1/Tails/2.4/i386/stable/upgrades.yml', request failed (Peer certificate cannot be authenticated with given CA certificates): server certificate verification failed. CAfile: /usr/local/etc/ssl/certs/tails.boum.org-CA.pem CRLfile: none
 at /usr/bin/tails-iuk-get-upgrade-description-file line 21.
 at /usr/bin/tails-upgrade-frontend line 22.
localuser:tails-upgrade-frontend being removed from access control list

Как выполнить обновление без полной ручной переустановки?

решение1

Проблема с сертификатами:

Could not download 'https://tails.boum.org/upgrade/v1/Tails/2.4/i386/stable/upgrades.yml',
request failed (Peer certificate cannot be authenticated with given CA certificates):
server certificate verification failed. CAfile: /usr/local/etc/ssl/certs/tails.boum.org-CA.pem 

https://tails.boum.orgперешел на центр сертификации Let's Encrypt, и эти новые сертификаты отсутствуют в версиях ниже2.7.

Вы можете исправить это, загрузив сертификаты Lets Encrypt:

  1. идти кhttps://letsencrypt.org/certificates/
  2. откройте один изАктивныйПромежуточные сертификаты ->Let's Encrypt Authority X3 (с перекрестной подписью IdenTrust)
  3. откройте tails.boum.org-CA.pemи перезапишите его содержимое сертификатом Let's Encrypt.

sudo nano /usr/local/etc/ssl/certs/tails.boum.org-CA.pem (Предварительно вам нужно будет установить пароль администратора)

Затем повторите попытку tails-upgrade-frontend-wrapper.

Повторяйте, пока не будет установлена ​​версия Tails 2.7.

решение2

Когда у вас (или у кого-то еще) есть более новые tails, вы можете обновить свою флешку с более новой запущенной Tails. Просто используйте Tails Installer. Он не загружает tails из сети, а использует запущенные tails.

Совет: подключайте старые версии Tails только после запуска установщика Tails.

Связанный контент