replaced nullmailer with postfix on george
[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 2009-01-30 - micah
11         * Replaced nullmailer with postfix, nullmailer doesn't handle aliases
12           and insisted either on constantly respooling mail when there was no
13           where to go. 
14         
15 2009-01-24 - micah
16         * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins
17         * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work
18         * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs
19         * Rotated the giant logs out 
20         * aptitude update && aptitude full-upgrade
21         
22 2008-10-29 - dkg
23         * aptitude update && aptitude full-upgrade
24         * brought monkeysphere up to 0.19-1
25         * removed tasksel
26         
27 2008-10-25 - dkg
28         * aptitude update && aptitude full-upgrade
29         * brought monkeysphere up to 0.16-1
30         * repointed keyserver usage to pool.sks-keyservers.net
31         
32 2008-09-04 - dkg
33         * added two mime-type declarations in /etc/mathopd.conf so .debs
34           and .tar.gz files come out reasonably; restarted mathopd for the
35           re-read.
36         * built monkeyshell (from src/monkeyshell) and installed as
37           /usr/local/bin/monkeyshell, added to /etc/shells.
38         * created new account "monkey" which has monkeyshell as the shell
39           for non-privileged test access.  To let someone test this out,
40           make sure they're well-connected to george's web of trust, and
41           then add their User ID to
42           ~monkey/.monkeysphere/authorized_user_ids
43         * more mime types for mathopd: image/png image/x-icon
44         
45 2008-09-03 - micah
46         * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
47         agreed location: /home/*/.monkeysphere/authorized_user_ids and created
48         a symlink in the original location for transition purposes. Also,
49         did /root's as well. I used this hackish mechanism:
50         $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
51         | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
52         ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
53         ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
54         ${user}/.config/monkeysphere/authorized_user_ids; done
55
56            - dkg
57         * added the monkeysphere archive repository signing key
58         * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
59         * cleaned up /etc/skel to reflect correct location of the
60           monkeysphere config directory.
61         * micah moved all the existing config stuff over, and left
62           symlinks so people aren't disoriented.
63         
64 2008-09-01 - dkg
65         * set up http://dkg.monkeysphere.info so that i could play around
66           with ikiwiki updates
67         * moved apt repository over to http://archive.monkeysphere.info/
68         * aptitude update && aptitude dist-upgrade
69         * canonicalizing hostname for normal web access to
70           http://web.monkeysphere.info
71         
72 2008-08-26 - dkg
73         * aptitude update && aptitude full-upgrade
74         * added account 'daniel' for Dan Scott, and set him up with a way
75           to publish to http://daniel.monkeysphere.info
76         
77 2008-08-20 - dkg
78         * aptitude update && aptitude dist-upgrade: this includes
79           monkeysphere 0.11-1 and OpenSSH 5.1p1-2
80         
81 2008-08-18 - dkg
82         * moved monkeysphere apt repo entry to
83           /etc/apt/sources.list.d/monkeysphere.list
84         * aptitude update && aptitude full-upgrade (including monkeysphere
85           0.9-1)
86         * switched george's monkeysphere-server preferred keyserver to
87           monkeysphere.info for the moment.  Both pgp.mit.edu and
88           subkeys.pgp.net are sluggish right now :/
89         
90 2008-08-16 - jrollins
91         * removed stale branches from jrollins from the master repo
92         * aptitude update && aptitude full-upgrade
93         * restarted services to clear up dependencies on old libraries
94         
95 2008-08-13 - dkg
96         * aptitude update && aptitude full-upgrade
97         * restarted services to clear up dependencies on old libraries
98         
99 2008-08-07 - dkg
100         * aptitude update && aptitude dist-upgrade
101         * removed debian's experimental from the sources.list
102         * removed experimental stanza from /etc/apt/preferences (now the
103           monkeysphere packages should upgrade automatically)
104         * upgraded to monkeysphere 0.7-1
105         * installed runit
106         * set up a public git daemon service to serve git repos from
107           george, using runit. (root-served repos are served from
108           /srv/git, but ~USER/public_git is supported as well, if anyone
109           wants to use that for publication).
110         
111 2008-08-03 - dkg
112         * aptitude update && aptitude dist-upgrade
113         * installed iproute
114         * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
115
116 2008-08-02 - jrollins
117         * aptitude update && aptitude dist-upgrade
118         * restarted cron, nullmailer, sshd
119         * aptitude install git-core ikiwiki
120         * adduser webmaster
121         * su - webmaster
122         * created a bare repo at ~webmaster/monkeysphere.git.  I then
123         pushed into this repo from my working directory on servo to verify
124         that it was accepting.
125         * cloned above repo at ~webmaster/monkeysphere
126         * created ~webmaster/ikiwiki.setup
127         * ikiwiki --setup ikiwiki.setup
128         * linked post-receive to new post-commit hook in monkeysphere.git
129         * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
130         blows)
131         * updated /etc/skel with ssh and monkeysphere stuff
132         * made authorzied_user_ids file for webmaster and ran
133         "monkeysphere-server u webmaster".
134         
135 2008-06-23 - dkg
136         * added monkeysphere apt repository to /etc/apt/sources.list
137         * added dkg's key to apt's list of trusted keys.
138         * ran aptitude dist-upgrade
139         * upgraded to monkeysphere 0.2-1
140         * moved authorized_user_ids files into users' home directories.
141         * installed lockfile-progs
142         
143 2008-06-22 - dkg
144         * installed screen (mjgoins and i were collaborating)
145         
146 2008-06-21 - micah
147         * Restored /etc/init.d/ssh to original package state and changed
148         /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
149         
150 2008-06-20 - micah
151         * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
152         /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
153         /etc/default/ssh in order to make this error go away:
154         "error writing /proc/self/oom_adj: Operation not permitted"
155         (c.f. Debian #487325)
156         
157 2008-06-20 - dkg
158         * touched /etc/environment to get rid of some spurious auth.log
159         entries.
160         * turned up sshd's LogLevel from INFO to DEBUG
161         
162 2008-06-19 - dkg
163         * installed rsync (for maintaining a public apt repo)
164         
165         * configured mathopd to listen on port 80, serving /srv/www as /
166         and /srv/apt as /debian.  We've got nothing in /srv/www at the
167         moment, though.
168
169         * installed lsof and psmisc as sysadmin utilities.  sorry for the
170         bloat!
171
172         * installed strace to try to figure out why onak is segfaulting.
173         
174 2008-06-19 - dkg
175         * removed etch sources, switched "testing" to "lenny", added
176         lenny/updates, removed all contrib and non-free.
177         
178         * removed testing pin in /etc/apt/preferences
179         * ran the upgrade
180         
181         * reset emacs22 to emacs22-nox (avoiding dependencies)
182         
183         * removed sysklog and klogd because of errors restarting klogd.
184         Installed syslog-ng in their stead, which still gives errors
185         related to /proc/kmsg unreadability, but the install completes :/
186         
187         * added experimental
188         * juggled pinning: experimental: 1, unstable: 2 
189         * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
190         
191         * installed monkeysphere v0.1-1, changed host key, published
192         them via the local keyserver (see host-key-publication)
193
194         * added local unprivileged user accounts for everyone listed in
195         /usr/share/doc/monkeysphere/copyright
196
197         * configured authorized_user_ids for every user account based on
198         my best guess at their OpenPGP User ID (see
199         user-id-configuration).
200
201         * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
202         update-users" at 26 minutes past the hour.
203         
204 2008-06-18 - jrollins
205         * installed less, emacs;
206         * aptitude update && aptitude dist-upgrade
207
208 2008-06-18 - micah
209         * debootstrap'd debian etch install
210         * installed /etc/apt/sources.list with local proxy sources for etch,
211           testing, unstable, backports and volatile
212         * configured /etc/apt/preferences and apt.conf.d/local-conf to
213           pin etch, but make testing, sid and backports available
214         * added backports.org apt-key
215         * installed openssh-server and openssh-client packages
216         * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys