Paulo Suzart

Results 8 comments of Paulo Suzart

have you tried `LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/beignet" ./silentarmy`? Try `sudo updatedb` and `sudo ldconfig` and try again. Edit: Ubuntu 16.10

Try adding this: ``` location /static { alias /opt/graphite/webapp/content; } ``` to `nginx/nginx.conf` for `server` listening port 81. Basically nginx is not serving the static content (js,css,img) from the proper...

Hi, This is working for us with the master version and the `docker-compose.yml` set to: ``` version: '2' services: grafana_graphite: build: . # image: kamon/grafana_graphite container_name: kamon-grafana-dashboard ports: - '80:80'...

I get ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.1.0:shade (default) on project syi-platform: Unable to parse configuration of mojo org.apache.maven.plugins:maven-shade-plugin:3.1.0:shade for parameter resource: Cannot find 'resource' in class com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer ->...

Added a bit more log and the error in that task is an HTTP 502. It seems unrelated to the issue in the front end.

It's fine. We are using it and it's pretty neat. Ok, you are right, I started to think exactly the same after opening the issue. But in our use case...