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