www-es-general
[Top][All Lists]
Advanced

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

[GNU-traductores] gnudist:/home/www/html/server/standards/README.savanna


From: gnudist's file diff daemon
Subject: [GNU-traductores] gnudist:/home/www/html/server/standards/README.savannah.html -- recent changes
Date: Tue, 1 May 2001 05:08:42 -0700 (PDT)

This is an automated report from gnudist.
Recent changes to /home/www/html/server/standards/README.savannah.html:

  57 -rw-rw-r--   1 webcvs   www         56746 May  1 04:50 
/home/www/html/server/standards/README.savannah.html

diff  -u  
/home/diffmon/old_file_dir/gnudist:!home!www!html!server!standards!README.savannah.html.gz
 /home/www/html/server/standards/README.savannah.html
--- /tmp/diffmon30804   Tue May  1 05:08:42 2001
+++ /home/www/html/server/standards/README.savannah.html        Tue May  1 
04:50:50 2001
@@ -71,6 +71,7 @@
 <li><a href="#Savannah%20logs">Savannah logs</a>: 
 <li><a href="#Savannah%20software%20root">Savannah software root</a>: 
 <li><a href="#NGROUPS_MAX">NGROUPS_MAX</a>: 
+<li><a href="#lsh%20and%20ssh">lsh and ssh</a>: 
 </ul>
 
 <p><hr>
@@ -635,6 +636,16 @@
  installed on fencepost. The related files are in gnuscripts/Mailman. They
 can be installed on fencepost via a Makefile (details are in sysadmin.texi).
 
+<h2>Adding a mailing list via the web interface</h2>
+
+<p>When a project administrator chooses to add a mailing list
+for his(her) project, an entry is added to the database. This
+information will be dumped by sf_xml -list. A cronjob on fencepost
+will read that dump and find which lists must be created. It will launch
+the newlist binary and update the alias file. 
+This cronjob can be found in gnuscripts/Mailman/mailing_lists_create.pl
+in the CVS.
+
 <p><hr>
 Node:<a name="Mails%20and%20aliases">Mails and aliases</a>,
 Next:<a rel=next href="#Unlock%20alias%20at%20gnu.org%20account">Unlock alias 
at gnu.org account</a>,
@@ -843,6 +854,7 @@
 <li><a href="#Savannah%20logs">Savannah logs</a>: 
 <li><a href="#Savannah%20software%20root">Savannah software root</a>: 
 <li><a href="#NGROUPS_MAX">NGROUPS_MAX</a>: 
+<li><a href="#lsh%20and%20ssh">lsh and ssh</a>: 
 </ul>
 
 <p><hr>
@@ -972,6 +984,7 @@
 
 <p><hr>
 Node:<a name="NGROUPS_MAX">NGROUPS_MAX</a>,
+Next:<a rel=next href="#lsh%20and%20ssh">lsh and ssh</a>,
 Previous:<a rel=previous href="#Savannah%20software%20root">Savannah software 
root</a>,
 Up:<a rel=up href="#System%20Administration">System Administration</a>
 <br>
@@ -1204,6 +1217,65 @@
 </pre>
 
 <p><hr>
+Node:<a name="lsh%20and%20ssh">lsh and ssh</a>,
+Previous:<a rel=previous href="#NGROUPS_MAX">NGROUPS_MAX</a>,
+Up:<a rel=up href="#System%20Administration">System Administration</a>
+<br>
+
+<h2>lsh and ssh</h2>
+
+<p>The <code>ssh</code> service is bound to
+<a href="http://www.net.lut.ac.uk/psst/";>lsh</a> with a fallback to 
<code>ssh</code>
+for protocol version 1. The startup of <code>lsh</code> is done with the
+<code>/etc/init.d/lsh</code> script.
+
+<p>The version of <code>lsh</code> installed is <code>1.2.1</code> compiled in
+<code>/usr/local/src/lsh-1.2.1</code>. It includes a patch for dealing
+with the NGROUPS_MAX problem described in another chapter. An entropy
+initialization bug was fixed with the following patch:
+
+<pre>Index: lshd.c
+===================================================================
+RCS file: /lysator/cvsroot//nisse/lsh/src/lshd.c,v
+retrieving revision 1.112.2.1
+diff -u -a -r1.112.2.1 lshd.c
+--- lshd.c      2001/04/17 21:42:16     1.112.2.1
++++ lshd.c      2001/04/25 18:32:47
+@ -480,9 +480,6 @
+        else
+          argp_error(state, "All user authentication methods disabled.");
+
+-       /* Start background poll */
+-       RANDOM_POLL_BACKGROUND(self-&gt;random-&gt;poller);
+-
+        break;
+       }
+     case 'p':
+@ -751,6 +748,13 @
+       return EXIT_FAILURE;
+     }
+
++  /* NOTE: We have to do this *after* forking into the background,
++   * because otherwise we won't be able to waitpid() on the background
++   * process. */
++
++  /* Start background poll */
++  RANDOM_POLL_BACKGROUND(options-&gt;random-&gt;poller);
++
+   {
+     /* Commands to be invoked on the connection */
+     struct object_list *connection_hooks;
+</pre>
+
+<p>The people involved in this installation are
+<a href="mailto:address@hidden";>address@hidden</a>Niels Moller (author of lsh),
+<a href="mailto:address@hidden";>address@hidden</a>Gordon Matzigkeit (author of 
the NGROUPS_MAX
+patch) and <a href="mailto:address@hidden";>address@hidden</a>Loic Dachary who 
did the installation.
+
+<p>Should a problem occur with this version of lsh, the old 1.0.3 is still
+available at /usr/local/bin/lshd.old.
+
+<p><hr>
 Node:<a name="Concept%20Index">Concept Index</a>,
 Previous:<a rel=previous href="#System%20Administration">System 
Administration</a>,
 Up:<a rel=up href="#Top">Top</a>
@@ -1318,6 +1390,7 @@
 <ul>
 <li><a href="#Mailman">Current setup</a>
 <li><a href="#Mailman">Migration of pre-savannah mailing lists</a>
+<li><a href="#Mailman">Adding a mailing list via the web interface</a>
 </ul>
 <li><a href="#Mails%20and%20aliases">Mails and aliases</a>
 <li><a href="#Unlock%20alias%20at%20gnu.org%20account">Unlock alias at gnu.org 
account</a>
@@ -1332,6 +1405,7 @@
 <li><a href="#Savannah%20logs">Savannah logs</a>
 <li><a href="#Savannah%20software%20root">Savannah software root</a>
 <li><a href="#NGROUPS_MAX">NGROUPS_MAX</a>
+<li><a href="#lsh%20and%20ssh">lsh and ssh</a>
 </ul>
 <li><a href="#Concept%20Index">Index of Concepts</a>
 </ul>



reply via email to

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