• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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