notes about changes to 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                                                    *
8 ******************************************************************************
9 2008-06-23 - dkg
10         * ran aptitude dist-upgrade
11         * upgraded to monkeysphere 0.2-1
12         
13 2008-06-22 - dkg
14         * installed screen (mjgoins and i were collaborating)
15         
16 2008-06-21 - micah
17         * Restored /etc/init.d/ssh to original package state and changed
18         /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
19         
20 2008-06-20 - micah
21         * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
22         /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
23         /etc/default/ssh in order to make this error go away:
24         "error writing /proc/self/oom_adj: Operation not permitted"
25         (c.f. Debian #487325)
26           
27 2008-06-20 - dkg
28         * touched /etc/environment to get rid of some spurious auth.log
29         entries.
30         * turned up sshd's LogLevel from INFO to DEBUG
31         
32 2008-06-19 - dkg
33         * installed rsync (for maintaining a public apt repo)
34         
35         * configured mathopd to listen on port 80, serving /srv/www as /
36         and /srv/apt as /debian.  We've got nothing in /srv/www at the
37         moment, though.
38
39         * installed lsof and psmisc as sysadmin utilities.  sorry for the
40         bloat!
41
42         * installed strace to try to figure out why onak is segfaulting.
43         
44 2008-06-19 - dkg
45         * removed etch sources, switched "testing" to "lenny", added
46         lenny/updates, removed all contrib and non-free.
47         
48         * removed testing pin in /etc/apt/preferences
49         * ran the upgrade
50         
51         * reset emacs22 to emacs22-nox (avoiding dependencies)
52         
53         * removed sysklog and klogd because of errors restarting klogd.
54         Installed syslog-ng in their stead, which still gives errors
55         related to /proc/kmsg unreadability, but the install completes :/
56         
57         * added experimental
58         * juggled pinning: experimental: 1, unstable: 2 
59         * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
60         
61         * installed monkeysphere v0.1-1, changed host key, published
62         them via the local keyserver (see host-key-publication)
63
64         * added local unprivileged user accounts for everyone listed in
65         /usr/share/doc/monkeysphere/copyright
66
67         * configured authorized_user_ids for every user account based on
68         my best guess at their OpenPGP User ID (see
69         user-id-configuration).
70
71         * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
72         update-users" at 26 minutes past the hour.
73         
74 2008-06-18 - jrollins
75         * installed less, emacs;
76         * aptitude update && aptitude dist-upgrade
77
78 2008-06-18 - micah
79         * debootstrap'd debian etch install
80         * installed /etc/apt/sources.list with local proxy sources for etch,
81           testing, unstable, backports and volatile
82         * configured /etc/apt/preferences and apt.conf.d/local-conf to
83           pin etch, but make testing, sid and backports available
84         * added backports.org apt-key
85         * installed openssh-server and openssh-client packages
86         * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys