나는 AlmaLinux 저장소를 호스팅하기 위해 AlmaLinux 9.3 서버를 사용하고 있으며 내 웹 호스팅에 Debian 12 저장소를 추가하고 싶습니다. 그래서 저장소 시스템에서 debmirror를 사용하여 로컬 사용을 위해 debian 12 저장소를 미러링했습니다.
debmirror --i18n --dist=bookworm --no-check-gpg --exclude-deb-section=games --exclude-deb-section=debug --exclude-deb-section=news --verbose --method=ftp --arch=amd64,i386 --section=main,non-free-firmware --host=ftp.debian.org /var/www/html/debian
실행하는 동안 다음과 같은 결과가 나타납니다.
Arches: i386,amd64,i386
Dists: sid,bookworm
Sections: main,main/debian-installer,contrib,non-free,non-free-firmware,main,non-free-firmware
Including source.
Pdiff mode: use
Not checking Release gpg signatures.
Will clean up after mirroring.
Dry run.
Attempting to get lock ...
Updating remote trace files (using rsync) ...
rsync: [Receiver] failed to connect to ftp.debian.org (199.232.150.132): Connection timed out (110)
rsync: [Receiver] failed to connect to ftp.debian.org (2a04:4e42:65::644): Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(138) [Receiver=3.2.3]
Warning: failed to use rsync to download extra files.
Getting meta files ...
[ 0%] Getting: dists/bookworm/Release... ok
[ 0%] Getting: dists/bookworm/InRelease... ok
[ 0%] Getting: dists/bookworm/Release.gpg... ok
[GNUPG:] ERROR add_keyblock_resource 33554433
[GNUPG:] NEWSIG
[GNUPG:] ERROR keydb_search 33554445
[GNUPG:] ERROR keydb_search 33554445
//
//
gpgv: Can't check signature: No public key
gpgv: Signature made Sat Oct 7 11:38:14 2023 CEST
gpgv: using EDDSA key
4D64FEC119C2029067D6E791F8D2585B8783D481
gpgv: Can't check signature: No public key
.temp/.tmp/dists/bookworm/InRelease signature does not verify.
Errors:
.temp/.tmp/dists/bookworm/Release.gpg signature does not verify
.temp/.tmp/dists/bookworm/InRelease signature does not verify
Failed to download some Release, Release.gpg or InRelease files!
releasing 1 pending lock... at
/usr/share/perl5/vendor_perl/LockFile/Simple.pm line 206.
보안팀의 도움으로 펌웨어 규칙을 확인했는데 SSH FTP HTTP HTTPS 및 포트 873(rsync 데몬 액세스)이 열려 있고 아웃바운드가 허용되었습니다. debmirror 패키지를 쉽게 설치할 수 있는 AlmaLinux 서버에서 debmirror가 실행되고 있기 때문에 debian12.2 DVD에서 키링 gpg 파일을 가져왔습니다.
인터넷 미러를 rsync로 동기화할 수 없습니다. 무엇이 있을까요?
시청해 주셔서 대단히 감사합니다.