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