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