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