David Raison

Results 79 comments of David Raison

Confirming that I've seen (am seeing) a similar behavior on Windows. Lost 2 hours worth of work due to this :( I created a file at 16:30, then modified it...

I'm seeing the same thing, but in our case, a `docker-compose down -v` didn't resolve the issue. We investigated and found that the user written to `config.php` is actually not...

I'm seeing this and I'm wondering whether nextcloud isn't attempting to install the DB too early, fails and then decides to use a default username/password combination instead. ``` Initializing nextcloud...

What about making the access_log and error_log parameters be a hash instead of an array? So instead of having: ```yml access_log: - 'syslog:server=graylog.somewhere.tld:12301' - '/var/log/nginx/somesite.access.log' ``` We could have: ```yml...

I will give it a spin if I find the time. But don't let that stop someone from giving it a try ;)

While we're at it, I think we should also change how default logs are set up. I'm speaking about the `elsif not @error_log` part which assumes that the default log...

I'm seeing the same as OP, but the key doesn't seem to be outdated. Even when importing the nginx_signing.key manually, apt still refuses to authenticate them: ``` root@front1:~# apt-key list...

OK, here's what interesting: I'm using voxpupuli/puppet-php too, which sets up the dotdeb repository. This repository also has nginx. I manually deleted the dotdeb repo in sources.list.d, ran apt-get update,...

Hi, @ekohl, thanks for your input! Please CMIIW: As to your **first suggestion**: With a set-up that relies heavily – if not exclusively – on hiera and auto-lookup like ours,...

This might actually be related to #35, but I haven't seen any network activity either.