Updated george changelog
[monkeysphere.git] / doc / george / changelog
1 ******************************************************************************
2 *                                                                            *
3 *                       george system log                                    *
4 *                                                                            *
5 ******************************************************************************
6 *  Please add new entries in reverse chronological order whenever you make   *
7 *  changes to this system (first command at top, last at bottom)             *
8 ******************************************************************************
9 2010-03-08 - mjgoins
10         * Adding self to webmaster's authorized_user_ids
11         * updating ikiwiki to use the version from lenny backports 
12         * changing the ikiwki markup to be appropriate for version 3.2xxx
13
14 2010-02-23 - dkg
15         * add lenny-backports repo.
16         * remove monkeysphere repo.
17         * aptitude update && aptitude full-upgrade (including monkeysphere
18         0.28-1~bpo50+1, and backported gpg)
19         
20 2010-01-12 - dkg
21         * aptitude update && aptitude full-upgrade (including monkeysphere
22         0.27-1)
23
24 2009-10-26 - dkg
25         * upgrade nginx in response to DSA-1920-1
26         
27 2009-09-14 - dkg
28         * aptitude update && aptitude full-upgrade (bunch of lenny
29         updates, plus ikiwiki security upgrade)
30         
31 2009-04-21 - jrollins
32         * apt-get update && dist-upgrade (a bunch of stuff (monkeysphere,
33         screen, gnupg, dash, onak, git-core...)
34         * extended host key by 3 months
35         
36 2009-04-21 - micah
37         * aptitude update && aptitude full-upgrade (git-core DSA)
38         
39 2009-04-12 - dkg
40         * aptitude update && aptitude full-upgrade
41         * (checked and found that monkeysphere version 0.24-1 is already
42         installed; don't know how that happened, coulda been me, just
43         sloppy about not noting it in the changelog)
44         * extended host key by 4 months
45         
46 2009-02-22 - jrollins
47         * fixed /etc/crontab line for update-users (was trying to run
48         monkeysphere-server instead of monkeysphere-authentication).
49
50 2009-02-21 - dkg
51         * upgraded to the latest versions of packages for lenny.
52         * upgraded george to monkeysphere 0.23.1.  the transition upgrade
53         failed due to the way that gpg exports self-signatures secret
54         keys; it only exports the first self-sig for each user id, even if
55         that one is expired.  Then any subsequent import fails, even if
56         the target import keyring knows about some valid self-signatures.
57         * i man-handled the upgrade into place so that george doesn't just
58         fail on us, but this is a pretty major bug in the transition process.
59         
60 2009-01-31 - jrollins
61         * applied diff represented in commit
62         f75a5747a8b99e04c02c475791c476f1fbd2b674 to change log level for
63         unacceptable untranslatable keys.
64
65 2009-01-30 - micah
66         * Replaced nullmailer with postfix, nullmailer doesn't handle aliases
67           and insisted either on constantly respooling mail when there was no
68           where to go. 
69
70 2009-01-24 - micah
71         * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins
72         * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work
73         * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs
74         * Rotated the giant logs out 
75
76 2009-01-11 - dkg
77         * extended the expiration date for george's key three months into
78         the future.
79         * aptitude update && aptitude full-upgrade (brings monkeysphere to
80         0.22-1)
81         
82 2008-10-29 - dkg
83         * aptitude update && aptitude full-upgrade
84         * brought monkeysphere up to 0.19-1
85         * removed tasksel
86         
87 2008-10-25 - dkg
88         * aptitude update && aptitude full-upgrade
89         * brought monkeysphere up to 0.16-1
90         * repointed keyserver usage to pool.sks-keyservers.net
91         
92 2008-09-04 - dkg
93         * added two mime-type declarations in /etc/mathopd.conf so .debs
94           and .tar.gz files come out reasonably; restarted mathopd for the
95           re-read.
96         * built monkeyshell (from src/monkeyshell) and installed as
97           /usr/local/bin/monkeyshell, added to /etc/shells.
98         * created new account "monkey" which has monkeyshell as the shell
99           for non-privileged test access.  To let someone test this out,
100           make sure they're well-connected to george's web of trust, and
101           then add their User ID to
102           ~monkey/.monkeysphere/authorized_user_ids
103         * more mime types for mathopd: image/png image/x-icon
104         
105 2008-09-03 - micah
106         * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
107         agreed location: /home/*/.monkeysphere/authorized_user_ids and created
108         a symlink in the original location for transition purposes. Also,
109         did /root's as well. I used this hackish mechanism:
110         $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
111         | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
112         ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
113         ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
114         ${user}/.config/monkeysphere/authorized_user_ids; done
115
116            - dkg
117         * added the monkeysphere archive repository signing key
118         * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
119         * cleaned up /etc/skel to reflect correct location of the
120           monkeysphere config directory.
121         * micah moved all the existing config stuff over, and left
122           symlinks so people aren't disoriented.
123         
124 2008-09-01 - dkg
125         * set up http://dkg.monkeysphere.info so that i could play around
126           with ikiwiki updates
127         * moved apt repository over to http://archive.monkeysphere.info/
128         * aptitude update && aptitude dist-upgrade
129         * canonicalizing hostname for normal web access to
130           http://web.monkeysphere.info
131         
132 2008-08-26 - dkg
133         * aptitude update && aptitude full-upgrade
134         * added account 'daniel' for Dan Scott, and set him up with a way
135           to publish to http://daniel.monkeysphere.info
136         
137 2008-08-20 - dkg
138         * aptitude update && aptitude dist-upgrade: this includes
139           monkeysphere 0.11-1 and OpenSSH 5.1p1-2
140         
141 2008-08-18 - dkg
142         * moved monkeysphere apt repo entry to
143           /etc/apt/sources.list.d/monkeysphere.list
144         * aptitude update && aptitude full-upgrade (including monkeysphere
145           0.9-1)
146         * switched george's monkeysphere-server preferred keyserver to
147           monkeysphere.info for the moment.  Both pgp.mit.edu and
148           subkeys.pgp.net are sluggish right now :/
149         
150 2008-08-16 - jrollins
151         * removed stale branches from jrollins from the master repo
152         * aptitude update && aptitude full-upgrade
153         * restarted services to clear up dependencies on old libraries
154         
155 2008-08-13 - dkg
156         * aptitude update && aptitude full-upgrade
157         * restarted services to clear up dependencies on old libraries
158         
159 2008-08-07 - dkg
160         * aptitude update && aptitude dist-upgrade
161         * removed debian's experimental from the sources.list
162         * removed experimental stanza from /etc/apt/preferences (now the
163           monkeysphere packages should upgrade automatically)
164         * upgraded to monkeysphere 0.7-1
165         * installed runit
166         * set up a public git daemon service to serve git repos from
167           george, using runit. (root-served repos are served from
168           /srv/git, but ~USER/public_git is supported as well, if anyone
169           wants to use that for publication).
170         
171 2008-08-03 - dkg
172         * aptitude update && aptitude dist-upgrade
173         * installed iproute
174         * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
175
176 2008-08-02 - jrollins
177         * aptitude update && aptitude dist-upgrade
178         * restarted cron, nullmailer, sshd
179         * aptitude install git-core ikiwiki
180         * adduser webmaster
181         * su - webmaster
182         * created a bare repo at ~webmaster/monkeysphere.git.  I then
183         pushed into this repo from my working directory on servo to verify
184         that it was accepting.
185         * cloned above repo at ~webmaster/monkeysphere
186         * created ~webmaster/ikiwiki.setup
187         * ikiwiki --setup ikiwiki.setup
188         * linked post-receive to new post-commit hook in monkeysphere.git
189         * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
190         blows)
191         * updated /etc/skel with ssh and monkeysphere stuff
192         * made authorzied_user_ids file for webmaster and ran
193         "monkeysphere-server u webmaster".
194         
195 2008-06-23 - dkg
196         * added monkeysphere apt repository to /etc/apt/sources.list
197         * added dkg's key to apt's list of trusted keys.
198         * ran aptitude dist-upgrade
199         * upgraded to monkeysphere 0.2-1
200         * moved authorized_user_ids files into users' home directories.
201         * installed lockfile-progs
202         
203 2008-06-22 - dkg
204         * installed screen (mjgoins and i were collaborating)
205         
206 2008-06-21 - micah
207         * Restored /etc/init.d/ssh to original package state and changed
208         /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
209         
210 2008-06-20 - micah
211         * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
212         /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
213         /etc/default/ssh in order to make this error go away:
214         "error writing /proc/self/oom_adj: Operation not permitted"
215         (c.f. Debian #487325)
216         
217 2008-06-20 - dkg
218         * touched /etc/environment to get rid of some spurious auth.log
219         entries.
220         * turned up sshd's LogLevel from INFO to DEBUG
221         
222 2008-06-19 - dkg
223         * installed rsync (for maintaining a public apt repo)
224         
225         * configured mathopd to listen on port 80, serving /srv/www as /
226         and /srv/apt as /debian.  We've got nothing in /srv/www at the
227         moment, though.
228
229         * installed lsof and psmisc as sysadmin utilities.  sorry for the
230         bloat!
231
232         * installed strace to try to figure out why onak is segfaulting.
233         
234 2008-06-19 - dkg
235         * removed etch sources, switched "testing" to "lenny", added
236         lenny/updates, removed all contrib and non-free.
237         
238         * removed testing pin in /etc/apt/preferences
239         * ran the upgrade
240         
241         * reset emacs22 to emacs22-nox (avoiding dependencies)
242         
243         * removed sysklog and klogd because of errors restarting klogd.
244         Installed syslog-ng in their stead, which still gives errors
245         related to /proc/kmsg unreadability, but the install completes :/
246         
247         * added experimental
248         * juggled pinning: experimental: 1, unstable: 2 
249         * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
250         
251         * installed monkeysphere v0.1-1, changed host key, published
252         them via the local keyserver (see host-key-publication)
253
254         * added local unprivileged user accounts for everyone listed in
255         /usr/share/doc/monkeysphere/copyright
256
257         * configured authorized_user_ids for every user account based on
258         my best guess at their OpenPGP User ID (see
259         user-id-configuration).
260
261         * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
262         update-users" at 26 minutes past the hour.
263         
264 2008-06-18 - jrollins
265         * installed less, emacs;
266         * aptitude update && aptitude dist-upgrade
267
268 2008-06-18 - micah
269         * debootstrap'd debian etch install
270         * installed /etc/apt/sources.list with local proxy sources for etch,
271           testing, unstable, backports and volatile
272         * configured /etc/apt/preferences and apt.conf.d/local-conf to
273           pin etch, but make testing, sid and backports available
274         * added backports.org apt-key
275         * installed openssh-server and openssh-client packages
276         * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys