maintain3r

Results 9 comments of maintain3r

Thank you @wcawijngaards for a quick reaction to this. Here's yet another portion of info (sorry it's long) ![image](https://user-images.githubusercontent.com/45646239/92489326-a81ff100-f1bd-11ea-95a8-8affd71ae551.png)

The nsd version above is just the source tree that I've downloaded few minutes ago. The actual version is the one that comes by default with Ubuntu server 20.04.1 root@ubuntu-20-04-01:~#...

Thank you @wcawijngaards for your time. `/run/nsd` dir belongs to nsd user and it's able to read/write to that dir. Here's the content of the systemd nsd unit file (comes...

Setting `chroot: ""` doesn't change the picture ( I didn't set it explicitly, expecting it's disabled by default (correct me if Im wrong)

Here's the new systemd nsd unit: [Unit] Description=Name Server Daemon Documentation=man:nsd(8) After=network.target [Service] Type=notify Restart=always ExecStart=/usr/sbin/nsd -d ExecReload=+/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target $ cat nsd.conf server: logfile: /tmp/nsd.log pidfile: /run/nsd/nsd.pid...

Hi pchakour, I try to use it with Kibana 7.6.2 and Elastiflow 4-beta-1 and it fails. The patch proposed above works with only when kibana-7.6.2 + elastiflow-3.5.2. Thank you.

Any updates on this or the project is considered as dead (hope it's not)?

Any solution to fix the issue? Im trying to get may AMIs tagged withing img builder distribution config object. Example: BuilderDistributionConfig: Type: AWS::ImageBuilder::DistributionConfiguration Properties: Name: !Sub "${AWS::StackName}-proxy-img-builder-distribution" Distributions: - Region:...