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