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