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