Iskandar Najmuddin

Results 8 comments of Iskandar Najmuddin

I'm seeing the same auth fail message and also saw the same `exception: connect failed` errors on the first `dokku plugins-install` run. ``` $ lsb_release -a No LSB modules are...

Here's how I got this to work on an EC2 instance with a small (8GB) root volume. Before you do this: - mount a decently-sized EBS volume at `/mnt/large` or...

Maybe try adding some logging around https://github.com/jeffutter/dokku-mongodb-plugin/blob/master/install#L46 - otherwise, I'm out of ideas, sorry!

> Isn't the docker container just available locally to the host machine? Not over the loopback interface (127.0.0.1), which is what the [Localhost Exception](http://docs.mongodb.org/manual/core/authentication/#localhost-exception) looks for.

Good workaround, glad I could help a little :)

A forked repo is still referenced on packagist.org: https://packagist.org/packages/shaneharter/php-daemon Here's a diff of the branch I got from packagist vs. `master` (no major differences, it appears): https://github.com/shaneharter/PHP-Daemon/compare/fc5bbc6627f5f72d28a820ef6df1c4e033a74dbd...master @ex-nerd's workaround is...

I extracted the binary like this: ``` $ docker run --rm --entrypoint "/bin/bash" -v $(pwd):/foo -it marcogroppo/systemd-cloud-watch root@b232f9660574:/go/src# cp -v /go/bin/systemd-cloud-watch /foo ``` And now have the binary in my...

If you replace the usage of `zkcli.sh` (which makes sense), please also mount TLS volumes (e.g. `/var/solr/tls`) on the `setup-zk` initContainer so connections to TLS-enabled Zookeeper will be able to...