Hello.
I need some help to solve the 'apt update' command problem as belows :
# apt update
Err:6 https://openmediavault-plugin-…github.io/packages/debian shaitan InRelease
403 Forbidden [IP: 185.199.110.153 443]
Hit:7 https://openmediavault.github.io/packages shaitan InRelease
Hit:8 http://deb.debian.org/debian bullseye InRelease
Hit:9 http://deb.debian.org/debian bullseye-updates InRelease
Hit:10 http://security.debian.org/debian-security bullseye-security InRelease
Hit:11 http://packages.openmediavault.org/public shaitan InRelease
Hit:12 https://download.docker.com/linux/debian bullseye InRelease
Reading package lists... Done
E: Failed to fetch https://openmediavault-plugin-…n/dists/shaitan/InRelease 403 Forbidden [IP: 185.199.110.153 443]
E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed.
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.
# cat /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 contrib non-free
deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free
# cat /etc/apt/sources.list.d/openmediavault.list
deb [signed-by=/usr/share/keyrings/openmediavault-archive-keyring.gpg] http://packages.openmediavault.org/public/ shaitan main
deb [signed-by=/usr/share/keyrings/openmediavault-archive-keyring.gpg] https://openmediavault.github.io/packages/ shaitan main
# uname -a
Linux mynas1 6.1.0-0.deb11.17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1~bpo11+1 (2024-01-05) x86_64 GNU/Linux
# ping -c 5 openmediavault-plugin-developers.github.io
PING openmediavault-plugin-developers.github.io (185.199.110.153) 56(84) bytes of data.
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=1 ttl=53 time=3.79 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=2 ttl=53 time=7.15 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=3 ttl=53 time=3.88 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=4 ttl=53 time=6.43 ms
64 bytes from cdn-185-199-110-153.github.com (185.199.110.153): icmp_seq=5 ttl=53 time=3.83 ms
--- openmediavault-plugin-developers.github.io ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4007ms
rtt min/avg/max/mdev = 3.785/5.014/7.149/1.466 ms
# omv-aptclean repos
1. Cleaning apt cache files...
2. Clearing available dpkg packages...
3. Removing apt lists...
removed '/var/lib/apt/lists/_var_cache_openmediavault_archives_Packages'
removed directory '/var/lib/apt/lists/auxfiles'
removed '/var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease'
.
.
.
removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_bullseye-security_non-free_i18n_Translation-en'
removed '/var/lib/apt/lists/security.debian.org_debian-security_dists_bullseye-security_non-free_source_Sources'
4. Removing OpenMediaVault cache packages...
removed '/var/cache/openmediavault/archives/Packages'
5. Creating new OpenMediaVault packages file...
6. Remove old omv-extras apt list files...
removed '/etc/apt/sources.list.d/omvextras.list'
7. Adding omv-extras repo and key...
gpg: no valid OpenPGP data found.
removed '/etc/apt/sources.list.d/omvdocker.list'
8. Adding docker repo and key...
9. Updating apt...
Get:1 file:/var/cache/openmediavault/archives InRelease
Ign:1 file:/var/cache/openmediavault/archives InRelease
Get:2 file:/var/cache/openmediavault/archives Release
Ign:2 file:/var/cache/openmediavault/archives Release
Get:3 file:/var/cache/openmediavault/archives Packages
.
.
.
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Err:5 https://openmediavault-plugin-…github.io/packages/debian shaitan InRelease
403 Forbidden [IP: 185.199.110.153 443]
Get:6 https://openmediavault.github.io/packages shaitan InRelease [12.8 kB]
Get:7 http://deb.debian.org/debian bullseye InRelease [116 kB]
.
.
.
Get:25 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Get:26 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.9 kB]
Reading package lists... Done
E: Failed to fetch https://openmediavault-plugin-…n/dists/shaitan/InRelease 403 Forbidden [IP: 185.199.110.153 443]
E: The repository 'https://openmediavault-plugin-developers.github.io/packages/debian shaitan InRelease' is not signed.
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.
10. Saving current package list...
11. Updating plugin index...
Creating index of upgradeable packages ...
Creating index of plugins ...
Can you help me ?
How can I fix this problem ?