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