source: trunk/debathena/config/reactivate/debian/changelog @ 24150

Revision 24150, 7.7 KB checked in by geofft, 15 years ago (diff)
reactivate: Clean up /etc/schroot/schroot.conf. If this update happens during a login session, then reactivate 1.x will have modified schroot.conf, and schroot 1.3 will want to update that file, and athena-auto-update is unlikely to deal with this correctly. To avoid this, we clean up schroot.conf in our preinst; hopefully that happens before schroot 1.3 gets unpacked. And you don't particularly need to be in schroot.conf once you've logged in, anyway. (reactivate 2 uses chroot.d to avoid this problem.)
Line 
1debathena-reactivate (2.0) unstable; urgency=low
2
3  * Rewrite to use schroot 1.3 and aufs union mounts instead of LVM.
4    This makes logins on a Dell 760 take about 8 seconds to reach the
5    desktop.
6
7 -- Geoffrey Thomas <geofft@mit.edu>  Sun, 08 Nov 2009 16:36:48 -0500
8
9debathena-reactivate (1.25.6) unstable; urgency=low
10
11  * Fix init script metadata (overlooked in 1.21).
12
13 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 16 Oct 2009 23:57:22 -0400
14
15debathena-reactivate (1.25.5) unstable; urgency=low
16
17  * geofft's transformation of /etc/pam.d/su was running outside the
18    chroot, and editing the file in place, thus clobbering the symlink. We
19    need to fix all of this in the postinst.
20
21 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 14:47:45 -0400
22
23debathena-reactivate (1.25.4) unstable; urgency=low
24
25  * Always lecture users trying to sudo on quickstations.
26  * Stop editing /etc/pam.d/sudo in the snapshot setup, since we're no
27    longer diverting it.
28
29 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 13:52:32 -0400
30
31debathena-reactivate (1.25.3) unstable; urgency=low
32
33  * Specify both of the lecture files in /etc/sudoers: error for
34    everybody, and warning for the admin group. The latter overrides the
35    former.
36
37 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 12:39:11 -0400
38
39debathena-reactivate (1.25.2) unstable; urgency=low
40
41  [ Evan Broder ]
42  * Use PAM instead of the sudo lecture_file to lecture users.
43
44  [ Geoffrey Thomas ]
45  * Do that only outside the cluster login session, and preserve
46    lecture_file within the chroot.
47  * Revert 1.25.1, since it doesn't actually change anything.
48
49 -- Geoffrey Thomas <geofft@mit.edu>  Wed, 14 Oct 2009 08:58:58 -0400
50
51debathena-reactivate (1.25.1) unstable; urgency=low
52
53  * Display the sudo lecture file for all users, not just the admin
54    group. This ensures it will show on quickstations, not just clusters.
55
56 -- Evan Broder <broder@mit.edu>  Sun, 11 Oct 2009 12:20:11 -0400
57
58debathena-reactivate (1.25) unstable; urgency=low
59
60  * Don't put the user in a login snapshot on a quickstation.
61
62 -- Evan Broder <broder@mit.edu>  Wed, 07 Oct 2009 11:45:09 -0400
63
64debathena-reactivate (1.24) unstable; urgency=low
65
66  * Change back to mounting the login snapshot as ext3, since that was
67    substantially hurting performance.
68
69 -- Evan Broder <broder@mit.edu>  Mon, 05 Oct 2009 10:12:40 -0400
70
71debathena-reactivate (1.23) unstable; urgency=low
72
73  * Mount the login snapshot file system as ext2, with noatime.
74
75 -- Robert Basch <rbasch@mit.edu>  Wed, 30 Sep 2009 17:49:49 -0400
76
77debathena-reactivate (1.22) unstable; urgency=low
78
79  * Use the new /usr/share/debathena-gdm-config/{Pre,Post}Session.d
80    directories in gdm-config.
81
82 -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 14:44:49 -0400
83
84debathena-reactivate (1.21) unstable; urgency=low
85
86  * Avoid sound during first login (Trac: 292).
87
88 -- Michael Mekonnen <mikemeko@mit.edu>  Sun, 20 Sep 2009 15:31:13 -0400
89
90debathena-reactivate (1.20.1) unstable; urgency=low
91
92  * Use the right debian/rules variable for removing files.
93
94 -- Evan Broder <broder@mit.edu>  Wed, 17 Jun 2009 23:21:08 -0400
95
96debathena-reactivate (1.20) unstable; urgency=low
97
98  * Remove the autostart .desktop files for jockey-gtk and update-notifier
99    so that users don't get notifications about things they can't change.
100
101 -- Evan Broder <broder@mit.edu>  Wed, 17 Jun 2009 23:07:00 -0400
102
103debathena-reactivate (1.19.1) unstable; urgency=low
104
105  * Make the warning for su appear above the Password: prompt, instead of
106    below it.
107
108 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 18 May 2009 19:45:39 -0400
109
110debathena-reactivate (1.19) unstable; urgency=low
111
112  * Display a warning about the login snapshots, once per session
113    for sudo and every time you su.
114
115 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 15 May 2009 02:35:03 -0400
116
117debathena-reactivate (1.18) unstable; urgency=low
118
119  * Send SIGTERM before SIGKILL when cleaning up user processes
120    using the bind mounts, to give them a chance to exit cleanly.
121
122 -- Robert Basch <rbasch@mit.edu>  Tue, 24 Mar 2009 17:24:07 -0400
123
124debathena-reactivate (1.17) unstable; urgency=low
125
126  * Even more verbosity! Use fuser -kmv to get more output about the
127    running processes.
128
129 -- Evan Broder <broder@mit.edu>  Wed, 18 Mar 2009 19:25:53 -0400
130
131debathena-reactivate (1.16) unstable; urgency=low
132
133  * Don't redirect output to /dev/null when we're trying to log it
134
135 -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 20:18:52 -0400
136
137debathena-reactivate (1.15) unstable; urgency=low
138
139  * Include timing information in the logging.
140
141 -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 08:28:51 -0400
142
143debathena-reactivate (1.14) unstable; urgency=low
144
145  * Add instrumentation to track why reactivations are failing.
146
147 -- Evan Broder <broder@mit.edu>  Thu, 12 Mar 2009 20:06:10 -0400
148
149debathena-reactivate (1.13) unstable; urgency=low
150
151  * Instead of generating policy-rc.d at login time, have a general
152    policy-rc.d that works both inside and outside of the chroot. This
153    fixes a potential issue if there's a reboot during a login session.
154
155 -- Evan Broder <broder@mit.edu>  Sat, 07 Mar 2009 17:20:01 -0500
156
157debathena-reactivate (1.12) unstable; urgency=low
158
159  * Restart a provided list of daemons inside the chroot at login.
160
161 -- Evan Broder <broder@mit.edu>  Thu, 05 Mar 2009 20:46:25 -0500
162
163debathena-reactivate (1.11) unstable; urgency=low
164
165  * Work around an schroot bug that causes you to get dropped from all of
166    your groups.
167
168 -- Evan Broder <broder@mit.edu>  Wed, 04 Mar 2009 22:01:39 -0500
169
170debathena-reactivate (1.10) unstable; urgency=low
171
172  * Ignore failure to umount /media.
173
174 -- Robert Basch <rbasch@mit.edu>  Mon, 23 Feb 2009 12:41:53 -0500
175
176debathena-reactivate (1.9) unstable; urgency=low
177
178  * Added /dev/pts and /dev/shm to the bind-mount list such that matlab and
179    mathematica can run.
180  * Made /media a shared mount (which also required pre-bind-mounting it
181    to itself) so that USB automounts are visible inside the chroot.
182  * Reversed the order of unmounting such that it's more likely to succeed.
183
184 -- andrew m. boardman <amb@mit.edu>  Thu, 19 Feb 2009 16:51:30 -0500
185       
186debathena-reactivate (1.8) unstable; urgency=low
187
188  * Try to kill remaining user processes using any of the login
189    chroot's bind mounts at session end.
190  * Don't die upon failure to umount any of the bind mounts at
191    session end; this should force a reboot after the umount of
192    the chroot mountpoint fails.
193
194 -- Robert Basch <rbasch@mit.edu>  Sat, 07 Feb 2009 18:38:45 -0500
195
196debathena-reactivate (1.7) unstable; urgency=low
197
198  * Configure locate's cron job to not walk /login.
199
200 -- Tim Abbott <tabbott@mit.edu>  Sat, 07 Feb 2009 17:23:01 -0500
201
202debathena-reactivate (1.6) unstable; urgency=low
203
204  * Fix typo in schroot configuration (environment_filter should be
205    environment-filter).
206
207 -- Tim Abbott <tabbott@mit.edu>  Sat, 31 Jan 2009 15:00:34 -0500
208
209debathena-reactivate (1.5) unstable; urgency=low
210
211  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
212  * Change "Debian-Athena Project" to "Debathena Project".
213  * Remove debian/control from version control.
214  * Clean up debian/copyright.
215
216 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 18:59:19 -0500
217
218debathena-reactivate (1.4) unstable; urgency=low
219
220  * Add the user to more groups when they login.
221
222 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 13:36:03 -0500
223
224debathena-reactivate (1.3) unstable; urgency=low
225
226  * Ensure the sound card volume levels are set to 0 at session end.
227
228 -- Robert Basch <rbasch@mit.edu>  Tue, 16 Dec 2008 19:30:25 -0500
229
230debathena-reactivate (1.2) unstable; urgency=low
231
232  * Rewrite to use login chroots.
233
234 -- Greg Hudson <ghudson@mit.edu>  Fri, 22 Aug 2008 15:30:57 -0400
235
236debathena-reactivate (1.1) unstable; urgency=low
237
238  * Initial release.
239
240 -- Greg Hudson <ghudson@mit.edu>  Thu, 14 Aug 2008 16:27:15 -0400
Note: See TracBrowser for help on using the repository browser.