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