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