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