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