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