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