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