Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: mscfw on March 17, 2021, 01:00:49 pm

Title: fixing repositorities after/during upgrade (Ubuntu 18 -> 20; Zentyal 6.2 -> 7.0)
Post by: mscfw on March 17, 2021, 01:00:49 pm
Hi all,
here just a quick fix in case you ran into the same issues like me:

During the combined upgrage from Ubuntu 18 to 20 and Zentyal 6.2 to 7.0 I noticed that "apt ..." was generating multiple errors, and at the end of the day blocking the update script.

Issue 1 - ppa:oisf/suricata-stable => missing key
Quick fix:
Code: [Select]
sudo add-apt-repository ppa:oisf/suricata-stable
sudo apt-get update

Issue 2 - Zentyal repro is missing version information
Quick fix:
Code: [Select]
sudo nano /etc/apt/sources.list.d/zentyal-packages.listchange from
Code: [Select]
deb http://packages.zentyal.org/zentyal . main extrato
Code: [Select]
deb http://packages.zentyal.org/zentyal 7.0 main extraand then
Code: [Select]
sudo apt-get update
I don't know the source for this, nor did I try to investigate the background, I just needed a quick fix, so please feel free to add comments or better solution if you also see messages/error like these.

bye

Markus