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