1 | debathena-reactivate (2.0.8) unstable; urgency=low |
---|
2 | |
---|
3 | * Fix the check to determine whether we have already bind-mounted |
---|
4 | /media. (Trac: #493) |
---|
5 | * Clean up the per-user files cached locally by the new gdm. |
---|
6 | (Trac: #527) |
---|
7 | |
---|
8 | -- Robert Basch <rbasch@mit.edu> Mon, 01 Mar 2010 09:52:26 -0500 |
---|
9 | |
---|
10 | debathena-reactivate (2.0.7) unstable; urgency=low |
---|
11 | |
---|
12 | * /lib/init/mount-functions.sh is gone as a side effect of Karmic |
---|
13 | increasingly _actually_ using Upstart, so stop using it and just |
---|
14 | implement the (very small) logic we wanted from it ourselves. |
---|
15 | * Add a two-minute timeout to postinst code that could be an infinite |
---|
16 | loop in appropriately unfortunate circumstances. |
---|
17 | |
---|
18 | -- Geoffrey Thomas <geofft@mit.edu> Sat, 13 Feb 2010 00:47:52 -0500 |
---|
19 | |
---|
20 | debathena-reactivate (2.0.6) unstable; urgency=low |
---|
21 | |
---|
22 | * Permit (possibly-backported) upstream schroot at a version that |
---|
23 | includes our patches as an alternative to the debathena-schroot |
---|
24 | dependency. |
---|
25 | |
---|
26 | -- Geoffrey Thomas <geofft@mit.edu> Fri, 12 Feb 2010 00:44:06 -0500 |
---|
27 | |
---|
28 | debathena-reactivate (2.0.5) unstable; urgency=low |
---|
29 | |
---|
30 | * Bind-mount /boot (read-only) and /var/log (read-write), but not |
---|
31 | /home. (Trac: #314) |
---|
32 | * Deter people from thinking that /home will persist by getting rid of |
---|
33 | it in the chroot. |
---|
34 | |
---|
35 | -- Evan Broder <broder@mit.edu> Mon, 18 Jan 2010 08:29:07 -0500 |
---|
36 | |
---|
37 | debathena-reactivate (2.0.4) unstable; urgency=low |
---|
38 | |
---|
39 | * Add some convenience functions to snapshot-run for running commands in |
---|
40 | the chroot. |
---|
41 | * Make sure that a group exists before we add users to it. |
---|
42 | * Ignore removal of the CUPS remote queue cache. |
---|
43 | |
---|
44 | -- Evan Broder <broder@mit.edu> Mon, 21 Dec 2009 12:34:02 -0500 |
---|
45 | |
---|
46 | debathena-reactivate (2.0.3) unstable; urgency=low |
---|
47 | |
---|
48 | * Now that policy-rc.d isn't blindly allowing stops and starts for |
---|
49 | anything in the chroot, we should be sure that the chroot actually |
---|
50 | knows it's a chroot before we try to start CUPS in it. |
---|
51 | |
---|
52 | -- Evan Broder <broder@mit.edu> Mon, 23 Nov 2009 16:14:12 -0500 |
---|
53 | |
---|
54 | debathena-reactivate (2.0.2) unstable; urgency=low |
---|
55 | |
---|
56 | * Clean up the CUPS remote queue cache on logout and package upgrades. |
---|
57 | * Fix the policy-rc.d to actually allow for restarting cups and cupsys |
---|
58 | inside the chroot. Apparently pipes can delineate patterns, but don't |
---|
59 | mean anything within a single pattern, such as the one one pattern |
---|
60 | that results from variable expansion. |
---|
61 | |
---|
62 | -- Evan Broder <broder@mit.edu> Mon, 23 Nov 2009 15:51:42 -0500 |
---|
63 | |
---|
64 | debathena-reactivate (2.0.1) unstable; urgency=low |
---|
65 | |
---|
66 | * Various bugfixes: |
---|
67 | - Preserve the KRBTKFILE and KRB5CCNAME variables when running |
---|
68 | schroot. (Trac: #441) |
---|
69 | - Run root commands in /, not $HOME. |
---|
70 | |
---|
71 | -- Evan Broder <broder@mit.edu> Tue, 17 Nov 2009 18:12:45 -0500 |
---|
72 | |
---|
73 | debathena-reactivate (2.0) unstable; urgency=low |
---|
74 | |
---|
75 | * Rewrite to use schroot 1.3 and aufs union mounts instead of LVM. |
---|
76 | This makes logins on a Dell 760 take about 8 seconds to reach the |
---|
77 | desktop. |
---|
78 | |
---|
79 | -- Geoffrey Thomas <geofft@mit.edu> Sun, 08 Nov 2009 16:36:48 -0500 |
---|
80 | |
---|
81 | debathena-reactivate (1.25.6) unstable; urgency=low |
---|
82 | |
---|
83 | * Fix init script metadata (overlooked in 1.21). |
---|
84 | |
---|
85 | -- Geoffrey Thomas <geofft@mit.edu> Fri, 16 Oct 2009 23:57:22 -0400 |
---|
86 | |
---|
87 | debathena-reactivate (1.25.5) unstable; urgency=low |
---|
88 | |
---|
89 | * geofft's transformation of /etc/pam.d/su was running outside the |
---|
90 | chroot, and editing the file in place, thus clobbering the symlink. We |
---|
91 | need to fix all of this in the postinst. |
---|
92 | |
---|
93 | -- Evan Broder <broder@mit.edu> Wed, 14 Oct 2009 14:47:45 -0400 |
---|
94 | |
---|
95 | debathena-reactivate (1.25.4) unstable; urgency=low |
---|
96 | |
---|
97 | * Always lecture users trying to sudo on quickstations. |
---|
98 | * Stop editing /etc/pam.d/sudo in the snapshot setup, since we're no |
---|
99 | longer diverting it. |
---|
100 | |
---|
101 | -- Evan Broder <broder@mit.edu> Wed, 14 Oct 2009 13:52:32 -0400 |
---|
102 | |
---|
103 | debathena-reactivate (1.25.3) unstable; urgency=low |
---|
104 | |
---|
105 | * Specify both of the lecture files in /etc/sudoers: error for |
---|
106 | everybody, and warning for the admin group. The latter overrides the |
---|
107 | former. |
---|
108 | |
---|
109 | -- Evan Broder <broder@mit.edu> Wed, 14 Oct 2009 12:39:11 -0400 |
---|
110 | |
---|
111 | debathena-reactivate (1.25.2) unstable; urgency=low |
---|
112 | |
---|
113 | [ Evan Broder ] |
---|
114 | * Use PAM instead of the sudo lecture_file to lecture users. |
---|
115 | |
---|
116 | [ Geoffrey Thomas ] |
---|
117 | * Do that only outside the cluster login session, and preserve |
---|
118 | lecture_file within the chroot. |
---|
119 | * Revert 1.25.1, since it doesn't actually change anything. |
---|
120 | |
---|
121 | -- Geoffrey Thomas <geofft@mit.edu> Wed, 14 Oct 2009 08:58:58 -0400 |
---|
122 | |
---|
123 | debathena-reactivate (1.25.1) unstable; urgency=low |
---|
124 | |
---|
125 | * Display the sudo lecture file for all users, not just the admin |
---|
126 | group. This ensures it will show on quickstations, not just clusters. |
---|
127 | |
---|
128 | -- Evan Broder <broder@mit.edu> Sun, 11 Oct 2009 12:20:11 -0400 |
---|
129 | |
---|
130 | debathena-reactivate (1.25) unstable; urgency=low |
---|
131 | |
---|
132 | * Don't put the user in a login snapshot on a quickstation. |
---|
133 | |
---|
134 | -- Evan Broder <broder@mit.edu> Wed, 07 Oct 2009 11:45:09 -0400 |
---|
135 | |
---|
136 | debathena-reactivate (1.24) unstable; urgency=low |
---|
137 | |
---|
138 | * Change back to mounting the login snapshot as ext3, since that was |
---|
139 | substantially hurting performance. |
---|
140 | |
---|
141 | -- Evan Broder <broder@mit.edu> Mon, 05 Oct 2009 10:12:40 -0400 |
---|
142 | |
---|
143 | debathena-reactivate (1.23) unstable; urgency=low |
---|
144 | |
---|
145 | * Mount the login snapshot file system as ext2, with noatime. |
---|
146 | |
---|
147 | -- Robert Basch <rbasch@mit.edu> Wed, 30 Sep 2009 17:49:49 -0400 |
---|
148 | |
---|
149 | debathena-reactivate (1.22) unstable; urgency=low |
---|
150 | |
---|
151 | * Use the new /usr/share/debathena-gdm-config/{Pre,Post}Session.d |
---|
152 | directories in gdm-config. |
---|
153 | |
---|
154 | -- Evan Broder <broder@mit.edu> Mon, 28 Sep 2009 14:44:49 -0400 |
---|
155 | |
---|
156 | debathena-reactivate (1.21) unstable; urgency=low |
---|
157 | |
---|
158 | * Avoid sound during first login (Trac: 292). |
---|
159 | |
---|
160 | -- Michael Mekonnen <mikemeko@mit.edu> Sun, 20 Sep 2009 15:31:13 -0400 |
---|
161 | |
---|
162 | debathena-reactivate (1.20.1) unstable; urgency=low |
---|
163 | |
---|
164 | * Use the right debian/rules variable for removing files. |
---|
165 | |
---|
166 | -- Evan Broder <broder@mit.edu> Wed, 17 Jun 2009 23:21:08 -0400 |
---|
167 | |
---|
168 | debathena-reactivate (1.20) unstable; urgency=low |
---|
169 | |
---|
170 | * Remove the autostart .desktop files for jockey-gtk and update-notifier |
---|
171 | so that users don't get notifications about things they can't change. |
---|
172 | |
---|
173 | -- Evan Broder <broder@mit.edu> Wed, 17 Jun 2009 23:07:00 -0400 |
---|
174 | |
---|
175 | debathena-reactivate (1.19.1) unstable; urgency=low |
---|
176 | |
---|
177 | * Make the warning for su appear above the Password: prompt, instead of |
---|
178 | below it. |
---|
179 | |
---|
180 | -- Geoffrey Thomas <geofft@mit.edu> Mon, 18 May 2009 19:45:39 -0400 |
---|
181 | |
---|
182 | debathena-reactivate (1.19) unstable; urgency=low |
---|
183 | |
---|
184 | * Display a warning about the login snapshots, once per session |
---|
185 | for sudo and every time you su. |
---|
186 | |
---|
187 | -- Geoffrey Thomas <geofft@mit.edu> Fri, 15 May 2009 02:35:03 -0400 |
---|
188 | |
---|
189 | debathena-reactivate (1.18) unstable; urgency=low |
---|
190 | |
---|
191 | * Send SIGTERM before SIGKILL when cleaning up user processes |
---|
192 | using the bind mounts, to give them a chance to exit cleanly. |
---|
193 | |
---|
194 | -- Robert Basch <rbasch@mit.edu> Tue, 24 Mar 2009 17:24:07 -0400 |
---|
195 | |
---|
196 | debathena-reactivate (1.17) unstable; urgency=low |
---|
197 | |
---|
198 | * Even more verbosity! Use fuser -kmv to get more output about the |
---|
199 | running processes. |
---|
200 | |
---|
201 | -- Evan Broder <broder@mit.edu> Wed, 18 Mar 2009 19:25:53 -0400 |
---|
202 | |
---|
203 | debathena-reactivate (1.16) unstable; urgency=low |
---|
204 | |
---|
205 | * Don't redirect output to /dev/null when we're trying to log it |
---|
206 | |
---|
207 | -- Evan Broder <broder@mit.edu> Mon, 16 Mar 2009 20:18:52 -0400 |
---|
208 | |
---|
209 | debathena-reactivate (1.15) unstable; urgency=low |
---|
210 | |
---|
211 | * Include timing information in the logging. |
---|
212 | |
---|
213 | -- Evan Broder <broder@mit.edu> Mon, 16 Mar 2009 08:28:51 -0400 |
---|
214 | |
---|
215 | debathena-reactivate (1.14) unstable; urgency=low |
---|
216 | |
---|
217 | * Add instrumentation to track why reactivations are failing. |
---|
218 | |
---|
219 | -- Evan Broder <broder@mit.edu> Thu, 12 Mar 2009 20:06:10 -0400 |
---|
220 | |
---|
221 | debathena-reactivate (1.13) unstable; urgency=low |
---|
222 | |
---|
223 | * Instead of generating policy-rc.d at login time, have a general |
---|
224 | policy-rc.d that works both inside and outside of the chroot. This |
---|
225 | fixes a potential issue if there's a reboot during a login session. |
---|
226 | |
---|
227 | -- Evan Broder <broder@mit.edu> Sat, 07 Mar 2009 17:20:01 -0500 |
---|
228 | |
---|
229 | debathena-reactivate (1.12) unstable; urgency=low |
---|
230 | |
---|
231 | * Restart a provided list of daemons inside the chroot at login. |
---|
232 | |
---|
233 | -- Evan Broder <broder@mit.edu> Thu, 05 Mar 2009 20:46:25 -0500 |
---|
234 | |
---|
235 | debathena-reactivate (1.11) unstable; urgency=low |
---|
236 | |
---|
237 | * Work around an schroot bug that causes you to get dropped from all of |
---|
238 | your groups. |
---|
239 | |
---|
240 | -- Evan Broder <broder@mit.edu> Wed, 04 Mar 2009 22:01:39 -0500 |
---|
241 | |
---|
242 | debathena-reactivate (1.10) unstable; urgency=low |
---|
243 | |
---|
244 | * Ignore failure to umount /media. |
---|
245 | |
---|
246 | -- Robert Basch <rbasch@mit.edu> Mon, 23 Feb 2009 12:41:53 -0500 |
---|
247 | |
---|
248 | debathena-reactivate (1.9) unstable; urgency=low |
---|
249 | |
---|
250 | * Added /dev/pts and /dev/shm to the bind-mount list such that matlab and |
---|
251 | mathematica can run. |
---|
252 | * Made /media a shared mount (which also required pre-bind-mounting it |
---|
253 | to itself) so that USB automounts are visible inside the chroot. |
---|
254 | * Reversed the order of unmounting such that it's more likely to succeed. |
---|
255 | |
---|
256 | -- andrew m. boardman <amb@mit.edu> Thu, 19 Feb 2009 16:51:30 -0500 |
---|
257 | |
---|
258 | debathena-reactivate (1.8) unstable; urgency=low |
---|
259 | |
---|
260 | * Try to kill remaining user processes using any of the login |
---|
261 | chroot's bind mounts at session end. |
---|
262 | * Don't die upon failure to umount any of the bind mounts at |
---|
263 | session end; this should force a reboot after the umount of |
---|
264 | the chroot mountpoint fails. |
---|
265 | |
---|
266 | -- Robert Basch <rbasch@mit.edu> Sat, 07 Feb 2009 18:38:45 -0500 |
---|
267 | |
---|
268 | debathena-reactivate (1.7) unstable; urgency=low |
---|
269 | |
---|
270 | * Configure locate's cron job to not walk /login. |
---|
271 | |
---|
272 | -- Tim Abbott <tabbott@mit.edu> Sat, 07 Feb 2009 17:23:01 -0500 |
---|
273 | |
---|
274 | debathena-reactivate (1.6) unstable; urgency=low |
---|
275 | |
---|
276 | * Fix typo in schroot configuration (environment_filter should be |
---|
277 | environment-filter). |
---|
278 | |
---|
279 | -- Tim Abbott <tabbott@mit.edu> Sat, 31 Jan 2009 15:00:34 -0500 |
---|
280 | |
---|
281 | debathena-reactivate (1.5) unstable; urgency=low |
---|
282 | |
---|
283 | * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL. |
---|
284 | * Change "Debian-Athena Project" to "Debathena Project". |
---|
285 | * Remove debian/control from version control. |
---|
286 | * Clean up debian/copyright. |
---|
287 | |
---|
288 | -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 18:59:19 -0500 |
---|
289 | |
---|
290 | debathena-reactivate (1.4) unstable; urgency=low |
---|
291 | |
---|
292 | * Add the user to more groups when they login. |
---|
293 | |
---|
294 | -- Evan Broder <broder@mit.edu> Sat, 24 Jan 2009 13:36:03 -0500 |
---|
295 | |
---|
296 | debathena-reactivate (1.3) unstable; urgency=low |
---|
297 | |
---|
298 | * Ensure the sound card volume levels are set to 0 at session end. |
---|
299 | |
---|
300 | -- Robert Basch <rbasch@mit.edu> Tue, 16 Dec 2008 19:30:25 -0500 |
---|
301 | |
---|
302 | debathena-reactivate (1.2) unstable; urgency=low |
---|
303 | |
---|
304 | * Rewrite to use login chroots. |
---|
305 | |
---|
306 | -- Greg Hudson <ghudson@mit.edu> Fri, 22 Aug 2008 15:30:57 -0400 |
---|
307 | |
---|
308 | debathena-reactivate (1.1) unstable; urgency=low |
---|
309 | |
---|
310 | * Initial release. |
---|
311 | |
---|
312 | -- Greg Hudson <ghudson@mit.edu> Thu, 14 Aug 2008 16:27:15 -0400 |
---|