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