Chris Croome

Results 49 comments of Chris Croome

There is a [fork here with some updates](https://github.com/webarch-coop/ansible-role-aptly) but think I gave up and ended up using `reprepo`.

This [workaround](https://github.com/webarch-coop/ansible-role-aptly/commit/16d7d7d504a271ba354d66db81a5fa42b92591e3) appears to work.

Thanks, I'll see if I can get something working that isn't too much of a mess...

I think this can now be merged? https://mayfirst.coop/en/post/2019/-q-content-may-first-now-coop/

Saving the settings when running `php occ log:watch` results in the following: ``` Fatal onlyoffice Download empty without jwt 2020-03-12T08:46:30+00:00 Fatal onlyoffice Download empty without jwt 2020-03-12T08:46:31+00:00 Fatal onlyoffice Download...

After giving up on the ONLYOFFICE Docker container due to the issue above and then trying to use the Community Document Server for a while and finding that to be...

Wasn't this sorted out on issue #4 ?

I might be able to answer some of my own questions... To start the service: ```bash service xcauth start ```

When starting the service there is this issue: ``` Process: 22599 ExecStartPre=/bin/chgrp sasl /var/run/saslauthd/ (code=exited, status=1/FAILURE) ``` This is on a server that won't use `saslauthd` so it hasn't been...

If this line in `/etc/systemd/system/xcauth.service` is commented out: ``` #ExecStartPre=-+/bin/chgrp sasl /var/run/saslauthd/ ``` And then you run: ``` systemctl daemon-reload service xcauth status ``` Then you don't get the issue...