Hennadii Makhomed

Results 12 comments of Hennadii Makhomed

already released, http://nginx.org/en/download.html http://nginx.org/en/docs/http/ngx_http_log_module.html

workaround exists: ``` buildah config --entrypoint '[ "/usr/lib/systemd/systemd" ]' $container ``` in this case all works as expected: ``` # buildah inspect working-container | less "config": { "Entrypoint": [ "/usr/lib/systemd/systemd"...

> Interested in opening a PR to fix documentation? Sorry, but not. Because English is not my native language, and I am not sure in the high quality of such...

registry unix socket is not usable with nginx, nginx got error `Permission denied`. how to reproduce: configuration on host: ``` # cat /etc/distribution/config.yml version: 0.1 storage: filesystem: rootdirectory: /var/lib/registry http:...

This workaround is partially buggy, because after `systemctl restart registry` `https://registry.example.com` stop working, because permissions reset by registry service and nginx agait got `Permission denied` error, so I need to...

> Another question on the topic of EL10, is ZFS 2.3 coming for EL9/EL10, or is it sticking to ZFS 2.2? zfs 2.2 available from epel (stable) repo. zfs 2.3...

> I don't see any of the logs on my instance. Are you running Docker with IPv6 enabled? https://docs.docker.com/engine/daemon/ipv6/ I do not enable IPv6 in the docker configuration: ``` #...

> Hi, sorry for the very late reply. Is this issue making your self-hosted sentry unusable? I don't have this issue on my instance, and I'm using the default ClickHouse...

> `relay` does not interact with `clickhouse` in any way. Was doing `systemctl restart docker` fixed it for you? complete reinstall fixed issue. I drop all except volumes, and reinstall,...

> The code to handle a new distribution variant is fairly simple, and there is support for Rocky 8 here: https://github.com/zakird/wkhtmltopdf_binary_gem/blob/master/bin/wkhtmltopdf#L58 > > I don't run Rocky. Are version 9...