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