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