From e63e0207aa327536c57231079d82aa73d5d68ec1 Mon Sep 17 00:00:00 2001 From: John Eric Simmons Date: Tue, 5 Jan 2021 14:06:33 -0500 Subject: [PATCH] Added Important Note for Ubuntu Setup Added a note to rename the /.openconary.conf for Ubuntu to resolve a startup issue. I installed OpenCanary on Ubuntu 20.04.1 LTS with Python3. --- open-canary/steps.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/open-canary/steps.txt b/open-canary/steps.txt index 2ee45ae..b564458 100644 --- a/open-canary/steps.txt +++ b/open-canary/steps.txt @@ -24,10 +24,13 @@ opencanaryd --copyconfig sudo nano /root/.opencanary.conf (orange pi) sudo nano /home/ubuntu/.opencanary.conf (raspberry pi) - See this guide to setup email https://opencanary.readthedocs.io/en/latest/alerts/email.html +IMPORTANT for UBUNTU! +After making changes to /home/ubuntu/.opencanary.conf make sure to rename the file to "opencanary.conf" by removing the leading period. +If you do not, then you will get an error when starting the canary stating the following: "Error: config does not have 'logger' section" + opencanaryd --start ####################################################