Brad Koehn
Brad Koehn
I'm sorry; where do I find `daemon.sh`? I've looked in a bunch of locations but it hasn't turned up.
Thanks! I found the file, and it has the line you indicated, exactly as you mentioned it above. A quick `ps` shows that it is running with `--ip-masq=true`.
I think you're supposed to set those using e.g., `aws configure`. See the boto config linked from the README.md
As a temporary workaround, I remembered that you can send `ctrl-[` and the server receives the escape key. FYI to others looking for a solution (and likely future me).
I can’t get the library to load on Debian bullseye with dovecot 2.3.21. ``` ./autogen.sh ./configure --with-dovecot=/usr/lib/dovecot --with-moduledir=/usr/lib/dovecot/modules && \ make && \ make check && \ make install ```...
I applied [this patch](https://github.com/LuckyFellow/dovecot-libsodium-plugin/issues/7) and it works now. FWIW I have a Debian package created [on my gitea](https://git.koehn.com/brad/dovecot-libsodium-plugin).
I should have specified: my app runs, but I’m getting the 1102 intermittently. I have a user set up which is following and followed by other users in the system.
I re-synced and opted in to the pay-as-you-go plan and when I re-run the job I am still getting the same message: ``` ✘ [ERROR] A request to the Cloudflare...
OK, just made sure my repo was sync’ed, enabled DO, Enabled Access, and now this error in the “Download Terraform State” task: ``` ✘ [ERROR] Failed to fetch https://api.cloudflare.com/client/v4/accounts/***/storage/kv/namespaces/[redacted]/values/terraform.tfstate -...
To delete ruleset (requires `jq` and `curl`, your Zone ID and an API key (the one you used for you app is fine)): 1. Get ruleset: ``` curl --request GET...