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