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