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