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