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