Andreas Perhab

Results 15 comments of Andreas Perhab

Updated the merge request to reflect the information gathered by the investigation of the #509 issue after discovering and fixing the cause.

Bug exists since f931b534872fed96e9037ad31eb5b90ada4b3111, where the bash script direxec.sh was incorrectly converted to python direxec: * `run-parts --exit-on-error` does not try to execute sub directories even if they have `x`...

Hit this one on our servers this week. When using a simple body filter like this: ```njs function my_simple_body_filter(r, data, flags) { r.warn("got " + data.length + " chars, flags:...

@t0mtaylor tested deleting the `Content-Length` header in js_header_filter, the issue (not all content gets forwarded) is still present, but curl / wget are not longer able to detect that not...

Still happening, this is really annoying. Had to deactivate the plugin. Is there a plan to fix this?

@georglauterbach that's why i added the docker information, we use the docker setup as documented by docker using their package repositories https://docs.docker.com/engine/install/ubuntu/ i use our own gitlab ci and build...

FYI: When i tested the workaround i discovered that the docker version in Ubuntu 20.04 LTS and Ubuntu 22.04 LTS are also not enough and give the same error.

@casperklein: > ... that's why i added the docker information, we use the docker setup as documented by docker using their package repositories https://docs.docker.com/engine/install/ubuntu/ Also happens on my workstation: ```...

`COPY --link` is requiring buildkit and does not work without it. This works: ```bash DOCKER_BUILDKIT=1 docker build --pull . ``` while without buildkit it doesn't ```bash docker build --pull ....

@jansorg thanks for the quick response. I saw those settings for shellcheck and the side effects mentioned by you so i created this issue instead. For me i think it's...