From 1e59500a26fbbf693f9ad56e68009f7d97538f03 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Sep 2011 08:16:54 +0200 Subject: Add ddclient configuration stub --- fripost-docs.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fripost-docs.org') diff --git a/fripost-docs.org b/fripost-docs.org index 4561bd9..c1ba38a 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -216,6 +216,16 @@ sudo aptitude remove --purge debian-faq dictionaries-common doc-debian \ doc-linux-text iamerican ibritish ispell laptop-detect nfs-common \ openbsd-inetd portmap tasksel tasksel-data w3m +** Configure ddclient + +:: /etc/ddclient.conf + +### Not reproduced here due to containing sensitive information + +:: /etc/default/ddclient + + run_daemon="true" + ** Reconfigure exim # FIXME: fix for squeeze -- cgit v1.2.3 From e9ad1c74c8d2c94cf969a06ceb8d0183bd263d0f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Sep 2011 08:17:31 +0200 Subject: Add extra whitespace --- fripost-docs.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fripost-docs.org') diff --git a/fripost-docs.org b/fripost-docs.org index c1ba38a..482a387 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -883,6 +883,7 @@ mv hooks/post-update.sample hooks/post-update echo "Mötesprotokoll" > fripost-meetings.git/description + ** Logging *** Overview We want to limit how much we log for privacy reasons. At the same time we want @@ -927,6 +928,7 @@ TODO: Add nice rules. *** Monitoring + * Hardening ** Overview @@ -976,6 +978,8 @@ sudo rkhunter -c --nomow --rwo sudo rkhunter -c --nomow --rwo + + * NEED TO KNOW FOR SERVER ADMINS ** Document your changes -- cgit v1.2.3 From 8213d345494e8775319ff8f85f4171e610de622b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Sep 2011 08:28:39 +0200 Subject: Fix typo in logcheck rule --- fripost-docs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fripost-docs.org') diff --git a/fripost-docs.org b/fripost-docs.org index 482a387..4512f87 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -156,7 +156,7 @@ sudo aptitude install logcheck syslog-summary + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: file /var/cache/ddclient/ddclient.cache, line [0-9]+: Invalid Value for keyword 'ip' = ''$ + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: updating [._[:alnum:]-]+: nochg: No update required; unnecessary attempts to change to the current address are considered abusive$ + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: WARNING: TIMEOUT: dns.loopia.se after 120 seconds$ - + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: FAILED: updating [,._[:alnum:]-]+: Could not connect to dns.loopia.se/xdyndnsserver/xdyndns.php$ + + ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[0-9]+\]: FAILED: updating [,._[:alnum:]-]+: Could not connect to dns.loopia.se/xdyndnsserver/xdyndns.php.$ ** Configuring aptitude and friends -- cgit v1.2.3