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