notes about new account: monkey@george
[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
10 2008-09-04 - dkg
11         * added two mime-type declarations in /etc/mathopd.conf so .debs
12           and .tar.gz files come out reasonably; restarted mathopd for the
13           re-read.
14         * built monkeyshell (from src/monkeyshell) and installed as
15           /usr/local/bin/monkeyshell, added to /etc/shells.
16         * created new account "monkey" which has monkeyshell as the shell
17           for non-privileged test access.  To let someone test this out,
18           make sure they're well-connected to george's web of trust, and
19           then add their User ID to
20           ~monkey/.monkeysphere/authorized_user_ids
21         
22 2008-09-03 - micah
23         * migrated /home/*/.config/monkeysphere/authorized_user_ids to new
24         agreed location: /home/*/.monkeysphere/authorized_user_ids and created
25         a symlink in the original location for transition purposes. Also,
26         did /root's as well. I used this hackish mechanism:
27         $ for user in `find . -wholename './*/.config/monkeysphere/authorized_user_ids' \
28         | cut -d/ -f2`; do mkdir -v ${user}/.monkeysphere; chown ${user}:${user} \
29         ${user}/.monkeysphere; mv -v ${user}/.config/monkeysphere/authorized_user_ids \
30         ${user}/.monkeysphere; ln -s /home/${user}/.monkeysphere/authorized_user_ids \
31         ${user}/.config/monkeysphere/authorized_user_ids; done
32
33            - dkg
34         * added the monkeysphere archive repository signing key
35         * aptitude update && aptitude full-upgrade (brings in monkeysphere 0.13-1)
36         * cleaned up /etc/skel to reflect correct location of the
37           monkeysphere config directory.
38         * micah moved all the existing config stuff over, and left
39           symlinks so people aren't disoriented.
40         
41 2008-09-01 - dkg
42         * set up http://dkg.monkeysphere.info so that i could play around
43           with ikiwiki updates
44         * moved apt repository over to http://archive.monkeysphere.info/
45         * aptitude update && aptitude dist-upgrade
46         * canonicalizing hostname for normal web access to
47           http://web.monkeysphere.info
48         
49 2008-08-26 - dkg
50         * aptitude update && aptitude full-upgrade
51         * added account 'daniel' for Dan Scott, and set him up with a way
52           to publish to http://daniel.monkeysphere.info
53         
54 2008-08-20 - dkg
55         * aptitude update && aptitude dist-upgrade: this includes
56           monkeysphere 0.11-1 and OpenSSH 5.1p1-2
57         
58 2008-08-18 - dkg
59         * moved monkeysphere apt repo entry to
60           /etc/apt/sources.list.d/monkeysphere.list
61         * aptitude update && aptitude full-upgrade (including monkeysphere
62           0.9-1)
63         * switched george's monkeysphere-server preferred keyserver to
64           monkeysphere.info for the moment.  Both pgp.mit.edu and
65           subkeys.pgp.net are sluggish right now :/
66         
67 2008-08-16 - jrollins
68         * removed stale branches from jrollins from the master repo
69         * aptitude update && aptitude full-upgrade
70         * restarted services to clear up dependencies on old libraries
71         
72 2008-08-13 - dkg
73         * aptitude update && aptitude full-upgrade
74         * restarted services to clear up dependencies on old libraries
75         
76 2008-08-07 - dkg
77         * aptitude update && aptitude dist-upgrade
78         * removed debian's experimental from the sources.list
79         * removed experimental stanza from /etc/apt/preferences (now the
80           monkeysphere packages should upgrade automatically)
81         * upgraded to monkeysphere 0.7-1
82         * installed runit
83         * set up a public git daemon service to serve git repos from
84           george, using runit. (root-served repos are served from
85           /srv/git, but ~USER/public_git is supported as well, if anyone
86           wants to use that for publication).
87         
88 2008-08-03 - dkg
89         * aptitude update && aptitude dist-upgrade
90         * installed iproute
91         * added my User ID to ~webmaster/.config/monkeysphere/authorized_user_ids
92
93 2008-08-02 - jrollins
94         * aptitude update && aptitude dist-upgrade
95         * restarted cron, nullmailer, sshd
96         * aptitude install git-core ikiwiki
97         * adduser webmaster
98         * su - webmaster
99         * created a bare repo at ~webmaster/monkeysphere.git.  I then
100         pushed into this repo from my working directory on servo to verify
101         that it was accepting.
102         * cloned above repo at ~webmaster/monkeysphere
103         * created ~webmaster/ikiwiki.setup
104         * ikiwiki --setup ikiwiki.setup
105         * linked post-receive to new post-commit hook in monkeysphere.git
106         * changed default keyserver to be pgp.mit.edu (subkeys.pgp.net
107         blows)
108         * updated /etc/skel with ssh and monkeysphere stuff
109         * made authorzied_user_ids file for webmaster and ran
110         "monkeysphere-server u webmaster".
111         
112 2008-06-23 - dkg
113         * added monkeysphere apt repository to /etc/apt/sources.list
114         * added dkg's key to apt's list of trusted keys.
115         * ran aptitude dist-upgrade
116         * upgraded to monkeysphere 0.2-1
117         * moved authorized_user_ids files into users' home directories.
118         * installed lockfile-progs
119         
120 2008-06-22 - dkg
121         * installed screen (mjgoins and i were collaborating)
122         
123 2008-06-21 - micah
124         * Restored /etc/init.d/ssh to original package state and changed
125         /etc/default/ssh to have 'unset SSHD_OOM_ADJUST' instead.
126         
127 2008-06-20 - micah
128         * Commented out the 'export SSHD_OOM_ADJUST=-17' from the
129         /etc/init.d/ssh initscript, and the 'SSHD_OOM_ADJUST=-17' from
130         /etc/default/ssh in order to make this error go away:
131         "error writing /proc/self/oom_adj: Operation not permitted"
132         (c.f. Debian #487325)
133         
134 2008-06-20 - dkg
135         * touched /etc/environment to get rid of some spurious auth.log
136         entries.
137         * turned up sshd's LogLevel from INFO to DEBUG
138         
139 2008-06-19 - dkg
140         * installed rsync (for maintaining a public apt repo)
141         
142         * configured mathopd to listen on port 80, serving /srv/www as /
143         and /srv/apt as /debian.  We've got nothing in /srv/www at the
144         moment, though.
145
146         * installed lsof and psmisc as sysadmin utilities.  sorry for the
147         bloat!
148
149         * installed strace to try to figure out why onak is segfaulting.
150         
151 2008-06-19 - dkg
152         * removed etch sources, switched "testing" to "lenny", added
153         lenny/updates, removed all contrib and non-free.
154         
155         * removed testing pin in /etc/apt/preferences
156         * ran the upgrade
157         
158         * reset emacs22 to emacs22-nox (avoiding dependencies)
159         
160         * removed sysklog and klogd because of errors restarting klogd.
161         Installed syslog-ng in their stead, which still gives errors
162         related to /proc/kmsg unreadability, but the install completes :/
163         
164         * added experimental
165         * juggled pinning: experimental: 1, unstable: 2 
166         * added mathopd onak, tweaked /etc/mathopd.conf and /etc/onak.conf
167         
168         * installed monkeysphere v0.1-1, changed host key, published
169         them via the local keyserver (see host-key-publication)
170
171         * added local unprivileged user accounts for everyone listed in
172         /usr/share/doc/monkeysphere/copyright
173
174         * configured authorized_user_ids for every user account based on
175         my best guess at their OpenPGP User ID (see
176         user-id-configuration).
177
178         * set up a cronjob (in /etc/crontab) to run "monkeysphere-server
179         update-users" at 26 minutes past the hour.
180         
181 2008-06-18 - jrollins
182         * installed less, emacs;
183         * aptitude update && aptitude dist-upgrade
184
185 2008-06-18 - micah
186         * debootstrap'd debian etch install
187         * installed /etc/apt/sources.list with local proxy sources for etch,
188           testing, unstable, backports and volatile
189         * configured /etc/apt/preferences and apt.conf.d/local-conf to
190           pin etch, but make testing, sid and backports available
191         * added backports.org apt-key
192         * installed openssh-server and openssh-client packages
193         * added dkg, jrollins, mjgoins ssh public_keys to /root/.ssh/authorized_keys