Daniel Beckham

Results 13 comments of Daniel Beckham

An alternative option is to add `console none` to the Upstart script. See http://upstart.ubuntu.com/cookbook/#console-none for details. ```diff +console none respawn exec /usr/sbin/php-fpm7.1 --nodaemonize --fpm-config /etc/php/7.1/fpm/php-fpm.conf ```

Right. Docker volumes just don't work the way that the Dockerfile seems to use them. The problem is even more exacerbated by the fact that a traditional docker storage volume...

> OK now I'm curious; what would be the correct way? @jareware in my mind I was thinking of the traditional aufs or overlay filesystem use, but docker volumes do...

@jareware and @hopsoft I just pushed my fork's changes (which were put into production earlier today) to a 0.9.x branch: https://github.com/dbeckham/docker-graphite-statsd/tree/0.9.x There are a few outstanding issues related to logging...

@jareware Some changes may be incompatible or too overreaching. I didn't specifically try to make things not be mergeable, but I was originally making changes for our own needs and...

Sure, I'd be glad to. It may take me a few days to work through them, but I'll start putting them into logical patches.

@Jack12816 iirc, the php.aug file is based off the built-in ini file lens which, yes, is actually quite buggy, especially with the regular expressions that it uses to validate the...

@jippi I was wrong about this problem. It can't be fixed with Augeas commands. The xcache module on Ubuntu 14 LTS (Trusty) is 100% incompatible with the Augeas. The Inifile...

One thing that is missing from this module is support for the Ubuntu Trusty style for linking PHP pecl modules and extensions into the different installed SAPIs. (Currently `apache2` and...