> On 2022/Apr/19, at 23:43, John Paul Adrian Glaubitz > <[email protected]> wrote: > > Hello Pedro! > > On 4/20/22 08:39, Pedro Miguel Justo wrote: >> One question (a rather basic one): >> >> What is the right configuration for ‘atp’ on an machine with ia64 debian >> ports? >> >> When I run ‘atp update’ I get the following error: >> >> Get:1 http://ftp.ports.debian.org/debian-ports sid InRelease [24.2 kB] >> Err:1 http://ftp.ports.debian.org/debian-ports sid InRelease >> The following signatures couldn't be verified because the public key is not >> available: NO_PUBKEY 5A88D659DCB811BB >> Reading package lists... Done >> W: GPG error: http://ftp.ports.debian.org/debian-ports sid InRelease: The >> following signatures couldn't be verified because the public key is not >> available: NO_PUBKEY 5A88D659DCB811BB >> E: The repository 'http://ftp.ports.debian.org/debian-ports sid 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. > > You are just missing the package debian-ports-archive-keyring: > > # wget > http://ftp.ports.debian.org/debian-ports/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2022.02.15_all.deb > # dpkg -i debian-ports-archive-keyring_2022.02.15_all.deb > # apt update
Thanks Adrian. That worked quite well. I was able to refresh the package list with no error after that. However, when conducting the “upgrade” command, things quickly derailed. I am now in a state where not even “perl” runs. # perl perl: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory I guess I had just been too long since I had taken an upgrade and things are fragile as it is, without letting things lapse this long. I guess the best next step for me is to install the OS clean from the most recent ISO. > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer > `. `' Physicist > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 >

