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