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