Giter Site home page Giter Site logo

Comments (10)

danmons avatar danmons commented on May 14, 2024 2

Sorted this just now. New method no longer uses "apt-key" nor points to keyservers listening on weird ports.

Instead it grabs the .deb package containing the keys (with a couple of known working mirrors as fallback to each other) and installs that. It's more compliant with the new APT key storing method, and should be more reliable for people either with poor DNS servers or restrictive firewalls.

from retronas.

VersatileNinja avatar VersatileNinja commented on May 14, 2024 1

I will record the error and post it tomorrow (maybe I can get a screenshot to share too), thanks in advance.

from retronas.

sairuk avatar sairuk commented on May 14, 2024

Can you add the error to this issue to aid in troubleshooting?

from retronas.

sairuk avatar sairuk commented on May 14, 2024

Hi please also review this issue #8 to see if is related at all

from retronas.

VersatileNinja avatar VersatileNinja commented on May 14, 2024

image

I did a fresh install on my pi 4gb, 32-bit raspberry pi os. Afterwards, I enabled ssh using raspi-config, did not use a blank ssh file for example.

Now I go to install cockpit from the retronas interface, and I get the red error (see image provided).

I know that if I were to install cockpit manually outside of retronas, it will work, but I'd like to help you troubleshoot how to make installer work? I'm a raspberry pi novice, but glad to help where I can.

from retronas.

sairuk avatar sairuk commented on May 14, 2024

This looks like you are having the same apt-key problem as mentioned in issue #41

from retronas.

VersatileNinja avatar VersatileNinja commented on May 14, 2024

Thanks for the tip. That did the trick and I fixed it by the following (for anyone in future curious what I did):

I did the following:
sudo nano /etc/dhcpcd.conf

Then added at the bottom for CloudFlare public DNS:
static domain_name_servers=1.1.1.1 1.0.0.1

Restart the service:
sudo service dhcpcd restart

Afterwards, went back into retronas and cockpit installed successfully! Not sure why it would install correctly outside of retronas even though I didn't change the DNS, but at least it works the way it is supposed to right now.

from retronas.

retinoic avatar retinoic commented on May 14, 2024

Thank you @VersatileNinja for the solution. Had the same issue with fresh 64 bit RPi OS Lite install.

from retronas.

danmons avatar danmons commented on May 14, 2024

This looks like you are having the same apt-key problem as mentioned in issue #41

I'll try and get a fix out for this soon. I'm not sure why certain setups aren't able to resolve the key servers. "works for me" on my stock RPiOS bullseye 64bit.

Fix will be to avoid the key servers and just grab the Debian signing keys via a dpkg file.

from retronas.

sairuk avatar sairuk commented on May 14, 2024

I will reopen this while we are pending a fix so we have visibility on occurrence of this iss

from retronas.

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.