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