• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Problem installing Docker

TobiasP

Regular Pleskian
Hi,
I had Docker installed once before, removed it and now I want to install it again but the plesk installer gives me the following error:

Code:
Execution installer has failed with exit code 1, stdout: , stderr: W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR:root:Command '['apt-get', '-qq', 'update']' returned non-zero exit status 100
exit status 1

the content of my sources.list is as follows:

Code:
deb http://deb.debian.org/debian jessie main non-free contrib
deb-src http://deb.debian.org/debian jessie main non-free contrib
deb http://deb.debian.org/debian jessie-updates main non-free contrib
deb-src http://deb.debian.org/debian jessie-updates main non-free contrib
deb http://deb.debian.org/debian-security jessie/updates main non-free contrib
deb-src http://deb.debian.org/debian-security jessie/updates main non-free contrib
## Dotdeb Packages
##deb http://packages.dotdeb.org jessie all
##deb-src http://packages.dotdeb.org jessie all
deb http://updates.atomicorp.com/channels/tortix-common/debian jessie main

any ideas?
 
Back
Top