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