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