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