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