yogeshojha / rengine

reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with minimal configuration and with the help of reNgine's correlation, it just makes recon effortless.
https://yogeshojha.github.io/rengine/
GNU General Public License v3.0
7.37k stars 1.12k forks source link

make: *** [Makefile:21: certs] Error 1 #1359

Open sasholy opened 1 month ago

sasholy commented 1 month ago

Is there an existing issue for this?

Current Behavior

Cannot connect to the Docker daemon at unix:///run/podman/podman.sock. Is the docker daemon running?
Error: executing /usr/local/bin/docker-compose -f docker-compose.setup.yml run --rm certs: exit status 1 make: *** [Makefile:21: certs] Error 1

reNgine installation failed!!

Expected Behavior

I don't know

Steps To Reproduce

Quick Setup for Ubuntu/VPS

Environment

- reNgine: 2.1.0
- OS: kali 
- Python: 3
- Docker Engine: 
- Docker Compose: 
- Browser:

Anything else?

No response

github-actions[bot] commented 1 month ago

👋 Hi @sasholy, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

yogeshojha commented 1 month ago

Hi @sasholy you need to run the make file as sudo, try make commands with sudo

And as per logs docker deamon doesn't seem to be running

Did you try running install script?

sasholy commented 1 month ago

Yeah, it's as instructed, I put it on a clean kali

zinwelzl commented 1 month ago

use sudo and try run it few times. works for me, slow vps.

sasholy commented 1 month ago

`┌──(kali㉿kali)-[~/rengine] └─$ sudo ./install.sh


      | \ | |     (_)                                                                                              

| | | _ _
| '/ \ . ` |/ ` | | ' \ / \
| | |
/ |\ | (_| | | | | | /
|| \
|| _|_, ||| |_|_| v2.1.1
/ |
|___/
Before running this script, please make sure Docker is running and you have made changes to .env file.
Changing the postgres username & password from .env is highly recommended.
Are you sure, you made changes to .env file (y/n)? y
Continiuing Installation!

#########################################################################
Please note that, this installation script is only intended for Linux
For Mac and Windows, refer to the official guide https://rengine.wiki
#########################################################################

Installing reNgine and its dependencies

#########################################################################
Installing curl...
#########################################################################
CURL already installed, skipping.

#########################################################################
Installing Docker...
#########################################################################
Docker already installed, skipping.

#########################################################################
Installing Docker Compose
#########################################################################
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 25.2M 100 25.2M 0 0 7820k 0 0:00:03 0:00:03 --:--:-- 9211k
ln: failed to create symbolic link '/usr/bin/docker-compose': File exists
Docker Compose installed!!!

#########################################################################
Installing make
#########################################################################
make already installed, skipping.

#########################################################################
Checking Docker status
#########################################################################
Docker is running.

#########################################################################
Installing reNgine
#########################################################################
Using: docker compose
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.

Executing external compose provider "/usr/local/bin/docker-compose". Please refer to the documentation for details. <<<<

Cannot connect to the Docker daemon at unix:///run/podman/podman.sock. Is the docker daemon running?
Error: executing /usr/local/bin/docker-compose -f docker-compose.setup.yml run --rm certs: exit status 1 make: *** [Makefile:21: certs] Error 1

reNgine installation failed!! `

sasholy commented 2 weeks ago

fixed by installing docker: 1- sudo apt install docker.io 2- sudo ./install.sh