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