FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Fact Install error - Failed to initialize radare container

Open scottthomas007 opened this issue 3 years ago • 3 comments

Bonjour,

[2022-02-08 13:16:10][frontend][INFO]: Initializing docker container for radare Traceback (most recent call last): File "src/install.py", line 183, in install() File "src/install.py", line 151, in install install_fact_components(args, distribution, none_chosen, skip_docker) File "src/install.py", line 167, in install_fact_components frontend(skip_docker, not args.no_radare, args.nginx, distribution) File "/home/maverick/FACT_core/src/install/frontend.py", line 189, in main _install_docker_images(radare) File "/home/maverick/FACT_core/src/install/frontend.py", line 164, in _install_docker_images raise InstallationError('Failed to initialize radare container:\n{}'.format(output)) helperFunctions.install.InstallationError: Failed to initialize radare container: app uses an image, skipping Building server Sending build context to Docker daemon 4.096kB Step 1/2 : FROM nginx:alpine Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Service 'server' failed to build : Build failed

Regards Scotty

scottthomas007 avatar Feb 08 '22 08:02 scottthomas007

Hi, sounds like you have problems getting a connection to the docker registry. Could this be a proxy problem?

jstucke avatar Feb 08 '22 15:02 jstucke

Thanks for the response. It's not a proxy issue, the docker URL was accessible from the machine. Any other idea?

Sent from Yahoo Mail on Android

On Tue, Feb 8, 2022 at 8:52 PM, Jörg @.***> wrote:

Hi, sounds like you have problems getting a connection to the docker registry. Could this be a proxy problem?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

scottthomas007 avatar Feb 08 '22 16:02 scottthomas007

Building the container seems to run for me without errors. Can you try to run docker-compose build in the directory src/install/radare and report what happens? If it completes without issues, you can simply restart the installation script again.

jstucke avatar Feb 09 '22 07:02 jstucke

Since there is no activity I will close this issue. Please feel free to reopen the issue if the problem persists or if you have additional questions.

jstucke avatar Dec 16 '22 13:12 jstucke