gamergraf icon indicating copy to clipboard operation
gamergraf copied to clipboard

unable to build?

Open goldenpipes opened this issue 5 years ago • 3 comments

bringing up docker container
Creating network "gamergraf-master_default" with the default driver
Building graphite
Step 1/15 : FROM ragesaq/base
 ---> 9af88e9b17dc
Step 2/15 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 83e567ed2a2c
Step 3/15 : RUN     apt-get update -y &&     apt-get install -y --no-install-recommends python-minimal supervisor libffi6 libcairo2 collectd curl libcurl3 libcurl3-gnutls libxml2 libxml2-utils xml-core &&    apt-get clean &&     rm -rf /var/lib/apt/lists/
 ---> Running in 2dfb54c92e32
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [7340 B]
Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Get:6 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Fetched 10.1 MB in 6s (1660 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'graphite' failed to build: The command '/bin/sh -c apt-get update -y &&     apt-get install -y --no-install-recommends python-minimal supervisor libffi6 libcairo2 collectd curl libcurl3 libcurl3-gnutls libxml2 libxml2-utils xml-core &&    apt-get clean &&     rm -rf /var/lib/apt/lists/' returned a non-zero code: 100
docker container should be up, checking status```

goldenpipes avatar Apr 19 '19 03:04 goldenpipes

Hmm, I wonder if these packages aren't available anymore. A lot of the package components like grafana, etc have major updates and I've reworked the dashboard a bit more. I need to spend a little love on this.

ragesaq avatar Apr 22 '19 17:04 ragesaq

i figured thats what was going on. i have grafana up and running in docker but i'd love to use your dash and afterburner, just cant figure out how to get the remote server to talk to influxdb or whatever its supposed to talk to.

goldenpipes avatar Apr 30 '19 03:04 goldenpipes

I just rebuilt the graphite docker container, took a bunch of changes to get it up to date, but it builds properly now.

ragesaq avatar Sep 14 '19 21:09 ragesaq