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