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