• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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