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