fabianishere / pve-edge-kernel

Newer Linux kernels for Proxmox VE 7
370 stars 50 forks source link

No valid OpenPGP data found #360

Closed arthur-morgan-1 closed 1 year ago

arthur-morgan-1 commented 1 year ago

I get this:

No valid OpenPGP data found after typing the first command

curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | gpg --dearmor -o /usr/share/keyrings/pve-edge-kernel.gpg

How can it be solved?

fabianishere commented 1 year ago

You should run this command:

curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' | gpg --dearmor -o /usr/share/keyrings/pve-edge-kernel.gpg
arthur-morgan-1 commented 1 year ago

Sorry I edited my post, this is the exact same command I'm running (I copy it from the git page instructions) And I still get this error message

fabianishere commented 1 year ago

Probably the download via curl failed. What does the following command give:

 curl -1sLf 'https://dl.cloudsmith.io/public/pve-edge/kernel/gpg.8EC01CCF309B98E7.key' 
arthur-morgan-1 commented 1 year ago

It says nothing after this command

fabianishere commented 1 year ago

What if you remove the s and f flags?

It is probably an issue with your network or certificates.

arthur-morgan-1 commented 1 year ago

it says: curl: (6) Could not resolve host: dl.cloudsmith.io

fabianishere commented 1 year ago

Your DNS resolver is not resolving dl.cloudsmith.io. Perhaps try switching DNS servers.

arthur-morgan-1 commented 1 year ago

Should I try to change DNS in the router? 8.8.8.8 for example?

arthur-morgan-1 commented 1 year ago

Same message after changing the router DNS to 8.8.8.8 :(