1 ******************************************************************************
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 ******************************************************************************
11 * aptitude update && aptitude dist-upgrade
12 * removed debian's experimental from the sources.list
13 * removed experimental stanza from /etc/apt/preferences (now the
14 monkeysphere packages should upgrade automatically)
15 * upgraded to monkeysphere 0.7-1
17 * set up a public git daemon service to serve git repos from
18 george, using runit. (root-served repos are served from
19 /srv/git, but ~USER/public_git is supported as well, if anyone
20 wants to use that for publication).
23 * aptitude update && aptitude dist-upgrade
25 * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
28 * aptitude update && aptitude dist-upgrade
29 * restarted cron, nullmailer, sshd
30 * aptitude install git-core ikiwiki
33 * created a bare repo at ~webmaster/monkeysphere.git. I then
34 pushed into this repo from my working directory on servo to verify
35 that it was accepting.
36 * cloned above repo at ~webmaster/monkeysphere
37 * created ~webmaster/ikiwiki.setup
38 * ikiwiki --setup ikiwiki.setup
39 * linked post-receive to new post-commit hook in monkeysphere.git
40 * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
42 * updated /etc/skel with ssh and monkeysphere stuff
43 * made authorzied_user_ids file for webmaster and ran
44 "monkeysphere-server u webmaster".
47 * added monkeysphere apt repository to /etc/apt/sources.list
48 * added dkg's key to apt's list of trusted keys.
49 * ran aptitude dist-upgrade
50 * upgraded to monkeysphere 0.2-1
51 * moved authorized_user_ids files into users' home directories.
52 * installed lockfile-progs
55 * installed screen (mjgoins and i were collaborating)
58 * Restored /etc/init.d/ssh to original package state and changed
59 /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
62 * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
63 /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
64 /etc/default/ssh in order to make this error go away:
65 "error writing /proc/self/oom_adj: Operation not permitted"
69 * touched /etc/environment to get rid of some spurious auth.log
71 * turned up sshd's LogLevel from INFO to DEBUG
74 * installed rsync (for maintaining a public apt repo)
76 * configured mathopd to listen on port 80, serving /srv/www as /
77 and /srv/apt as /debian. We've got nothing in /srv/www at the
80 * installed lsof and psmisc as sysadmin utilities. sorry for the
83 * installed strace to try to figure out why onak is segfaulting.
86 * removed etch sources, switched "testing" to "lenny", added
87 lenny/updates, removed all contrib and non-free.
89 * removed testing pin in /etc/apt/preferences
92 * reset emacs22 to emacs22-nox (avoiding dependencies)
94 * removed sysklog and klogd because of errors restarting klogd.
95 Installed syslog-ng in their stead, which still gives errors
96 related to /proc/kmsg unreadability, but the install completes :/
99 * juggled pinning: experimental: 1, unstable: 2
100 * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
102 * installed monkeysphere v0.1-1, changed host key, published
103 them via the local keyserver (see host-key-publication)
105 * added local unprivileged user accounts for everyone listed in
106 /usr/share/doc/monkeysphere/copyright
108 * configured authorized_user_ids for every user account based on
109 my best guess at their OpenPGP User ID (see
110 user-id-configuration).
112 * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
113 update-users" at 26 minutes past the hour.
115 2008-06-18 - jrollins
116 * installed less, emacs;
117 * aptitude update && aptitude dist-upgrade
120 * debootstrap'd debian etch install
121 * installed /etc/apt/sources.list with local proxy sources for etch,
122 testing, unstable, backports and volatile
123 * configured /etc/apt/preferences and apt.conf.d/local-conf to
124 pin etch, but make testing, sid and backports available
125 * added backports.org apt-key
126 * installed openssh-server and openssh-client packages
127 * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys