******************************************************************************
*                                                                            *
*               	george system log		                     *
*                                                                            *
******************************************************************************
*  Please add new entries in reverse chronological order whenever you make   *
*  changes to this system (first command at top, last at bottom)             *
******************************************************************************

2008-09-01 - dkg
	* set up http://dkg.monkeysphere.info so that i could play around
	  with ikiwiki updates
	* moved apt repository over to http://archive.monkeysphere.info/
	* aptitude update && aptitude dist-upgrade
	* canonicalizing hostname for normal web access to
	  http://web.monkeysphere.info
	
2008-08-26 - dkg
	* aptitude update && aptitude full-upgrade
	* added account 'daniel' for Dan Scott, and set him up with a way
	  to publish to http://daniel.monkeysphere.info
	
2008-08-20 - dkg
	* aptitude update && aptitude dist-upgrade: this includes
	  monkeysphere 0.11-1 and OpenSSH 5.1p1-2
	
2008-08-18 - dkg
	* moved monkeysphere apt repo entry to
	  /etc/apt/sources.list.d/monkeysphere.list
	* aptitude update && aptitude full-upgrade (including monkeysphere
	  0.9-1)
	* switched george's monkeysphere-server preferred keyserver to
	  monkeysphere.info for the moment.  Both pgp.mit.edu and
	  subkeys.pgp.net are sluggish right now :/
	
2008-08-16 - jrollins
	* removed stale branches from jrollins from the master repo
	* aptitude update && aptitude full-upgrade
	* restarted services to clear up dependencies on old libraries
	
2008-08-13 - dkg
	* aptitude update && aptitude full-upgrade
	* restarted services to clear up dependencies on old libraries
	
2008-08-07 - dkg
	* aptitude update && aptitude dist-upgrade
	* removed debian's experimental from the sources.list
	* removed experimental stanza from /etc/apt/preferences (now the
	  monkeysphere packages should upgrade automatically)
	* upgraded to monkeysphere 0.7-1
	* installed runit
	* set up a public git daemon service to serve git repos from
	  george, using runit. (root-served repos are served from
	  /srv/git, but ~USER/public_git is supported as well, if anyone
	  wants to use that for publication).
	
2008-08-03 - dkg
	* aptitude update && aptitude dist-upgrade
	* installed iproute
	* added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids

2008-08-02 - jrollins
	* aptitude update && aptitude dist-upgrade
	* restarted cron, nullmailer, sshd
	* aptitude install git-core ikiwiki
	* adduser webmaster
	* su - webmaster
	* created a bare repo at ~webmaster/monkeysphere.git.  I then
	pushed into this repo from my working directory on servo to verify
	that it was accepting.
	* cloned above repo at ~webmaster/monkeysphere
	* created ~webmaster/ikiwiki.setup
	* ikiwiki --setup ikiwiki.setup
	* linked post-receive to new post-commit hook in monkeysphere.git
	* changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
	blows)
	* updated /etc/skel with ssh and monkeysphere stuff
	* made authorzied_user_ids file for webmaster and ran
	"monkeysphere-server u webmaster".
	
2008-06-23 - dkg
	* added monkeysphere apt repository to /etc/apt/sources.list
	* added dkg's key to apt's list of trusted keys.
	* ran aptitude dist-upgrade
	* upgraded to monkeysphere 0.2-1
	* moved authorized_user_ids files into users' home directories.
	* installed lockfile-progs
	
2008-06-22 - dkg
	* installed screen (mjgoins and i were collaborating)
	
2008-06-21 - micah
	* Restored /etc/init.d/ssh to original package state and changed
	/etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
	
2008-06-20 - micah
	* Commented out the 'export SSHD_OOM_ADJUST=-17' from the
	/etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
	/etc/default/ssh in order to make this error go away:
	"error writing /proc/self/oom_adj: Operation not permitted"
	(c.f. Debian #487325)
	
2008-06-20 - dkg
	* touched /etc/environment to get rid of some spurious auth.log
	entries.
	* turned up sshd's LogLevel from INFO to DEBUG
	
2008-06-19 - dkg
	* installed rsync (for maintaining a public apt repo)
	
	* configured mathopd to listen on port 80, serving /srv/www as /
	and /srv/apt as /debian.  We've got nothing in /srv/www at the
	moment, though.

	* installed lsof and psmisc as sysadmin utilities.  sorry for the
	bloat!

	* installed strace to try to figure out why onak is segfaulting.
	
2008-06-19 - dkg
	* removed etch sources, switched "testing" to "lenny", added
	lenny/updates, removed all contrib and non-free.
	
	* removed testing pin in /etc/apt/preferences
	* ran the upgrade
	
	* reset emacs22 to emacs22-nox (avoiding dependencies)
	
	* removed sysklog and klogd because of errors restarting klogd.
	Installed syslog-ng in their stead, which still gives errors
	related to /proc/kmsg unreadability, but the install completes :/
	
	* added experimental
	* juggled pinning: experimental: 1, unstable: 2	
	* added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
	
	* installed monkeysphere v0.1-1, changed host key, published
	them via the local keyserver (see host-key-publication)

	* added local unprivileged user accounts for everyone listed in
	/usr/share/doc/monkeysphere/copyright

	* configured authorized_user_ids for every user account based on
	my best guess at their OpenPGP User ID (see
	user-id-configuration).

	* set up a cronjob (in /etc/crontab) to run "monkeysphere-server
	update-users" at 26 minutes past the hour.
	
2008-06-18 - jrollins
	* installed less, emacs;
	* aptitude update && aptitude dist-upgrade

2008-06-18 - micah
	* debootstrap'd debian etch install
	* installed /etc/apt/sources.list with local proxy sources for etch,
	  testing, unstable, backports and volatile
	* configured /etc/apt/preferences and apt.conf.d/local-conf to
	  pin etch, but make testing, sid and backports available
	* added backports.org apt-key
	* installed openssh-server and openssh-client packages
	* added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys