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