Henk

Results 36 comments of Henk

Yep... To get around this I've forked this repo and made sure the Python-stuff is installed as root under /opt/. See https://github.com/hbokh/ansible-coreos-bootstrap/commit/d0d12acd1d5994b1fee7b5700eecda8bf1fe3fff The bootstrap-playbook now (also) has to be run...

After running `acmetool cull` (deleting old certificates), you could run some "garbage collection" on keys that are older than 3 months: `find /var/lib/acme/keys -type d -mtime +90 -exec rm -rf...

Unable to install FreeBSD to disk (using netboot.xyz) due to this issue... Any workarounds?

Thanks! However... it is indeed asking for a passphrase now, but it still only works with a passphrase-less key...

Sure. FYI I'm on macOS (10.13.2) with `go version go1.9.2 darwin/amd64` ``` efs2 -v -i /Users/hbokh/.ssh/id_rsa -u hbokh hostname.home Enter Private Key Passphrase: Unable to setup SSH client configuration -...

That is an existing 4096 bit key, generated with`ssh-keygen -t rsa -b 4096 -o -a 100`. Now if I create another key with just `ssh-keygen` (without options) it is indeed...

Most of my SSH-keys are generated with the `-o`-option: "the new OpenSSH format rather than the more compatible PEM format." Go's `func ParseRawPrivateKeyWithPassphrase` can only check a PEM encoded private...

Please reopen. Same issue here. **TWELVE HOURS** for 293M in `/var/lib/influxdb/data/` using `influxd backup -portable /var/backups/influxdb/raw/`... Is this normal behaviour for InfluxDB backups & restores?

We currently do backups like this: `influxd backup -portable /var/backups/influxdb/raw/` They take a long time to finish (> 12h). But from the [docs](https://docs.influxdata.com/influxdb/v1.7/administration/backup_and_restore/), I found the `-host` option, so I...

> the problem is the restore, not the backup :) Well, the restore was a breeze too here, using a backup from 1.6.4 restored into 1.7.9: `influxd restore -portable -host...