Debian 11 BullseyeにアップグレードしようとしたときにDebian 8 Jessieで問題が発生しました。問題は、私が削除したLetsencrypt certbotの以前のバージョンで発生したようですが、まだ問題がありました。
lsb_release-a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie
これはsource_listファイルの内容です
ナノ/etc/apt/sources.list
deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main
deb http://deb.debian.org/debian/ bullseye-updates main
deb-src http://deb.debian.org/debian/ bullseye-updates main
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main
適切なアップデートを入手
W: Failed to fetch http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/jessie/main/binary-amd64/Packages 404 Not Found [IP: 185.125.190.52 80]
W: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/dists/jessie/main/binary-amd64/Packages 404 Not Found [IP: 185.125.190.52 80]
W: Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.
適切なアップグレード
Err https://packages.sury.org/php/ jessie/main libpcre3 amd64 2:8.43-1+0~20190710.6+debian8~1.gbpbfc49f
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Failed to fetch https://packages.sury.org/php/pool/main/p/pcre3/libpcre3_8.43-1+0~20190710.6+debian8~1.gbpbfc49f_amd64.deb server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
apt-get clean、apt-get autoclean、apt-get autoremoveを試しましたが、エラーなしで実行されました。
apt-getは自動的に削除されます。
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4281 not upgraded.
この問題を解決するのに役立つ手がかりがある人はいますか?
編集:役に立たないファイルを削除した後、次のように/etc/apt/sources.list.d
なりました。
適切なアップデートを入手
W: Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.
apt-getは自動的に削除されます。
E: /usr/share/initramfs-tools/hooks/growroot は 1 で失敗します。 update-initramfs: /boot/initrd.img-3.16.0-10-amd64 は 1 で失敗します。 dpkg:パッケージinitramfs-toolsの処理中にエラー(--configure):インストールされたinitramfs-toolsパッケージがインストールされた後、スクリプトサブプロセスはエラー終了ステータス1を返しました。処理中にエラーが発生しました。 initramfs-tools E:子プロセス/usr/bin/dpkgがエラーコード(1)を返しました。
解決済み:/etc/apt/sources.list.dの内容を削除します。