lephisto / pfsense-analytics

Pfsense Analytics w/ Graylog, Elasticsearch, InfluxDB and Grafana fully dockerized for Firewall and DPI..
GNU General Public License v3.0
157 stars 56 forks source link

Service 'graylog' failed to build #35

Closed cilleyperson closed 3 years ago

cilleyperson commented 4 years ago

I am running Ubuntu Server 64bit on a Raspberry Pi 4 with 8 GB of RAM and a 128 GB SD card. When I trying to run the docker compose process I get the following error:

ubuntu@ubuntu:~/pfsense-analytics/Docker$ sudo docker-compose up -d Building graylog Step 1/6 : FROM graylog/graylog:3.1 ---> ca38a27808e3 Step 2/6 : USER root ---> Using cache ---> 08a76a36e96d Step 3/6 : RUN mkdir -pv /etc/graylog/server/ ---> Running in d7d70564f82a standard_init_linux.go:211: exec user process caused "exec format error" ERROR: Service 'graylog' failed to build: The command '/bin/sh -c mkdir -pv /etc/graylog/server/' returned a non-zero code: 1

Not sure what the issue is here. Any assistance would be very much appreciated.

pricesgoingup commented 4 years ago

Yeah, same issue here... can't figure out a way around it.

EDIT: this works.

A better solution is to create a GeoLite account, find your LICENCE KEY under "My Licence Key" menu voice on the left and then use that key for the permalink you can obtain in the download page. Use the permalink in the Docker/graylog/getGet.sh file (remember to put quotes around the url) and it should work.

wintrmte commented 4 years ago

This doesn't seem to have anything to do with the original post, the error is happening as a result of the /bin/sh -c mkdir -pv command..

I'm pretty sure this is because the RPI is an arm based device and not an x86 device.. Will have to dig more, but it seems like it is an architecture issue.

Yeah, same issue here... can't figure out a way around it.

EDIT: this works.

A better solution is to create a GeoLite account, find your LICENCE KEY under "My Licence Key" menu voice on the left and then use that key for the permalink you can obtain in the download page. Use the permalink in the Docker/graylog/getGet.sh file (remember to put quotes around the url) and it should work.

pricesgoingup commented 4 years ago

This doesn't seem to have anything to do with the original post, the error is happening as a result of the /bin/sh -c mkdir -pv command..

I'm pretty sure this is because the RPI is an arm based device and not an x86 device.. Will have to dig more, but it seems like it is an architecture issue.

Yeah, same issue here... can't figure out a way around it. EDIT: this works. A better solution is to create a GeoLite account, find your LICENCE KEY under "My Licence Key" menu voice on the left and then use that key for the permalink you can obtain in the download page. Use the permalink in the Docker/graylog/getGet.sh file (remember to put quotes around the url) and it should work.

Actually someone else commented what I quoted in the thread and it worked, till I ran into other issues and had to make edits in the getGet.sh file to make it actually work... I wasn't running it on arm at all, I was running it on ubuntu 20.04 server amd64 ESXi 7.0

abol01 commented 4 years ago

For anyone else that may stumble upon this and want to get this working on a Raspberry Pi. I made all my changes to get this working on a RPI 4 4GB working here.

christiansenandi commented 3 years ago

UPDATE:

I fixed it by editing Docker/graylog/getGet.sh: curl --output /etc/graylog/server/mm.tar.gz 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=&suffix=tar.gz'


I have this issue on a VM inside ESXi on a 3650M4 system running Ubuntu 20.04.1 LTS:

Static hostname: grafana Icon name: computer-vm Chassis: vm Virtualization: vmware Operating System: Ubuntu 20.04.1 LTS Kernel: Linux 5.4.0-54-generic Architecture: x86-64

Step 5/6 : RUN chmod +x /etc/graylog/server/getGeo.sh && /etc/graylog/server/getGeo.sh ---> Running in d79fccad7831 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: geolite.maxmind.com tar (child): /etc/graylog/server/mm.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now ERROR: Service 'graylog' failed to build: The command '/bin/sh -c chmod +x /etc/graylog/server/getGeo.sh && /etc/graylog/server/getGeo.sh' returned a non-zero code: 2

any help would be appreciated 👍

Thanks! Andi

lephisto commented 3 years ago

The Issue with the changed Url / License stuff is resolved in the GL4 release.