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