Moin Moin @ all and Nuxwin
When I run apt-get update the following error message comes to light on all my server where I have Debian 9 on it I have already searched google but no message has been found, the repo is still there at all what has changed.
Code
- root@debian:~# aptitude update
- Ign http://ftp.de.debian.org/debian stretch InRelease
- Holen: 1 http://ftp.de.debian.org/debian stretch-updates InRelease [91,0 kB]
- Holen: 2 http://security.debian.org/debian-security stretch/updates InRelease [94,3 kB]
- Treffer http://ftp.de.debian.org/debian stretch Release
- Treffer http://repo.mysql.com/apt/debian stretch InRelease
- Ign https://artifacts.elastic.co/packages/6.x/apt stable InRelease
- Treffer https://artifacts.elastic.co/packages/6.x/apt stable Release
- Holen: 3 http://security.debian.org/debian-security stretch/updates/main Sources [194 kB]
- Holen: 4 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [474 kB]
- Holen: 5 http://security.debian.org/debian-security stretch/updates/contrib amd64 Packages [1.760 B]
- Feh http://repo.mysql.com/apt/debian stretch InRelease
- Die folgenden Signaturen waren ungültig: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering <mysql-build@oss.oracle.com>
- Holen: 6 https://packages.sury.org/php stretch InRelease [6.934 B]
- Treffer https://deb.imscp.org/debian stretch InRelease
- Holen: 7 https://packages.sury.org/php stretch/main Sources [26,4 kB]
- Holen: 8 https://packages.sury.org/php stretch/main amd64 Packages [109 kB]
- 997 kB wurden in 1 s heruntergeladen (513 kB/s)
- W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.mysql.com/apt/debian stretch InRelease: Die folgenden Signaturen waren ungültig: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering <mysql-build@oss.oracle.com>
- W: Herunterladen von http://repo.mysql.com/apt/debian/dists/stretch/InRelease fehlgeschlagen: Die folgenden Signaturen waren ungültig: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering <mysql-build@oss.oracle.com>
- W: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.
my source.list
Code
- deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
- deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free
- deb http://security.debian.org/debian-security stretch/updates main contrib non-free
- deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
- # stretch-updates, previously known as 'volatile'
- deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
- deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
- deb http://repo.mysql.com/apt/debian/ stretch mysql-5.7
- deb-src http://repo.mysql.com/apt/debian/ stretch mysql-5.7
- deb https://packages.sury.org/php/ stretch main
- deb-src https://packages.sury.org/php/ stretch main
Code
- root@debian:~# apt-key list | grep -A 1 expired
- Warning: apt-key output should not be parsed (stdout is not a terminal)
- pub dsa1024 2003-02-03 [SCA] [expired: 2019-02-17]
- A4A9 4068 76FC BD3C 4567 70C8 8C71 8D3B 5072 E1F5
- uid [ expired] MySQL Release Engineering <mysql-build@oss.oracle.com>
- root@debian:~#