Andrii Miroshnychenko

Results 102 comments of Andrii Miroshnychenko

> sudo apt install gunicorn3 > /usr/bin/supervisorctl start scirius > > seems to have fixed it This helped me as well. does something break the default python?

Is it possible to upgrade the existent 0.6.0 version of the cluster to the 0.7.0?

@tianxin8206 actually the question was how to do that without having less downtime. We have version 1.18.2 of kubernetes, but would like to migrate to 1.20.something.

For building the conductor image I used this Dockerfile: ``` FROM alpine:3.7 MAINTAINER zentavr ENV ANSIBLE_CONTAINER=1 ENV ANSIBLE_CONTAINER_VERSION=0.9.2 # How to build the conductor-image: http://docs.ansible.com/ansible-container/conductor.html#baking-your-own-conductor-base # openssh is necessary until...

I have the sane with Grafana 8.3.1

@fooinha - Ubuntu 22.04 comes with OpenSSL 3.0.2-0ubuntu1.6, not 1.1.1

Hello @fooinha - the stupid question: How can I specify which OpenSSL folder with sources to use while compiling nginx? In the readme there is nothing about this: ```shell #...

Seems like I do need to set `--with-openssl=` flag while doing `./configure`

I have a working code which creates a .deb

@cyberjacob: I have composed deb packaging for another your module called **zabbix-agent-module-sockets**. As a dependency it contains zabbix sources inside (as an tar.gz file). I'm ok to share it ,...