Install.sh error

I am new to this, so please bear with me. I was wanting to play around with Sentry On-Premise. I cloned the repo from github and ran install.sh. I am getting weird errors where it cant find deb.debian.org. but I can get it with with a browser and curl commands. Maybe I missed something. I have not made any edits to any config files or anything.

Suggestions?

I also experienced the same issue but highly doubt it has anything to do with what Sentry is doing in its onpremise setup.

1 Like

Here is the part of the log where the issue is occuring.

Building snuba-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
—> 4fde65f9966d
Step 3/5 : RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
—> Running in ea920226a6b8
Err:1 http://deb.debian.org/debian buster InRelease
Temporary failure resolving ‘deb.debian.org

what did you do to troubleshoot and resolve your issue?

I just retried it a bunch of times, turned networking on and off. Eventually it started working.

1 Like

Figured out my own problem. The firewall on the host itself was blocking communication. After I shutdown the firewall, everything started working.

Now to see if I can figure out some firewall rules to allow it to work and have the firewall up…

1 Like