]> pere.pagekite.me Git - homepage.git/blob - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <title>Petter Reinholdtsen</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
8
9 <item>
10 <title>systemd, an interesting alternative to upstart</title>
11 <link>http://people.skolelinux.org/pere/blog/systemd__an_interesting_alternative_to_upstart.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/systemd__an_interesting_alternative_to_upstart.html</guid>
13 <pubDate>Thu, 13 May 2010 22:20:00 +0200</pubDate>
14 <description>
15 &lt;p&gt;The last few days a new boot system called
16 &lt;a href=&quot;http://www.freedesktop.org/wiki/Software/systemd&quot;&gt;systemd&lt;/a&gt;
17 has been
18 &lt;a href=&quot;http://0pointer.de/blog/projects/systemd.html&quot;&gt;introduced&lt;/a&gt;
19
20 to the free software world. I have not yet had time to play around
21 with it, but it seem to be a very interesting alternative to
22 &lt;a href=&quot;http://upstart.ubuntu.com/&quot;&gt;upstart&lt;/a&gt;, and might prove to be
23 a good alternative for Debian when we are able to switch to an event
24 based boot system. Tollef is
25 &lt;a href=&quot;http://bugs.debian.org/580814&quot;&gt;in the process&lt;/a&gt; of getting
26 systemd into Debian, and I look forward to seeing how well it work. I
27 like the fact that systemd handles init.d scripts with dependency
28 information natively, allowing them to run in parallel where upstart
29 at the moment do not.&lt;/p&gt;
30
31 &lt;p&gt;Unfortunately do systemd have the same problem as upstart regarding
32 platform support. It only work on recent Linux kernels, and also need
33 some new kernel features enabled to function properly. This means
34 kFreeBSD and Hurd ports of Debian will need a port or a different boot
35 system. Not sure how that will be handled if systemd proves to be the
36 way forward.&lt;/p&gt;
37
38 &lt;p&gt;In the mean time, based on the
39 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
40 on debian-devel@&lt;/a&gt; regarding parallel booting in Debian, I have
41 decided to enable full parallel booting as the default in Debian as
42 soon as possible (probably this weekend or early next week), to see if
43 there are any remaining serious bugs in the init.d dependencies. A
44 new version of the sysvinit package implementing this change is
45 already in experimental. If all go well, Squeeze will be released
46 with parallel booting enabled by default.&lt;/p&gt;
47 </description>
48 </item>
49
50 <item>
51 <title>Parallellizing the boot in Debian Squeeze - ready for wider testing</title>
52 <link>http://people.skolelinux.org/pere/blog/Parallellizing_the_boot_in_Debian_Squeeze___ready_for_wider_testing.html</link>
53 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellizing_the_boot_in_Debian_Squeeze___ready_for_wider_testing.html</guid>
54 <pubDate>Thu, 6 May 2010 23:25:00 +0200</pubDate>
55 <description>
56 &lt;p&gt;These days, the init.d script dependencies in Squeeze are quite
57 complete, so complete that it is actually possible to run all the
58 init.d scripts in parallell based on these dependencies. If you want
59 to test your Squeeze system, make sure
60 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
61 based boot sequencing&lt;/a&gt; is enabled, and add this line to
62 /etc/default/rcS:&lt;/p&gt;
63
64 &lt;blockquote&gt;&lt;pre&gt;
65 CONCURRENCY=makefile
66 &lt;/pre&gt;&lt;/blockquote&gt;
67
68 &lt;p&gt;That is it. It will cause sysv-rc to use the startpar tool to run
69 scripts in parallel using the dependency information stored in
70 /etc/init.d/.depend.boot, /etc/init.d/.depend.start and
71 /etc/init.d/.depend.stop to order the scripts. Startpar is configured
72 to try to start the kdm and gdm scripts as early as possible, and will
73 start the facilities required by kdm or gdm as early as possible to
74 make this happen.&lt;/p&gt;
75
76 &lt;p&gt;Give it a try, and see if you like the result. If some services
77 fail to start properly, it is most likely because they have incomplete
78 init.d script dependencies in their startup script (or some of their
79 dependent scripts have incomplete dependencies). Report bugs and get
80 the package maintainers to fix it. :)&lt;/p&gt;
81
82 &lt;p&gt;Running scripts in parallel could be the default in Debian when we
83 manage to get the init.d script dependencies complete and correct. I
84 expect we will get there in Squeeze+1, if we get manage to test and
85 fix the remaining issues.&lt;/p&gt;
86
87 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
88 the BTS, please usertag the report to get it to show up at
89 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
90 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
91 </description>
92 </item>
93
94 <item>
95 <title>Forcing new users to change their password on first login</title>
96 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
97 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
98 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
99 <description>
100 &lt;p&gt;One interesting feature in Active Directory, is the ability to
101 create a new user with an expired password, and thus force the user to
102 change the password on the first login attempt.&lt;/p&gt;
103
104 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
105 Edu, but did some initial testing with a local account. The account
106 and password aging information is available in /etc/shadow, but
107 unfortunately, it is not possible to specify an expiration time for
108 passwords, only a maximum age for passwords.&lt;/p&gt;
109
110 &lt;p&gt;A freshly created account (using adduser test) will have these
111 settings in /etc/shadow:&lt;/p&gt;
112
113 &lt;blockquote&gt;&lt;pre&gt;
114 root@tjener:~# chage -l test
115 Last password change : May 02, 2010
116 Password expires : never
117 Password inactive : never
118 Account expires : never
119 Minimum number of days between password change : 0
120 Maximum number of days between password change : 99999
121 Number of days of warning before password expires : 7
122 root@tjener:~#
123 &lt;/pre&gt;&lt;/blockquote&gt;
124
125 &lt;p&gt;The only way I could come up with to create a user with an expired
126 account, is to change the date of the last password change to the
127 lowest value possible (January 1th 1970), and the maximum password age
128 to the difference in days between that date and today. To make it
129 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
130 avoid testing if 0 is a valid value).&lt;/p&gt;
131
132 &lt;p&gt;After using these commands to set it up, it seem to work as
133 intended:&lt;/p&gt;
134
135 &lt;blockquote&gt;&lt;pre&gt;
136 root@tjener:~# chage -d 1 test; chage -M 10950 test
137 root@tjener:~# chage -l test
138 Last password change : Jan 02, 1970
139 Password expires : never
140 Password inactive : never
141 Account expires : never
142 Minimum number of days between password change : 0
143 Maximum number of days between password change : 10950
144 Number of days of warning before password expires : 7
145 root@tjener:~#
146 &lt;/pre&gt;&lt;/blockquote&gt;
147
148 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
149 Squeeze) login, and all ask for a new password before login in the
150 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
151
152 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
153 sure only the user itself have the account password?&lt;/p&gt;
154
155 &lt;p&gt;If you want to comment on or help out with implementing this for
156 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
157
158 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
159 shadow(8) page in Debian/testing now state that setting the date of
160 last password change to zero (0) will force the password to be changed
161 on the first login. This was not mentioned in the manual in Lenny, so
162 I did not notice this in my initial testing. I have tested it on
163 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
164 tested it on Lenny yet.&lt;/p&gt;
165
166 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
167 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
168 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
169 change.&lt;/p&gt;
170 </description>
171 </item>
172
173 <item>
174 <title>Thoughts on roaming laptop setup for Debian Edu</title>
175 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
176 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
177 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
178 <description>
179 &lt;p&gt;For some years now, I have wondered how we should handle laptops in
180 Debian Edu. The Debian Edu infrastructure is mostly designed to
181 handle stationary computers, and less suited for computers that come
182 and go.&lt;/p&gt;
183
184 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
185 Debian Edu for laptops, by introducing a new profile for them, for
186 example called Roaming Workstations. Here are my thought on this.
187 The setup would consist of the following:&lt;/p&gt;
188
189 &lt;ul&gt;
190
191 &lt;li&gt;During installation, the user name of the owner / primary user of
192 the laptop is requested and a local home directory is set up for
193 the user, with uid and gid information fetched from the LDAP
194 server. This allow the user to work also when offline. The
195 central home directory can be available in a subdirectory on
196 request, for example mounted via CIFS. It could be mounted
197 automatically when a user log in while on the Debian Edu network,
198 and unmounted when the machine is taken away (network down,
199 hibernate, etc), it can be set up to do automatic mounting on
200 request (using autofs), or perhaps some GUI button on the desktop
201 can be used to access it when needed. Perhaps it is enough to use
202 the fish protocol in KDE?&lt;/li&gt;
203
204 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
205 authentication when the machine is on the Debian Edu network, and
206 to cache the password for offline checking when the machine unable
207 to reach the LDAP or Kerberos server. This can be done using
208 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
209 or the Fedora developed
210 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
211 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
212
213 &lt;li&gt;File synchronisation with the central home directory is set up
214 using a shared directory in both the local and the central home
215 directory, using unison.&lt;/li&gt;
216
217 &lt;li&gt;Printing should be set up to print to all printers broadcasting
218 their existence on the local network, and should then work out of
219 the box with CUPS. For sites needing accurate printer quotas, some
220 system with Kerberos authentication or printing via ssh could be
221 implemented.&lt;/li&gt;
222
223 &lt;li&gt;For users that should have local root access to their laptop,
224 sudo should be used to allow this to the local user.&lt;/li&gt;
225
226 &lt;li&gt;It would be nice if user and group information from LDAP is
227 cached on the client, but given that there are entries for the
228 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
229
230 &lt;/ul&gt;
231
232 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
233 the moment. If we work quickly, we should be able to get this ready
234 in time for the Squeeze release to freeze. Some of the pieces need
235 tweaking, like libpam-ccreds should get support for pam-auth-update
236 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
237 perhaps debian-edu-config) should get some integration code to stop
238 its daemon when the LDAP server is unavailable to avoid long timeouts
239 when disconnected from the net. If we get Kerberos enabled, we need
240 to make sure we avoid long timeouts there too.&lt;/p&gt;
241
242 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
243 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
244 </description>
245 </item>
246
247 <item>
248 <title>Great book: &quot;Content: Selected Essays on Technology, Creativity, Copyright, and the Future of the Future&quot;</title>
249 <link>http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html</link>
250 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html</guid>
251 <pubDate>Mon, 19 Apr 2010 17:10:00 +0200</pubDate>
252 <description>
253 &lt;p&gt;The last few weeks i have had the pleasure of reading a
254 thought-provoking collection of essays by Cory Doctorow, on topics
255 touching copyright, virtual worlds, the future of man when the
256 conscience mind can be duplicated into a computer and many more. The
257 book titled &quot;Content: Selected Essays on Technology, Creativity,
258 Copyright, and the Future of the Future&quot; is available with few
259 restrictions on the web, for example from
260 &lt;a href=&quot;http://craphound.com/content/&quot;&gt;his own site&lt;/a&gt;. I read the
261 epub-version from
262 &lt;a href=&quot;http://www.feedbooks.com/book/2883&quot;&gt;feedbooks&lt;/a&gt; using
263 &lt;a href=&quot;http://www.fbreader.org/&quot;&gt;fbreader&lt;/a&gt; and my N810. I
264 strongly recommend this book.&lt;/p&gt;
265 </description>
266 </item>
267
268 <item>
269 <title>Kerberos for Debian Edu/Squeeze?</title>
270 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
271 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
272 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
273 <description>
274 &lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
275 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
276 about the need to start using Kerberos in Skolelinux. Setting up a
277 Kerberos server seem to be straight forward, and if we get this in
278 place a long time before the Squeeze version of Debian freezes, we
279 have a chance to migrate Skolelinux away from NFSv3 for the home
280 directories, and over to an architecture where the infrastructure do
281 not have to trust IP addresses and machines, and instead can trust
282 users and cryptographic keys instead.&lt;/p&gt;
283
284 &lt;p&gt;A challenge will be integration and administration. Is there a
285 Kerberos implementation for Debian where one can control the
286 administration access in Kerberos using LDAP groups? With it, the
287 school administration will have to maintain access control using flat
288 files on the main server, which give a huge potential for errors.&lt;/p&gt;
289
290 &lt;p&gt;A related question I would like to know is how well Kerberos and
291 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
292
293 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
294 Nagios. I have no idea how much work that will be to implement. We
295 would also need to document how to integrate with Windows AD, as such
296 shared network will require two Kerberos realms that need to cooperate
297 to work properly.&lt;/p&gt;
298
299 &lt;p&gt;I believe a good start would be to start using Kerberos on the
300 skolelinux.no machines, and this way get ourselves experience with
301 configuration and integration. A natural starting point would be
302 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
303 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
304 time.&lt;/p&gt;
305
306 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
307 I recommend you to see the video recording from yesterdays NUUG
308 presentation, and start using Kerberos at home. The video show show
309 up in a few days.&lt;/p&gt;
310 </description>
311 </item>
312
313 <item>
314 <title>På vegne av vanvitting mange, Aftenposten!</title>
315 <link>http://people.skolelinux.org/pere/blog/P___vegne_av_vanvitting_mange__Aftenposten_.html</link>
316 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/P___vegne_av_vanvitting_mange__Aftenposten_.html</guid>
317 <pubDate>Sat, 6 Mar 2010 21:15:00 +0100</pubDate>
318 <description>
319 &lt;p&gt;&lt;a href=&quot;http://fotball.aftenposten.no/incoming/article163000.ece&quot;&gt;Aftenposten
320 melder&lt;/a&gt; på forsiden av webavisen sin at de tror Erling Fossen
321 provoserer nordlendinger med sine uttalelser på
322 fotballtinget. Jeg er utflyttet nordlending, og må innrømme at jeg
323 ikke kjennet så mye som et snev av provokasjon fra denne litt morsomme
324 uttalelsen til Hr. Fossen. Lurer på om Aftenposten har noen kilder
325 utenom redaksjonen for sin påstand om at nordledinger er provosert av
326 Hr. Fossen. Må innrømme at jeg tviler på det.&lt;/p&gt;
327
328 &lt;p&gt;Det hele bringer tankene tilbake til Sture Hansen i Hallo i Uken.&lt;/p&gt;
329 </description>
330 </item>
331
332 <item>
333 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
334 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
335 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
336 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
337 <description>
338 &lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
339 in, I asked for a hook in the kdm and gdm setup to run scripts as root
340 when the user log out. A bug was submitted against the xfree86-common
341 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
342 and revisited every time Debian Edu was working on a new release.
343 Today, this finally paid off.&lt;/p&gt;
344
345 &lt;p&gt;The framework for this feature was today commited to the git
346 repositry for the xorg package, and the git repository for xdm has
347 been updated to use this framework. Next on my agenda is to make sure
348 kdm and gdm also add code to use this framework.&lt;/p&gt;
349
350 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
351 user log out, to get rid of runaway processes and do general cleanup
352 after a user. With this framework in place, we finally can do that in
353 a generic way that work with all display managers using this
354 framework. My goal is to get all display managers in Debian use it,
355 similar to how they use the Xsession.d framework today.&lt;p&gt;
356 </description>
357 </item>
358
359 <item>
360 <title>Digitale bøker uten digitale restriksjonsmekanismer (DRM) bør få mva-fritak</title>
361 <link>http://people.skolelinux.org/pere/blog/Digitale_b__ker_uten_digitale_restriksjonsmekanismer__DRM__b__r_f___mva_fritak.html</link>
362 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Digitale_b__ker_uten_digitale_restriksjonsmekanismer__DRM__b__r_f___mva_fritak.html</guid>
363 <pubDate>Wed, 3 Mar 2010 19:00:00 +0100</pubDate>
364 <description>
365 &lt;p&gt;Den norske bokbransjen har
366 &lt;a href=&quot;http://www.digi.no/823912/nei-til-moms-paa-e-boker&quot;&gt;bedt om at
367 digitale bøker må få mva-fritak&lt;/a&gt; slik papirbøker har det, og
368 &lt;a href=&quot;http://www.digi.no/836875/moms-paa-alt-digitalt-innhold&quot;&gt;finansdepartementet
369 har sagt nei&lt;/a&gt;. Det er et interessant spørsmål om digitale bøker
370 bør ha mva-fritak eller ikke, og svaret er ikke så enkelt som et ja
371 eller nei.
372 &lt;a href=&quot;http://www.digi.no/836925/norske-e-boker-truet-av-moms&quot;&gt;Enkelte
373 medlemmer&lt;/a&gt; av bokbransjen truer med å droppe den planlagte
374 lanseringen av norske digitale bøker med digitale restriksjonsmekanismer
375 (DRM) som de har snakket om å gjennomføre nå i vår, og det må de
376 gjerne gjøre for min del.&lt;/p&gt;
377
378 &lt;p&gt;Papirbøker har mva-fritak pga. at de fremmer kultur- og
379 kunnskapsspredning. Digitale bøker uten digitale
380 restriksjonsmekanismer (DRM) fremmer kultur- og kunnskapsspredning,
381 mens digitale bøker med DRM hindrer kultur og kunnskapsspredning.
382 Digitale bøker uten DRM bør få mva-fritak da det er salg av bøker på
383 lik linje med salg av papirbøker, mens digitale bøker med DRM ikke bør
384 få det da det er utleie av bøker og ikke salg.&lt;/p&gt;
385
386 &lt;p&gt;Jeg foretrekker å kjøpe bøker, og velger dermed å la være å bruke
387 DRM-belastede digitale bøker. Vet ikke helt hva jeg ville være villig
388 til å betale for å leie en bok, men tror ikke det er mange kronene.
389 Heldigvis er det mye bøker tilgjengelig uten slike restriksjoner, og
390 de som vil ha tak i engelske bøker kan laste ned bøker som er
391 tilgjengelig uten bruksbegresninger fra &lt;a href=&quot;http://www.archive.org/&quot;&gt;The
392 Internet Archive&lt;/a&gt;. Der er det pr. i dag 1 889 313 bøker
393 tilgjengelig. De er tilgjengelig i flere formater. Besøk
394 &lt;a href=&quot;http://www.archive.org/details/texts&quot;&gt;oversikten over tekster
395 der&lt;/a&gt; for å se hva de har.
396 </description>
397 </item>
398
399 <item>
400 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
401 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
402 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
403 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
404 <description>
405 &lt;p&gt;On Tuesday, the Debian/Lenny based version of
406 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
407 shipped. This was a major leap forward for the project, and I am very
408 pleased that we finally got the release wrapped up. Work on the first
409 point release starts imediately, as we plan to get that one out a
410 month after the major release, to include all fixes for bugs we found
411 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
412
413 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
414
415 &lt;p&gt;After this first point release, my plan is to focus again on the
416 next major release, based on Squeeze. We will try to get as many of
417 the fixes we need into the official Debian packages before the freeze,
418 and have just a few weeks or months to make it happen.&lt;/p&gt;
419 </description>
420 </item>
421
422 </channel>
423 </rss>