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