reswild

Results 8 comments of reswild

I've managed to use the Easy Install on Debian 11, but I had to tweak both the installer script and a few of the Ansible playbooks a bit. I could...

Here is the code I was using: https://github.com/reswild/bench/commit/85415ebde7fe97a91920f4fdc6a53f89f4fb7ea9 If you want to test it, you can try: ``` wget https://raw.githubusercontent.com/reswild/bench/debian-11/install.py sudo python3 install.py --production --bench-branch debian-11 --repo-url https://github.com/reswild/bench ``` I...

The same thing happened on 4 of my servers, and on two of them, it took a while to get mysql to start up again after the reboot.

The 'de.files.aegir.cc is not available' error message can be a bit misleading as this is more likely caused by a curl error when trying to connect, rather than the mirror...

You'll have version 7.52.1 installed by the package manager, but now BOA also build curl from sources, so a newer version is added to /usr/local/bin. I think all I needed...

Actually, I believe _PHP_FPM_DENY will replace the disable list and not add to it. From the documentation: > If _PHP_FPM_DENY is *not* empty, its value > will *replace* default 'passthru',...

@omega8cc I had the issue on both Hetzner and DigitalOcean. I believe they both use KVM.

You might be thinking about this recipe: https://github.com/omega8cc/boa/issues/790#issuecomment-239490893 I have used it on a few sites, and it works well enough, although it is a bit wasteful to spin up...