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