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