Merge commit 'dkg/master'
[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 (first command at top, last at bottom)             *
8 ******************************************************************************
9
10 2008-08-03 - dkg
11         * aptitude update && aptitude dist-upgrade
12         * installed iproute
13         * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
14
15 2008-08-02 - jrollins
16         * aptitude update && aptitude dist-upgrade
17         * restarted cron, nullmailer, sshd
18         * aptitude install git-core ikiwiki
19         * adduser webmaster
20         * su - webmaster
21         * created a bare repo at ~webmaster/monkeysphere.git.  I then
22         pushed into this repo from my working directory on servo to verify
23         that it was accepting.
24         * cloned above repo at ~webmaster/monkeysphere
25         * created ~webmaster/ikiwiki.setup
26         * ikiwiki --setup ikiwiki.setup
27         * linked post-receive to new post-commit hook in monkeysphere.git
28         * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
29         blows)
30         * updated /etc/skel with ssh and monkeysphere stuff
31         * made authorzied_user_ids file for webmaster and ran
32         "monkeysphere-server u webmaster".
33         
34 2008-06-23 - dkg
35         * added monkeysphere apt repository to /etc/apt/sources.list
36         * added dkg's key to apt's list of trusted keys.
37         * ran aptitude dist-upgrade
38         * upgraded to monkeysphere 0.2-1
39         * moved authorized_user_ids files into users' home directories.
40         * installed lockfile-progs
41         
42 2008-06-22 - dkg
43         * installed screen (mjgoins and i were collaborating)
44         
45 2008-06-21 - micah
46         * Restored /etc/init.d/ssh to original package state and changed
47         /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
48         
49 2008-06-20 - micah
50         * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
51         /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
52         /etc/default/ssh in order to make this error go away:
53         "error writing /proc/self/oom_adj: Operation not permitted"
54         (c.f. Debian #487325)
55         
56 2008-06-20 - dkg
57         * touched /etc/environment to get rid of some spurious auth.log
58         entries.
59         * turned up sshd's LogLevel from INFO to DEBUG
60         
61 2008-06-19 - dkg
62         * installed rsync (for maintaining a public apt repo)
63         
64         * configured mathopd to listen on port 80, serving /srv/www as /
65         and /srv/apt as /debian.  We've got nothing in /srv/www at the
66         moment, though.
67
68         * installed lsof and psmisc as sysadmin utilities.  sorry for the
69         bloat!
70
71         * installed strace to try to figure out why onak is segfaulting.
72         
73 2008-06-19 - dkg
74         * removed etch sources, switched "testing" to "lenny", added
75         lenny/updates, removed all contrib and non-free.
76         
77         * removed testing pin in /etc/apt/preferences
78         * ran the upgrade
79         
80         * reset emacs22 to emacs22-nox (avoiding dependencies)
81         
82         * removed sysklog and klogd because of errors restarting klogd.
83         Installed syslog-ng in their stead, which still gives errors
84         related to /proc/kmsg unreadability, but the install completes :/
85         
86         * added experimental
87         * juggled pinning: experimental: 1, unstable: 2 
88         * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
89         
90         * installed monkeysphere v0.1-1, changed host key, published
91         them via the local keyserver (see host-key-publication)
92
93         * added local unprivileged user accounts for everyone listed in
94         /usr/share/doc/monkeysphere/copyright
95
96         * configured authorized_user_ids for every user account based on
97         my best guess at their OpenPGP User ID (see
98         user-id-configuration).
99
100         * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
101         update-users" at 26 minutes past the hour.
102         
103 2008-06-18 - jrollins
104         * installed less, emacs;
105         * aptitude update && aptitude dist-upgrade
106
107 2008-06-18 - micah
108         * debootstrap'd debian etch install
109         * installed /etc/apt/sources.list with local proxy sources for etch,
110           testing, unstable, backports and volatile
111         * configured /etc/apt/preferences and apt.conf.d/local-conf to
112           pin etch, but make testing, sid and backports available
113         * added backports.org apt-key
114         * installed openssh-server and openssh-client packages
115         * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys