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