savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [295] SavannahHosts: Updates found during migration.


From: bob
Subject: [Savannah-cvs] [295] SavannahHosts: Updates found during migration.
Date: Fri, 16 Dec 2016 21:40:29 +0000 (UTC)

Revision: 295
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=295
Author:   rwp
Date:     2016-12-16 21:40:27 +0000 (Fri, 16 Dec 2016)
Log Message:
-----------
SavannahHosts: Updates found during migration.

Modified Paths:
--------------
    trunk/sviki/SavannahHosts.mdwn

Modified: trunk/sviki/SavannahHosts.mdwn
===================================================================
--- trunk/sviki/SavannahHosts.mdwn      2016-12-16 21:09:30 UTC (rev 294)
+++ trunk/sviki/SavannahHosts.mdwn      2016-12-16 21:40:27 UTC (rev 295)
@@ -131,6 +131,14 @@
     echo server PLACEHOLDER2 iburst >> /etc/ntp.conf
     service ntp restart
 
+Technically this fixes a bug in the locales package.  On Trisquel it
+fails to create this file which is sourced by the default PAM
+configuration.  On Debian this file is always created by the locales
+package.  It shouldn't contain anything in our use of the file but it
+needs to exist to avoid errors from it failing to be sourced by PAM.
+
+    touch /etc/default/locale
+
 Install generally useful utilities.
 
     apt-get install gawk less screen htop wget dnsutils bind9-host
@@ -215,6 +223,7 @@
     ... install fixed /etc/resolvconf/update.d/resolvconf-update-bind
     ... fixed with a "forward only" statement
     ... /etc/default/bind9 set RESOLVCONF=yes
+    ... set OPTIONS="-4 -u bind" since we are IPv4 only so far
     ln -sfn /run/resolvconf/resolv.conf /etc/resolv.conf
       ... This may be best to let happen automatically after a reboot
 
@@ -638,8 +647,19 @@
 See [[BackEndSetup]] for details about setting up the savannah's custom
 perl/python backend scripts.
 
-FIXME: Consider the noacl,nocto,rsize=32768,wsize=32768 options.
+Set up /etc/cron.d/savannah with crons to update the canonical email
+address map to map local user email addresses to their registered
+email address.
 
+    /opt/savannah/bin/sv_aliases --cron && cd /etc/postfix && make
+
+(Notes: This requires `$sys_cron_mail="yes";` in the savane.conf.pl
+file.  It creates /etc/email-aliases, the old Exim map file, and
+rewrites /etc/aliases.  Then it uses those to create
+/etc/postfix/canonical, the Postfix map file, to map out going email
+to the registered user email instead of the at savannah.gnu.org
+address.)
+
 FIXME: apt-get install apache2 plus a2enmod cgi for cgit
 
 FIXME: Fix configuration of libpam for:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]