-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to strat dagda #29
Comments
Hi @CaosFR , When you type
Without shutdown the server (don't type "CTRL+C") from another terminal, you can run Please, check it and update me with more details if error persists. |
TY for your reply and very sorry for my late response. When I had type "type python3 dagda.py start" ans I had type "ps -ef" in other terminal I see something like that : [...} Docker events daemon monitor (docker-containerd-shim -namesp), Sysdig/Falco monitor (/usr/bin/falco) and Dagda web server (python3 dagda.py start) look strat but I dont see EDN listener. I have to install them ? Without shutdown the server, I had run python3 dagda.py vuln --init form another terminal. I dont get " "[Errno 111] Connection refused"." (nice). This time I get this message very quickly: { It look good but the server dont start and the db dont look like populate. If I type command like "python3 dagda.py vuln --cve_info CVE-2009-2890" I had this message : { TY for your help ! :) |
Dagda server runs four processes:
EDN listener and Dagda web server processes are Dagda internal features. The other processes watching /usr/bin/falco process and docker-containerd-shim process. On other hand, |
Oh I see, so my DAGDA strat correctly. I have try type "python3 dagda.py vuln --init_status" and I get "Initializing". After more than one hours the state dont change. :[ My network work as well. TY |
Step 1. Start Dagda server -->
Step 2. Run init database process --> Step 3. Check init database process until it ends -->
|
This issue has not updated for a long time so I close it. If you can update de information about this issue feel free for reopening it. |
Short description
I was trying to strat dagda with this command "python3 dagda.py start" but nothing happen (no error to). If I aviod this step and try "python3 dagda.py vuln --init" I have a newConnectionError .
Reproduction steps
=> nothing happen after more than one hours
=> no error
=> <HTTPConnectionPool(host='127.0.0.1', port=5000): Max retries exceeded with url: /v1/vuln/init (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdcc67a9e10>: Failed to establish a new connection: [Errno 111] Connection refused',))>
root@debian:~/dagda-master/dagda#
On which platforms did you notice this:
TY for your help ! :)
The text was updated successfully, but these errors were encountered: