hessu / aprsc

aprsc, a core APRS-IS server
123 stars 40 forks source link

Various issues installing on Ubuntu noble #88

Open snip opened 2 months ago

snip commented 2 months ago

Hi,

i'm currently installing a new server on Ubuntu noble and faced following issues:

I had to create a file like /etc/apt/sources.list.d/aprsc.sources with the following content:

Types: deb
URIs: http://aprsc-dist.he.fi/aprsc/apt
Suites: noble
Components: main
Signed-By: /usr/share/keyrings/aprsc.gpg

And had to do the following regarding GPG key:

gpg --keyserver keyserver.ubuntu.com --recv C51AA22389B5B74C3896EF3CA72A581E657A2B8D
gpg --export C51AA22389B5B74C3896EF3CA72A581E657A2B8D > /usr/share/keyrings/aprsc.gpg

Now i can install aprsc package. But i'm still getting the following warning message when doing apt update:

W: http://aprsc-dist.he.fi/aprsc/apt/dists/noble/InRelease: Signature by key C51AA22389B5B74C3896EF3CA72A581E657A2B8D uses weak algorithm (dsa2048)

So maybe documentation can be updated and the key upgraded?

Thanks