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