Code Monkey home page Code Monkey logo

Comments (6)

kismetgerald avatar kismetgerald commented on June 10, 2024 1

Interesting indeed.

So I deleted my local repo and keyfile, and recreated it exactly as you'd done and now the error is gone. Thanks for patiently entertaining me.

from sngrep.

Kaian avatar Kaian commented on June 10, 2024

Hi!

After adding the key, you'll receive a warning that should not prevent installing packages, but we could replace the command for these one in the wiki to avoid that warning:

 wget http://packages.irontec.com/public.key -q -O /etc/apt/trusted.gpg.d/irontec-debian-repository.asc

Best regards,

from sngrep.

kevinrz6 avatar kevinrz6 commented on June 10, 2024

Kaian,
Just wanted to chime in and let you know that this is also the case with Debian 11 and ubuntu 22.04.

Thank you and we appreciate all the hard work.

from sngrep.

Kaian avatar Kaian commented on June 10, 2024

Updated wiki instructions to download Server GPG public key.

This method should give no warnings.

Best regards!

from sngrep.

kismetgerald avatar kismetgerald commented on June 10, 2024

@Kaian Sorry to re-open this issue. However, looks like the NO_PUBKEY issue is still present on Debian 12 (Bookworm).

Today I ran a "apt update" and saw this error in the output:

E: The repository 'http://packages.irontec.com/debian bookworm InRelease' is not signed.

from sngrep.

Kaian avatar Kaian commented on June 10, 2024

This is quite strange, configuring the repo in a clean docker image gives me no error:

➜  ~ docker run -it debian:bookworm bash
root@b79517f2de9f:/# apt update; apt install wget
[....]
root@b79517f2de9f:/# echo deb http://packages.irontec.com/debian bookworm main > /etc/apt/sources.list.d/irontec.list
root@b79517f2de9f:/# wget http://packages.irontec.com/public.key -q -O /etc/apt/trusted.gpg.d/irontec-debian-repository.asc
root@b79517f2de9f:/# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Get:4 http://packages.irontec.com/debian bookworm InRelease [6437 B]
Get:5 http://packages.irontec.com/debian bookworm/main amd64 Packages [828 B]
Fetched 7265 B in 0s (14.8 kB/s) 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@b79517f2de9f:/# 

That error looks like you've skipped downloading the key (the wget command)

from sngrep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.