• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved 'https://autoinstall.plesk.com/grafana/deb stable Release' does not have a Release file.

Ivan2207

New Pleskian
Hello,

I'm running Plesk Obsidian 18.0.39.2
OS version: Debian 9.13 x86_64
Build date: 2021/11/17 18:00

Since today I get this error by email from Plesk.
Reason: 2021-12-19 06:25:40 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2021-12-19 06:25:42 ERROR: E:The repository 'Index of /grafana/deb stable Release' does not have a Release file.
2021-12-19 06:25:42 ERROR: Exited with returncode 1.

from SSH apt update content:
Ign:1 Index of /debian stretch InRelease
Hit:2 Index of /debian stretch-updates InRelease
Get:3 Index of /debian-security stretch/updates InRelease [53.0 kB]
Hit:4 Index of /PMM_0.1.11 stretch InRelease
Hit:5 Index of /debian stretch Release
Hit:6 Index of /pool/PSA_18.0.39_7558 stretch InRelease
Hit:7 Index of /PHP73_17 stretch InRelease
Hit:8 Index of /PHP74_17 stretch InRelease
Ign:9 Index of /grafana/deb stable InRelease
Err:10 Index of /grafana/deb stable Release
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Reading package lists... Done
E: The repository 'Index of /grafana/deb stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Anyone have this problem? How can I fix it?

Thank You,
Ivan
 
Fixed with the following link:

Code:
sudo rm -rf /var/lib/apt/lists/*
sudo rm -rf /etc/apt/sources.list.d/*
sudo apt-get update
 
Back
Top