follow up
Every now and then, I run into interesting topics on the internet which want to follow up at a later point in tine. This page contains links to such topics.
Links
- Setting up unattended updates for my server. Implemented it, but it does not yet seem to work.
- For the unattended updates, I was interested in getting notifications by mail and installed mailx, which according to the logs, seems to deliver the mail to the mailbox, but it is not arriving in my mail box. Alternatively SSMTP could be a solution. It has clear instructions on how to use Gmail as mail forwarder.
- Somehow I got this error message
unknown error after kill: runc did not terminate sucessfully: container_linux.go:392: signaling init process caused "permission denied"
, fixed it after reading this question: AppArmor was blocking docker from shutting down my containers. Got it fixed by issuing commandsudo aa-remove-unknown
.
July 5, 2020