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