The issue was permissions on the /etc/apt/keyrings.....gpg file. Needs to be 644. -John
On Tuesday, October 29, 2024 at 12:50:45 PM UTC-4 John Lockard wrote: > That did work. > > > On Tuesday, October 29, 2024 at 11:32:42 AM UTC-4 Andreas Rogge wrote: > >> Hi John, >> >> Am 29.10.24 um 16:23 schrieb John Lockard: >> > Full transcript below. >> > Download the add_bareos_repositories.sh file. >> > Run downloaded script, which adds key to keyrings. >> > Run 'apt update' which fails because public key is not available. >> >> # Run a clean podman container for ubuntu 24.04 >> $ podman run --rm -it docker.io/library/ubuntu:24.04 >> >> Inside the container I ran >> # apt update && apt --assume-yes install curl gpg >> # curl >> >> https://download.bareos.org/current/xUbuntu_24.04/add_bareos_repositories.sh >> | sh >> # apt update >> >> Everything looks fine. Can you reproduce that problem on a vanilla >> installation of Ubuntu 24.04 (or inside a clean container)? >> I don't say I don't believe you, but as long as we cannot reproduce your >> problem, there's nothing we can do. >> >> Best Regards, >> Andreas >> >> -- >> Andreas Rogge [email protected] >> Bareos GmbH & Co. KG Phone: +49 221-630693-86 <+49%20221%2063069386> >> http://www.bareos.com >> >> Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 >> Komplementär: Bareos Verwaltungs-GmbH >> Geschäftsführer: Stephan Dühr, Jörg Steffens, Philipp Storz >> >> -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/bareos-users/cfc07548-a1b9-4bc8-9830-adb756c69b4bn%40googlegroups.com.
