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