The apt
version of certbot
is usually not up-to-date, so it's preferable to install it with snap
.
sudo systemctl status snapd
SELECT dependent_ns.nspname as dependent_schema
, dependent_view.relname as dependent_view
, source_ns.nspname as source_schema
, source_table.relname as source_table
, pg_attribute.attname as column_name
FROM pg_depend
JOIN pg_rewrite ON pg_depend.objid = pg_rewrite.oid
import javax.crypto.Cipher; | |
import javax.crypto.CipherInputStream; | |
import javax.crypto.NoSuchPaddingException; | |
import javax.crypto.SecretKey; | |
import javax.crypto.spec.IvParameterSpec; | |
import javax.crypto.spec.SecretKeySpec; | |
import java.io.ByteArrayInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.nio.file.Files; |
Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
It appears git
was run locally as root
, thus changing the ownership on some of the files tracking the location of the origin
branch.
Fixing the file ownership should resolve the issue:
# run this from the root of the git working tree
sudo chown -R "${USER:-$(id -un)}" .
The error "MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error" occurs when Redis tries to save the database in the background but fails.
One of the scenarios where it's known to happen is when redis was recently upgraded by homebrew.
To resolve the issue, ssimply restart your redis instance:
Here is the order of precedence from least to greatest (the last listed variables override all other variables):
-u my_user
, these are not variables)role/defaults/main.yml
) [1]group vars
[2]group_vars/all
[3]group_vars/all
[3]group_vars/*
[3]