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