Dominic

Results 10 comments of Dominic

@sjamaan Don't blame @hlandau for not releasing a binary version. There are already built versions out there. E.g https://launchpad.net/ubuntu/+source/acmetool/0.2.1-1/+build/18755756/+files/acmetool_0.2.1-1_amd64.deb taken from https://launchpad.net/ubuntu/+source/acmetool/0.2.1-1/+build/18755756 Just download it and extract the acmetool binary.

I had the same issue. Commenting out 'acct=pam' in /etc/ocserv/ocserv.conf solved the problem. `sudo systemctl restart ocserv` instead of a reboot was enough. My client was openconnect on a Ubuntu...

I agree that first of all the protocol issue ( tus/tus-resumable-upload-protocol#30 ) has to be solved. > Great to hear! Seems to get around. Is there any information available who...

While cleaning up the PR #769 I stumbled upon the same issue in the mailhost configuration. At the current state of the module it's not possible to define a IPv6...

This happens if two and more trains departure at the same time. Debugged this with @gwrtheyrn. The limit only specifies departure times not connections. Feature or bug? The same issue...

@Rucknar This idea is also in my favor. This makes the exporter less dependent on the context.

Implementation hint: https://github.com/cloudflare/cfssl_trust/blob/4d982bafdbaaa8620264e69591b30764e2e7c7a9/certdata/ubuntu_update.go

According to the documentation the settings must be in a INI section. https://github.com/voxpupuli/puppet-php#defining-phpini-settings If you prefix your setting with 'PHP/' it will work as expected.

Valid point. Note for the future: According to this [issue/patch](http://bugs.python.org/issue8550) this can be achieved in Python 3.2 with the use of [SSL Contexts](http://docs.python.org/3.2/library/ssl.html#ssl-contexts). For older Python versions, the use of...

According to this [example](https://github.com/msabramo/pyOpenSSL/blob/master/examples/simple/server.py#L37) and the documentation of [Connection class](http://pythonhosted.org/pyOpenSSL/openssl-ssl.html#l2h-139) it's possible. Guess this is what you where looking for. The 'Roundup Issue Tracker' project has a pyOpenSSL Server [implementation](http://sourceforge.net/p/roundup/code/ci/tip/tree/roundup/scripts/roundup_server.py)...