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