• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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