• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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