• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue tortix repository for jammy: Warning: there are errors in 'apt-get update'

fuzzy

New Pleskian
Server operating system version
Ubuntu focal 20.04
Plesk version and microupdate number
Plesk Obsidian 18.0.53.2
Hi,
Yesterday I dist-upgraded my virtual server from bionic to focal, by using the tutorial https://support.plesk.com/hc/en-us/articles/12377714344983 succesfully with minor flaws and issues on understanding some sentences and terminology.

Today I want to go to the next ubuntu LTS jammy 22.04.

Now I'm stuc at 12.
Code:
plesk installer --override-os-version 22.04 --check-updates --skip-cleanup

I also updated /etc/apt/sources.list.d to jammy
Code:
-rw-r--r-- 1 root root  92 Jul 17 23:26 /etc/apt/sources.list.d/imunify360.list
-rw-r--r-- 1 root root 648 Jun 12 08:27 /etc/apt/sources.list.d/imunify-rollout.list
-rw-r--r-- 1 root root  75 Jul 17 17:18 /etc/apt/sources.list.d/tortix-common.list
Bash:
cat /etc/apt/sources.list.d/tortix-common.list
# deb https://updates.atomicorp.com/channels/tortix-common/debian jammy main
# /etc/apt/sources.list.d/tortix-common.list
deb https://updates.atomicorp.com/channels/atomic/ubuntu/ jammy main
deb https://updates.atomicorp.com/channels/tortix-common/debian/ jammy main

Code:
[...]
Err:24 https://updates.atomicorp.com/channels/tortix-common/debian jammy Release
  404  Not Found [IP: 51.161.13.101 443]
Err:25 https://updates.atomicorp.com/channels/atomic/ubuntu jammy Release
  404  Not Found [IP: 51.161.13.101 443]
[...]
Reading package lists...
E: The repository 'https://updates.atomicorp.com/channels/tortix-common/debian jammy Release' does not have a Release file.
E: The repository 'https://updates.atomicorp.com/channels/atomic/ubuntu jammy Release' does not have a Release file.
[...]

Code:
Warning: there are errors in 'apt-get update'

I'm not sure how to get the sources.list for tortix right for jammy.
 
Aditionally these lines of the output

Code:
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Translations (main/i18n/Translation-de) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Contents-deb (main/Contents-amd64) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Contents-deb (main/Contents-i386) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target Contents-deb (main/Contents-all) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:61 and /etc/apt/sources.list.d/tortix-common.list:4
Warning: there are errors in 'apt-get update'
Installierte Produktkomponenten werden ermittelt.
--- prod_id  release_id           (description)                            (tiers) ---
plesk        PLESK_18_0_53        (Plesk Obsidian 18.0.53)                 (currently installed)

Code:
grep -n tortix  /etc/apt/sources.list
61:deb https://updates.atomicorp.com/channels/tortix-common/debian jammy main
 
Back
Top