Ivan Nikolaev
Ivan Nikolaev
Hi. I'm having an issue with running ajenti on centos 6 with default python 2.6 installed. I have installed python 2.7 and 3.4 from ius repo, but ajenti wont grab...
Hi. Thanks for perfect role, like it a lot, however: This is my playbook: ``` - hosts: kafka vars: zookeeper_hosts: 172.31.32.93 kafka_zookeeper_hosts: - 172.31.32.93 kafka_hosts: - 172.31.46.135 - 172.31.47.248 roles:...
Hi. This issue has migrated from original client. Issue details can be found here https://github.com/nylas/nylas-mail/issues/2537 It's a bug, any etas on fixing it?
It's impossible to build under MacOS. ```bash cmake . -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info -...
I'm not sure how to submit this issue. android aosp 6.01 ifive fnf mini 4s device. while vertical orientation works smoothly, i can't see icons in bottom bar when device...
Hi again. I have successfully started replication from pg 9.5.6 to pg 9.6.2 but: In `pgrepup config` step, i've chosen only one DB to replicate. `cat .pgrepup` ``` [Security] encrypted_credentials...
I had no primary key on some tables. So `pgrepup fix` fixed it by adding another column with `__pgrepup_id__` or some similar name. Thats really a not very good idea...
pglogical suppose to handle different pg versions. I have instances with source 9.5.6 and destination with 9.6.2. When i'm trying `pgrepup check` I'm receiving ``` Pgrepup 0.3.7 Global checkings... >...
Hi. Great job You've done with that module. I found an issue. If i'm trying to provision certificate with multiple domain names: ``` data "aws_route53_zone" "external" { name = "example.com"...
Hi. I'm using current master build of **ssh_exporter** Prometheus is **1.7.1** **ssh_exporter config:** ``` version: v0 scripts: - name: bastion_toolbox script: echo success timeout: 1s pattern: success credentials: - host:...