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