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