[mirrorbrain-commits] r8103 - in /trunk/docs: installation/debian.rst upgrading.rst

From: <poeml_at_mirrorbrain.org>
Date: Thu, 02 Sep 2010 18:28:58 -0000
Author: poeml
Date: Thu Sep  2 20:28:52 2010
New Revision: 8103

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8103&view=rev
Log:
docs/upgrading: add a little section about refreshing package sign keys

Modified:
    trunk/docs/installation/debian.rst
    trunk/docs/upgrading.rst

Modified: trunk/docs/installation/debian.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/debian.rst?rev=8103&r1=8102&r2=8103&view=diff
==============================================================================
--- trunk/docs/installation/debian.rst (original)
+++ trunk/docs/installation/debian.rst Thu Sep  2 20:28:52 2010
_at_@ -52,10 +52,8 @@
   sudo apt-get update
 
 .. note:: 
-   The key's validity needs to be refreshed from time to time. If apt-get stops
-   working due to an expired key, you need to download it again. Thus, the
-   "apt-key adv" command (see above) needs to be run again. ...This happened in
-   summer 2010.
+   The key's validity may need to be refreshed later. If apt-get stops working,
+   see :ref:`refreshing_package_sign_keys`. 
 
 
 Install the MirrorBrain packages

Modified: trunk/docs/upgrading.rst
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/upgrading.rst?rev=8103&r1=8102&r2=8103&view=diff
==============================================================================
--- trunk/docs/upgrading.rst (original)
+++ trunk/docs/upgrading.rst Thu Sep  2 20:28:52 2010
_at_@ -2,6 +2,32 @@
 
 Upgrading
 =========
+
+.. _refreshing_package_sign_keys:
+
+Refreshing package sign keys
+----------------------------
+
+The key that is used to sign packages may expire from time to time, and needs
+to be renewed. This is done by the build maintainers, and you may need update
+your installation to know about the refreshed key.
+
+If you see the following (on Debian or Ubuntu), this affects you::
+
+    lenny:~# apt-get update
+    [...]
+    Reading package lists... Done
+    W: GPG error: http://download.opensuse.org  Release: The following signatures were invalid: KEYEXPIRED 1270154736
+    W: You may want to run apt-get update to correct these problems
+    lenny:~#
+
+After running the following command, all should work fine again::
+
+    lenny:~# apt-key adv --keyserver hkp://wwwkeys.de.pgp.net --recv-keys BD6D129A
+
+If it does not help, it is probably best to contact the build maintainers or
+the mirrorbrain mailing list.
+
 
 Upgrading PostgreSQL
 --------------------




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Thu Sep 02 2010 - 18:29:07 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT