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