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