Git Product home page Git Product logo

Comments (4)

RackunSec avatar RackunSec commented on July 2, 2024

Hello and thank you for reporting this. I actually cannot replicate the issue you are having. I have a snapshot of my VM taken after adding the douglas user and providing him access. So each time I do major updates, I revert back to that and re-clone the repo. Which ISO did you use to do your Debian base installation? I never added trusted hosts to PIP before. Is that something PIP told you to do? Thank you again. I hope we can figure this out.

-- edit
I just performed a snapshot revert and cloned this repo and it worked again :S If you don't even see "Summoning the DEMON" in your terminal, then files/install_modules/demon.py is not even being called. It gets called using importlib.import_module(). My version (from the Debian netISO on demonlinux.com) is importlib-1.0.4 Can you please post your version?

from summon.

Haquor avatar Haquor commented on July 2, 2024

Hello and thank you for reporting this. I actually cannot replicate the issue you are having. I have a snapshot of my VM taken after adding the douglas user and providing him access. So each time I do major updates, I revert back to that and re-clone the repo. Which ISO did you use to do your Debian base installation? I never added trusted hosts to PIP before. Is that something PIP told you to do? Thank you again. I hope we can figure this out.

I think all the problems I'm experiencing have something to do with this same PIP issue. It looks like on a variety of requests (from PIP, and then from URLLIB), I get "failed to verify local certificate issuer" or something along those lines.

Googling that error led me to add trusted-hosts to PIP which fixed the first issue. Then, on trying to check_internet, the request fails for the same reason. As does installing other packages and fetching things.

I am able to get to the "Apt Install" section by changing requests.get() references to requests.get(verify=False).

I'm wondering if my debian install was corrupt. I pulled it from the netinst ISO fresh from their website. I only installed the base system, no GUI along with web server & ssh server as well as "base system utilities". But for whatever reason, that resulted in certificate stuff being sorta locked down....not sure what causes the issue but here's some reading on it

UPDATE: Yep, I've been able to get Demon Linux installed by simply forcing all code to turn off SSL verification

from summon.

Haquor avatar Haquor commented on July 2, 2024

Tried with a totally fresh Debian installation from latest Debian 11, codenamed bullseye, netinst, for 64-bit PC (amd64).
It's running on VMWare Player with a 40 GB HD, 6 allocated procs and 4 GB of RAM.
The only option select on the "software selection" screen is "Standard system utilities".
No SSH, no web browser, no desktop environment.

Some notes:

  1. sudo must be installed from this state with apt install sudo
  2. when running ./setup.py the first errors are encountered. Installing PIP packages fails.
    image
    This is due to the aforementioned SSL error.

from summon.

Haquor avatar Haquor commented on July 2, 2024

This was a firewall issue, and its been solved. Thank you for your hasty response! The project is badass @RackunSec

from summon.

Related Issues (9)

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.