CrazyMax

Results 1186 comments of CrazyMax

Same thing if GOPATH ending with `;` on Windows : ``` > set GOPATH=C:\dev; > glide install -v [ERROR] Error getting version: exit status 2. ```

What's your use case? Dev tools are not intended to be included in this image. Is there a missing python package for this image you want to use through a...

@jeff47 > This is something to consider adding to the docs and the command examples, and might reduce some issues people having with the container not starting because it finds...

@ajayramaswamy, I had thought of doing this when I created this image but since the entrypoint generates configuration files, I preferred to make only a symlink to the general configuration...

@dibu61 I think we would need `perl-soap-lite` package. Can you try with: ```shell docker-compose exec librenms apk --update-cache --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing add perl-soap-lite ```

@arminus What's the output of `docker-compose exec nextcloud occ config:list system`?

@murrant > LibreNMS has nothing to do with s6 and will work perfectly fine despite these errors. I'm unsure if it is even used in the image. Probably can be...

@murrant I'm still blocked in the wizard like https://github.com/librenms/docker/pull/280#pullrequestreview-1036608536 When I click on "validate your install" which leads to `http://librenms.docker/validate` for my local installation, it redirects to `http://librenms.docker/install/user` like I'm...

@murrant #295 has been merged, can you rebase?

@murrant I will take a look shortly, keep you posted.