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