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