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