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