Josef Fröhle
Josef Fröhle
any idea how to make it working without compile brotli as lib before? Can we deliver precompiled pkg's?
okay, so we need to support brotli precompiled files or the users need to compile that them self.
For static files you are right, the best compression will be the best, but for dynamic contents it would be the best to use quality 0 to 5. speed vs...
First question: you read the docs correctly? Volumes changed! Second question: was the database final initialized? Takes up to 1 hour on fresh setups. (Same as on new installations from...
> > First question: you read the docs correctly? Volumes changed! > > > > Sorry I don't understand your remark here, but I changed my command now to: >...
It looks like the problem is that the generation of the PDF will fail, `pdflatex` returns an error. I' try to find the problem, but would like to get additional...
What I found so far: is looks like it is GVMD related. I have created a bug https://github.com/greenbone/gvmd/issues/1658
@kaptenkrille @tmuncks @rudnypc You can run in the container: ```shell #!/bin/sh echo " --> updmap-sys --syncwithtrees" yes 2> /dev/null | updmap-sys --syncwithtrees > /dev/null 2>&1 > /dev/null echo " -->...
You are welcome. With the upcomming release v21.4.3-v1 it will fixed with upstream package. Also it will be fixed if you run in container: `apk upgrade --no-cache` texlive should be...
> These workarounds were not helpful in my case. My container got broken after applying them. > > > > https://github.com/Secure-Compliance-Solutions-LLC/GVM-Docker/issues/249#issuecomment-894805814 did not fix anything for me. > > >...