1 ******************************************************************************
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 ******************************************************************************
11 * aptitude update && aptitude full-upgrade (including monkeysphere
15 * upgrade nginx in response to DSA-1920-1
18 * aptitude update && aptitude full-upgrade (bunch of lenny
19 updates, plus ikiwiki security upgrade)
22 * apt-get update && dist-upgrade (a bunch of stuff (monkeysphere,
23 screen, gnupg, dash, onak, git-core...)
24 * extended host key by 3 months
27 * aptitude update && aptitude full-upgrade (git-core DSA)
30 * aptitude update && aptitude full-upgrade
31 * (checked and found that monkeysphere version 0.24-1 is already
32 installed; don't know how that happened, coulda been me, just
33 sloppy about not noting it in the changelog)
34 * extended host key by 4 months
37 * fixed /etc/crontab line for update-users (was trying to run
38 monkeysphere-server instead of monkeysphere-authentication).
41 * upgraded to the latest versions of packages for lenny.
42 * upgraded george to monkeysphere 0.23.1. the transition upgrade
43 failed due to the way that gpg exports self-signatures secret
44 keys; it only exports the first self-sig for each user id, even if
45 that one is expired. Then any subsequent import fails, even if
46 the target import keyring knows about some valid self-signatures.
47 * i man-handled the upgrade into place so that george doesn't just
48 fail on us, but this is a pretty major bug in the transition process.
51 * applied diff represented in commit
52 f75a5747a8b99e04c02c475791c476f1fbd2b674 to change log level for
53 unacceptable untranslatable keys.
56 * Replaced nullmailer with postfix, nullmailer doesn't handle aliases
57 and insisted either on constantly respooling mail when there was no
61 * Configured /etc/aliases to have root go to mjgoins, micah, dkg, jrollins
62 * Configured /etc/nullmailer/remotes to have mail.riseup.net so remote delivery will work
63 * Removed the hundreds of queued cron emails that had resulted in 30gig of mail.err logs
64 * Rotated the giant logs out
67 * extended the expiration date for george's key three months into
69 * aptitude update && aptitude full-upgrade (brings monkeysphere to
73 * aptitude update && aptitude full-upgrade
74 * brought monkeysphere up to 0.19-1
78 * aptitude update && aptitude full-upgrade
79 * brought monkeysphere up to 0.16-1
80 * repointed keyserver usage to pool.sks-keyservers.net
83 * added two mime-type declarations in /etc/mathopd.conf so .debs
84 and .tar.gz files come out reasonably; restarted mathopd for the
86 * built monkeyshell (from src/monkeyshell) and installed as
87 /usr/local/bin/monkeyshell, added to /etc/shells.
88 * created new account "monkey" which has monkeyshell as the shell
89 for non-privileged test access. To let someone test this out,
90 make sure they're well-connected to george's web of trust, and
91 then add their User ID to
92 ~monkey/.monkeysphere/authorized_user_ids
93 * more mime types for mathopd: image/png image/x-icon
96 * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
97 agreed location: /home/*/.monkeysphere/authorized_user_ids and created
98 a symlink in the original location for transition purposes. Also,
99 did /root's as well. I used this hackish mechanism:
100 $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
101 | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
102 ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
103 ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
104 ${user}/.config/monkeysphere/authorized_user_ids; done
107 * added the monkeysphere archive repository signing key
108 * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
109 * cleaned up /etc/skel to reflect correct location of the
110 monkeysphere config directory.
111 * micah moved all the existing config stuff over, and left
112 symlinks so people aren't disoriented.
115 * set up http://dkg.monkeysphere.info so that i could play around
117 * moved apt repository over to http://archive.monkeysphere.info/
118 * aptitude update && aptitude dist-upgrade
119 * canonicalizing hostname for normal web access to
120 http://web.monkeysphere.info
123 * aptitude update && aptitude full-upgrade
124 * added account 'daniel' for Dan Scott, and set him up with a way
125 to publish to http://daniel.monkeysphere.info
128 * aptitude update && aptitude dist-upgrade: this includes
129 monkeysphere 0.11-1 and OpenSSH 5.1p1-2
132 * moved monkeysphere apt repo entry to
133 /etc/apt/sources.list.d/monkeysphere.list
134 * aptitude update && aptitude full-upgrade (including monkeysphere
136 * switched george's monkeysphere-server preferred keyserver to
137 monkeysphere.info for the moment. Both pgp.mit.edu and
138 subkeys.pgp.net are sluggish right now :/
140 2008-08-16 - jrollins
141 * removed stale branches from jrollins from the master repo
142 * aptitude update && aptitude full-upgrade
143 * restarted services to clear up dependencies on old libraries
146 * aptitude update && aptitude full-upgrade
147 * restarted services to clear up dependencies on old libraries
150 * aptitude update && aptitude dist-upgrade
151 * removed debian's experimental from the sources.list
152 * removed experimental stanza from /etc/apt/preferences (now the
153 monkeysphere packages should upgrade automatically)
154 * upgraded to monkeysphere 0.7-1
156 * set up a public git daemon service to serve git repos from
157 george, using runit. (root-served repos are served from
158 /srv/git, but ~USER/public_git is supported as well, if anyone
159 wants to use that for publication).
162 * aptitude update && aptitude dist-upgrade
164 * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
166 2008-08-02 - jrollins
167 * aptitude update && aptitude dist-upgrade
168 * restarted cron, nullmailer, sshd
169 * aptitude install git-core ikiwiki
172 * created a bare repo at ~webmaster/monkeysphere.git. I then
173 pushed into this repo from my working directory on servo to verify
174 that it was accepting.
175 * cloned above repo at ~webmaster/monkeysphere
176 * created ~webmaster/ikiwiki.setup
177 * ikiwiki --setup ikiwiki.setup
178 * linked post-receive to new post-commit hook in monkeysphere.git
179 * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
181 * updated /etc/skel with ssh and monkeysphere stuff
182 * made authorzied_user_ids file for webmaster and ran
183 "monkeysphere-server u webmaster".
186 * added monkeysphere apt repository to /etc/apt/sources.list
187 * added dkg's key to apt's list of trusted keys.
188 * ran aptitude dist-upgrade
189 * upgraded to monkeysphere 0.2-1
190 * moved authorized_user_ids files into users' home directories.
191 * installed lockfile-progs
194 * installed screen (mjgoins and i were collaborating)
197 * Restored /etc/init.d/ssh to original package state and changed
198 /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
201 * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
202 /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
203 /etc/default/ssh in order to make this error go away:
204 "error writing /proc/self/oom_adj: Operation not permitted"
205 (c.f. Debian #487325)
208 * touched /etc/environment to get rid of some spurious auth.log
210 * turned up sshd's LogLevel from INFO to DEBUG
213 * installed rsync (for maintaining a public apt repo)
215 * configured mathopd to listen on port 80, serving /srv/www as /
216 and /srv/apt as /debian. We've got nothing in /srv/www at the
219 * installed lsof and psmisc as sysadmin utilities. sorry for the
222 * installed strace to try to figure out why onak is segfaulting.
225 * removed etch sources, switched "testing" to "lenny", added
226 lenny/updates, removed all contrib and non-free.
228 * removed testing pin in /etc/apt/preferences
231 * reset emacs22 to emacs22-nox (avoiding dependencies)
233 * removed sysklog and klogd because of errors restarting klogd.
234 Installed syslog-ng in their stead, which still gives errors
235 related to /proc/kmsg unreadability, but the install completes :/
238 * juggled pinning: experimental: 1, unstable: 2
239 * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
241 * installed monkeysphere v0.1-1, changed host key, published
242 them via the local keyserver (see host-key-publication)
244 * added local unprivileged user accounts for everyone listed in
245 /usr/share/doc/monkeysphere/copyright
247 * configured authorized_user_ids for every user account based on
248 my best guess at their OpenPGP User ID (see
249 user-id-configuration).
251 * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
252 update-users" at 26 minutes past the hour.
254 2008-06-18 - jrollins
255 * installed less, emacs;
256 * aptitude update && aptitude dist-upgrade
259 * debootstrap'd debian etch install
260 * installed /etc/apt/sources.list with local proxy sources for etch,
261 testing, unstable, backports and volatile
262 * configured /etc/apt/preferences and apt.conf.d/local-conf to
263 pin etch, but make testing, sid and backports available
264 * added backports.org apt-key
265 * installed openssh-server and openssh-client packages
266 * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys