]> pere.pagekite.me Git - homepage.git/blob - blog/tags/debian edu/debian edu.rss
36dc2729706305651ece9a6bd975a7e37eb1c76b
[homepage.git] / blog / tags / debian edu / debian edu.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged debian edu</title>
5 <description>Entries tagged debian edu</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>How to add extra storage servers in Debian Edu / Skolelinux</title>
11 <link>http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</guid>
13 <pubDate>Fri, 14 Mar 2014 12:50:00 +0100</pubDate>
14 <description>&lt;p&gt;On larger sites, it is useful to use a dedicated storage server for
15 storing user home directories and data. The design for handling this
16 in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, is
17 to update the automount rules in LDAP and let the automount daemon on
18 the clients take care of the rest. I was reminded about the need to
19 document this better when one of the customers of
20 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, where I am
21 on the board of directors, asked about how to do this. The steps to
22 get this working are the following:&lt;/p&gt;
23
24 &lt;p&gt;&lt;ol&gt;
25
26 &lt;li&gt;Add new storage server in DNS. I use nas-server.intern as the
27 example host here.&lt;/li&gt;
28
29 &lt;li&gt;Add automoun LDAP information about this server in LDAP, to allow
30 all clients to automatically mount it on reqeust.&lt;/li&gt;
31
32 &lt;li&gt;Add the relevant entries in tjener.intern:/etc/fstab, because
33 tjener.intern do not use automount to avoid mounting loops.&lt;/li&gt;
34
35 &lt;/ol&gt;&lt;/p&gt;
36
37 &lt;p&gt;DNS entries are added in GOsa², and not described here. Follow the
38 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted&quot;&gt;instructions
39 in the manual&lt;/a&gt; (Machine Management with GOsa² in section Getting
40 started).&lt;/p&gt;
41
42 &lt;p&gt;Ensure that the NFS export points on the server are exported to the
43 relevant subnets or machines:&lt;/p&gt;
44
45 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
46 root@tjener:~# showmount -e nas-server
47 Export list for nas-server:
48 /storage 10.0.0.0/8
49 root@tjener:~#
50 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
51
52 &lt;p&gt;Here everything on the backbone network is granted access to the
53 /storage export. With NFSv3 it is slightly better to limit it to
54 netgroup membership or single IP addresses to have some limits on the
55 NFS access.&lt;/p&gt;
56
57 &lt;p&gt;The next step is to update LDAP. This can not be done using GOsa²,
58 because it lack a module for automount. Instead, use ldapvi and add
59 the required LDAP objects using an editor.&lt;/p&gt;
60
61 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
62 ldapvi --ldap-conf -ZD &#39;(cn=admin)&#39; -b ou=automount,dc=skole,dc=skolelinux,dc=no
63 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
64
65 &lt;p&gt;When the editor show up, add the following LDAP objects at the
66 bottom of the document. The &quot;/&amp;&quot; part in the last LDAP object is a
67 wild card matching everything the nas-server exports, removing the
68 need to list individual mount points in LDAP.&lt;/p&gt;
69
70 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
71 add cn=nas-server,ou=auto.skole,ou=automount,dc=skole,dc=skolelinux,dc=no
72 objectClass: automount
73 cn: nas-server
74 automountInformation: -fstype=autofs --timeout=60 ldap:ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
75
76 add ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
77 objectClass: top
78 objectClass: automountMap
79 ou: auto.nas-server
80
81 add cn=/,ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
82 objectClass: automount
83 cn: /
84 automountInformation: -fstype=nfs,tcp,rsize=32768,wsize=32768,rw,intr,hard,nodev,nosuid,noatime nas-server.intern:/&amp;
85 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
86
87 &lt;p&gt;The last step to remember is to mount the relevant mount points in
88 tjener.intern by adding them to /etc/fstab, creating the mount
89 directories using mkdir and running &quot;mount -a&quot; to mount them.&lt;/p&gt;
90
91 &lt;p&gt;When this is done, your users should be able to access the files on
92 the storage server directly by just visiting the
93 /tjener/nas-server/storage/ directory using any application on any
94 workstation, LTSP client or LTSP server.&lt;/p&gt;
95 </description>
96 </item>
97
98 <item>
99 <title>Debian Edu interview: Dominik George</title>
100 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</link>
101 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</guid>
102 <pubDate>Wed, 25 Dec 2013 13:40:00 +0100</pubDate>
103 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
104 project&lt;/a&gt; consist of both newcomers and old timers, and this time I
105 was able to get an interview with a newcomer in the project who showed
106 up on the IRC channel a few weeks ago to let us know about his
107 successful installation of Debian Edu Wheezy in his School. Say hello
108 to &lt;a href=&quot;https://www.ohloh.net/accounts/Natureshadow&quot;&gt;Dominik
109 George&lt;/a&gt;.&lt;/p&gt;
110
111 &lt;!-- http://www.dominik-george.de/images/foto.jpg --&gt;
112
113 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
114
115 &lt;p&gt;I am a 23 year-old student from Germany who has spent half of his
116 life with open source. In &quot;real life&quot;, I am, as already mentioned, a
117 student in the fields of Computer Science, Electrical Engineering,
118 Information Technologies and Anglistics. Due to my (only partially
119 voluntary) huge engagement in the open source world, these things are
120 a bit vacant right now however.&lt;/p&gt;
121
122 &lt;p&gt;I also have been working as a project teacher at a Gymasnium
123 (public school) for various years now. I took up that work some time
124 around 2005 when still attending that school myself and have continued
125 it until today. I also had been running the (kind of very advanced)
126 network of that school together with a team of very interested and
127 talented students in the age of 11 to 15 years, who took the chance to
128 learn a lot about open source and networking before I left the school
129 to help building another school&#39;s informational education concept from
130 scratch.&lt;/p&gt;
131
132 &lt;p&gt;That said, one might see me as a kind of &quot;glue&quot; between school kids
133 and the elderly of teachers as well as between the open source
134 ecosystem and the (even more complex) educational ecosystem.&lt;/p&gt;
135
136 &lt;p&gt;When I am not busy with open source or education, I like Geocaching
137 and cycling.&lt;/p&gt;
138
139 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
140 project?&lt;/strong&gt;&lt;/p&gt;
141
142 &lt;p&gt;I think that happened some time around 2009 when I first attended
143 &lt;a href=&quot;http://www.froscon.org&quot;&gt;FrOSCon&lt;/a&gt; and visited the project
144 booth. I think I wasn&#39;t too interested back then because I used to
145 have an attitude of disliking software that does too much stuff on its
146 own. Maybe I was too inexperienced to realise the upsides of an
147 &quot;out-of-the-box&quot; solution ;).&lt;/p&gt;
148
149 &lt;p&gt;The first time I actively talked to Skolelinux people was at
150 &lt;a href=&quot;http://www.openrheinruhr.de&quot;&gt;OpenRheinRuhr&lt;/a&gt; 2011 when the
151 BiscuIT project, a home-grewn software used by my school for various
152 really cool things from timetables and class contact lists to lunch
153 ordering, student ID card printing and project elections first got to
154 a stage where it could have been published. I asked the Skolelinux
155 guys running the booth if the project were interested in it and gave a
156 small demonstration, but there wasn&#39;t any real feedback and the guys
157 seemed rather uninterested.&lt;/p&gt;
158
159 &lt;p&gt;After I left the school where I developed the software, it got
160 mostly lost, but I am now reimplementing it for my new school. I have
161 reusability and compatibility in mind, and I hop there will be a new
162 basis for contributing it to the Skolelinux project ;)!&lt;/p&gt;
163
164 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
165 Edu?&lt;/strong&gt;&lt;/p&gt;
166
167 &lt;p&gt;The most important advantage seems to be that it &quot;just
168 works&quot;. After overcoming some minor (but still very annoying) glitches
169 in the installer, I got a fully functional, working school network,
170 without the month-long hassle I experienced when setting all that up
171 from scratch in earlier years. And above that, it rocked - I didn&#39;t
172 have any real hardware at hand, because the school was just founded
173 and has no money whatsoever, so I installed a combined server (main
174 server, terminal services and workstation) in a VM on my personal
175 notebook, bridging the LTSP network interface to the ethernet port,
176 and then PXE-booted the Windows notebooks that were lying around from
177 it. I could use 8 clients without any performance issues, by using a
178 tiny little VM on a tiny little notebook. I think that&#39;s enough to say
179 that it rocks!&lt;/p&gt;
180
181 &lt;p&gt;Secondly, there are marketing reasons. Life&#39;s bad, and so no
182 politician will ever permit a setup described as &quot;Debian, an universal
183 operating system, with some really cool educational tools&quot; while they
184 will be jsut fine with &quot;Skolelinux, a single-purpose solution for your
185 school network&quot;, even if both turn out to be the very same thing (yes,
186 this is unfair towards the Skolelinux project, and must not be taken
187 too seriously - you get the idea, anyway).&lt;/p&gt;
188
189 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
190 Edu?&lt;/strong&gt;&lt;/p&gt;
191
192 &lt;p&gt;I have not been involved with Skolelinux long enough to really
193 answer this question in a fair way. Thus, please allow me to put it in
194 other words: &quot;What do you expect from Skolelinux to keep liking it?&quot; I
195 can list a few points about that:&lt;/p&gt;
196
197 &lt;ul&gt;
198
199 &lt;li&gt;always strive to get all things integrated into Debian upstream
200 &lt;li&gt;be open to discussion about changes and the like, even with newcomers
201 &lt;li&gt;be helpful at being helpful ;)
202
203 &lt;/ul&gt;
204
205 &lt;p&gt;I&#39;m really sorry I cannot say much more about that :(!&lt;/p&gt;
206
207 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
208
209 &lt;p&gt;First of all, all software I use is free and open. I have abandoned
210 all non-free software (except for firmware on my darned phone) this
211 year.&lt;/p&gt;
212
213 &lt;p&gt;I run Debian GNU/Linux on all PC systems I use. On that, I mostly
214 run text tools. I use
215 &lt;a href=&quot;https://www.mirbsd.org/mksh.htm&quot;&gt;mksh&lt;/a&gt; as shell,
216 &lt;a href=&quot;https://www.mirbsd.org/jupp.htm&quot;&gt;jupp&lt;/a&gt; as very advanced
217 text editor (I even got the developer to help me write a script/macro
218 based full-featured student management software with the two),
219 &lt;a href=&quot;http://mcabber.com/&quot;&gt;mcabber&lt;/a&gt; for XMPP and
220 &lt;a href=&quot;http://www.irssi.org/&quot;&gt;irssi&lt;/a&gt; for IRC. For that overly
221 coloured world called the WWW, I use
222 &lt;a href=&quot;https://www.mozilla.org/en-US/firefox/new/&quot;&gt;Iceweasel
223 (Firefox)&lt;/a&gt;. Oh, and &lt;a href=&quot;http://www.mutt.org/&quot;&gt;mutt&lt;/a&gt; for
224 e-mail.&lt;/p&gt;
225
226 &lt;p&gt;However, while I am personally aware of the fact that text tools
227 are more efficient and powerful than anything else, I also use (or at
228 least operate) some tools that are suitable to bring open source to
229 kids. One of these things is &lt;a href=&quot;http://jappix.org/&quot;&gt;Jappix&lt;/a&gt;,
230 which I already introduced to some kids even before they got aware of
231 Facebook, making them see for themselves that they do not need
232 Facebook now ;).&lt;/p&gt;
233
234 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
235 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
236
237 &lt;p&gt;Well, that&#39;s a two-sided thing. One side is what I believe, and one
238 side is what I have experienced.&lt;/p&gt;
239
240 &lt;p&gt;I believe that the right strategy is showing them the benefits. But
241 that won&#39;t work out as long as the acceptance of free alternatives
242 grows globally. What I mean is that if all the kids are almost forced
243 to use Windows, Facebook, Skype, you name it at home, they will not
244 see why they would want to use alternatives at school. I have seen
245 students take seat in front of a fully-functional, modern Debian
246 desktop that could do anything their Windows at home could do, and
247 they jsut refused to use it because &quot;Linux sucks&quot;. It is something
248 that makes the council of our city spend around 600000 € to buy
249 software - not including hardware, mind you - for operating school
250 networks, and for installing a system that, as has been proved, does
251 not work. For those of you readers who are good at maths, have you
252 already found out how many lives could have been saved with that money
253 if we had instead used it to bring education to parts of the world
254 that need it? I have, and found it to be nothing less dramatic than
255 plain criminal.&lt;/p&gt;
256
257 &lt;p&gt;That said, the only feasible way appears to be the bottom up
258 method. We have to bring free software to kids and parents. I have
259 founded an association named
260 &lt;a href=&quot;https://www.teckids.org&quot;&gt;Teckids&lt;/a&gt; here in Germany that does
261 just that. We organise several events for kids and adolescents in the
262 area of free and open source software, for example the
263 &lt;a href=&quot;http://kids.froscon.org&quot;&gt;FrogLabs&lt;/a&gt;, which share staff with
264 Teckids and are the youth programme of
265 &lt;a href=&quot;http://www.froscon.org&quot;&gt;the Free and Open Source Software
266 Conference (FrOSCon)&lt;/a&gt;. We do a lot more than most other conferences
267 - this year, we first offered the FrogLabs as a holiday camp for kids
268 aged 10 to 16. It was a huge success, with approx. 30 kids taking part
269 and learning with and about free software through a whole weekend. All
270 of us had a lot of fun, and the results were really exciting.&lt;/p&gt;
271
272 &lt;p&gt;Apart from that, we are preparing a campaign that is supposed to bring
273 the message of free alternatives to stuff kids use every day to them and
274 their parents, e.g. the use of Jabber / Jappix instead of Facebook and
275 Skype. To make that possible, we are planning to get together a team of
276 clever kids who understand very well what their peers need and can bring
277 it across to them. So we will have a peer-driven network of adolescents
278 who teach each other and collect feedback from the community of minors.
279 We then take that feedback and our own experience to work closely with
280 open source projects, such as Skolelinux or Jappix, at improving their
281 software in a way that makes it more and more attractive for the target
282 group. At least I hope that we will have good cooperation with
283 Skolelinux in the future ;)!&lt;/p&gt;
284
285 &lt;p&gt;So in conclusion, what I believe is that, if it weren&#39;t for the world
286 being so bad, it should be very clear to the political decision makers
287 that the only way to go nowadays is free software for various reasons,
288 but I have learnt that the only way that seems to work is bottom up.&lt;/p&gt;
289
290 &lt;!--
291
292 &gt; * Who should be interviewed with this questions in the future?
293
294 That&#39;s probably the hardest question of them all, as I do not know the
295 community. However, I would be willing to do the following:
296
297 &lt;li&gt;Run an interview with a German headteacher who is very open to
298 free software, and also prefers it, but cannot really use it because
299 of the decision makers above;
300 &lt;li&gt;Run interviews with some kids, both with and without previous
301 knowledge about free software
302
303 If that is wanted, just let me know ;).
304
305 --&gt;
306 </description>
307 </item>
308
309 <item>
310 <title>Debian Edu interview: Klaus Knopper</title>
311 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</link>
312 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</guid>
313 <pubDate>Fri, 6 Dec 2013 09:50:00 +0100</pubDate>
314 <description>&lt;p&gt;It has been a while since I managed to publish the last interview,
315 but the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
316 Skolelinux&lt;/a&gt; community is still going strong, and yesterday we even
317 had a new school administrator show up on
318 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt; to share
319 his success story with installing Debian Edu at their school. This
320 time I have been able to get some helpful comments from the creator of
321 Knoppix, Klaus Knopper, who was involved in a Skolelinux project in
322 Germany a few years ago.&lt;/p&gt;
323
324 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
325
326 &lt;p&gt;I am Klaus Knopper. I have a master degree in electrical
327 engineering, and is currently professor in information management at
328 the university of applied sciences Kaiserslautern / Germany and
329 freelance Open Source software developer and consultant.&lt;/p&gt;
330
331 &lt;p&gt;All of this is pretty much of the work I spend my days with. Apart
332 from teaching, I&#39;m also conducting some more or less experimental
333 projects like the &lt;a href=&quot;http://www.knoppix.org&quot;&gt;Knoppix GNU/Linux live
334 system&lt;/a&gt; (Debian-based like Skolelinux),
335 &lt;a href=&quot;http://www.knopper.net/knoppix-adriane/index-en.html&quot;&gt;ADRIANE&lt;/a&gt;
336 (a blind-friendly talking desktop system) and
337 &lt;a href=&quot;http://www.knopper.net/linbo/index-en.html&quot;&gt;LINBO&lt;/a&gt;
338 (Linux-based network boot console, a fast remote install and repair
339 system supporting various operating systems).&lt;/p&gt;
340
341 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
342 project?&lt;/strong&gt;&lt;/p&gt;
343
344 &lt;p&gt;The credit for this have to go to Kurt Gramlich, who is the German
345 coordinator for Skolelinux. We were looking for an all-in-one open
346 source community-supported distribution for schools, and Kurt
347 introduced us to Skolelinux for this purpose.&lt;/p&gt;
348
349 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
350 Edu?&lt;/strong&gt;&lt;/p&gt;
351
352 &lt;ul&gt;
353 &lt;li&gt;Quick installation,&lt;/li&gt;
354 &lt;li&gt;works (almost) out of the box,&lt;/li&gt;
355 &lt;li&gt;contains many useful software packages for teaching and learning,&lt;/li&gt;
356 &lt;li&gt;is a purely community-based distro and not controlled by a
357 single company,&lt;/li&gt;
358 &lt;li&gt;has a large number of supporters and teachers who share their
359 experience and problem solutions.&lt;/li&gt;
360 &lt;/ul&gt;
361
362 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
363 Edu?&lt;/strong&gt;&lt;/p&gt;
364
365 &lt;ul&gt;
366 &lt;li&gt;Skolelinux is - as we had to learn - not easily upgradable to
367 the next version. Opposed to its genuine Debian base, upgrading to
368 a new version means a full new installation from scratch to get it
369 working again reliably.
370
371 &lt;li&gt;Skolelinux is based on Debian/stable, and therefore always a
372 little outdated in terms of program versions compared to Edubuntu or
373 similar educational Linux distros, which rather use Debian/testing
374 as their base.
375
376 &lt;li&gt;Skolelinux has some very self-opinionated and stubborn default
377 configuration which in my opinion adds unnecessary complexity and is
378 not always suitable for a schools needs, the preset network
379 configuration is actually a core definition feature of Skolelinux
380 and not easy to change, so schools sometimes have to change their
381 network configuration to make it &quot;Skolelinux-compatible&quot;.
382
383 &lt;li&gt;Some proposed extensions, which were made available as
384 contribution, like secure examination mode and lecture material
385 distribution and collection, were not accepted into the mainline
386 Skolelinux development and are now not easy to maintain in the
387 future because of Skolelinux somewhat undeterministic update
388 schemes.&lt;/li&gt;
389
390 &lt;li&gt;Skolelinux has only a very tiny number of base developers
391 compared to Debian.&lt;/li&gt;
392
393 &lt;/ul&gt;
394
395 &lt;p&gt;For these reasons and experience from our project, I would now
396 rather consider using plain Debian for schools next time, until
397 Skolelinux is more closely integrated into Debian and becomes
398 upgradeable without reinstallation.&lt;/p&gt;
399
400 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
401
402 &lt;p&gt;GNU/Linux with LXDE desktop, bash for interactive dialog and
403 programming, texlive for documentation and correspondence,
404 occasionally LibreOffice for document format conversion. Various
405 programming languages for teaching.&lt;/p&gt;
406
407 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
408 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
409
410 &lt;p&gt;Strong arguments are&lt;/p&gt;
411
412 &lt;ul&gt;
413
414 &lt;li&gt;Knowledge is free, and so should be methods and tools for
415 teaching and learning.&lt;/li&gt;
416
417 &lt;li&gt;Students can learn with and use the same software at school, at
418 home, and at their working place without running into license or
419 conversion problems.&lt;/li&gt;
420
421 &lt;li&gt;Closed source or proprietary software hides knowledge rather
422 than exposing it, and proprietary software vendors try to bind
423 customers to certain products. But teachers need to teach
424 science, not products.&lt;/li&gt;
425
426 &lt;li&gt;If you have everything you for daily work as open source, what
427 would you need proprietary software for?&lt;/li&gt;
428
429 &lt;/ul&gt;
430 </description>
431 </item>
432
433 <item>
434 <title>Skolelinux / Debian Edu 7.1 install and overview video from Marcelo Salvador</title>
435 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</link>
436 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</guid>
437 <pubDate>Tue, 8 Oct 2013 17:10:00 +0200</pubDate>
438 <description>&lt;p&gt;The other day I was pleased and surprised to discover that Marcelo
439 Salvador had published a
440 &lt;a href=&quot;https://www.youtube.com/watch?v=w-GgpdqgLFc&quot;&gt;video on
441 Youtube&lt;/a&gt; showing how to install the standalone Debian Edu /
442 Skolelinux profile. This is the profile intended for use at home or
443 on laptops that should not be integrated into the provided network
444 services (no central home directory, no Kerberos / LDAP directory etc,
445 in other word a single user machine). The result is 11 minutes long,
446 and show some user applications (seem to be rather randomly picked).
447 Missed a few of my favorites like celestia, planets and chromium
448 showing the &lt;a href=&quot;http://www.zygotebody.com/&quot;&gt;Zygote Body 3D model
449 of the human body&lt;/a&gt;, but I guess he did not know about those or find
450 other programs more interesting. :) And the video do not show the
451 advantages I believe is one of the most valuable featuers in Debian
452 Edu, its central school server making it possible to run hundreds of
453 computers without hard drives by installing one central
454 &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP server&lt;/a&gt;.&lt;/p&gt;
455
456 &lt;p&gt;Anyway, check out the video, embedded below and linked to above:&lt;/p&gt;
457
458 &lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/w-GgpdqgLFc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
459
460 &lt;p&gt;Are there other nice videos demonstrating Skolelinux? Please let
461 me know. :)&lt;/p&gt;
462 </description>
463 </item>
464
465 <item>
466 <title>Finally, Debian Edu Wheezy is released today!</title>
467 <link>http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</link>
468 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</guid>
469 <pubDate>Sun, 29 Sep 2013 10:20:00 +0200</pubDate>
470 <description>&lt;p&gt;A few hours ago, the announcement for the first stable release of
471 Debian Edu Wheezy went out from the Debian publicity team. The
472 complete announcement text can be found at
473 &lt;a href=&quot;http://www.debian.org/News/2013/20130928&quot;&gt;the Debian News
474 section&lt;/a&gt;, translated to several languages. Please check it out.&lt;/p&gt;
475
476 &lt;p&gt;There is one minor known problem that we will fix very soon. One
477 can not install a amd64 Thin Client Server using PXE, as the /var/
478 partition is too small. A workaround is to extend the partition (use
479 lvresize + resize2fs in tty 2 while installing).&lt;/p&gt;
480 </description>
481 </item>
482
483 <item>
484 <title>Third and probably last beta release of Debian Edu Wheezy</title>
485 <link>http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</link>
486 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</guid>
487 <pubDate>Mon, 16 Sep 2013 21:30:00 +0200</pubDate>
488 <description>&lt;p&gt;The third wheezy based beta release of Debian Edu was wrapped up
489 today. This is the release announcement from Holger Levsen:&lt;/p&gt;
490
491 &lt;blockquote&gt;
492 &lt;p&gt;Hi,&lt;/p&gt;
493
494 &lt;p&gt;it is my pleasure to announce the third beta release (beta 2 for
495 short) of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
496 Skolelinux&lt;/a&gt; based on Debian Wheezy!&lt;/p&gt;
497
498 &lt;p&gt;Please test these images extensivly, if no new problems are found
499 we plan to do this final Debian Edu Wheezy release this coming
500 weekend. We are not aware of any major problems or blockers in beta2,
501 if you find something, please notify us immediately!&lt;/p&gt;
502
503 &lt;p&gt;(More about the remaining steps for the Edu Wheezy release in
504 another mail to the edu list tonight or tomorrow...)&lt;/p&gt;
505
506 &lt;p&gt;Noteworthy changes and software updates for Debian Edu 7.1+edu0~b2
507 compared to beta1:&lt;/p&gt;
508
509 &lt;ul&gt;
510
511 &lt;li&gt;The KDE proxy setup has been adjusted to use the provided wpad.dat. This
512 also gets Chromium to use this proxy.&lt;/li&gt;
513 &lt;li&gt;Install kdepim-groupware with KDE desktops to make sure korganizer
514 understand ical/dav sources.&lt;/li&gt;
515 &lt;li&gt;Increased default maximum size of /var/spool/squid and /skole/backup on the
516 main server.&lt;/li&gt;
517 &lt;li&gt;A source DVD image containing all source packages is now available as well.&lt;/li&gt;
518 &lt;li&gt;Updates for chromium (29.0.1547.57-1~deb7u1), imagemagick
519 (6.7.7.10-5+deb7u2), php5 (5.4.4-14+deb7u4), libmodplug
520 (0.8.8.4-3+deb7u1+git20130828), tiff (4.0.2-6+deb7u2), linux-image
521 (3.2.0-4-486_3.2.46-1+deb7u1).&lt;/li&gt;
522
523 &lt;/ul&gt;
524
525 &lt;p&gt;Where to get it:&lt;/p&gt;
526
527 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
528
529 &lt;ul&gt;
530 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
531 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
532 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso .&lt;/li&gt;
533 &lt;/ul&gt;
534
535 &lt;p&gt;The SHA1SUM of this image is: 3a1c89f4666df80eebcd46c5bf5fedb866f9472f&lt;/p&gt;
536
537 &lt;p&gt;To download the multiarch USB stick ISO release you can use
538 &lt;ul&gt;
539 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
540 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
541 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso .&lt;/li&gt;
542 &lt;/ul&gt;
543
544 &lt;p&gt;The SHA1SUM of this image is: 702d1718548f401c74bfa6df9f032cc3ee16597e&lt;/p&gt;
545
546 &lt;p&gt;The Source DVD image has the filename
547 debian-edu-7.1+edu0~b2-source-DVD.iso and the SHA1SUM
548 089eed8b3f962db47aae1f6a9685e9bb2fa30ca5 and is available the same way
549 as the other isos.&lt;/p&gt;
550
551 &lt;p&gt;How to report bugs&lt;/p&gt;
552
553 &lt;p&gt;For information how to report bugs please see
554 &lt;br&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
555
556
557 &lt;p&gt;About Debian Edu and Skolelinux&lt;/p&gt;
558
559 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
560 on Debian providing an out-of-the box environment of a completely
561 configured school network. Immediately after installation a school
562 server running all services needed for a school network is set up just
563 waiting for users and machines being added via GOsa², a comfortable
564 Web-UI. A netbooting environment is prepared using PXE, so after
565 initial installation of the main server from CD or USB stick all other
566 machines can be installed via the network. The provided school server
567 provides LDAP database and Kerberos authentication service,
568 centralized home directories, DHCP server, web proxy and many other
569 services. The desktop contains more than 60 educational software
570 packages and more are available from the Debian archive, and schools
571 can choose between KDE, Gnome, LXDE and Xfce desktop environment.&lt;/p&gt;
572
573 &lt;p&gt;This is the seventh test release based on Debian Wheezy. Basically
574 this is an updated and slightly improved version compared to the
575 Squeeze release.&lt;/p&gt;
576
577 &lt;p&gt;Notes for upgrades from Alpha Prereleases&lt;/p&gt;
578
579 &lt;p&gt;Alpha based installations should reinstall or downgrade the
580 versions of gosa and libpam-mklocaluser to the ones used in this beta
581 release. Both alpha and beta0 based installations should reinstall or
582 deal with gosa.conf manually; there are two options: (1) Keep
583 gosa.conf and edit this file as outlined on the mailing list. (2)
584 Accept the new version of gosa.conf and replace both contained admin
585 password placeholders with the password hashes found in the old one
586 (backup copy!). In both cases all users need to change their password
587 to make sure a password is set for CIFS access to their home
588 directory.&lt;/p&gt;
589
590
591 &lt;p&gt;cheers,
592 &lt;br&gt; Holger&lt;/p&gt;
593 &lt;/blockquote&gt;
594 </description>
595 </item>
596
597 <item>
598 <title>Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</title>
599 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
600 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
601 <pubDate>Thu, 22 Aug 2013 09:30:00 +0200</pubDate>
602 <description>&lt;p&gt;The second wheezy based beta release of Debian Edu was wrapped up
603 today, slightly delayed because of some bugs in the initial Windows
604 integration fixes . This is the release announcement:&lt;/p&gt;
605
606 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b1 released 2013-08-22&lt;/strong&gt;&lt;/p&gt;
607
608 &lt;p&gt;These are the release notes for Debian Edu / Skolelinux
609 7.1+edu0~b1, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
610
611 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
612
613 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
614 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
615 out-of-the box environment of a completely configured school
616 network. Immediately after installation a school server running all
617 services needed for a school network is set up just waiting for users
618 and machines being added via GOsa², a comfortable Web-UI. A netbooting
619 environment is prepared using PXE, so after initial installation of
620 the main server from CD or USB stick all other machines can be
621 installed via the network. The provided school server provides LDAP
622 database and Kerberos authentication service, centralized home
623 directories, DHCP server, web proxy and many other services. The
624 desktop contains
625 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
626 than 60 educational software packages&lt;/a&gt; and more are available from
627 the Debian archive, and schools can choose between KDE, Gnome, LXDE
628 and Xfce desktop environment.&lt;/p&gt;
629
630 &lt;p&gt;This is the sixth test release based on Debian Wheezy. Basically this
631 is an updated and slightly improved version compared to the Squeeze
632 release.&lt;/p&gt;
633
634 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
635 versions of gosa and libpam-mklocaluser to the ones used in this beta
636 release. Both alpha and beta0 based installations should reinstall or
637 deal with gosa.conf manually; there are two options: (1) Keep
638 gosa.conf and edit this file as outlined
639 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/08/msg00127.html&quot;&gt;on
640 the mailing list&lt;/a&gt;. (2) Accept the new version of gosa.conf and
641 replace both contained admin password placeholders with the password
642 hashes found in the old one (backup copy!). In both cases every user
643 need to change their their password to make sure a password is set for
644 CIFS access to their home directory.&lt;/p&gt;
645
646 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
647
648 &lt;ul&gt;
649
650 &lt;li&gt;Added ssh askpass packages to default installation, to ensure ssh
651 work also without a attached tty.&lt;/li&gt;
652 &lt;li&gt;Add the command-not-found package to the default installation to
653 make it easier to figure out where to find missing command line
654 tools. Please note, that the command &#39;update-command-not-found&#39;
655 has to be run as root to actually make it useful (internet access
656 required).&lt;/li&gt;
657
658 &lt;/ul&gt;
659
660 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
661
662 &lt;ul&gt;
663
664 &lt;li&gt;Adjusted the USB stick ISO image build to include every tool
665 needed for desktop=xfce installations.&lt;/li&gt;
666 &lt;li&gt;Adjust thin-client-server task to work when installing from USB
667 stick ISO image.&lt;/li&gt;
668 &lt;li&gt;Made new grub artwork (changed png from indexed to RGB format).&lt;/li&gt;
669 &lt;li&gt;Minor cleanup in the CUPS setup.&lt;/li&gt;
670 &lt;li&gt;Make sure that bootstrapping of the Samba domain really happens
671 during installation of the main server and adjust SID handling to
672 cope with this.&lt;/li&gt;
673 &lt;li&gt;Make Samba passwords changeable (again) via GOsa².&lt;/li&gt;
674 &lt;li&gt;Fix generation of LM and NT password hashes via GOsa² to avoid
675 empty password hashes.&lt;/li&gt;
676 &lt;li&gt;Adapted Samba machine domain joining to latest change in the
677 smbldap-tools Perl package, fixing bugs blocking Windows machines
678 from joining the Samba domain.&lt;/li&gt;
679
680 &lt;/ul&gt;
681
682 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
683
684 &lt;ul&gt;
685
686 &lt;li&gt;KDE fails to understand the wpad.dat file provided, causing it to
687 not use the http proxy as it should.&lt;/li&gt;
688 &lt;li&gt;Chromium also fails to use the proxy when using the KDE desktop
689 (using the KDE configuration).&lt;/li&gt;
690
691 &lt;/ul&gt;
692
693 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
694
695 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
696
697 &lt;ul&gt;
698
699 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
700
701 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
702
703 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .&lt;/li&gt;
704
705 &lt;/ul&gt;
706
707 &lt;p&gt;The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
708 &lt;br&gt;The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2&lt;/p&gt;
709
710 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
711
712 &lt;ul&gt;
713
714 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
715 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
716 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .&lt;/li&gt;
717
718 &lt;/ul&gt;
719
720 &lt;p&gt;The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
721 &lt;br&gt;The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119&lt;/p&gt;
722
723
724 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
725
726 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
727 </description>
728 </item>
729
730 <item>
731 <title>First beta release of Debian Edu/Skolelinux based on Debian Wheezy</title>
732 <link>http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
733 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
734 <pubDate>Sat, 27 Jul 2013 20:30:00 +0200</pubDate>
735 <description>&lt;p&gt;The first wheezy based beta release of Debian Edu was wrapped up
736 today. This is the release announcement:&lt;/p&gt;
737
738 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b0 released
739 2013-07-27&lt;/strong&gt;&lt;/p&gt;
740
741 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
742 7.1+edu0~b0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
743
744 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
745
746 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
747 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
748 out-of-the box environment of a completely configured school
749 network. Immediately after installation a school server running all
750 services needed for a school network is set up just waiting for users
751 and machines being added via GOsa², a comfortable Web-UI. A netbooting
752 environment is prepared using PXE, so after initial installation of
753 the main server from CD, DVD or USB stick all other machines can be
754 installed via the network. The provided school server provides LDAP
755 database and Kerberos authentication service, centralized home
756 directories, DHCP server, web proxy and many other services. The
757 desktop contains
758 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
759 than 60 educational software packages&lt;/a&gt; and more are available from
760 the Debian archive, and schools can choose between KDE, Gnome, LXDE
761 and Xfce desktop environment.&lt;/p&gt;
762
763 &lt;p&gt;This is the fifth test release based on Debian Wheezy. Basically
764 this is an updated and slightly improved version compared to the
765 Squeeze release.&lt;/p&gt;
766
767 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
768 versions of gosa and libpam-mklocaluser to the ones used in this beta
769 release.&lt;/p&gt;
770
771 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
772
773 &lt;ul&gt;
774
775 &lt;li&gt;Switched roaming workstation profiles from wicd to network-manager
776 for network configuration, as wicd didn&#39;t work any more.&lt;/li&gt;
777 &lt;li&gt;Changed version numbers of patched gosa and libpam-mklocaluser
778 packages to make sure our locally patched versions will be replaced
779 by the official packages when they are released from Debian. Those
780 installing alpha version need to reinstall or manually downgrade gosa
781 and libpam-mklocaluser.&lt;/li&gt;
782 &lt;li&gt;Added bluetooth tools to the default desktop (bluedevil, blueman).&lt;/li&gt;
783 &lt;li&gt;Added tools for sharing the desktop on KDE (krdc, krfb).&lt;/li&gt;
784 &lt;li&gt;Added valgrind to the default installation for easier debugging of
785 crash bugs.&lt;/li&gt;
786
787 &lt;/ul&gt;
788
789 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
790
791 &lt;ul&gt;
792
793 &lt;li&gt;Fixed artwork package to work with gnome, no longer break
794 desktop=gnome installations.&lt;/li&gt;
795 &lt;li&gt;Adjusted installer to now work when forced to use a proxy with the
796 netinst CD.&lt;/li&gt;
797 &lt;li&gt;Fixed code detecting and setting/loading hardware specific
798 setup/firmware to work more robust out of the box.&lt;/li&gt;
799 &lt;li&gt;Adjusted Kerberos setup to detect realm and server settings at
800 install time instead of dynamically at run time. This avoid a crash
801 with krb5-auth-dialog on diskless workstations without a DNS name.&lt;/li&gt;
802 &lt;li&gt;Worked around misfeature in network-manager not calling the dhclient
803 exit hooks, causing automatic proxy configuration and automatic host
804 name setting at run time to work again.&lt;/li&gt;
805 &lt;li&gt;Fixed feature setting the default Iceweasel start page from URL
806 fetched from LDAP, to allow schools to set the global default by
807 updating the dc=skole,dc=skolelinux,dc=no LDAP object.&lt;/li&gt;
808 &lt;li&gt;Changed default host name on all networked machines to be unique
809 (generated from MAC or reverse DNS) after boot.&lt;/li&gt;
810 &lt;li&gt;Adjusted partition sizes to make sure they are big enough.&lt;/li&gt;
811
812 &lt;/ul&gt;
813
814 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
815
816 &lt;ul&gt;
817
818 &lt;li&gt;Grub is missing the new artwork.&lt;/li&gt;
819 &lt;li&gt;KDE fail to understand the wpad.dat file provided, causing it to
820 not use the http proxy as it should.&lt;/li&gt;
821 &lt;li&gt;Chromium also fail to use the proxy.&lt;/li&gt;
822
823 &lt;/ul&gt;
824
825 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
826
827 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
828
829 &lt;ul&gt;
830
831 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
832
833 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
834
835 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .&lt;/li&gt;
836
837 &lt;/ul&gt;
838
839 &lt;p&gt;The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
840 &lt;br&gt;The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f&lt;/p&gt;
841
842 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
843
844 &lt;ul&gt;
845
846 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
847 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
848 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .&lt;/li&gt;
849
850 &lt;/ul&gt;
851
852 &lt;p&gt;The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
853 &lt;br&gt;The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733&lt;/p&gt;
854
855
856 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
857
858 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
859 </description>
860 </item>
861
862 <item>
863 <title>July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</title>
864 <link>http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</link>
865 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</guid>
866 <pubDate>Tue, 9 Jul 2013 10:40:00 +0200</pubDate>
867 <description>&lt;p&gt;The upcoming Saturday, 2013-07-13, we are organising a combined
868 Debian Edu developer gathering and Debian and Ubuntu bug squashing
869 party in Oslo. It is organised by &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the
870 member assosiation NUUG&lt;/a&gt; and
871 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;the Debian Edu / Skolelinux
872 project&lt;/a&gt; together with &lt;a href=&quot;http://bitraf.no/&quot;&gt;the hack space
873 Bitraf&lt;/a&gt;.&lt;/p&gt;
874
875 &lt;p&gt;It starts 10:00 and continue until late evening. Everyone is
876 welcome, and there is no fee to participate. There is on the other
877 hand limited space, and only room for 30 people. Please put your name
878 on &lt;a href=&quot;http://wiki.debian.org/BSP/2013/07/13/no/Oslo&quot;&gt;the event
879 wiki page&lt;/a&gt; if you plan to join us.&lt;/p&gt;
880 </description>
881 </item>
882
883 <item>
884 <title>Fourth alpha release of Debian Edu/Skolelinux based on Debian Wheezy</title>
885 <link>http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
886 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
887 <pubDate>Wed, 3 Jul 2013 14:00:00 +0200</pubDate>
888 <description>&lt;p&gt;The fourth wheezy based alpha release of Debian Edu was wrapped up
889 today. This is the release announcement:&lt;/p&gt;
890
891 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~alpha3 released
892 2013-07-03&lt;/strong&gt;&lt;/p&gt;
893
894 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
895 7.1+edu0~alpha3, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
896
897 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
898
899 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
900 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
901 out-of-the box environment of a completely configured school
902 network. Immediately after installation a school server running all
903 services needed for a school network is set up just waiting for users
904 and machines being added via GOsa², a comfortable Web-UI. A netbooting
905 environment is prepared using PXE, so after initial installation of
906 the main server from CD, DVD or USB stick all other machines can be
907 installed via the network. The provided school server provides LDAP
908 database and Kerberos authentication service, centralized home
909 directories, DHCP server, web proxy and many other services. The
910 desktop contains
911 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
912 than 60 educational software packages&lt;/a&gt; and more are available from
913 the Debian archive, and schools can choose between KDE, Gnome, LXDE
914 and Xfce desktop environment.&lt;/p&gt;
915
916 &lt;p&gt;This is the fourth test release based on Debian Wheezy. Basically
917 this is an updated and slightly improved version compared to the
918 Squeeze release.&lt;/p&gt;
919
920 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
921 &lt;ul&gt;
922 &lt;li&gt;Dropped ispell dictionaries from our default installation.&lt;/li&gt;
923 &lt;li&gt;Dropped menu-xdg from the KDE desktop option, to drop the Debian
924 submenu. It was not included with Gnome, LXDE or Xfce, so this
925 brings KDE in line with the others.&lt;/li&gt;
926 &lt;li&gt;Dropped xdrawchem, xjig and xsok from our default installation as
927 they don&#39;t have a desktop menu entry and thus won&#39;t show up in the
928 menu now that menu-xdg was removed.&lt;/li&gt;
929 &lt;li&gt;Removed the killer system to kill left behind processes on
930 multi-user machines, as it was no longer able to understand when a
931 X display was in use and killed the processes of the active users
932 too.&lt;/li&gt;
933 &lt;li&gt;Dropped the golearn (from goplay) package as the debtags in wheezy
934 are too few to make the package useful.&lt;/li&gt;
935 &lt;/ul&gt;
936 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
937 &lt;ul&gt;
938 &lt;li&gt;Updated artwork matching http://wiki.debian.org/DebianArt/Themes/Joy
939 &lt;li&gt;Multi-arch i386/amd64 USB stick ISO available.&lt;/li&gt;
940 &lt;li&gt;Got rid of ispell/wordlist related debconf questions that showed
941 up for some language options.&lt;/li&gt;
942 &lt;li&gt;Switched to using http.debian.net as APT source by default.&lt;/li&gt;
943 &lt;li&gt;Fixed proxy configuration on Main Server installations.&lt;/li&gt;
944 &lt;li&gt;Changed LTSP setup to ask dpkg to use force-unsafe-io the same way
945 d-i is doing it.&lt;/li&gt;
946 &lt;li&gt;Made sure root and user passwords were not left behind in the
947 debconf database after installation on Main Server installations.&lt;/li&gt;
948 &lt;li&gt;Made Roaming Workstation dynamic setup more robust and added draft
949 script setup-ad-client to hook a Roaming Workstation up to a
950 Active Directory server instead of a Debian Edu Main Server.&lt;/li&gt;
951 &lt;li&gt;Update system to install needed firmware packages during
952 installation, to work properly in Wheezy.&lt;/li&gt;
953 &lt;li&gt;Update system to handle hardware quirks (debian-edu-hwsetup).&lt;/li&gt;
954 &lt;li&gt;Corrected PXE installation setup to properly pass selected desktop
955 and keymap settings to PXE installation clients.&lt;/li&gt;
956 &lt;li&gt;LTSP diskless workstations use sshfs by default, allowing them to
957 work without adding them to DNS and NIS netgroups for NFS access.&lt;/li&gt;
958 &lt;/ul&gt;
959 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
960 &lt;ul&gt;
961 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
962 available yet (698840).&lt;/li&gt;
963 &lt;li&gt;Artwork not enabled for all desktops.&lt;/li&gt;
964 &lt;/ul&gt;
965 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
966
967 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
968 &lt;ul&gt;
969 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
970 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
971 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso .&lt;/li&gt;
972 &lt;/ul&gt;
973
974 &lt;p&gt;The MD5SUM of this image is: 2b161a99d2a848c376d8d04e3854e30c
975 &lt;br&gt;The SHA1SUM of this image is: 498922e9c508c0a7ee9dbe1dfe5bf830d779c3c8&lt;/p&gt;
976
977 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
978 &lt;ul&gt;
979 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
980 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
981 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso .&lt;/li&gt;
982 &lt;/ul&gt;
983
984 &lt;p&gt;The MD5SUM of this image is: 25e808e403a4c15dbef1d13c37d572ac
985 &lt;br&gt;The SHA1SUM of this image is: 15ecfc93eb6b4f453b7eb0bc04b6a279262d9721&lt;/p&gt;
986
987 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
988
989 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
990 </description>
991 </item>
992
993 <item>
994 <title>The value of a good distro wide test suite...</title>
995 <link>http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</link>
996 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</guid>
997 <pubDate>Sat, 22 Jun 2013 07:00:00 +0200</pubDate>
998 <description>&lt;p&gt;In the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
999 Skolelinux&lt;/a&gt; project, we include a post-installation test suite,
1000 which check that services are running, working, and return the
1001 expected results. It runs automatically just after the first boot on
1002 test installations (using test ISOs), but not on production
1003 installations (using non-test ISOs). It test that the LDAP service is
1004 operating, Kerberos is responding, DNS is replying, file systems are
1005 online resizable, etc, etc. And it check that the PXE service is
1006 configured, which is the topic of this post.&lt;/p&gt;
1007
1008 &lt;p&gt;The last week I&#39;ve fixed the DVD and USB stick ISOs for our Debian
1009 Edu Wheezy release. These ISOs are supposed to be able to install a
1010 complete system without any Internet connection, but for that to
1011 happen all the needed packages need to be on them. Thanks to our test
1012 suite, I discovered that we had forgotten to adjust our PXE setup to
1013 cope with the new names and paths used by the netboot d-i packages.
1014 When Internet connectivity was available, the installer fall back to
1015 using wget to fetch d-i boot images, but when offline it require
1016 working packages to get it working. And the packages changed name
1017 from debian-installer-6.0-netboot-$arch to
1018 debian-installer-7.0-netboot-$arch, we no longer pulled in the
1019 packages during installation. Without our test suite, I suspect we
1020 would never have discovered this before release. Now it is fixed
1021 right after we got the ISOs operational.&lt;/p&gt;
1022
1023 &lt;p&gt;Another by-product of the test suite is that we can ask system
1024 administrators with problems getting Debian Edu to work, to run the
1025 test suite using &lt;tt&gt;/usr/sbin/debian-edu-test-install&lt;/tt&gt; and see if
1026 any errors are detected. This usually pinpoint the subsystem causing
1027 the problem.&lt;/p&gt;
1028
1029 &lt;p&gt;If you want to help us help kids learn how to share and create,
1030 please join us on
1031 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
1032 irc.debian.org&lt;/a&gt; and the
1033 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@&lt;/a&gt; mailing
1034 list.&lt;/p&gt;
1035 </description>
1036 </item>
1037
1038 <item>
1039 <title>Debian Edu interview: Victor Nițu</title>
1040 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</link>
1041 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</guid>
1042 <pubDate>Mon, 17 Jun 2013 10:50:00 +0200</pubDate>
1043 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
1044 Skolelinux&lt;/a&gt; distribution have users and contributors all around the
1045 globe. And a while back, an enterprising young man showed up on
1046 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;our IRC channel
1047 #debian-edu&lt;/a&gt; and started asking questions about how Debian Edu
1048 worked. We answered as good as we could, and even convinced him to
1049 help us with translations. And today I managed to get an interview
1050 with him, to learn more about him.&lt;/p&gt;
1051
1052 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1053
1054 &lt;p&gt;I&#39;m a 25 year old free software enthusiast, living in Romania,
1055 which is also my country of origin. Back in 2009, at a New Year&#39;s Eve
1056 party, I had a very nice &lt;strike&gt;beer&lt;/strike&gt; discussion with a
1057 friend, when we realized we have no organised Debian community in our
1058 country. A few days later, we put together the infrastructure for such
1059 community and even gathered a nice Debian-ish crowd. Since then, I
1060 began my quest as a free software hacker and activist and I am
1061 constantly trying to cover as much ground as possible on that
1062 field.&lt;/p&gt;
1063
1064 &lt;p&gt;A few years ago I founded a small web development company, which
1065 provided me the flexible schedule I needed so much for my
1066 activities. For the last 13 months, I have been the Technical Director
1067 of &lt;a href=&quot;http://ceata.org/&quot;&gt;Fundația Ceata&lt;/a&gt;, which is a free
1068 software activist organisation endorsed by the FSF and the FSFE, and
1069 the only one we have in our country.&lt;/p&gt;
1070
1071 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1072 project?&lt;/strong&gt;&lt;/p&gt;
1073
1074 &lt;p&gt;The idea of participating in the Debian Edu project was a surprise
1075 even to me, since I never used it before I began getting involved in
1076 it. This year I had a great opportunity to deliver a talk on
1077 educational software, and I knew immediately where to look. It was a
1078 love at first sight, since I was previously involved with some of the
1079 technologies the project incorporates, and I rapidly found a lot of
1080 ways to contribute.&lt;/p&gt;
1081
1082 &lt;p&gt;My first contributions consisted in translating the installer and
1083 configuration dialogs, then I found some bugs to squash (I still
1084 haven&#39;t fixed them yet though), and I even got my eyes on some other
1085 areas where I can prove myself helpful. Since the appetite for free
1086 software in my country is pretty low, I&#39;ll be happy to be the first
1087 one around here advocating for the project&#39;s adoption in educational
1088 environments, and maybe even get my hands dirty in creating a flavour
1089 for our own needs. I am not used to make very advanced plannings, so
1090 from now on, time will tell what I&#39;ll be doing next, but I think I
1091 have a pretty consistent starting point.&lt;/p&gt;
1092
1093 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1094 Edu?&lt;/strong&gt;&lt;/p&gt;
1095
1096 &lt;p&gt;Not a long time ago, I was in the position of configuring and
1097 maintaining a LDAP server on some Debian derivative, and I must say it
1098 took me a while. A long time ago, I was maintaining a bigger
1099 Samba-powered infrastructure, and I must say I spent quite a lot of
1100 time on it. I have similar stories about many of the services included
1101 with Skolelinux, and the main advantage I see about it is the
1102 out-of-the box availability of them, making it quite competitive when
1103 it comes to managing a school&#39;s network, for example.&lt;/p&gt;
1104
1105 &lt;p&gt;Of course, there is more to say about Skolelinux than the
1106 availability of the software included, its flexibility in various
1107 scenarios is something I can&#39;t wait to experiment &quot;into the wild&quot; (I
1108 only played with virtual machines so far). And I am sure there is a
1109 lot more I haven&#39;t discovered yet about it, being so new within the
1110 project.&lt;/p&gt;
1111
1112 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1113 Edu?&lt;/strong&gt;&lt;/p&gt;
1114
1115 &lt;p&gt;As usual, when it comes to Debian Blends, I see as the biggest
1116 disadvantage the lack of a numerous team dedicated to the
1117 project. Every day I see the same names in the changelogs, and I have
1118 a constantly fear of the bus factor in this story. I&#39;d like to see
1119 Debian Edu advertised more as an entry point into the Debian
1120 ecosystem, especially amongst newcomers and students. IMHO there are a
1121 lot low-hanging fruits in terms of bug squashing, and enough
1122 opportunities to get the feeling of the Debian Project&#39;s dynamics. Not
1123 to mention it&#39;s a very fun blend to work on!&lt;/p&gt;
1124
1125 &lt;p&gt;Derived from the previous statement, is the delay in catching up
1126 with the main Debian release and documentation. This is common though
1127 to all blends and derivatives, but it&#39;s an issue we can all work
1128 on.&lt;/p&gt;
1129
1130 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1131
1132 &lt;p&gt;I can hardly imagine myself spending a day without Vim, since my
1133 daily routine covers writing code and hacking configuration files. I
1134 am a fan of the Awesome window manager (but I also like the
1135 Enlightenment project a lot!),
1136 &lt;a href=&quot;http://www.claws-mail.org/‎&quot;&gt;Claws Mail&lt;/a&gt; due to its ease of
1137 use and very configurable behaviour. Recently I fell in love with
1138 &lt;a href=&quot;https://launchpad.net/redshift&quot;&gt;Redshift&lt;/a&gt;, which helps me
1139 get through the night without headaches. Of course, there is much more
1140 stuff in this bag, but I&#39;ll need a blog on my own for doing this!&lt;/p&gt;
1141
1142 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1143 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1144
1145 &lt;p&gt;Well, on this field, I cannot do much more than experiment right
1146 now. So, being far from having a recipe for success, I can only assume
1147 that:&lt;/p&gt;
1148
1149 &lt;ul&gt;
1150
1151 &lt;li&gt;schools would like to get rid of proprietary software&lt;/li&gt;
1152
1153 &lt;li&gt;students will love the openness of the system, and will want to
1154 experiment with it - maybe we need to harvest the native curiosity
1155 of teenagers more?&lt;/li&gt;
1156
1157 &lt;li&gt;there is no &quot;right one&quot; when it comes to strategies, but it would
1158 be useful to have some success stories published somewhere, so
1159 other can get some inspiration from them (I know I&#39;d promote
1160 them!)&lt;/li&gt;
1161
1162 &lt;li&gt;more active promotion - talks, conferences, even small school
1163 lectures can do magical things if they encounter at least one
1164 person interested. Who knows who that person might be? ;-)&lt;/li&gt;
1165
1166 &lt;/ul&gt;
1167
1168 &lt;p&gt;I also see some problems in getting Skolelinux into schools; for
1169 example, in our country we have a great deal of corruption issues, so
1170 it might be hard(er) to fight against proprietary solutions. Also,
1171 people who relied on commercial software for all their lives, would be
1172 very hard to convert against their will.&lt;/p&gt;
1173 </description>
1174 </item>
1175
1176 <item>
1177 <title>Debian Edu interview: Jonathan Carter</title>
1178 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</link>
1179 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</guid>
1180 <pubDate>Wed, 12 Jun 2013 09:50:00 +0200</pubDate>
1181 <description>&lt;p&gt;There is a certain cross-over between the
1182 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1183 project&lt;/a&gt; and &lt;a href=&quot;http://www.edubuntu.org/&quot;&gt;the Edubuntu
1184 project&lt;/a&gt;, and for example the LTSP packages in Debian are a joint
1185 effort between the projects. One person with a foot in both camps is
1186 Jonathan Carter, which I am now happy to present to you.&lt;/p&gt;
1187
1188 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1189
1190 &lt;p&gt;I&#39;m a South-African free software geek who lives in Cape Town. My
1191 days vary quite a bit since I&#39;m involved in too many things. As I&#39;m
1192 getting older I&#39;m learning how to focus a bit more :)&lt;/p&gt;
1193
1194 &lt;p&gt;I&#39;m also an Edubuntu contributor and I love when there are
1195 opportunities for the Edubuntu and Debian Edu projects to benefit from
1196 each other.&lt;/p&gt;
1197
1198 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1199 project?&lt;/strong&gt;&lt;/p&gt;
1200
1201 &lt;p&gt;I&#39;ve been somewhat familiar with the project before, but I think my
1202 first direct exposure to the project was when I met Petter
1203 [Reinholdtsen] and Knut [Yrvin] at the Edubuntu summit in 2005 in
1204 London. They provided great feedback that helped the bootstrapping of
1205 Edubuntu. Back then Edubuntu (and even Ubuntu) was still very new and
1206 it was great getting input from people who have been around longer. I
1207 was also still very excitable and said yes to everything and to this
1208 day I have a big todo list backlog that I&#39;m catching up with. I think
1209 over the years the relationship between Edubuntu and Debian-Edu has
1210 been gradually improving, although I think there&#39;s a lot that we could
1211 still improve on in terms of working together on packages. I&#39;m sure
1212 we&#39;ll get there one day.&lt;/p&gt;
1213
1214 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1215 Edu?&lt;/strong&gt;&lt;/p&gt;
1216
1217 &lt;p&gt;Debian itself already has so many advantages. I could go on about
1218 it for pages, but in essence I love that it&#39;s a very honest project
1219 that puts its users first with no hidden agendas and also produces
1220 very high quality work.&lt;/p&gt;
1221
1222 &lt;p&gt;I think the advantage of Debian Edu is that it makes many common
1223 set-up tasks simpler so that administrators can get up and running
1224 with a lot less effort and frustration. At the same time I think it
1225 helps to standardise installations in schools so that it&#39;s easier for
1226 community members and commercial suppliers to support.&lt;/p&gt;
1227
1228 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1229 Edu?&lt;/strong&gt;&lt;/p&gt;
1230
1231 &lt;p&gt;I had to re-type this one a few times because I&#39;m trying to
1232 separate &quot;disadvantages&quot; from &quot;areas that need improvement&quot; (which is
1233 what I originally rambled on about)&lt;/p&gt;
1234
1235 &lt;p&gt;The biggest disadvantage I can think of is lack of manpower. The
1236 project could do so much more if there were more good contributors. I
1237 think some of the problems are external too. Free software and free
1238 content in education is a no-brainer but it takes some time to catch
1239 on. When you&#39;ve been working with the same proprietary eco-system for
1240 years and have gotten used to it, it can be hard to adjust to some
1241 concepts in the free software world. It would be nice if there were
1242 more Debian Edu consultants across the world. I&#39;d love to be one
1243 myself but I&#39;m already so over-committed that it&#39;s just not possible
1244 currently.&lt;/p&gt;
1245
1246 &lt;p&gt;I think the best short-term solution to that large-scale problem is
1247 for schools to be pro-active and share their experiences and grow
1248 their skills in-house. I&#39;m often saddened to see how much money
1249 educational institutions spend on 3rd party solutions that they don&#39;t
1250 have access to after the service has ended and they could&#39;ve gotten so
1251 much more value otherwise by being more self-sustainable and
1252 autonomous.&lt;/p&gt;
1253
1254 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1255
1256 &lt;p&gt;My main laptop dual-boots between Debian and Windows 7. I was
1257 Windows free for years but started dual-booting again last year for
1258 some games which help me focus and relax (Starcraft II in
1259 particular). Gaming support on Linux is improving in leaps and bounds
1260 so I suppose I&#39;ll soon be able to regain that disk space :)&lt;/p&gt;
1261
1262 &lt;p&gt;Besides that I rely on Icedove, Chromium, Terminator, Byobu, irssi,
1263 git, Tomboy, KVM, VLC and LibreOffice. Recently I&#39;ve been torn on
1264 which desktop environment I like and I&#39;m taking some refuge in Xfce
1265 while I figure that out. I like tools that keep things simple. I enjoy
1266 Python and shell scripting. I went to an Arduino workshop recently and
1267 it was awesome seeing how easy and simple the IDE software was to get
1268 up and running in Debian compared to the users running Windows and OS
1269 X.&lt;/p&gt;
1270
1271 &lt;p&gt;I also use mc which some people frown upon slightly. I got used to
1272 using Norton Commander in the early 90&#39;s and it stuck (I think the
1273 people who sneer at it is just jealous that they don&#39;t know how to use
1274 it :p)
1275
1276 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1277 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1278
1279 &lt;p&gt;I think trying to force it is unproductive. I also think that in
1280 many cases it&#39;s appropriate for schools to use non-free systems and I
1281 don&#39;t think that there&#39;s any particular moral or ethical problem with
1282 that.&lt;/p&gt;
1283
1284 &lt;p&gt;I do think though that free software can already solve so so many
1285 problems in educational institutions and it&#39;s just a shame not taking
1286 advantage of that.&lt;/p&gt;
1287
1288 &lt;p&gt;I also think that some curricula need serious review. For example,
1289 some areas of the world rely heavily on very specific versions of MS
1290 Office, teaching students to parrot menu items instead of learning the
1291 general concepts. I think that&#39;s very unproductive because firstly, MS
1292 Office&#39;s interface changes drastically every few years and on top of
1293 that it also locks in a generation to a product that might not be the
1294 best solution for them.&lt;/p&gt;
1295
1296 &lt;p&gt;To answer your question, I believe that the right strategy is to
1297 educate and inform, giving someone the information they require to
1298 make a decision that would work for them.&lt;/p&gt;
1299 </description>
1300 </item>
1301
1302 <item>
1303 <title>Third alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
1304 <link>http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
1305 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
1306 <pubDate>Mon, 10 Jun 2013 22:50:00 +0200</pubDate>
1307 <description>&lt;p&gt;The third wheezy based alpha release of Debian Edu was wrapped up
1308 today. This is the release announcement:&lt;/p&gt;
1309
1310 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha2 released
1311 2013-06-10&lt;/strong&gt;&lt;/p&gt;
1312
1313 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
1314 alpha2, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1315
1316 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1317
1318 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1319 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1320 out-of-the box environment of a completely configured school
1321 network. Immediately after installation a school server running all
1322 services needed for a school network is set up just waiting for users
1323 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1324 environment is prepared using PXE, so after initial installation of
1325 the main server from CD, DVD or USB stick all other machines can be
1326 installed via the network. The provided school server provides LDAP
1327 database and Kerberos authentication service, centralized home
1328 directories, DHCP server, web proxy and many other services. The
1329 desktop contains
1330 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1331 than 60 educational software packages&lt;/a&gt; and more are available from
1332 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1333 and Xfce desktop environment.&lt;/p&gt;
1334
1335 &lt;p&gt;This is the third test release based on Debian Wheezy. Basically
1336 this is an updated and slightly improved version compared to the
1337 Squeeze release.&lt;/p&gt;
1338
1339 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1340
1341 &lt;ul&gt;
1342
1343 &lt;li&gt;Iceweasel was updated from 10 to 17. (DSA 2699-1)
1344 &lt;li&gt;Updated libxv (DSA-2674), libxvmc (DSA-2675), libxfixes (DSA-2676), libxrender (DSA-2677), mesa (DSA-2678), xserver-xorg-video-openchrome (DSA-2679), libxt (DSA-2680), libxcursor (DSA-2681), libxext (DSA-2682), libxi (DSA-2683), libxrandr (DSA-2684), libxp (DSA-2685), libxcb (DSA-2686), libfs (DSA-2687), libxres (DSA-2688), libxtst (DSA-2689), libxxf86dga (DSA-2690), libxinerama (DSA-2691), libxxf86vm (DSA-2692), libx11 (DSA-2693), chromium-browser (DSA-2695), gnutls26 (DSA-2697), wireshark (DSA-2700), krb5 (DSA-2701), telepathy-gabble (DSA-2702) and subversion (DSA-2703).
1345 &lt;li&gt;Switched xrdp on thin client servers to use tightvncserver instead of xvnc4.
1346 &lt;li&gt;Now install software oscilloscope xoscope by default.
1347 &lt;li&gt;Now install music tools gtick, lingot and pianobooster by default.
1348
1349 &lt;/ul&gt;
1350
1351 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1352
1353 &lt;ul&gt;
1354
1355 &lt;li&gt;The subnet-change script is now able to change all files needing a change on the main-server when changing the IP network used.
1356 &lt;li&gt;Updated translation of the installation.
1357 &lt;li&gt;New Romanian translation.
1358 &lt;li&gt;Fix security problem causing root and first user password to no longer show up in /var/cache/debconf/templates.dat.
1359 &lt;li&gt;Fix roaming workstation setup (Closed in libpam-mklocaluser/0.8, libpam-mklocaluser/0.8~deb7u1: #706753: libpam-mklocaluser: Fail to create local user during first login).
1360 &lt;li&gt;Made roaming workstation setup more robust in non-Debian Edu environments.
1361 &lt;li&gt;New script debian-edu-bless to transform a Debian installation to a Debian Edu profile.
1362 &lt;li&gt;Adjust Iceweasel setup to improve performance when $HOME is on NFS.
1363 &lt;li&gt;More testsuite tests.
1364 &lt;li&gt;Make automatic proxy configuration more robust.
1365 &lt;li&gt;Adjust GOsa² GUI configuration.
1366
1367 &lt;li&gt;Update thin client and diskless workstation setup to work with
1368 LTSP in Wheezy.&lt;/li&gt;
1369
1370 &lt;li&gt;Diskless workstations now run out of the box -- no need to set
1371 them up with GOsa².&lt;/li&gt;
1372
1373 &lt;li&gt;Update IMAP server setup. &lt;/li&gt;
1374
1375 &lt;li&gt;Fix login into Skolelinux Backup Tool (Closed in
1376 slbackup-php/0.4.4-1: #700257: slbackup-php: Fails to submit correctly
1377 entered password). &lt;/li&gt;
1378
1379 &lt;/ul&gt;
1380
1381 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1382
1383 &lt;ul&gt;
1384
1385 &lt;li&gt;DVD binary and source images are not yet ready.&lt;/li&gt;
1386
1387 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1388 available yet (Open in gosa/2.7.4-4: #698840: gosa-plugin-ldapmanager:
1389 missing import feature).&lt;/li&gt;
1390
1391 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others). &lt;/li&gt;
1392
1393 &lt;li&gt;KDE Debian submenu lacks icons (Closed: #502192: menu-xdg: invents
1394 own icon names instead of using existing). This will remain
1395 unfixed.&lt;/li&gt;
1396
1397 &lt;/ul&gt;
1398
1399 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1400
1401 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1402
1403 &lt;ul&gt;
1404
1405 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1406
1407 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1408
1409 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso .&lt;/li&gt;
1410
1411 &lt;/ul&gt;
1412
1413 &lt;p&gt;The MD5SUM of this image is: 27bbcace407743382f3c42c08dbe8178
1414 &lt;br&gt;The SHA1SUM of this image is: e35f7d7908566cd3075375b3721fa10ee420d419&lt;/p&gt;
1415
1416 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1417
1418 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1419 </description>
1420 </item>
1421
1422 <item>
1423 <title>Is there a PHP expert in the building? Debian Edu need help!</title>
1424 <link>http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</link>
1425 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</guid>
1426 <pubDate>Wed, 5 Jun 2013 17:50:00 +0200</pubDate>
1427 <description>&lt;p&gt;Here is a call for help from the Debian Edu / Skolelinux project.
1428 We have two problems blocking the release of the Wheezy version we
1429 hope to get released soon. The two problems require some with PHP
1430 skills, and we seem to lack anyone with both time and PHP skills in
1431 the project:
1432
1433 &lt;ol&gt;
1434
1435 &lt;li&gt;It is impossible to log into the slbackup web interface
1436 (slbackup-php) using the root user and password. This is
1437 &lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;BTS report #700257&lt;/a&gt;.
1438 This used to work, but stopped working some time since Squeeze.
1439 Perhaps some obsolete PHP feature was used?&lt;/li&gt;
1440
1441 &lt;li&gt;It is not possible to &quot;mass import&quot; user lists in Gosa, neither
1442 using ldif nor using CSV files. The feature was disabled after a
1443 major rewrite of Gosa, and need to be ported to the new system.
1444 This is &lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;BTS report
1445 #698840&lt;/a&gt;.&lt;/li&gt;
1446
1447 &lt;/ol&gt;
1448
1449 &lt;p&gt;If you can help us, please join us on IRC
1450 (&lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
1451 irc.debian.org&lt;/a&gt;) and provide patches via the BTS.&lt;/p&gt;
1452 </description>
1453 </item>
1454
1455 <item>
1456 <title>Debian Edu interview: Cédric Boutillier</title>
1457 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</link>
1458 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</guid>
1459 <pubDate>Tue, 4 Jun 2013 10:30:00 +0200</pubDate>
1460 <description>&lt;p&gt;It has been a while since my last English
1461 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
1462 interview last November. But the developers and translators are still
1463 pulling along to get the Wheezy based release out the door, and this
1464 time I managed to get an interview from one of the French translators
1465 in the project, Cédric Boutillier.&lt;/p&gt;
1466
1467 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1468
1469 &lt;p&gt;I am 34 year old. I live near Paris, France. I am an assistant
1470 professor in probability theory. I spend my daytime teaching
1471 mathematics at the university and doing fundamental research in
1472 probability in connexion with combinatorics and statistical physics.&lt;/p&gt;
1473
1474 &lt;p&gt;I have been involved in the Debian project for a couple of years
1475 and became Debian Developer a few months ago. I am working on Ruby
1476 packaging, publicity and translation.&lt;/p&gt;
1477
1478 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1479 project?&lt;/strong&gt;&lt;/p&gt;
1480
1481 &lt;p&gt;I came to the Debian Edu project after a call for translation of
1482 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals&quot;&gt;the
1483 Debian Edu manual&lt;/a&gt; for the release of Debian Edu Squeeze. Since
1484 then, I have been working on updating the French translation of the
1485 manual.
1486
1487 &lt;p&gt;I had the opportunity to make an installation of Debian Edu in a
1488 virtual machine when I was preparing localised version of some screen
1489 shots for the manual. I was amazed to see it worked out of the box and
1490 how comprehensive the list of software installed by default was.&lt;/p&gt;
1491
1492 &lt;p&gt;What amazed me was the complete network infrastructure directly
1493 ready to use, which can and the nice administration interface provided
1494 by &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa²&lt;/a&gt;. What pleased
1495 me also was the fact that among the software installed by default,
1496 there were many &quot;traditional&quot; educative software to learn languages,
1497 to count, to program... but also software to develop creativity and
1498 artistic skills with music (&lt;a href=&quot;http://ardour.org/&quot;&gt;Ardour&lt;/a&gt;,
1499 &lt;a href=&quot;http://audacity.sourceforge.net/&quot;&gt;Audacity&lt;/a&gt;) and
1500 movies/animation (I was especially thinking of
1501 &lt;a href=&quot;http://linuxstopmotion.sourceforge.net/&quot;&gt;Stopmotion&lt;/a&gt;).&lt;/p&gt;
1502
1503 &lt;p&gt;I am following the development of Debian Edu and am hanging out on
1504 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu&lt;/a&gt;.
1505 Unfortunately, I don&#39;t much time to get more involved in this
1506 beautiful project.&lt;/p&gt;
1507
1508 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1509 Edu?&lt;/strong&gt;&lt;/p&gt;
1510
1511 &lt;p&gt;For me, the main advantages of Skolelinux/Debian Edu are its
1512 community of experts and its precise documentation, as well as the
1513 fact that it provides a solution ready to use.&lt;/p&gt;
1514
1515 &lt;p&gt;I would add also the fact that it is based on the rock solid Debian
1516 distribution, which ensures stability and provides a huge collection
1517 of educational free software.&lt;/p&gt;
1518
1519 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1520 Edu?&lt;/strong&gt;&lt;/p&gt;
1521
1522 &lt;p&gt;Maybe the lack of manpower to do lobbying on the
1523 project. Sometimes, people who need to take decisions concerning IT do
1524 not have all the elements to evaluate properly free software
1525 solutions. The fact that support by a company may be difficult to find
1526 is probably a problem if the school does not have IT personnel.&lt;/p&gt;
1527
1528 &lt;p&gt;One can find support from a company by looking at
1529 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;the
1530 wiki dokumentation&lt;/a&gt;, where some countries already have a number of
1531 companies providing support for Debian Edu, like Germany or
1532 Norway. This list is easy to find readily from the manual. However,
1533 for other countries, like France, the list is empty. I guess that
1534 consultants proposing support for Debian would be able to provide some
1535 support for Debian Edu as well.&lt;/p&gt;
1536
1537 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1538
1539 &lt;p&gt;I am using the KDE Plasma Desktop. But the pieces of software I use
1540 most runs in a terminal: Mutt and OfflineIMAP for emails, latex for
1541 scientific documents, mpd for music. VIM is my editor of choice. I am
1542 also using the mathematical software
1543 &lt;a href=&quot;http://www.scilab.org/en/scilab/about‎&quot;&gt;Scilab&lt;/a&gt; and
1544 &lt;a href=&quot;http://www.sagemath.org/index.html‎&quot;&gt;Sage&lt;/a&gt; (built from
1545 source as not completely packaged for Debian, yet).
1546
1547 &lt;p&gt;&lt;strong&gt;Do you have any suggestions for teachers interested in
1548 using the free software in Debian to teach mathematics and
1549 statistics?&lt;/strong&gt;&lt;/p&gt;
1550
1551 &lt;p&gt;I do not have any &quot;nice&quot; recommendations for statistics. At our
1552 university, we use both &lt;a href=&quot;http://www.r-project.org/‎&quot;&gt;R&lt;/a&gt; and
1553 Scilab to teach statistics and probabilistic simulations. For
1554 geometry, there are nice programs:&lt;/p&gt;
1555
1556 &lt;ul&gt;
1557
1558 &lt;li&gt;&lt;a href=&quot;http://www.drgeo.eu/&quot;&gt;drgeo&lt;/a&gt; and
1559 &lt;a href=&quot;http://edu.kde.org/applications/all/kig‎&quot;&gt;kig&lt;/a&gt; to do
1560 constructions in planar geometry
1561
1562 &lt;li&gt;&lt;a href=&quot;http://www.geom.uiuc.edu/software/download/kali.html&quot;&gt;kali&lt;/a&gt;
1563 to discover symmetry groups (the so-called wallpapers and frieze
1564 groups), although the interface looks a bit old.&lt;/li&gt;
1565
1566 &lt;/ul&gt;
1567
1568 &lt;p&gt;I like also
1569 &lt;a href=&quot;http://edu.kde.org/applications/all/cantor&quot;&gt;cantor&lt;/a&gt;, which
1570 provides a uniform interface to SciLab, Sage,
1571 &lt;a href=&quot;http://directory.fsf.org/wiki/Octave‎&quot;&gt;Octave&lt;/a&gt;, etc...&lt;/p&gt;
1572
1573 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1574 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1575
1576 &lt;p&gt;My suggestions would be to&lt;/p&gt;
1577
1578 &lt;ul&gt;
1579
1580 &lt;li&gt;advertise the reduction of costs when free software is used.&lt;/li&gt;
1581
1582 &lt;li&gt;communicate about the quality of free software projects, using
1583 well known examples like Firefox, ThunderBird and
1584 OpenOffice.org/LibreOffice.&lt;/li&gt;
1585
1586 &lt;li&gt;advertise the living and strong community around the project.&lt;/li&gt;
1587
1588 &lt;li&gt;show that it is not more difficult to use than any other
1589 system.&lt;/li&gt;
1590
1591 &lt;/ul&gt;
1592 </description>
1593 </item>
1594
1595 <item>
1596 <title>Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</title>
1597 <link>http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</link>
1598 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</guid>
1599 <pubDate>Sat, 1 Jun 2013 23:50:00 +0200</pubDate>
1600 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1601 Skolelinux&lt;/a&gt;, there are quite a lot of educational software.
1602 Created to help teachers teach, and pupils learn. We have tried to
1603 tag them all using debtags use::learning and role::program, and using
1604 the debtags I was happy to be able to create a collage of the
1605 educational software packages installed by default, sorted by the
1606 debtag field. Here it is. Click on a image to learn more about the
1607 program.&lt;/p&gt;
1608
1609 &lt;!-- for f in $(debtags tagcat|grep field::|awk &#39;{print $2}&#39;); do echo; echo &quot;&lt;p&gt;&lt;strong&gt;$f&lt;/strong&gt;&lt;/p&gt;&quot;; echo &quot;&lt;p&gt;&quot;; ( for p in $(debtags search --names &quot;use::learning &amp;&amp; interface::x11 &amp;&amp; role::program &amp;&amp; $f&quot;); do img=&quot;&lt;img src=&#39;http://screenshots.debian.net/thumbnail/$p&#39; alt=&#39;$p&#39;&gt;&quot;; if dpkg -s $p &gt; /dev/null 2&gt;&amp;1; then echo &quot;&lt;a href=&#39;http://packages.qa.debian.org/$p&#39;&gt;$img&lt;/a&gt;&quot;; fi; done; ) | LANG=C sort; echo &quot;&lt;/p&gt;&quot;; done --&gt;
1610
1611 &lt;p&gt;&lt;strong&gt;field::arts&lt;/strong&gt;&lt;/p&gt;
1612 &lt;p&gt;
1613 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=audacity&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/audacity.png&#39; alt=&#39;audacity&#39;&gt;&lt;/a&gt;
1614 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1615 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=denemo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/denemo.png&#39; alt=&#39;denemo&#39;&gt;&lt;/a&gt;
1616 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=freebirth&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/freebirth.png&#39; alt=&#39;freebirth&#39;&gt;&lt;/a&gt;
1617 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1618 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gimp&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gimp.png&#39; alt=&#39;gimp&#39;&gt;&lt;/a&gt;
1619 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=hydrogen&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/hydrogen.png&#39; alt=&#39;hydrogen&#39;&gt;&lt;/a&gt;
1620 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lilypond&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lilypond.png&#39; alt=&#39;lilypond&#39;&gt;&lt;/a&gt;
1621 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lmms&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lmms.png&#39; alt=&#39;lmms&#39;&gt;&lt;/a&gt;
1622 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rosegarden&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rosegarden.png&#39; alt=&#39;rosegarden&#39;&gt;&lt;/a&gt;
1623 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scribus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scribus.png&#39; alt=&#39;scribus&#39;&gt;&lt;/a&gt;
1624 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=solfege&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/solfege.png&#39; alt=&#39;solfege&#39;&gt;&lt;/a&gt;
1625 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stopmotion&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stopmotion.png&#39; alt=&#39;stopmotion&#39;&gt;&lt;/a&gt;
1626 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxpaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxpaint.png&#39; alt=&#39;tuxpaint&#39;&gt;&lt;/a&gt;
1627 &lt;/p&gt;
1628
1629 &lt;p&gt;&lt;strong&gt;field::astronomy&lt;/strong&gt;&lt;/p&gt;
1630 &lt;p&gt;
1631 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=celestia-gnome&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/celestia-gnome.png&#39; alt=&#39;celestia-gnome&#39;&gt;&lt;/a&gt;
1632 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpredict&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gpredict.png&#39; alt=&#39;gpredict&#39;&gt;&lt;/a&gt;
1633 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kstars&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kstars.png&#39; alt=&#39;kstars&#39;&gt;&lt;/a&gt;
1634 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=planets&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/planets.png&#39; alt=&#39;planets&#39;&gt;&lt;/a&gt;
1635 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stellarium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stellarium.png&#39; alt=&#39;stellarium&#39;&gt;&lt;/a&gt;
1636 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
1637 &lt;/p&gt;
1638
1639 &lt;p&gt;&lt;strong&gt;field::biology:structural&lt;/strong&gt;&lt;/p&gt;
1640 &lt;p&gt;
1641 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
1642 &lt;/p&gt;
1643
1644 &lt;p&gt;&lt;strong&gt;field::chemistry&lt;/strong&gt;&lt;/p&gt;
1645 &lt;p&gt;
1646 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=atomix&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/atomix.png&#39; alt=&#39;atomix&#39;&gt;&lt;/a&gt;
1647 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=chemtool&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/chemtool.png&#39; alt=&#39;chemtool&#39;&gt;&lt;/a&gt;
1648 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=easychem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/easychem.png&#39; alt=&#39;easychem&#39;&gt;&lt;/a&gt;
1649 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gchempaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gchempaint.png&#39; alt=&#39;gchempaint&#39;&gt;&lt;/a&gt;
1650 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gdis&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gdis.png&#39; alt=&#39;gdis&#39;&gt;&lt;/a&gt;
1651 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ghemical&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ghemical.png&#39; alt=&#39;ghemical&#39;&gt;&lt;/a&gt;
1652 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gperiodic&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gperiodic.png&#39; alt=&#39;gperiodic&#39;&gt;&lt;/a&gt;
1653 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalzium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalzium.png&#39; alt=&#39;kalzium&#39;&gt;&lt;/a&gt;
1654 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
1655 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=viewmol&#39;&gt;[viewmol]&lt;/a&gt;
1656 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xdrawchem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xdrawchem.png&#39; alt=&#39;xdrawchem&#39;&gt;&lt;/a&gt;
1657 &lt;/p&gt;
1658
1659 &lt;p&gt;&lt;strong&gt;field::electronics&lt;/strong&gt;&lt;/p&gt;
1660 &lt;p&gt;
1661 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1662 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpsim&#39;&gt;[gpsim]&lt;/a&gt;
1663 &lt;/p&gt;
1664
1665 &lt;p&gt;&lt;strong&gt;field::geography&lt;/strong&gt;&lt;/p&gt;
1666 &lt;p&gt;
1667 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kgeography&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kgeography.png&#39; alt=&#39;kgeography&#39;&gt;&lt;/a&gt;
1668 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=marble&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/marble.png&#39; alt=&#39;marble&#39;&gt;&lt;/a&gt;
1669 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
1670 &lt;/p&gt;
1671
1672 &lt;p&gt;&lt;strong&gt;field::linguistics&lt;/strong&gt;&lt;/p&gt;
1673 &lt;p&gt;
1674 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1675 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kanagram&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kanagram.png&#39; alt=&#39;kanagram&#39;&gt;&lt;/a&gt;
1676 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=khangman&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/khangman.png&#39; alt=&#39;khangman&#39;&gt;&lt;/a&gt;
1677 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=klettres&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/klettres.png&#39; alt=&#39;klettres&#39;&gt;&lt;/a&gt;
1678 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=parley&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/parley.png&#39; alt=&#39;parley&#39;&gt;&lt;/a&gt;
1679 &lt;/p&gt;
1680
1681 &lt;p&gt;&lt;strong&gt;field::mathematics&lt;/strong&gt;&lt;/p&gt;
1682 &lt;p&gt;
1683 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1684 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=drgeo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/drgeo.png&#39; alt=&#39;drgeo&#39;&gt;&lt;/a&gt;
1685 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1686 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geogebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/geogebra.png&#39; alt=&#39;geogebra&#39;&gt;&lt;/a&gt;
1687 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geomview&#39;&gt;[geomview]&lt;/a&gt;
1688 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=grace&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/grace.png&#39; alt=&#39;grace&#39;&gt;&lt;/a&gt;
1689 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphmonkey&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphmonkey.png&#39; alt=&#39;graphmonkey&#39;&gt;&lt;/a&gt;
1690 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphthing&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphthing.png&#39; alt=&#39;graphthing&#39;&gt;&lt;/a&gt;
1691 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalgebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalgebra.png&#39; alt=&#39;kalgebra&#39;&gt;&lt;/a&gt;
1692 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kbruch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kbruch.png&#39; alt=&#39;kbruch&#39;&gt;&lt;/a&gt;
1693 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kig&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kig.png&#39; alt=&#39;kig&#39;&gt;&lt;/a&gt;
1694 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kmplot&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kmplot.png&#39; alt=&#39;kmplot&#39;&gt;&lt;/a&gt;
1695 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=mathwar&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/mathwar.png&#39; alt=&#39;mathwar&#39;&gt;&lt;/a&gt;
1696 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rocs&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rocs.png&#39; alt=&#39;rocs&#39;&gt;&lt;/a&gt;
1697 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
1698 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxmath&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxmath.png&#39; alt=&#39;tuxmath&#39;&gt;&lt;/a&gt;
1699 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xabacus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xabacus.png&#39; alt=&#39;xabacus&#39;&gt;&lt;/a&gt;
1700 &lt;/p&gt;
1701
1702 &lt;p&gt;&lt;strong&gt;field::physics&lt;/strong&gt;&lt;/p&gt;
1703 &lt;p&gt;
1704 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1705 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=step&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/step.png&#39; alt=&#39;step&#39;&gt;&lt;/a&gt;
1706 &lt;/p&gt;
1707
1708 &lt;p&gt;&lt;strong&gt;field::TODO&lt;/strong&gt;&lt;/p&gt;
1709 &lt;p&gt;
1710 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=blinken&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/blinken.png&#39; alt=&#39;blinken&#39;&gt;&lt;/a&gt;
1711 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=cgoban&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/cgoban.png&#39; alt=&#39;cgoban&#39;&gt;&lt;/a&gt;
1712 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
1713 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
1714 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnuchess&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnuchess.png&#39; alt=&#39;gnuchess&#39;&gt;&lt;/a&gt;
1715 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnugo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnugo.png&#39; alt=&#39;gnugo&#39;&gt;&lt;/a&gt;
1716 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gtans&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gtans.png&#39; alt=&#39;gtans&#39;&gt;&lt;/a&gt;
1717 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ktouch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ktouch.png&#39; alt=&#39;ktouch&#39;&gt;&lt;/a&gt;
1718 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=librecad&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/librecad.png&#39; alt=&#39;librecad&#39;&gt;&lt;/a&gt;
1719 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
1720 &lt;/p&gt;
1721
1722 &lt;p&gt;In total, 61 applications. 3 of them lacked screen shots on
1723 &lt;a href=&quot;http://screenshot.debian.net&quot;&gt;screenshot.debian.net&lt;/a&gt;. If
1724 you know of some packages we should install by default, please let us
1725 know on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu
1726 on irc.debian.org&lt;/a&gt;, or our
1727 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;mailing list
1728 debian-edu@&lt;/a&gt;.&lt;/p&gt;
1729 </description>
1730 </item>
1731
1732 <item>
1733 <title>Skolelinux-intervju: Nirosan Thiyagalingam</title>
1734 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</link>
1735 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</guid>
1736 <pubDate>Fri, 24 May 2013 21:40:00 +0200</pubDate>
1737 <description>&lt;p&gt;En ting
1738 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt; har
1739 hatt mye glede av er studentprosjekter. F.eks. er
1740 &lt;a href=&quot;http://linuxstopmotion.org/&quot;&gt;stillbildeanimasjonssystemet
1741 Stopmotion&lt;/a&gt; resultat av et studentprosjekt i Skolelinux. De siste
1742 månedene har en ivrig student veiledet av Marius Kotsbak i
1743 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRiSK&lt;/a&gt; testet hva en
1744 kan få til med en datamaskin til NOK 400,- (antagelig 1700,- med
1745 skjerm, tastatur og mus) når det brukes i Skolelinux. Jeg spurte han
1746 om et intervju.&lt;/p&gt;
1747
1748 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
1749
1750 &lt;p&gt;Jeg heter Nirosan Thiyagalingam. Jeg er 24 år og studerer
1751 dataingeniør studiet ved Høgskolen i Sør Trøndelag. Interessen for
1752 data har siden ung alder vært tilstede og jeg har i tillegg alltid
1753 vært glad i å lære nye ting. Med teknologi som endres svært hurtig er
1754 det alltid noe nytt å lære. Noe som igjen har gjort det svært
1755 interessant å følge med på utviklingen. Jeg valgte dataingeniør
1756 studiet grunnet ønske om å lære enda mer om programmering og utvikling
1757 av store systemer.&lt;/p&gt;
1758
1759 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
1760
1761 &lt;p&gt;Skolelinux prosjektet hørte jeg først om i media. Men det var først
1762 når jeg skulle velge bacheloroppgave at jeg fattet mer interesse for
1763 prosjektet. Et enkelt søk på nettet førte meg til skolelinux sine
1764 hjemmesider. Informasjonen jeg fant der gjorde meg enda nysgjerrig og
1765 jeg valgte derfor en oppgave som gikk ut på å få en
1766 &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry PI&lt;/a&gt;. Altså en
1767 ultra-billig datamaskin til å kjøre Debian Edu på lik linje med
1768 vanlige datamaskiner. I løpet av prosjektet ble det gjort mye
1769 forskning på nettet. Det var mye jeg måtte forstå rundt hvordan
1770 operativsystemet Linux fungerte før jeg kunne angripe
1771 problemet. Prøvde først å finne ut hvordan man kunne transformere en
1772 vanlig installasjon av Skolelinux til Raspberry PI, men dette var
1773 altfor vanskelig å jeg endte opp med mer spørsmål enn svar. Det ble
1774 videre opprettet kontakt med Skolelinux utviklere på IRC der jeg fikk
1775 diskutert hvilken retning jeg burde gå for å få til en fullverdig
1776 løsning. Det ble bestemt at jeg skulle gå for å først installere
1777 &lt;a href=&quot;http://www.raspbian.org/&quot;&gt;Raspian&lt;/a&gt;. Dette er et
1778 operativsystem basert på Debian spesiallaget for Raspberry Pi sin
1779 maskinvare. Nå som Debian var installert på datamaskinen gjenstod det
1780 å installere de nødvendige Skolelinux pakkene for å få til et
1781 fullverdig system. Disse pakkene ble installert manuelt i første
1782 omgang, men ble senere installert automatisk via et script som Petter
1783 Reinholdtsen laget. Dette scriptet er så enkel å bruke at man er i
1784 gang med installasjonen i løpet av bare 5 minutter. Ikke nok med det,
1785 alt skjer helt automatisk. Alt i alt er jeg veldig fornøyd med
1786 resultatet av installasjonsprosessen. Raspberry Pi er en veldig svak
1787 maskin og det merkes godt når man har installert Skolelinux på
1788 den. Video og 3D-rendering fungerer utrolig dårlig, men nettsurfing og
1789 kontorprogrammer fungerer godt. Det kan derfor konkluderes med at
1790 datamaskinen er egnet for enkle oppgaver.
1791
1792 &lt;p&gt;Jeg syns det er viktig påpeke at dette kun er startfasen av en slik
1793 løsning. På markedet finnes det nå maskiner som har bedre hardware enn
1794 Raspberry Pi. Det er store muligheter for at man kan klare å
1795 installere Skolelinux på disse også, og da forsvinner nok mest
1796 sannsynlig ytelsesproblemene med Video og 3D rendering også.&lt;/p&gt;
1797
1798 &lt;p&gt;Det ble også prøvd med en løsning som gjorde at Raspberry Pi
1799 fungerte som en tynnklient. Denne løsningen hadde langt bedre ytelse
1800 med tanke på hastighet og brukeropplevelse. Men også her var video og
1801 3D rendering dårlig. Det ble brukt en liten Linux distribusjon kalt
1802 &lt;a href=&quot;http://www.berryterminal.com/&quot;&gt;BerryTerminal&lt;/a&gt; for å få til
1803 dette.&lt;/p&gt;
1804
1805 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1806
1807 &lt;p&gt;Fordelen med Skolelinux er mange. At det er gratis er en stor
1808 fordel, men at det er så mange som er med på å utvikle det og
1809 vedlikeholde det er en enda større fordel. Allerede før jeg startet
1810 med prosjektet så jeg mange fordeler, og når jeg nærmet meg sluttfasen
1811 så jeg langt flere. At prosjektet skulle inneha en så høy kvalitet
1812 hadde jeg aldri trodd. En vanlig Skolelinux installasjon har de
1813 nødvendige programmene og funksjonen som både små og store skoler i
1814 tillegg til organisasjoner kan klare seg med. At prosjektet tilbyr en
1815 så komplett løsning er en kjempefordel. Installasjonen er knirkefri
1816 og det er svært enkelt å installere og komme i gang.&lt;/p&gt;
1817
1818 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1819
1820 &lt;p&gt;Ulempene jeg ser med prosjektet er ryddigheten av websidene. Selv
1821 om websidene er enkle og konsise er det allikevel ikke appellerende i
1822 like stor grad som for eksempel
1823 &lt;a href=&quot;http://www.ubuntu.com&quot;&gt;Ubuntu&lt;/a&gt; sine sider. Deres side
1824 tilbyr, i tillegg til godt design og presentasjon, en nettbasert
1825 emulator av deres operativsystem. Dette er en stor fordel slik jeg ser
1826 det. Bortsett fra dette ser jeg absolutt ingen ulemper med
1827 Skolelinux-prosjektet.&lt;/p&gt;
1828
1829 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
1830
1831 &lt;p&gt;Til daglig er jeg en flittig bruker av det åpne media
1832 sentersystemet &lt;a href=&quot;http://xbmc.org/&quot;&gt;XBMC&lt;/a&gt;. Det enorme
1833 samfunnet rundt dette prosjektet har gjort dette til et program som
1834 dekker alles behov. Man kan tilpasse det akkurat slik man vil både med
1835 tanke på utseende og funksjoner ved installere plug-ins eller
1836 scripts.&lt;/p&gt;
1837
1838 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
1839 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
1840
1841 &lt;p&gt;Strategien som burde brukes sett fra mine øyne er
1842 markedsføring. Jeg er sikker på at om flere skoler fikk et lite innsyn
1843 i hvor bra Skolelinux er så ville de ikke nølt med å gå over fra noe
1844 annet som koster de store summer. At skolelinux til de grader tilbyr
1845 en så komplett løsning bure komme frem. Enten via reklamekampanjer
1846 eller ved å sende ut folk til skoler for så å la skolenettverk
1847 ansvarlige få teste ut hvordan Skolelinux fungerer i praksis. Om det
1848 i tillegg ble utviklet gode websider og en emulator for å la brukere
1849 prøve operativsystemet ville nok dette ha styrket inntrykket
1850 betraktelig.&lt;/p&gt;
1851 </description>
1852 </item>
1853
1854 <item>
1855 <title>How to transform a Debian based system to a Debian Edu installation</title>
1856 <link>http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</link>
1857 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</guid>
1858 <pubDate>Fri, 17 May 2013 11:50:00 +0200</pubDate>
1859 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is
1860 an operating system based on Debian intended for use in schools. It
1861 contain a turn-key solution for the computer network provided to
1862 pupils in the primary schools. It provide both the central server,
1863 network boot servers and desktop environments with heaps of
1864 educational software. The project was founded almost 12 years ago,
1865 2001-07-02. If you want to support the project, which is in need for
1866 cash to fund developer gatherings and other project related activity,
1867 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;please
1868 donate some money&lt;/a&gt;.
1869
1870 &lt;p&gt;A topic that come up again and again on the Debian Edu mailing
1871 lists and elsewhere, is the question on how to transform a Debian or
1872 Ubuntu installation into a Debian Edu installation. It isn&#39;t very
1873 hard, and last week I wrote a script to replicate the steps done by
1874 the Debian Edu installer.&lt;/p&gt;
1875
1876 &lt;p&gt;The script,
1877 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless?view=markup&quot;&gt;debian-edu-bless&lt;a/&gt;
1878 in the debian-edu-config package, will go through these six steps and
1879 transform an existing Debian Wheezy or Ubuntu (untested) installation
1880 into a Debian Edu Workstation:&lt;/p&gt;
1881
1882 &lt;ol&gt;
1883
1884 &lt;li&gt;Add skolelinux related APT sources.&lt;/li&gt;
1885 &lt;li&gt;Create /etc/debian-edu/config with the wanted configuration.&lt;/li&gt;
1886 &lt;li&gt;Install debian-edu-install to load preseeding values and pull in
1887 our configuration.&lt;/li&gt;
1888 &lt;li&gt;Preseed debconf database with profile setup in
1889 /etc/debian-edu/config, and run tasksel to install packages
1890 according to the profile specified in the config above,
1891 overriding some of the Debian automation machinery.&lt;/li&gt;
1892 &lt;li&gt;Run debian-edu-cfengine-D installation to configure everything
1893 that could not be done using preseeding.&lt;/li&gt;
1894 &lt;li&gt;Ask for a reboot to enable all the configuration changes.&lt;/li&gt;
1895
1896 &lt;/ol&gt;
1897
1898 &lt;p&gt;There are some steps in the Debian Edu installation that can not be
1899 replicated like this. Disk partitioning and LVM setup, for example.
1900 So this script just assume there is enough disk space to install all
1901 the needed packages.&lt;/p&gt;
1902
1903 &lt;p&gt;The script was created to help a Debian Edu student working on
1904 setting up &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry Pi&lt;/a&gt; as a
1905 Debian Edu client, and using it he can take the existing
1906 &lt;a href=&quot;http://www.raspbian.org/FrontPage‎&quot;&gt;Raspbian&lt;/a&gt; installation and
1907 transform it into a fully functioning Debian Edu Workstation (or
1908 Roaming Workstation, or whatever :).&lt;/p&gt;
1909
1910 &lt;p&gt;The default setting in the script is to create a KDE Workstation.
1911 If a LXDE based Roaming workstation is wanted instead, modify the
1912 PROFILE and DESKTOP values at the top to look like this instead:&lt;/p&gt;
1913
1914 &lt;p&gt;&lt;pre&gt;
1915 PROFILE=&quot;Roaming-Workstation&quot;
1916 DESKTOP=&quot;lxde&quot;
1917 &lt;/pre&gt;&lt;/p&gt;
1918
1919 &lt;p&gt;The script could even become useful to set up Debian Edu servers in
1920 the cloud, by starting with a virtual Debian installation at some
1921 virtual hosting service and setting up all the services on first
1922 boot.&lt;/p&gt;
1923 </description>
1924 </item>
1925
1926 <item>
1927 <title>Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
1928 <link>http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
1929 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
1930 <pubDate>Tue, 14 May 2013 23:30:00 +0200</pubDate>
1931 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1932 project&lt;/a&gt; is making great progress and made its second Wheezy based
1933 release today. This is the release announcement:&lt;/p&gt;
1934
1935 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha1 released
1936 2013-05-14&lt;/strong&gt;&lt;/p&gt;
1937
1938 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
1939 alpha1, based on &lt;a href=&quot;http://www.debian.org&quot;&gt;Debian&lt;/a&gt; with
1940 codename &quot;Wheezy&quot;.&lt;/p&gt;
1941
1942 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1943
1944 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
1945 on Debian providing an out-of-the box environment of a completely
1946 configured school network. Immediatly after installation a school
1947 server running all services needed for a school network is set up just
1948 waiting for users and machines being added via GOsa², a comfortable
1949 Web-UI. A netbooting environment is prepared using PXE, so after
1950 initial installation of the main server from CD, DVD or USB stick all
1951 other machines can be installed via the network.&lt;/p&gt;
1952
1953 &lt;p&gt;This is the first test release based on Wheezy (which currently is
1954 not released yet). Basically this is an updated and slightly improved
1955 version compared to the Squeeze release.&lt;/p&gt;
1956
1957 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1958 &lt;ul&gt;
1959 &lt;li&gt;Install freemind (0.9.0) by default, and stop installing vym by
1960 default.&lt;/li&gt;
1961 &lt;li&gt;Install chromium (26.0.1410.43) by default.&lt;/li&gt;
1962 &lt;li&gt;Install goplay (0.5-1.1) to make golearn available by default.&lt;/li&gt;
1963 &lt;li&gt;Updated support for Japanese input methods, now based on
1964 ibus-anthy.&lt;/li&gt;
1965 &lt;/ul&gt;
1966
1967 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1968 &lt;ul&gt;
1969
1970 &lt;li&gt;Switched default file system from ext3 to ext4 for speed and
1971 reliability improvements.&lt;/li&gt;
1972 &lt;li&gt;Got rid of unwanted winbind daemon and PAM setup activated because
1973 of &lt;a href=&quot;http://bugs.debian.org/706434&quot;&gt;706434&lt;/a&gt;.&lt;/li&gt;
1974 &lt;li&gt;Extended and improved the testsuite tests to detect more possible
1975 problems.&lt;/li&gt;
1976 &lt;li&gt;Corrected proxy handling to not set http_proxy to a bogus
1977 direct:// URL.&lt;/li&gt;
1978 &lt;li&gt;Corrected proxy setup for diskless workstations.&lt;/li&gt;
1979 &lt;li&gt;Corrected PXE setup to use our updated udebs during installation.&lt;/li&gt;
1980 &lt;li&gt;Made installation handling of low entropy level more robust.&lt;/li&gt;
1981 &lt;li&gt;Create larger partitions for Roaming workstations and Thin client
1982 servers, to make room for all the software installed.&lt;/li&gt;
1983 &lt;li&gt;Fix bug in Roaming workstation PAM setup, making it impossible to
1984 log in (&lt;a href=&quot;http://bugs.debian.org/706753&quot;&gt;706753&lt;/a&gt;).&lt;/li&gt;
1985 &lt;/ul&gt;
1986
1987 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1988 &lt;ul&gt;
1989
1990 &lt;li&gt;IP resolution for the local hostname give useless IPv6 address
1991 (&lt;a href=&quot;http://bugs.debian.org/705900&quot;&gt;705900&lt;/a&gt;). Only install
1992 libnss-myhostname on roaming workstations until it is fixed.&lt;/li&gt;
1993 &lt;li&gt;DVD images are not yet ready.&lt;/li&gt;
1994 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1995 available yet (&lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;698840&lt;/a&gt;).&lt;/li&gt;
1996 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others).&lt;/li&gt;
1997 &lt;li&gt;KDE Debian submenu lacks icons.&lt;/li&gt;
1998 &lt;li&gt;LXDE menu lacks entry for changing GOsa password
1999 (website). Installing gosa-desktop will be an option.&lt;/li&gt;
2000 &lt;li&gt;Backup configuration via web interface is impossible due to
2001 password submission problem
2002 (&lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;700257&lt;/a&gt;).&lt;/li&gt;
2003
2004 &lt;/ul&gt;
2005
2006 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2007
2008 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2009 &lt;ul&gt;
2010
2011 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2012 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2013 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso debian-edu~7.0+edu0~a1-CD.iso&lt;/li&gt;
2014
2015 &lt;/ul&gt;
2016
2017 &lt;p&gt;The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b&lt;/p&gt;
2018
2019 &lt;p&gt;The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c&lt;/p&gt;
2020
2021 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2022
2023 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2024 </description>
2025 </item>
2026
2027 <item>
2028 <title>Narvik sparer minst 9 millioner på å bruke Skolelinux</title>
2029 <link>http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</link>
2030 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</guid>
2031 <pubDate>Fri, 10 May 2013 18:30:00 +0200</pubDate>
2032 <description>&lt;p&gt;I fjor sommer ble jeg
2033 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;gledelig
2034 overrasket&lt;/a&gt; over et oppslag i avisen Fremover om Narvik kommunes
2035 bruk av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Oppslaget
2036 var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
2037 og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
2038 i Narvikskolene og konstnaden ved å gå over til Windows. For litt
2039 over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
2040 i dette notatet, og det ble oversendt på epost tirsdag. Jeg fikk
2041 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Narvik-kommune/2013-04-29-09:12-skolelinux-notat/PetterFalkbuogwindowsfornarvikskolen%20(L)351310.pdf&quot;&gt;lagt
2042 ut notatet&lt;/a&gt; samme dag, og fikk i dag sjekket postlista til Narvik,
2043 der jeg fant notatet som
2044 &lt;a href=&quot;https://www.narvik.kommune.no/innsyn.aspx?response=arkivsak_detaljer&amp;arkivsakid=2013001023&amp;scripturi=/innsyn.aspx&amp;skin=infolink&amp;Mid1=301&amp;&quot;&gt;sak
2045 2013/1023&lt;/a&gt;.&lt;/p&gt;
2046
2047 &lt;p&gt;Notatet forteller at Narvik ville måtte betalt minst 9 millioner
2048 for å gå over til Windows på skolene. I tillegg dokumenterer notatet
2049 at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
2050 Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
2051 unødige utgifter på IT i skoleverket. :)&lt;/p&gt;
2052 </description>
2053 </item>
2054
2055 <item>
2056 <title>Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</title>
2057 <link>http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</link>
2058 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</guid>
2059 <pubDate>Sun, 5 May 2013 07:40:00 +0200</pubDate>
2060 <description>&lt;p&gt;When I woke up this morning, I was very happy to see that the
2061 &lt;a href=&quot;http://www.debian.org/News/2013/20130504&quot;&gt;release announcement
2062 for Debian Wheezy&lt;/a&gt; was waiting in my mail box. This is a great
2063 Debian release, and I expect to move my machines at home over to it fairly
2064 soon.&lt;/p&gt;
2065
2066 &lt;p&gt;The new debian release contain heaps of new stuff, and one program
2067 in particular make me very happy to see included. The
2068 &lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt; program, made famous by
2069 the &lt;a href=&quot;http://www.code.org/&quot;&gt;Teach kids code&lt;/a&gt; movement, is
2070 included for the first time. Alongside similar programs like
2071 &lt;a href=&quot;http://edu.kde.org/kturtle/&quot;&gt;kturtle&lt;/a&gt; and
2072 &lt;a href=&quot;http://wiki.sugarlabs.org/go/Activities/Turtle_Art&quot;&gt;turtleart&lt;/a&gt;,
2073 it allow for visual programming where syntax errors can not happen,
2074 and a friendly programming environment for learning to control the
2075 computer. Scratch will also be included in the next release of Debian
2076 Edu.&lt;/a&gt;
2077
2078 &lt;p&gt;And now that Wheezy is wrapped up, we can wrap up the next Debian
2079 Edu/Skolelinux release too. The
2080 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/04/msg00132.html&quot;&gt;first
2081 alpha release&lt;/a&gt; went out last week, and the next should soon
2082 follow.&lt;p&gt;
2083 </description>
2084 </item>
2085
2086 <item>
2087 <title>First alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2088 <link>http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2089 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2090 <pubDate>Fri, 26 Apr 2013 08:30:00 +0200</pubDate>
2091 <description>&lt;p&gt;The Debian Edu / Skolelinux project is still going strong and made
2092 its first Wheezy based release today. This is the release
2093 announcement:&lt;/p&gt;
2094
2095 &lt;p&gt;&lt;strong&gt;New features for Debian Edu ~7.0.0 alpha0 released
2096 2013-04-26&lt;/strong&gt;&lt;/p&gt;
2097
2098 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux ~7.0.0
2099 edu alpha0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2100
2101 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2102
2103 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2104 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2105 out-of-the box environment of a completely configured school
2106 network. Immediatly after installation a school server running all
2107 services needed for a school network is set up just waiting for users
2108 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2109 environment is prepared using PXE, so after initial installation of
2110 the main server from CD, DVD or USB stick all other machines can be
2111 installed via the network.&lt;/p&gt;
2112
2113 &lt;p&gt;This is the first test release based on Wheezy (which currently is
2114 not released yet). Basically this is an updated and slightly improved
2115 version compared to the Squeeze release.&lt;/p&gt;
2116
2117 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2118
2119 &lt;ul&gt;
2120 &lt;li&gt;Everything which is new in Debian Wheezy, eg:
2121 &lt;ul&gt;
2122 &lt;li&gt;Linux kernel 3.2.x&lt;/li&gt;
2123 &lt;li&gt;Desktop environments KDE &quot;Plasma&quot; 4.8.4, GNOME 3.4, and LXDE 4
2124 (KDE is installed by default; to choose GNOME or LXDE: see
2125 manual.)&lt;/li&gt;
2126 &lt;li&gt;Web browser Iceweasel 10 ESR&lt;/li&gt;
2127 &lt;li&gt;LibreOffice 3.5.4&lt;/li&gt;
2128 &lt;li&gt;LTSP 5.4.2&lt;/li&gt;
2129 &lt;li&gt;GOsa 2.7.4&lt;/li&gt;
2130 &lt;li&gt;CUPS print system 1.5.3&lt;/li&gt;
2131 &lt;li&gt;Educational toolbox GCompris 12.01&lt;/li&gt;
2132 &lt;li&gt;Music creator Rosegarden 12.04&lt;/li&gt;
2133 &lt;li&gt;Image editor Gimp 2.8.2&lt;/li&gt;
2134 &lt;li&gt;Virtual universe Celestia 1.6.1&lt;/li&gt;
2135 &lt;li&gt;Virtual stargazer Stellarium 0.11.3&lt;/li&gt;
2136 &lt;li&gt;Scratch visual programming environment 1.4.0.6&lt;/li&gt;
2137 &lt;li&gt;New version of debian-installer from Debian Wheezy, see
2138 &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation
2139 manual&lt;/a&gt; for more details.&lt;/li&gt;
2140 &lt;li&gt;Debian Wheezy includes about 37000 packages available for
2141 installation.&lt;/li&gt;
2142 &lt;li&gt;More information about Debian Wheezy 7.0 is provided in the
2143 &lt;a href=&quot;http://www.debian.org/releases/wheezy/releasenotes&quot;&gt;release notes&lt;/a&gt; and the &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation manual&lt;/a&gt;.&lt;/li&gt;
2144 &lt;/ul&gt;&lt;/li&gt;
2145 &lt;/ul&gt;
2146
2147 &lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/p&gt;
2148 &lt;ul&gt;
2149 &lt;li&gt;The (&lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Wheezy&quot;&gt;English&lt;/a&gt;) Debian Edu Wheezy Manual is fully translated to
2150 German, French, Italian and Danish. Partly translated versions exist
2151 for Norwegian Bokmal and Spanish.&lt;/li&gt;
2152 &lt;/ul&gt;
2153
2154 &lt;p&gt;&lt;Strong&gt;LDAP related changes&lt;/strong&gt;&lt;/p&gt;
2155 &lt;ul&gt;
2156 &lt;li&gt;Slight changes to some objects and acls to have more types to
2157 choose from when adding systems in GOsa. Now systems can be of type
2158 server, workstation, printer, terminal or netdevice.&lt;/li&gt;
2159 &lt;/ul&gt;
2160
2161 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2162 &lt;ul&gt;
2163 &lt;li&gt;LTSP clients start as diskless workstation / thin client can be
2164 configured via command line argument -- or individually adding an
2165 entry in lts.conf or LDAP.&lt;li&gt;
2166 &lt;li&gt;GOsa gui: Now some options that seemed to be available, but are non
2167 functional, are greyed out (or are not clickable). Some tabs are
2168 completely hidden to the end user, others even to the GOsa admin.&lt;/li&gt;
2169 &lt;/ul&gt;
2170
2171 &lt;p&gt;&lt;strong&gt;Regressions&lt;/strong&gt;&lt;/p&gt;
2172 &lt;ul&gt;
2173 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv) available
2174 yet.&lt;/li&gt;
2175 &lt;/ul&gt;
2176
2177 &lt;p&gt;&lt;strong&gt;No updated artwork&lt;/strong&gt;&lt;/p&gt;
2178
2179 &lt;ul&gt;
2180 &lt;li&gt;Updated artwork which is visible during installation, in the login
2181 screen and as desktop wallpaper is still missing or the same as we
2182 had for our Squeeze based release.&lt;/li&gt;
2183 &lt;/ul&gt;
2184
2185 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2186
2187 To download the multiarch netinstall CD release you can use
2188 &lt;ul&gt;
2189 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2190 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2191 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/&lt;/li&gt;
2192 &lt;/ul&gt;
2193
2194 &lt;p&gt;The MD5SUM of this image is: c5e773ddafdaa4f48c409c682f598b6c&lt;/p&gt;
2195
2196 &lt;p&gt;The SHA1SUM of this image is: 25934fabb9b7d20235499a0a51f08ce6c54215f2&lt;/p&gt;
2197
2198 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2199
2200 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2201 </description>
2202 </item>
2203
2204 <item>
2205 <title>First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</title>
2206 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</link>
2207 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</guid>
2208 <pubDate>Tue, 16 Apr 2013 15:00:00 +0200</pubDate>
2209 <description>&lt;p&gt;This years first &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux /
2210 Debian Edu&lt;/a&gt; developer gathering take place the coming weekend in Trondheim.
2211 Details about the gathering can be found
2212 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim&quot;&gt;on
2213 the FRiSK wiki&lt;/a&gt;. The dates are 19-21th of April 2013, and online
2214 participation for those unable to make it in person is very welcome,
2215 and I plan to participate online myself as I could not leave Oslo this
2216 weekend.&lt;/p&gt;
2217
2218 &lt;p&gt;The focus of the gathering is to work on the web pages and project
2219 infrastructure, and to continue the work on the Wheezy based Debian
2220 Edu release.&lt;/p&gt;
2221
2222 &lt;p&gt;See you on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu on irc.debian.org,&lt;/a&gt; then?&lt;/p&gt;
2223 </description>
2224 </item>
2225
2226 <item>
2227 <title>Skolelinux 6 got a video review from Pcwizz</title>
2228 <link>http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</link>
2229 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</guid>
2230 <pubDate>Sun, 17 Mar 2013 10:30:00 +0100</pubDate>
2231 <description>&lt;p&gt;Via
2232 &lt;a href=&quot;https://twitter.com/pcwizz/status/313044373262716930&quot;&gt;twitter&lt;/a&gt;
2233 I just discovered that &lt;a href=&quot;http://pcwizz.net/&quot;&gt;Pcwizz&lt;/a&gt; have
2234 done a &lt;a href=&quot;http://www.youtube.com/watch?v=wPzTZ61Pcuc&quot;&gt;video
2235 review&lt;/a&gt; on Youtube of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
2236 / Debian Edu&lt;/a&gt; version 6. He installed the standalone profile and
2237 the video show a walk-through of of the menu content, demonstration of
2238 a few programs and his view of our distribution.&lt;/p&gt;
2239
2240 &lt;p&gt;There is also some really nice quotes (transcribed by me, might
2241 have heard wrong). While looking thought the Graphics menu:&lt;/p&gt;
2242
2243 &lt;blockquote&gt;
2244 &quot;Basically everything you ever need in a school environment.&quot;
2245 &lt;/blockquote&gt;
2246
2247 &lt;p&gt;And as a general evaluation of the entire distribution:&lt;/p&gt;
2248
2249 &lt;blockquote&gt;
2250 &quot;So, yeah, a bit bloated. It kept all the Debian stuff in there, just
2251 to keep it nice and GNU. So, I do not want to go on about it, but
2252 lets give it 7 out of 10. I am not going to use it. That is because
2253 I am not deploying a school network. There may be some mythical
2254 feature to help you deploy Skolelinux on a school network.&quot;
2255 &lt;/blockquote&gt;
2256
2257 &lt;p&gt;To bad he did not test the server profile, and discovered the PXE
2258 installation option. It make it possible to install only the main
2259 server from CD, and the rest of the machines via the net, and might be
2260 considered the mythical feature he talk about. :)&lt;/p&gt;
2261
2262 &lt;p&gt;While looking through the menus, there is also this funny comment
2263 about the part of the K menu generated from the Debian menu subsystem:
2264
2265 &lt;blockquote&gt;
2266 &quot;[The K menu] have a special Debian section for software that no-one
2267 is going to look at, because it contain lots of junky stuff that you
2268 actually don&#39;t need in the education distribution, but have just been
2269 included because it isn&#39;t stripped out for some reason.&quot;
2270 &lt;/blockquote&gt;
2271
2272 &lt;p&gt;I guess it is yet another argument for merging the Debian menu and
2273 Gnome/KDE desktop menu entries into
2274 &lt;a href=&quot;http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries&quot;&gt;one
2275 consistent menu system&lt;/a&gt; instead of two incomplete and partly
2276 inconsistent menu systems.&lt;/p&gt;
2277
2278 &lt;p&gt;The entire video is available below for those accepting iframe
2279 embedding:&lt;/p&gt;
2280
2281 &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/wPzTZ61Pcuc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
2282 </description>
2283 </item>
2284
2285 <item>
2286 <title>First Skolelinux / Debian Edu Squeeze update released</title>
2287 <link>http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</link>
2288 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</guid>
2289 <pubDate>Fri, 8 Mar 2013 09:30:00 +0100</pubDate>
2290 <description>&lt;p&gt;Last Sunday, 2013-03-03,, Holger Levsen announced the first update
2291 of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
2292 based on Debian Squeeze. This is the first update since
2293 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
2294 initial release 2012-03-11&lt;/a&gt;. This is the
2295 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2013/03/msg00000.html&quot;&gt;release
2296 announcement email from Holger&lt;/a&gt;:&lt;/p&gt;
2297
2298 &lt;blockquote&gt;&lt;p&gt;Hi,&lt;/p&gt;
2299
2300 &lt;p&gt;it&#39;s my pleasure to announce the immediate availability of Debian
2301 Edu 6.0.7+r1 (&quot;Debian Edu Squeeze&quot;).&lt;/p&gt;
2302
2303 &lt;p&gt;Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
2304 6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
2305 well Debian Edu specific bugfixes and enhancements. See below (in this
2306 mail) for the full list of (edu) changes. Please see
2307 &lt;a href=&quot;http://www.debian.org/News/2012/20120311&quot;&gt;http://www.debian.org/News/2012/20120311&lt;/a&gt;
2308 for more information on &quot;Debian Edu Squeeze&quot;.&lt;/p&gt;
2309
2310 &lt;p&gt;Images are available for download at
2311 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/&lt;/a&gt;&lt;/p&gt;
2312
2313 &lt;p&gt;md5sums:
2314 &lt;br&gt;1fe79eb4f0f9ae1c58fc318e26cc1e2e debian-edu-6.0.7+r1-CD.iso
2315 &lt;br&gt;a6ddd924a8bd9a1b5ca122e8fe1c34ec debian-edu-6.0.7+r1-DVD.iso
2316 &lt;br&gt;ac6c72cd7925ccec51bfbf58e2a7c69c debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2317
2318 &lt;p&gt;sha1sums:
2319 &lt;br&gt;a4b58233b672a99c7df8dc24fb6de3327654a5c3 debian-edu-6.0.7+r1-CD.iso
2320 &lt;br&gt;9b524915e0ff2aa793f13d93123e5bd2bab2dbaa debian-edu-6.0.7+r1-DVD.iso
2321 &lt;br&gt;43997614893fc5e9e59ad6ce066b05d07fd836fa debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2322
2323 &lt;p&gt;These images are suitable for amd64+i386.&lt;/p&gt;
2324
2325 &lt;p&gt;Changes for Debian Edu 6.0.7+r1 Codename &quot;Squeeze&quot;, released
2326 2013-03-03:&lt;/p&gt;
2327
2328 &lt;ul&gt;
2329 &lt;li&gt;sitesummary was updated from 0.1.3 to 0.1.8
2330 &lt;ul&gt;
2331 &lt;li&gt;Make Nagios configuration more robust and efficient&lt;/li&gt;
2332 &lt;li&gt;Comply with 3.X kernel&lt;/li&gt;
2333 &lt;/ul&gt;&lt;/li&gt;
2334 &lt;li&gt;debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
2335 &lt;ul&gt;
2336 &lt;li&gt;Minor updates from the wiki&lt;/li&gt;
2337 &lt;li&gt;Danish translation now complete&lt;/li&gt;
2338 &lt;/ul&gt;&lt;/li&gt;
2339 &lt;li&gt;debian-edu-config from 1.453 to 1.455
2340 &lt;ul&gt;
2341 &lt;li&gt;Fix /etc/hosts for LTSP diskless workstations. Closes: #699880&lt;/li&gt;
2342 &lt;li&gt;Make ltsp_local_mount script work for multiple devices.&lt;/li&gt;
2343 &lt;li&gt;Correct Kerberos user policy: don&#39;t expire password after 2 days.
2344 Closes: #664596&lt;/li&gt;
2345 &lt;li&gt;Handle &#39;#&#39; characters in the root or first users password.
2346 Closes: #664976&lt;/li&gt;
2347 &lt;li&gt;Fixes for gosa-sync:
2348 &lt;ul&gt;
2349 &lt;li&gt;Don&#39;t fail if password contains &quot;&lt;/li&gt;
2350 &lt;li&gt;Don&#39;t disclose new password string in syslog&lt;/li&gt;
2351 &lt;/ul&gt;&lt;/li&gt;
2352 &lt;li&gt;Fixes for gosa-create:
2353 &lt;ul&gt;
2354 &lt;li&gt;Invalidate libnss cache before applying changes&lt;/li&gt;
2355 &lt;li&gt;Multiple failures during mass user import into GOsa²&lt;/li&gt;
2356 &lt;li&gt;gosa-netgroups plugin: don&#39;t erase entries of attribute type
2357 &quot;memberNisNetgroup&quot;. Closes: #687256&lt;/li&gt;
2358 &lt;li&gt;First user now uses the same Kerberos policy as all other users&lt;/li&gt;
2359 &lt;/ul&gt;&lt;/li&gt;
2360 &lt;li&gt;Add Danish web page&lt;/li&gt;
2361 &lt;/ul&gt;
2362 &lt;li&gt;debian-edu-install from 1.528 to 1.530
2363 &lt;ul&gt;
2364 &lt;li&gt;Improve preseeding support and documentation&lt;/li&gt;
2365 &lt;/ul&gt;&lt;/li&gt;
2366 &lt;/ul&gt;
2367
2368 &lt;p&gt;End-user documentation in English is available at
2369 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&quot;&gt;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&lt;/a&gt;
2370 - translations to French, Italian, Danish and German are available in
2371 the debian-edu-doc package. (Other languages could use your help!)&lt;/p&gt;
2372
2373 &lt;p&gt;If you want to contribute to Debian Edu, please join our
2374 mailinglist
2375 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;!
2376 &lt;/p&gt;&lt;/blockquote&gt;
2377
2378 &lt;p&gt;I am very happy to see the fruits of a year of hard work. :)&lt;/p&gt;
2379 </description>
2380 </item>
2381
2382 <item>
2383 <title>Skolelinux-intervju: Helge Tore Høyland</title>
2384 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</link>
2385 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</guid>
2386 <pubDate>Fri, 22 Feb 2013 08:10:00 +0100</pubDate>
2387 <description>&lt;p&gt;Etter en lang pause og travle uker har jeg endelig klart å få
2388 samlet et nytt intervju med en av folkene i
2389 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet.
2390 Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
2391 epostlistene og ellers i prosjektet.&lt;/p&gt;
2392
2393 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2394
2395 &lt;p&gt;Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
2396 &lt;a href=&quot;http://unoit.no/&quot;&gt;Uno IT&lt;/a&gt;. Uno IT er eit lite firma som
2397 drifter nettverk og maskiner for små og mellomstore firma
2398 Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
2399 er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
2400 server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
2401 maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
2402 vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
2403 har eg hatt i forbindelse med drifting av
2404 &lt;a href=&quot;http://www.bjorkly.no/&quot;&gt;Bjørkly skule&lt;/a&gt;, ein privat
2405 grunnskule i Namsos-området. I dag har skulen 65 elever, 15 lærere, 1
2406 hovedserver og ca 60 klienter som kjører halvtjukt. Eg har bygd og
2407 driftet systemet sidan summaren 2006.&lt;/p&gt;
2408
2409 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2410
2411 &lt;p&gt;Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
2412 fagblad, som eg ikkje lenger hugsar namnet på. I og med at eg allereie
2413 hadde pusla med nettverk for ein annan skule, fatta eg straks
2414 interesse for prosjektet.&lt;/p&gt;
2415
2416 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2417
2418 &lt;p&gt;Fordelane med Skolelinux er sentralisert administrasjon og svært
2419 mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
2420 klientar med berre å «bry» seg med ein server. Levetid for systemets
2421 hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
2422 sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
2423 mykje mindre driftskostnader med eit slikt system enn konkurrerande
2424 system, pga enkelhet med sentralisert administrasjon. På grunn av at
2425 Skolelinux er basert på Debian er det òg svært stabilt.&lt;/p&gt;
2426
2427 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2428
2429 &lt;p&gt;Ulemper er mangel på vilje til å følge standarer ute i markedet,
2430 som fører til mangel på støtte til nokre mykje brukte ting. Flash og
2431 Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
2432 ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
2433 at program vert «for gamle». Det er spesielt nettlesaren som er
2434 utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
2435 for «alle» platformer fører òg til noko hovudbry.&lt;/p&gt;
2436
2437 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2438
2439 &lt;p&gt;Til dagleg bruker eg svært mange forskjellige «fri programvare»
2440 program. Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
2441 OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.&lt;/p&gt;
2442
2443 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2444 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2445
2446 &lt;p&gt;Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
2447 fokusert på at det er fri programvare men at det skal «berre fungere».
2448 Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
2449 sin del må ein få eit betre fokus på overganger. Utbytting av servere
2450 må gå meir automatisk, import og eksport av brukerbase og maskinbase
2451 med meir må kunne gå enkelt og oppgradering til neste versjon må bli
2452 mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
2453 opp frå start når ein byter ut ein server eller oppgraderer til neste
2454 versjon. For å få Skolelinux til å bli eit betre alternativ for skular
2455 må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
2456 dei protokollar og tillegg som vert brukt av forlag med meir. Etter
2457 kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
2458 viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
2459 bruk opne standarer, men inntil det skjer, må systemet kunne brukast
2460 mot desse fagsystema.&lt;/p&gt;
2461
2462 &lt;p&gt;For meg har prosjektet med Skolelinux vore ein svært artig og
2463 lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
2464 men det er svært hjelpevillig og engasjert.&lt;/p&gt;
2465 </description>
2466 </item>
2467
2468 <item>
2469 <title>A Christmas present for Skolelinux / Debian Edu</title>
2470 <link>http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</link>
2471 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</guid>
2472 <pubDate>Fri, 28 Dec 2012 09:20:00 +0100</pubDate>
2473 <description>&lt;p&gt;I was happy to discover a few days ago that the
2474 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
2475 project also this year received a Christmas present from Another
2476 Agency in Trondheim. NOK 1000,- showed up on our donation account
2477 December 24th. I want to express our thanks for this very welcome
2478 present. As the Debian Edu / Skolelinux project is very short on
2479 funding these days, and thus lack the money to do regular developer
2480 gatherings, this donation was most welcome. One developer gathering
2481 cost around NOK 15&amp;nbsp;000,-, so we need quite a lot more to keep the
2482 development pace we want. Thus, I hope their example this year is
2483 followed by many others. :)&lt;/p&gt;
2484
2485 &lt;p&gt;The public list of donors can be found on
2486 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;the
2487 donation page&lt;/a&gt; for the project, which also contain instructions if
2488 you want to donate to the project.&lt;/p&gt;
2489 </description>
2490 </item>
2491
2492 <item>
2493 <title>Ledger - double-entry accounting using text based storage format</title>
2494 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
2495 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
2496 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
2497 <description>&lt;p&gt;A few days ago I came across
2498 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
2499 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
2500 hledger, a text based system for double-entry accounting. I found it
2501 interesting, as I am involved with several organizations where
2502 accounting is an issue, and I have not really become too friendly with
2503 the different web based systems we use. I find it hard to find what I
2504 look for in the menus and even harder try to get sensible data out of
2505 the systems. Ledger seem different. The accounting data is kept in
2506 text files that can be stored in a version control system, and there
2507
2508 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
2509 different implementations&lt;/a&gt; able to read the format. An example
2510 entry look like this, and is simple enough that it will be trivial to
2511 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
2512
2513 &lt;blockquote&gt;&lt;pre&gt;
2514 2004-05-27 Book Store
2515 Expenses:Books $20.00
2516 Liabilities:Visa
2517 &lt;/pre&gt;&lt;/blockquote&gt;
2518
2519 &lt;p&gt;The concept seemed interesting enough for me to check it out and
2520 look for others using it. I found blog posts from
2521 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
2522 Spang&lt;/a&gt;,
2523 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
2524 Keen&lt;/a&gt;,
2525 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
2526 Cantino&lt;/a&gt; and
2527 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
2528 Ip&lt;/a&gt; describing how they use it, as well as a post from
2529 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
2530 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
2531 recommendations fitting my need.&lt;/p&gt;
2532
2533 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
2534 package is available in Debian Squeeze, while the
2535 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
2536 package only is available in Debian Sid. As I use Squeeze, ledger
2537 seemed the best choice to get started.&lt;/p&gt;
2538
2539 &lt;p&gt;To get some real data to test on, I wrote a
2540 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
2541 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
2542 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
2543 play with the data set. I&#39;m not really deeply into accounting, but I
2544 am able to get a simple balance and accounting status for example
2545 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
2546 gather more experience before I know if the ledger way is a good fit
2547 for the organisations I am involved in.&lt;/p&gt;
2548 </description>
2549 </item>
2550
2551 <item>
2552 <title>Debian Edu interview: Angela Fuß</title>
2553 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</link>
2554 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</guid>
2555 <pubDate>Wed, 14 Nov 2012 21:30:00 +0100</pubDate>
2556 <description>&lt;p&gt;Here is another interview with one of the people in the &lt;a
2557 href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2558 community. I am running short on people willing to be interviewed, so
2559 if you know about someone I should interview, Please send me an email.
2560 After asking for many months, I finally managed to lure another one of
2561 the people behind the German
2562 &quot;&lt;a href=&quot;http://wiki.it-zukunft-schule.de/&quot;&gt;IT-Zukunft Schule&lt;/a&gt;&quot;
2563 project out from maternity leave to conduct an interview. Give a warm
2564 welcome to Angela Fuß. :)&lt;/p&gt;
2565
2566 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2567
2568 &lt;p&gt;I am a 39-year-old woman living in the very north of Germany near
2569 Denmark. I live in a patchwork family with &quot;my man&quot; Mike Gabriel, my
2570 two daughters, Mikes daughter and Mikes and my rather newborn son.
2571
2572 &lt;p&gt;At the moment - because of our little baby - I am spending most of
2573 the day by being a caring and organising mom for all the kids.
2574 Besides that I am really involved into and occupied with several inner
2575 growth processes: New born souls always bring the whole familiar
2576 system into movement and that needs time and focus ;-). We are also
2577 in the middle of buying a house and moving to it.&lt;/p&gt;
2578
2579 &lt;p&gt;In 2013 I will work again in my job in a German foundation for
2580 nature conservation. I am doing public relation work there. Besides
2581 that - and that is the connection to Skolelinux / Debian Edu - I am
2582 working in our own school project &quot;IT-Zukunft Schule&quot; in North
2583 Germany. I am responsible for the quality assurance, the customer
2584 relationship management and the communication processes in the
2585 project.&lt;/p&gt;
2586
2587 &lt;p&gt;Since 2001 I constantly have been training myself in communication
2588 and leadership. Besides that I am a forester, a landscaping gardener
2589 and a yoga teacher.&lt;/p&gt;
2590
2591 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2592 project?&lt;/strong&gt;&lt;/p&gt;
2593
2594 &lt;p&gt;I fell in love with Mike ;-).&lt;/p&gt;
2595
2596 &lt;p&gt;Very soon after getting to know him I was completely enrolled into
2597 Free Software. At this time Mike did IT-services for one newly
2598 founded school in Kiel. Other schools in Kiel needed concepts for
2599 their IT environment. Often when Mike came home from working at the
2600 newly founded school I found myself listening to his complaints about
2601 several points where the communication with the schools head or the
2602 teachers did not work. So we were clear that he would not work for
2603 one more school if we did not set up a structure for communication
2604 between him, the schools head, the teachers, the students and the
2605 parents.&lt;/p&gt;
2606
2607 &lt;p&gt;Together with our friend and hardware supplier Andreas Buchholz we
2608 started to get an overview of free software solutions suitable for
2609 schools. One day before Christmas 2010 Mike and I had a date with Kurt
2610 Gramlich in Gütersloh. As Kurt and I are really interested in building
2611 networks of people and in being in communication we dived into
2612 Skolelinux and brought it to the first grammar schools in Northern
2613 Germany.&lt;/p&gt;
2614
2615 &lt;p&gt;For information about our school project you can read
2616 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html&quot;&gt;the
2617 interview with Mike Gabriel&lt;/a&gt;.&lt;/p&gt;
2618
2619 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
2620 Edu?&lt;/strong&gt;&lt;/p&gt;
2621
2622 &lt;p&gt;First I have to say: I cannot answer this question technically. My
2623 answer comes rather from a social point of view.&lt;/p&gt;
2624
2625 &lt;p&gt;The biggest advantage of Skolelinux / Debian Edu I see is the large
2626 and strong international community of Debian Developers in the
2627 background which is very alive and connected over mailinglists, blogs
2628 and meetings. My constant feeling for the Debian Community is: If
2629 something does not work they will somehow fix it. All is well
2630 ;-). This is of course a user experience. What I also get as a big
2631 advantage of Skolelinux / Debian Edu is that everybody who uses it and
2632 works with it can also contribute to it - that includes students,
2633 teachers, parents...&lt;/p&gt;
2634
2635 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2636 Edu?&lt;/strong&gt;&lt;/p&gt;
2637
2638 &lt;p&gt;I will answer this question relating to the internal structure of
2639 Skolelinux / Debian Edu.&lt;/p&gt;
2640
2641 &lt;p&gt;What I see as a major disadvantage is that there is a gap between
2642 the group of developers for Debian Edu and the people who make the
2643 marketing, that means the people that bring Skolelinux to the
2644 schools. There is a lack of communication between these two groups and
2645 I think that does not really work for Skolelinux / Debian Edu.&lt;/p&gt;
2646
2647 &lt;p&gt;Further I appreciate that Skolelinux / Debian Edu is known as a
2648 do-ocracy. Nevertheless I keep asking myself if at some points a
2649 democracy or some kind of hierarchical project structure would be good
2650 and helpful. I am also missing some kind of contact between the
2651 Skolelinux / Debian Edu communities in Europe or on an international
2652 level. I think it would be good if there was more sharing between the
2653 different countries using Skolelinux / Debian Edu.&lt;/p&gt;
2654
2655 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2656
2657 &lt;p&gt;On my laptop I am still using an Ubuntu 10.04 with a Gnome Desktop
2658 on. As applications I use Openoffice.org, Gedit, Firefox, Pidgin,
2659 LaTeX and GnuCash. For mails I am using Horde. And I am really fond of
2660 my N900 running with Maemo.&lt;/p&gt;
2661
2662 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2663 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2664
2665 &lt;p&gt;I am really convinced that in our school project &quot;IT-Zukunft
2666 Schule&quot; we have developed (and keep developing) a great way to get
2667 schools to use Free Software. We have written a detailed concept for
2668 that so I cannot explain the whole thing here. But in a nutshell the
2669 strategy has three crucial pillars:&lt;/p&gt;
2670
2671 &lt;ul&gt;
2672
2673 &lt;li&gt;We really take time to get what sort of stories, questions and
2674 concerns the schools head and the teachers have about using different
2675 kinds of IT and we take time to enrol them into Free Software.&lt;/li&gt;
2676
2677 &lt;li&gt;Our solution for schools is never just technical. In the centre
2678 are always the people who are going to use the software. From the very
2679 beginning of the planning for a school, we tell the schools head that
2680 they are paying us not only for a technical solution for their school,
2681 they also pay us for leading all the communication processes
2682 needed. If they do not want that, we are not working with them because
2683 we cannot give a guarantee for the quality of our work then.&lt;/li&gt;
2684
2685 &lt;li&gt;Another focus lies in the training of teachers and students in
2686 co-administrating the IT-System at their school. They start getting in
2687 contact with the Skolelinux / Debian Edu community and they get the
2688 offer to become more and more independent from us.&lt;/li&gt;
2689
2690 &lt;/ul&gt;
2691 </description>
2692 </item>
2693
2694 <item>
2695 <title>Skolelinux noe for Ballangen? (Leserinnlegg til avisen Fremover)</title>
2696 <link>http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</link>
2697 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</guid>
2698 <pubDate>Sun, 14 Oct 2012 20:00:00 +0200</pubDate>
2699 <description>&lt;p&gt;Tirsdag 2012-10-09 sendte jeg følgende leserinnlegg til avisen
2700 &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;, etter å ha vært nordpå
2701 noen dager og lest noen gamle aviser. Publiserer den her i sin helhet
2702 for fremtidig referanse. Fremover publiserer dessverre ikke
2703 leserinnlegg på nett.&lt;/p&gt;
2704
2705 &lt;blockquote&gt;
2706 &lt;p&gt;To: redaksjon (at) fremover.no
2707 &lt;br&gt;Subject: Leserinnlegg til Fremover: Skolelinux noe for Ballangen?&lt;/p&gt;
2708
2709 &lt;p&gt;Ærede redaktør&lt;/p&gt;
2710
2711 &lt;p&gt;I sommer (2012-07-23) hadde Fremover et oppslag om at Narvik
2712 kommune hadde spart mellom 10 og 20 millioner kroner de siste årene på
2713 å bruke Skolelinux på sine skoler. Harstad har også tatt i bruk
2714 Skolelinux på alle sine skoler. Som tidligere Ballangsværing gledet
2715 det meg stort å se at skoleløsningen vi har utviklet siden 2001 tas i
2716 bruk i området der jeg vokste opp, og dermed bidrar til en bedre og
2717 billigere skolehverdag.&lt;/p&gt;
2718
2719 &lt;p&gt;Skolelinux er en komplett IT-løsning for elevnettverket på en
2720 skole, med både nettverkstjenester og løsning for elevmaskiner med
2721 pedagogisk programvare, som tillater en å øke levetiden på en
2722 datamaskin i skolen med mange år. En undersøkelse publisert i mars
2723 2012 viste at de 56 norske skolene som har offentliggjort at de bruker
2724 Skolelinux eller annen Linuxutgave hadde 36% større PC-tetthet enn
2725 landsgjennomsnittet, når en ser på tall rapportert til Grunnskolens
2726 Informasjonssystem. I følge Paul Reidar Løsnesløkken, IKT-konsulent i
2727 Nord-Odal, fungerer datamaskiner godt til de er 8 til 10 år gamle.&lt;/p&gt;
2728
2729 &lt;p&gt;I høst (2012-09-29) fortalte Fremover hvordan Ballangen kommune har
2730 opparbeidet seg 20 millioner i underskudd og nok havner på Robek-lista
2731 fra nyttår. Kanskje Ballangen også burde ta i bruk Skolelinux for å
2732 spare penger? Hvis kommunen mangler kompetanse lokalt på Linux finnes
2733 det kommersielle selskaper som tilbyr driftstjenester rundt
2734 Skolelinux, og jeg bør vel avsløre at jeg selv er involvert i et av
2735 dem, Skolelinux Drift AS. Kommunen kan dermed få hjelp hvis de ikke
2736 ønsker å bygge opp egen kompetanse.&lt;/p&gt;
2737
2738 &lt;p&gt;Vennlig hilsen
2739 &lt;br&gt;Petter Reinholdtsen
2740 &lt;br&gt;Fri programvareutvikler&lt;/p&gt;
2741
2742 &lt;p&gt;Referanser:&lt;/p&gt;
2743
2744 &lt;ul&gt;
2745
2746 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html&quot;&gt;http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html&lt;/a&gt;&lt;/li&gt;
2747 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&lt;/a&gt;&lt;/li&gt;
2748
2749 &lt;/ul&gt;
2750
2751 &lt;/blockquote&gt;
2752
2753 &lt;p&gt;Innlegget ble så vidt jeg vet trykket i papirutgaven et par dager
2754 senere, men jeg har ikke sett det selv.&lt;/p&gt;
2755 </description>
2756 </item>
2757
2758 <item>
2759 <title>Trengs flere frivillige til korrektur av den frie norske stavekontrollen</title>
2760 <link>http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</link>
2761 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</guid>
2762 <pubDate>Sat, 13 Oct 2012 12:10:00 +0200</pubDate>
2763 <description>&lt;p&gt;&lt;a href=&quot;http://no.speling.org/&quot;&gt;Den frie norske stavekontrollen&lt;/a&gt;
2764 består av ca. 1,3 millioner bokmåls- og nynorskord. Det er mange
2765 kilder til ordene, f.eks. den norske ordbanken, norske nett-aviser,
2766 stavekontrollbrukere og korrekturlesere, og endel feil har sneket seg
2767 inn i databasen over ord. For å finne og fikse feilene trengs det
2768 korrekturlesing. Her kommer frivillige inn.&lt;/p&gt;
2769
2770 &lt;p&gt;Hvis du vil bidra med korrektur av orddatabasen, kan du melde deg
2771 frivillig som bokmåls- eller nynorskkorrekturleser og få tilsendt en
2772 liten bunke ord på epost hver dag, lese over og sende inn på epost
2773 tilbake til korrekturlesing-systemet. Jo flere som sjekker, jo
2774 raskere kommer vi igjennom hele databasen. Så langt har vi oppdaget
2775 341 bokmålsord og 50 nynorskord som ikke skal vært med i databasen.
2776 Det er nok noen flere. I tillegg har korrekturleserne oppdaget flere
2777 ord som manglet, og fått lagt dem inn i stavekontrollen.&lt;/p&gt;
2778
2779 &lt;p&gt;Hvis du vil bidra, følg instruksene på
2780 &lt;a href=&quot;http://no.speling.org/dokumentasjon.html&quot;&gt;prosjektsidene&lt;/a&gt;
2781
2782 for nye bidragsytere, og ta kontakt med Håvard eller epostlisten
2783 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-no&quot;&gt;i18n-no&lt;/a&gt;.
2784 Gode norskkunnskaper er en fordel, og vilje til å sjekke
2785 &lt;a href=&quot;http://www.nob-ordbok.uio.no/perl/ordbok.cgi&quot;&gt;ordboka&lt;/a&gt; et
2786 krav!&lt;/p&gt;
2787 </description>
2788 </item>
2789
2790 <item>
2791 <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
2792 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
2793 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
2794 <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
2795 <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
2796 stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
2797 et halvt år siden sist. I dag fikk vi sendt ut annonseringen. Her er
2798 det vi sendte ut:&lt;/p&gt;
2799
2800 &lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
2801
2802 &lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
2803 synonymordliste&lt;/strong&gt;&lt;/p&gt;
2804
2805 &lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
2806 stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
2807 noe utviklerne er veldig glade for.&lt;/p&gt;
2808
2809 &lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
2810 skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
2811 over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
2812 det kommet en del nye ord og rettelser rapportert inn av de frivillige
2813 som gjennomfører korrektur av orddatabasen i prosjektet. For å få
2814 fortgang i dette korrekturarbeidet er det fint med flere frivillige
2815 som kan bidra i prosjektet.&lt;/p&gt;
2816
2817 &lt;p&gt;&lt;blockquote&gt;
2818 - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
2819 for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
2820 Petter Reinholdtsen.
2821 &lt;/blockquote&gt;&lt;/p&gt;
2822
2823 &lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
2824 synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
2825 og nynorsk. En synonymordliste for nynorsk er også med, men den er på
2826 prøvestadiet og meget liten.&lt;/p&gt;
2827
2828 &lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
2829 LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
2830 en rekke andre programmer, og på både Windows, Mac OS X, Linux og
2831 BSD.&lt;/p&gt;
2832
2833 &lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
2834 fra prosjektsidene på
2835 &lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
2836 LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
2837
2838 &lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
2839 prosjekter for blant annet å forbedre stavekontrollteknologien, å
2840 utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
2841 relevante datasett. Et av disse prosjektene er et separat prosjekt ved
2842 Sametinget som er i gang med å utvikle samisk stavekontroll for blant
2843 annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
2844
2845 &lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
2846 LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
2847 langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
2848 også svært velkomne.&lt;/p&gt;
2849
2850 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
2851
2852 &lt;p&gt;&lt;blockquote&gt;
2853 Axel Bojer, prosjektdeltager
2854 &lt;br&gt;E-post: fri_programvare (at) bojer.no
2855 &lt;br&gt;Tlf: +47 954 32 417
2856 &lt;/blockquote&gt;&lt;/p&gt;
2857
2858 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
2859
2860 &lt;ul&gt;
2861
2862 &lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
2863 &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
2864 &lt;li&gt;Samiske korrekturverktøy:
2865 &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
2866 &lt;li&gt;Ordlistene fra Norsk ordbank:
2867 &lt;a href=&quot;http://www.edd.uio.no/prosjekt/ordbanken/&quot;&gt;http://www.edd.uio.no/prosjekt/ordbanken/&lt;/a&gt;&lt;/li&gt;
2868 &lt;li&gt;Last ned ordlistene:
2869 &lt;a href=&quot;http://alioth.debian.org/frs/?group_id=30577&quot;&gt;http://alioth.debian.org/frs/?group_id=30577&lt;/a&gt;
2870 (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
2871 &lt;/ul&gt;
2872
2873 &lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
2874
2875 &lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
2876
2877 &lt;ul&gt;
2878
2879 &lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
2880 release often enough to justify three digits.&lt;/li&gt;
2881 &lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
2882 no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
2883 &lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
2884 control where to install these.&lt;/li&gt;
2885 &lt;li&gt;Change script used to import from no.speling.org, to load new word
2886 boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
2887 &lt;li&gt;Added word boundaries for several words (around 500 words) using the
2888 updated script.&lt;/li&gt;
2889 &lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
2890 &lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
2891 allowing words like e-post.&lt;/li&gt;
2892 &lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
2893 no.speling.org now that it is handled by the build system.&lt;/li&gt;
2894 &lt;/ul&gt;
2895 </description>
2896 </item>
2897
2898 <item>
2899 <title>Debian Edu interview: Giorgio Pioda</title>
2900 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
2901 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
2902 <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
2903 <description>&lt;p&gt;After a long break in my row of interviews with people in the
2904 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2905 community, I finally found time to wrap up another. This time it is
2906 Giorgio Pioda, which showed up on the mailing list at the start of
2907 this year, asking questions and inspiring us to improve the first time
2908 administrators experience with Skolelinux. :) The interview was
2909 conduced in May, but I only found time to publish it now.&lt;/p&gt;
2910
2911 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2912
2913 &lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
2914 in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
2915 university) schools. Five years ago I started to manage a Learning
2916 Management Service server and slowly I got more and more involved with
2917 IT. 3 years ago the graduating schools moved completely to Linux and I
2918 got the head of the IT for this. The experience collected in chemistry
2919 labs computers (for example NMR analysis of protein folding) and in
2920 the IT-courses during university where sufficient to start. Self
2921 training is anyway very important&lt;/p&gt;
2922
2923 &lt;p&gt;I live in the Italian speaking part of Switzerland, and the
2924 &lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
2925 special sport school for young people who try to became sport pro (for
2926 all sports, we have dozens of disciplines represented) and we are
2927 recognised by the Olympic Swiss Organisation.
2928
2929 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
2930 project?&lt;/strong&gt;&lt;/p&gt;
2931
2932 &lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
2933 already several years ago. But since the system was still not
2934 Kerberized and since our schools relies strongly on laptops I didn&#39;t
2935 use it. I plan to introduce it in the next future, probably for the
2936 next school year, since the squeeze release solved this security
2937 hole.&lt;/p&gt;
2938
2939 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2940 Edu?&lt;/strong&gt;&lt;/p&gt;
2941
2942 &lt;p&gt;Many. First of all there is a strong and living community that is
2943 very generous for help and hints. Chat help is crucial, together with
2944 the mailing list. Second. With Skolelinux you get an already well
2945 engineered platform and you don&#39;t have to start to build up your PDC
2946 and your clients from GNU/scratch; I&#39;ve already done this once and I
2947 can tell it, it is hard. Third, since Skolelinux is a standard
2948 platform, it is way easier to educate other IT people and even if the
2949 head IT is sick another one could pick up the task without too much
2950 hassle.&lt;/p&gt;
2951
2952 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
2953 Edu?&lt;/strong&gt;&lt;/p&gt;
2954
2955 &lt;p&gt;The only real problem I see is that it is a little too less
2956 flexible at client level. Debian stable is rocky and desirable, but
2957 there are many reasons that force for another choice. For example the
2958 need of new drivers for new PC, or the need for a specific OS for some
2959 devices that have specific software packages for another specific
2960 distribution (I have such a case for whiteboards that have only
2961 Ubuntu packages). Thus, I prepared compatibility packages educlient
2962 and eduroaming, hoping not to use them ;-)&lt;/p&gt;
2963
2964 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2965
2966 &lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
2967 mixed Debian and Ubuntu clients. If you think that this triad
2968 combination is exotic... well I discovered right yesterday that
2969 &lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
2970 has the same...&lt;/p&gt;
2971
2972 &lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
2973 only I you have enough competence to fix stuff for yourself, if
2974 something breaks. Daily I use texmacs, gnumeric, a little bit of R
2975 statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
2976
2977 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2978 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2979
2980 &lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
2981 cost reduction. They don&#39;t give too much weight on quality, stability,
2982 just because they are normally not open to change.&lt;/p&gt;
2983
2984 &lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
2985 to switch between different OS is a plus value); teachers and managers
2986 don&#39;t.&lt;/p&gt;
2987
2988 &lt;p&gt;We decided to move to Linux because students at our school have own
2989 laptop and we have the responsibility to keep the laptop ready to use;
2990 we were really unsatisfied with Microsoft since every Monday we had 20
2991 machine to fix for viral infections... With Linux this has been
2992 reduced to zero, since people installs almost only from official
2993 repositories. I think that our special needs brought us to Linux.
2994 Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
2995 </description>
2996 </item>
2997
2998 <item>
2999 <title>Gladoppslag om Skolelinux i avisen Fremover</title>
3000 <link>http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</link>
3001 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</guid>
3002 <pubDate>Wed, 15 Aug 2012 10:20:00 +0200</pubDate>
3003 <description>&lt;p&gt;I sommer hadde avisen &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;
3004 et flott oppslag om bruken av
3005 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på alle skolene
3006 der. Artikkelen var på trykk på side 4 og 5 i papirutgaven
3007 2012-07-23, men mangler dessverre i nettutgaven av avisen. Mine
3008 henvendelser til avisen for å få artikkelen på nett har så langt ikke
3009 vært vellykket.&lt;/p&gt;
3010
3011 &lt;p&gt;Artikkelen med tittelen &quot;Narvik kommune bruker gratisprogram i
3012 skolen - Har spart millioner&quot;, forteller om hvordan bruken av
3013 Skolelinux er en stor suksess i Narvik siden det ble tatt i bruk i
3014 2004. Her er noen fine sitater:&lt;/p&gt;
3015
3016 &lt;blockquote&gt;
3017 &quot;- Skolelinux har spart kommunen for store pengesummer, millionbeløp,
3018 som de heller kan bruke på andre ting, sier IKT-konsulent Viggo
3019 Fedreheim.&quot;
3020 &lt;/blockquote&gt;
3021
3022 &lt;p&gt;Avisen forteller at de har fått tilgang til beregninger som viser
3023 at Narvik kommune har spart noe mellom 10 og 20 millioner kroner de
3024 siste 8 årene på å bruke Skolelinux, og fortsetter:&lt;/p&gt;
3025
3026 &lt;blockquote&gt;
3027
3028 &quot;Regnestykket tar høyde for sparte kostnader til lisenser som medfølger
3029 de alternative operativsystemene, lavere driftskostnader og lengre
3030 levetid på datautstyret. Totalt har Narvikskolen en maskinpark på
3031 1600 maskiner fordelt på de 11 skolene fra Skjomen i sør til Bjerkvik
3032 i nord.&quot;
3033
3034 &lt;/blockquote&gt;
3035
3036 &lt;p&gt;Viggo Fedreheim sier dette om hvor noe av gevinsten kommer fra:&lt;/p&gt;
3037
3038 &lt;blockquote&gt;
3039 &quot;- Vi kan gjenbruke gamle maskiner i skolen som er for dårlig andre
3040 steder i kommunen der de ikke bruker Skolelinux. Levetiden på en
3041 datamaskin blir 3-5 år lenger med Skolelinux. Vi kaller det for
3042 grønn IT, miljøvennlig IT.&quot;
3043 &lt;/blockquote&gt;
3044
3045 &lt;p&gt;Her er det mulighet for flere kommuner å få et godt IT-system på
3046 skolene, hvis de er villige til å forsøke. De som ikke har kompetanse
3047 innomhus kan kjøpe det fra en av de kommersielle leverandørene av
3048 Skolelinux-tjenester, som &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3049 Drift AS&lt;/a&gt; (der jeg er styremedlem). Komplett liste er tilgjengelig
3050 via
3051 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;wikien&lt;/a&gt;.&lt;/p&gt;
3052
3053 &lt;p&gt;Update 2012-08-16: Today I was allowed by Fremover to put the PDF I
3054 received from them with a copy of the article on the Internet. It is
3055 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/2012-07-23-fremover-narvik.pdf&quot;&gt;now
3056 available&lt;/a&gt; in the Skolelinux press archive.&lt;/p&gt;
3057 </description>
3058 </item>
3059
3060 <item>
3061 <title>Tips for å bli med i Skolelinux-prosjektet (som faktisk er aktivt)</title>
3062 <link>http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</link>
3063 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</guid>
3064 <pubDate>Thu, 19 Jul 2012 20:30:00 +0200</pubDate>
3065 <description>&lt;p&gt;Jeg fikk nettopp spørsmål på epost om Skolelinux-prosjektet lever
3066 fra en som var interessert i å bidra, og måtte jo konstatere at i og
3067 med at spørsmålet ble stilt har prosjektet ikke lyktes med å formidle
3068 sin aktivitet. Her er det jeg svarte:&lt;/p&gt;
3069
3070 &lt;p&gt;&lt;blockquote&gt;
3071 &lt;p&gt;Jada, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt;
3072 lever, men det meste av utvikling foregår nå under paraplyen
3073 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; som er det
3074 internasjonale navnet på prosjektet. Dugnaden i Norge organiseres av
3075 medlemsforeningen
3076 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
3077 Skolen&lt;/a&gt;, og det finnes minst ett selskap som selger kommersiell
3078 support på løsningen (&lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3079 Drift AS&lt;/a&gt;, der jeg er styremedlem). Anbefaler at du melder deg på
3080 epostlisten
3081 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;
3082 (og debian-edu-announce) og
3083 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;melder deg inn i
3084 foreningen&lt;/a&gt; for å få beskjed om aktivitet som planlegges. Det
3085 planlegges
3086 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering&quot;&gt;utviklersamlinger
3087 i august&lt;/a&gt; og utover høsten.&lt;/p&gt;
3088
3089 &lt;p&gt;Bidra gjerne med å spre ordet om Skolelinux. Det er alt for få som
3090 bidrar til pressedekning, bloggposter, twittermeldinger, etc. :)&lt;/p&gt;
3091
3092 &lt;p&gt;Jeg antar du har funnet
3093 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/tags/intervju/&quot;&gt;bloggserien
3094 min med intervjuer&lt;/a&gt;. Det er antagelig også interessant for deg å
3095 følge med på &lt;a href=&quot;http://planet.skolelinux.org/&quot;&gt;Planet
3096 Skolelinux&lt;/a&gt;.&lt;/p&gt;
3097
3098 &lt;p&gt;Hm, jeg burde vel blogge alle disse lenkene slik at de blir enklere
3099 å finne...&lt;/p&gt;
3100 &lt;/blockquote&gt;&lt;/p&gt;
3101 &lt;p&gt;Herved gjort. :)&lt;/p&gt;
3102 </description>
3103 </item>
3104
3105 <item>
3106 <title>Debian Edu interview: George Bredberg</title>
3107 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</link>
3108 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</guid>
3109 <pubDate>Mon, 9 Jul 2012 00:30:00 +0200</pubDate>
3110 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3111 Skolelinux&lt;/a&gt; project have users all over the globe, but until
3112 recently we have not known about any users in Norway&#39;s neighbour
3113 country Sweden. This changed when George Bredberg showed up in March
3114 this year on the mailing list, asking interesting questions about how
3115 to adjust and scale the just released
3116 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3117 Wheezy&lt;/a&gt; setup to his liking. He granted me an interview, and I am
3118 happy to share his answers with you here.&lt;/p&gt;
3119
3120 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3121
3122 &lt;p&gt;I&#39;m a 44 year old country guy that have been working 12 years at
3123 the same school as 50% IT-manager and 50% Teacher. My educational
3124 background is fil.kand in history and religious beliefs, an exam as a
3125 &quot;folkhighschool&quot; teacher, that is, for teaching grownups. In
3126 Norwegian I believe it&#39;s called &quot;Vuxenupplaring&quot;. I also have a master
3127 in &quot;Technology and social change&quot;. So I&#39;m not really a tech guy, I
3128 just like to study how humans and technology interact and that is my
3129 perspective when working with IT.&lt;/p&gt;
3130
3131 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3132 project?&lt;/strong&gt;&lt;/p&gt;
3133
3134 I have followed the Skolelinux project for quite some time by
3135 now. Earlier I tested out the K12-LTSP project, which we used for some
3136 time, but I really like the idea of having a distribution aimed to be
3137 a complete solution for schools with necessary tools integrated. When
3138 K12-LTSP abandoned that idea some years ago, I started to look more
3139 seriously into Skolelinux instead.
3140
3141 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3142 Edu?&lt;/strong&gt;&lt;/p&gt;
3143
3144 The big point of Skolelinux to me is that it is a complete
3145 distribution, ready to install. It has LDAP-support, MS Windows
3146 integration tools and so forth already configured, saving an
3147 administrator a lot of time and headache. We were using another Linux
3148 based thin-client system called Thinlinc, that has served us very
3149 well. But that Skolelinux is based on VNC and LTSP, to me, is better
3150 when it comes to the kind of multimedia used in schools. That is
3151 showing videos from Youtube or educational TV. It is also easier to
3152 mix thin clients with workstations, since the user settings will be the
3153 same. In our VNC-based solution you had to &quot;beat around the bush&quot; by
3154 setting up a second, hidden, home-directory for user settings for the
3155 workstations, because they will be different from the ones used on the
3156 thin clients. Skolelinux support for diskless workstations are very
3157 convenient since a school today often need to use a class room
3158 projector showing videos in full screen. That is easily done with a
3159 small integrated media computer running as a diskless workstation. You
3160 have only two installs to update and configure. One for the thin
3161 clients and one for the workstations. Also saving a lot of time. Our
3162 old system was also based on Redhat and CentOS. They are both very
3163 nice distributions, but they are sometimes painfully slow when it
3164 comes to updating multimedia support and multimedia programs (even
3165 such as Gimp), leaving us with a bit &quot;oldish&quot; applications. Debian is
3166 quicker to update.
3167
3168 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3169 Edu?&lt;/strong&gt;&lt;/p&gt;
3170
3171 &lt;p&gt;Debian is a bit too quick when it comes to updating. As an example
3172 we use old HP terminals as thinclients, and two times already this
3173 year (2012) the updates you get from the repositories has stopped
3174 sound from working with them. It&#39;s a kernel/ALSA issue. So you have
3175 to be more careful properly testing the updates before you run them in
3176 a production environment. This has never happened with CentOS.&lt;/p&gt;
3177
3178 &lt;p&gt;I also would like to be able to set my own domain-settings at
3179 install time. In Skolelinux they are kind of hard coded into the
3180 distribution, when it comes to LDAP and at least samba integration.
3181 That is more a cosmetic/translation issue, and not a real problem.
3182 Running MS Windows applications within the Skolelinux environment needs
3183 to be better supported. That is, running them seamlessly via RDP, and
3184 support for single-sign on. That will make the transition to free
3185 software easier, because you can keep the applications you really
3186 need. No support will make it impossible if you work in a school where
3187 some applications can&#39;t be open source. As for us we really need to
3188 run Adobe InDesign in our journalist classes. We run a journalist
3189 education, and is one of the very few non university ones that is ok:d
3190 by Svenska journalistförbundet (Swedish journalist association). Our
3191 education gives the pupils the right of membership there, once they
3192 are done. This is important if you want to get a job.&lt;/p&gt;
3193
3194 &lt;p&gt;Adobe InDesign is the program most commonly used in newspapers and
3195 magazines. We used Quark Express before, but they seem to loose there
3196 market to Adobe. The only &quot;equivalent&quot; to InDesign in the opensource
3197 world is Scribus, and its not advanced enough. At least not according
3198 to the teacher. I think it would be possible to use it, because they
3199 are not supposed to learn a program, they are supposed to learn how to
3200 edit and compile a newspaper. But politically at our school we are not
3201 there yet. And Scribus lacks a lot of things you find i InDesign.&lt;/p&gt;
3202
3203 &lt;p&gt;We used even a windows program for sound editing when it comes to
3204 the radio-journalist part. The year to come we are going to try
3205 Audacity. That software has the same kind of limitations compared to
3206 Adobe Audition, but that teacher is a bit more open minded. We have
3207 tried Ardour also, but that instead is more like a music studio
3208 program, not intended for the kind of editing taking place in a radio
3209 studio. Its way to complex and the GUI is to scattered when you only
3210 want to cut, make pass-overs, add extra channels and normalise. Those
3211 things you can do in Audacity, but its not as easy as in Audition. You
3212 have to do more things manually with envelopes, and that is a bit old
3213 fashion and timewasting. Its also harder to cut and move sound from
3214 one channel to another, which is a thing that you do frequently
3215 because you often find yourself needing to rearrange parts of the
3216 sound file.&lt;/p&gt;
3217
3218 &lt;p&gt;So, I am not sure we will succeed in replacing even Audition, but we
3219 will try. The problem is the students have certain expectations when
3220 they start an education towards a profession. So the programs has to
3221 look and feel professional. Good thing with radio, there are many
3222 programs out there, that radio studios use, so its not as standardised
3223 as Newspaper editing. That means, it does not really matter what
3224 program they learn, because once they start working they still have to
3225 learn the program the studio uses, so instead focus has to be to learn
3226 the editing part without to much focus on a specific software.&lt;/p&gt;
3227
3228 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3229
3230 &lt;p&gt;Myself I&#39;m running Linux Mint, or Ubuntu these days. I use almost
3231 only open source software, and preferably Linux based. When it comes
3232 to most used applications its OpenOffice, and Firefox (of course ;)
3233 )&lt;/p&gt;
3234
3235 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3236 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3237
3238 &lt;p&gt;To get schools to use free software there has to be good open
3239 source software that are windows based, to ease the transition. But
3240 it&#39;s also very important that the multimedia support is working
3241 flawlessly. The problems with Youtube, Twitter, Facebook and whatever
3242 will create problems when it comes to both teachers and
3243 students. Economy are also important for schools, so using thin
3244 clients, as long as they have good multimedia support, is a very good
3245 idea. It&#39;s also important that the open source software works even for
3246 the administration. It&#39;s hard to convince the teachers to stick with
3247 open source, if the principal has to run Windows. It also creates a
3248 problem if some classes has to use Windows for there tasks, since that
3249 will create a difference in &quot;status&quot; between classes, so a good
3250 support for running windows applications via the thin client (Linux)
3251 desktop is essential. At least at our school, where we have mixed
3252 level of educations, from high-school to journalist-school.&lt;/p&gt;
3253
3254 &lt;p&gt;Update 2012-07-09 08:30: Paul Wise tipped me on IRC about three
3255 useful sources related to Free Software for radio stations: the LWN
3256 article &lt;a href=&quot;https://lwn.net/Articles/481607/&quot;&gt;Radio station
3257 management with Airtime&lt;/a&gt;,
3258 &lt;a href=&quot;http://www.sourcefabric.org/en/airtime/&quot;&gt;Airtime&lt;/a&gt; which
3259 claim to be a Free open source radio automation software and
3260 &lt;a href=&quot;http://www.rivendellaudio.org/&quot;&gt;Rivendell&lt;/a&gt; which claim to
3261 be complete radio broadcast automation solution. All of them seem
3262 useful to the aspiring radio producer.&lt;/p&gt;
3263 </description>
3264 </item>
3265
3266 <item>
3267 <title>Why do schools waste money on IT?</title>
3268 <link>http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</link>
3269 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</guid>
3270 <pubDate>Sun, 8 Jul 2012 09:40:00 +0200</pubDate>
3271 <description>&lt;p&gt;In the Debian Edu / Skolelinux project, we have realised that one
3272 of the major blockers for the project success is the purchasing skills
3273 in schools and municipalities. We provide what the happy users of
3274 Debian Edu / Skolelinux say they need and to a lower cost than the
3275 alternatives, and yet so few schools decide to use our solution. I
3276 was pleased to discover the same observation done by mySociety and Tom
3277 Steinberg in his blog post
3278 &quot;&lt;a href=&quot;http://www.mysociety.org/2012/06/19/can-you-recognize-the-million-pound-chair/&quot;&gt;Can
3279 you recognize the million pound chair?&lt;/a&gt;&quot;. Read it and weep for the
3280 spending of your tax money.&lt;/p&gt;
3281
3282 &lt;p&gt;Of course there are other factors involved as well, like our
3283 projects bad marketing skills and the Linux community fragmentation
3284 causing worry with the people on the outside, so we as a project need
3285 to keep working hard to gain users, but it is a up-hill battle when
3286 public decision makers are unable to understand computer system
3287 purchases.&lt;/p&gt;
3288 </description>
3289 </item>
3290
3291 <item>
3292 <title>Free Timetabling Software - nice free software</title>
3293 <link>http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</link>
3294 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</guid>
3295 <pubDate>Sat, 7 Jul 2012 09:50:00 +0200</pubDate>
3296 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3297 Skolelinux&lt;/a&gt; is a large collection of end user and school specific
3298 software. It is one of the packages not installed by default but
3299 provided in the Debian archive for schools to install if they want to,
3300 is a system to automatically plan the school time table using
3301 information about available teachers, classes and rooms, combined with
3302 the list of required courses and how many hours each topic should
3303 receive. The software is
3304
3305 &lt;a href=&quot;http://lalescu.ro/liviu/fet/&quot;&gt;named FET&lt;/a&gt;, and it provide a
3306 graphical user interface to input the required information, save the
3307 result in a fairly simple XML format, and generate time tables for
3308 both teachers and students. It is available both for
3309 &lt;a href=&quot;http://lalescu.ro/liviu/fet/download.html&quot;&gt;Linux, MacOSX and
3310 Windows&lt;/a&gt;.&lt;/p&gt;
3311
3312 &lt;p&gt;This is &lt;a href=&quot;http://lalescu.ro/liviu/fet/features.html&quot;&gt;the
3313 feature list&lt;/a&gt;, liftet from the project web site:&lt;/p&gt;
3314
3315 &lt;p&gt;&lt;ul&gt;
3316
3317 &lt;li&gt;FET is free software, licensed under the GNU GPL v2 or later.
3318 You can freely use, copy, modify and redistribute it &lt;/li&gt;
3319
3320 &lt;li&gt;Localized to en_US (US English, default), ar (Arabic), ca
3321 (Catalan), da (Danish), de (German), el (Greek), es (Spanish), fa
3322 (Persian), fr (French), gl (Galician), he (Hebrew), hu
3323 (Hungarian), id (Indonesian), it (Italian), lt (Lithuanian), mk
3324 (Macedonian), ms (Malay), nl (Dutch), pl (Polish), pt_BR
3325 (Brazilian Portuguese), ro (Romanian), ru (Russian), si (Sinhala),
3326 sk (Slovak), sr (Serbian), tr (Turkish), uk (Ukrainian), uz
3327 (Uzbek) and vi (Vietnamese) (incompletely for some languages)
3328 &lt;/li&gt;
3329
3330 &lt;li&gt;Fully automatic generation algorithm, allowing also
3331 semi-automatic or manual allocation&lt;/li&gt;
3332
3333 &lt;li&gt;Platform independent implementation, allowing running on
3334 GNU/Linux, Windows, Mac and any system that Qt supports &lt;/li&gt;
3335
3336 &lt;li&gt;Flexible modular XML format for the input file, allowing editing
3337 with an XML editor or by hand (besides FET interface)&lt;/li&gt;
3338
3339 &lt;li&gt;Import/export from CSV format&lt;/li&gt;
3340
3341 &lt;li&gt;The resulted timetables are exported into HTML, XML and CSV
3342 formats &lt;/li&gt;
3343
3344 &lt;li&gt;Flexible students structure, organized into sets: years, groups
3345 and subgroups. FET allows overlapping years and groups and
3346 non-overlapping subgroups. You can even define individual students
3347 (as separate sets)&lt;/li&gt;
3348
3349 &lt;li&gt;Each constraint has a weight percentage, from 0.0% to 100.0%
3350 (but some special constraints are allowed to have only 100% weight
3351 percentage)&lt;/li&gt;
3352
3353 &lt;li&gt;Limits for the algorithm (all these limits can be increased on
3354 demand, as a custom version, because this would require a bit more
3355 memory):
3356 &lt;ul&gt;
3357 &lt;li&gt;Maximum total number of hours (periods) per day: 60&lt;/li&gt;
3358 &lt;li&gt;Maximum number of working days per week: 35&lt;/li&gt;
3359 &lt;li&gt;Maximum total number of teachers: 6000&lt;/li&gt;
3360 &lt;li&gt;Maximum total number of sets of students: 30000&lt;/li&gt;
3361 &lt;li&gt;Maximum total number of subjects: 6000&lt;/li&gt;
3362 &lt;li&gt;Virtually unlimited number of activity tags&lt;/li&gt;
3363 &lt;li&gt;Maximum number of activities: 30000&lt;/li&gt;
3364 &lt;li&gt;Maximum number of rooms: 6000&lt;/li&gt;
3365 &lt;li&gt;Maximum number of buildings: 6000&lt;/li&gt;
3366 &lt;li&gt;Possibility of adding multiple teachers and
3367 students sets for each activity. (it is possible
3368 also to have no teachers or no students sets for an
3369 activity)&lt;/li&gt;
3370 &lt;li&gt;Virtually unlimited number of time constraints&lt;/li&gt;
3371 &lt;li&gt;Virtually unlimited number of space constraints&lt;/li&gt;
3372 &lt;/ul&gt;&lt;/li&gt;
3373
3374 &lt;li&gt;A large and flexible palette of time constraints:
3375 &lt;ul&gt;
3376 &lt;li&gt;Break periods&lt;/li&gt;
3377 &lt;li&gt;For teacher(s):
3378 &lt;ul&gt;
3379 &lt;li&gt;Not available periods&lt;/li&gt;
3380 &lt;li&gt;Max/min days per week&lt;/li&gt;
3381 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3382 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3383 &lt;li&gt;Min hours daily&lt;/li&gt;
3384 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3385
3386 &lt;li&gt;Respect working in an hourly interval a max number of
3387 days per week&lt;/li&gt;
3388 &lt;/ul&gt;&lt;/li&gt;
3389 &lt;li&gt;For students (sets):
3390 &lt;ul&gt;
3391 &lt;li&gt;Not available periods&lt;/li&gt;
3392 &lt;li&gt;Begins early (specify max allowed beginnings at second hour)&lt;/li&gt;
3393 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3394 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3395 &lt;li&gt;Min hours daily&lt;/li&gt;
3396 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3397
3398 &lt;li&gt;Respect working in an hourly interval a max number of
3399 days per week&lt;/li&gt;
3400 &lt;/ul&gt;&lt;/li&gt;
3401 &lt;li&gt;For an activity or a set of activities/subactivities:
3402 &lt;ul&gt;
3403 &lt;li&gt;A single preferred starting time&lt;/li&gt;
3404 &lt;li&gt;A set of preferred starting times&lt;/li&gt;
3405 &lt;li&gt;A set of preferred time slots&lt;/li&gt;
3406 &lt;li&gt;Min/max days between them&lt;/li&gt;
3407 &lt;li&gt;End(s) students day&lt;/li&gt;
3408 &lt;li&gt;Same starting time/day/hour&lt;/li&gt;
3409 &lt;li&gt;Occupy max time slots from selection (a complex and
3410 flexible constraint, useful in many situations)&lt;/li&gt;
3411 &lt;li&gt;Consecutive, ordered, grouped (for 2 or 3 (sub)activities)&lt;/li&gt;
3412 &lt;li&gt;Not overlapping&lt;/li&gt;
3413 &lt;li&gt;Max simultaneous in selected time slots&lt;/li&gt;
3414 &lt;li&gt;Min gaps between a set of (sub)activities&lt;/li&gt;
3415 &lt;/ul&gt;&lt;/li&gt;
3416 &lt;/ul&gt;&lt;/li&gt;
3417
3418 &lt;li&gt;A large and flexible palette of space constraints:
3419 &lt;ul&gt;
3420 &lt;li&gt;Room not available periods&lt;/li&gt;
3421 &lt;li&gt;For teacher(s):
3422 &lt;ul&gt;
3423 &lt;li&gt;Home room(s)&lt;/li&gt;
3424 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3425 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3426 &lt;/ul&gt;
3427 &lt;/li&gt;
3428
3429 &lt;li&gt;For students (sets):
3430 &lt;ul&gt;
3431 &lt;li&gt;Home room(s)&lt;/li&gt;
3432 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3433 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3434 &lt;/ul&gt;
3435 &lt;/li&gt;
3436 &lt;li&gt;Preferred room(s):
3437 &lt;ul&gt;
3438 &lt;li&gt;For a subject&lt;/li&gt;
3439 &lt;li&gt;For an activity tag&lt;/li&gt;
3440 &lt;li&gt;For a subject and an activity tag&lt;/li&gt;
3441 &lt;li&gt;Individually for a (sub)activity&lt;/li&gt;
3442 &lt;/ul&gt;
3443 &lt;/li&gt;
3444
3445 &lt;li&gt;For a set of activities:
3446 &lt;ul&gt;
3447 &lt;li&gt;Occupy a maximum number of different rooms&lt;/li&gt;
3448 &lt;/ul&gt;
3449 &lt;/li&gt;
3450 &lt;/ul&gt;
3451 &lt;/li&gt;
3452 &lt;/ul&gt;&lt;/p&gt;
3453
3454 &lt;p&gt;I have not used it myself, as I am not involved in time table
3455 planning at a school, but it seem to work fine when I test it. If you
3456 need to set up your schools time table, and is tired of doing it
3457 manually, check it out.
3458
3459 A quick summary on how to use it can be found in
3460 &lt;a href=&quot;http://marvelsoft.co.in/wp/2012/03/generate-timetable-for-state-cbse-icse-igcse-schools-free/&quot;&gt;a
3461 blog post from MarvelSoft&lt;/a&gt;. If you find FET useful, please provide
3462 a recipe for the Debian Edu project in the
3463 &lt;a href=&quot;http://wiki.debian.org/DebianEdu#Howtos&quot;&gt;Debian Edu HowTo
3464 section&lt;/a&gt;.&lt;/p&gt;
3465 </description>
3466 </item>
3467
3468 <item>
3469 <title>Skolelinux-intervju: Markus Gamenius</title>
3470 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</link>
3471 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</guid>
3472 <pubDate>Sat, 30 Jun 2012 12:50:00 +0200</pubDate>
3473 <description>&lt;p&gt;Tidligere leder av
3474 &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;foreningen som
3475 organiserer Skolelinux-dugnaden&lt;/a&gt;, Markus Gamenius , har i vår vært
3476 i media og
3477 &lt;a href=&quot;http://www.dn.no/privatokonomi/article2345489.ece&quot;&gt;debattert
3478 skattepolitikk&lt;/a&gt;, og det fikk meg til å høre om han kunne lokkes til
3479 å fortelle om hans inntrykk nå, etter at han ble lokket bort fra
3480 Linux- og &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-verden
3481 for å overta familiebedriften. Her har vi hans betraktninger i dag,
3482 noen måneder etter at
3483 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Skolelinux
3484 Squeeze&lt;/a&gt;-utgaven ble gitt ut.&lt;/p&gt;
3485
3486 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3487
3488 &lt;p&gt;Jeg heter Markus Gamenius og er 40 år. Utdannet biolog med ymse
3489 fag på siden. Har jobbet som lærer der jeg var driftsansvarlig på
3490 Ulsrud VGS i Oslo. Senere eide og jobbet jeg flere år i Linuxlabs AS,
3491 som jeg solgte til Redpill Linpro AS (den gangen Linpro AS). I dag
3492 jobber jeg med ulike investeringer, hovedsaklig i eiendom, men også i
3493 en del ulike IT-relaterte bedrifter.&lt;/p&gt;
3494
3495 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3496
3497 &lt;p&gt;Fruen og jeg dro på en lengre seiltur i 2000, der jeg måtte ha &quot;noe
3498 å gjøre&quot; under hjemturen over Atlanteren. Jeg kjøpte et par bøker om
3499 Linux i en bokhandel i New York og ble veldig fascinert. Etter
3500 hjemkomsten begynte jeg å jobbe på Ulsrud VGS, som naturfagslærer, men
3501 som IT-interessert ble jeg fort en del av den nye IT-satsningen som
3502 skulle løfte Ulsrud og gi skolen en bedre rykte. Vi hadde ganske
3503 mange maskiner, som gikk på Win98 og to servere som ble oppgradert til
3504 Win2000. Systemene var ustabil og dårlige. På leting etter noe
3505 bedre, uten å knekke ryggen økonomisk, kom jeg over &quot;Linux i Skolen&quot;
3506 og Skolelinux. Jeg tok kontakt med miljøet og en gjeng møtte opp på
3507 skolen, der vi gjorde en liten testinstallasjon. Etter et par år var
3508 ryggraden på skolen Linux (Skolelinux) og vi hadde flere hundre
3509 maskiner, både tynne klienter (gamle og nye), bærbare (Debian) og noen
3510 stasjonære (Win2000). På et tidspunkt var Ulsrud den råeste IT-skolen
3511 og det irriterte skolesjefen i Oslo, da de satset hardt på
3512 Windows.&lt;/p&gt;
3513
3514 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3515
3516 &lt;p&gt;Det som gjorde at vi fikk inn Skolelinux var ene og alene
3517 økonomiske. Det faktum at vi slapp å kjøpe masse nye lisenser og at
3518 vi kunne bruke gammel hardware. Alt i alt gjorde dette at vi sparte
3519 mye, men i stede for å bruke mindre på IT brukte vi det vi sparte på å
3520 skaffe mer hardware og på den måten gi det beste tilbudet i landet til
3521 våre elever. For oss som driftet var det himmel å ha et system som
3522 gikk å administrere sentralt og effektivt. Det var heller ikke så
3523 dumt at vi kunne &quot;låse&quot; maskinene mer effektivt enn vi kunne med
3524 Microsoft Windows, slik at vi slapp mye feil og problemer som ble
3525 forårsaket av &quot;kreative&quot; elever.&lt;/p&gt;
3526
3527 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3528
3529 &lt;p&gt;Det vi slet med var mangelen av en del programmer lærerne ville ha.
3530 Husker ikke alle, men det var et knippe med pedagogiske programmer de
3531 ikke fikk. I dag tror jeg det problemet er langt mindre da det meste
3532 av disse kjøres gjennom nettleseren.&lt;/p&gt;
3533
3534 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3535
3536 &lt;p&gt;Jeg bruker mye Apple i dag og er ikke så stolt av det, men jeg har
3537 både OpenOffice, Firefox og en del andre programmer på den bærbare.
3538 Firefox brukes mest av disse. På Apple-serveren hjemme bruker jeg
3539 HandBrake mye, og jeg har installert OpenWRT på flere av
3540 basestasjonene både hjemme og på jobben. I tillegg til det har jeg i
3541 flere år finansiert et prosjekt som heter
3542 &lt;a href=&quot;http://www.found.no/&quot;&gt;Found IT&lt;/a&gt;. Dette er et prosjekt der
3543 vi lager et rammeverk for søk, der alt vi bruker fri programvare. Det
3544 er Alex Brasetvik som er daglig leder i Found IT.&lt;/p&gt;
3545
3546 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3547 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3548
3549 &lt;p&gt;Når det gjelder IT og skole er fortsatt økonomi veldig viktig. Så
3550 man må oppfylle minimumskravene (ikke være best, men bra nok) og selge
3551 seg inn på hvor mye man sparer. Det betyr selvsagt at man sparer på
3552 lisenser, men også på driftsinnsats. Men nå når jeg ikke er en aktiv
3553 del av miljøet lenger hører jeg nesten ingen ting om fri programvare.
3554 Jeg stiller meg da spørsmålet om det har blitt stille rundt miljøet,
3555 eller om jeg kun så det tydeligere før når jeg var aktiv? Uansett er
3556 det for stille rundt Skolelinux-prosjektet nå.&lt;/p&gt;
3557 </description>
3558 </item>
3559
3560 <item>
3561 <title>Debian Edu interview: José Luis Redrejo Rodríguez</title>
3562 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</link>
3563 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</guid>
3564 <pubDate>Tue, 26 Jun 2012 08:30:00 +0200</pubDate>
3565 <description>&lt;p&gt;I&#39;ve been too busy at home, but finally I found time to wrap up
3566 another interview with the people behind
3567 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
3568 This time we get to know José Luis Redrejo Rodríguez, one of our great
3569 helpers from Spain. His effort was the reason we added support for
3570 several desktop types (KDE, Gnome and most recently LXDE) in Debian
3571 Edu, and have all of these available in the recently published
3572 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3573 Squeeze&lt;/a&gt; version.&lt;/p&gt;
3574
3575 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3576
3577 &lt;p&gt;I&#39;m a father, teacher and engineer who is working for the Education
3578 ministry of the Region of Extremadura (Spain) in the implementation of
3579 ICT in schools&lt;/p&gt;
3580
3581 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3582 project?&lt;/strong&gt;&lt;/p&gt;
3583
3584 &lt;p&gt;At 2006, I verified that both, we in Extremadura and Skolelinux
3585 project, had been working in parallel for some years, doing very
3586 similar things, using very similar tools and with similar targets, so
3587 I decided it was time to join forces as much as possible.&lt;/p&gt;
3588
3589 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3590 Edu?&lt;/strong&gt;&lt;/p&gt;
3591
3592 &lt;p&gt;A community of highly skilled experts working together, with a
3593 really open schema of collaboration and work. I really love the
3594 concepts of Do-ocracy and Merit-ocracy and the way these concepts are
3595 been used everyday inside Debian Edu.&lt;/p&gt;
3596
3597 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3598 Edu?&lt;/strong&gt;&lt;/p&gt;
3599
3600 &lt;p&gt;Sometimes the differences in the implementations, laws or
3601 economical and technical resources in the different countries don&#39;t
3602 allow us to agree in the same solution for all of us, and several
3603 approaches are needed, what is a waste of effort. Also, there is a
3604 lack of more man power to be able to follow the fast evolution of the
3605 technologies in school.&lt;/p&gt;
3606
3607 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3608
3609 &lt;p&gt;Debian, of course, and due to my kind of job I am most of my time
3610 between Iceweasel, &lt;a href=&quot;http://www.geany.org/&quot;&gt;Geany&lt;/a&gt; and
3611 &lt;a href=&quot;http://www.ohloh.net/p/gnome-terminator&quot;&gt;Terminator&lt;/a&gt;.&lt;/p&gt;
3612
3613 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3614 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3615
3616 &lt;p&gt;I think there is not a single strategy because there are very
3617 different scenarios: schools with mixed proprietary and free
3618 environments, schools using only workstations, other schools using
3619 laptops, netbooks, tablets, interactive white-boards, etc.&lt;/p&gt;
3620
3621 &lt;p&gt;Also the range of ages of the students is very broad and you can
3622 not use the same solutions for primary schools and secondary or even
3623 universities. So different strategies are needed.&lt;/p&gt;
3624
3625 &lt;p&gt;But, looking at these differences, and looking back to the things
3626 we&#39;ve done and implemented, and the places were we have spent most of
3627 our forces, I think we should focus as much as possible in free
3628 multi-platform environments, using only standards tools, and moving
3629 more and more to Internet or network solutions that could be deployed
3630 using wireless. I think we&#39;ll see more and more personal devices in
3631 the schools, devices the students and teachers will take home with
3632 them, so the solutions must be able to be taken at home and continue
3633 working there.&lt;/p&gt;
3634 </description>
3635 </item>
3636
3637 <item>
3638 <title>Debian Edu - some ideas for the future versions</title>
3639 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</link>
3640 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</guid>
3641 <pubDate>Mon, 11 Jun 2012 14:30:00 +0200</pubDate>
3642 <description>&lt;p&gt;During my work on
3643 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.nb.html&quot;&gt;Debian Edu
3644 based on Squeeze&lt;/a&gt;, I came across some issues that should be
3645 addressed in the Wheezy release. I finally found time to wrap up my
3646 notes and provide quick summary of what I found, with a bit
3647 explanation.&lt;/p&gt;
3648
3649 &lt;p&gt;&lt;ul&gt;
3650
3651 &lt;li&gt;We need to rewrite our package installation framework, as tasksel
3652 changed from using tasksel tasks to using meta packages (aka packages
3653 with dependencies like our education-* packages), and our installation
3654 system depend on tasksel tasks in
3655 /usr/share/tasksel/debian-edu-tasks.desc for package
3656 installation.&lt;/li&gt;
3657
3658 &lt;li&gt;Enable Kerberos login for more services. Now with the Kerberos
3659 foundation in place, we should use it to get single sign on with more
3660 services, and avoiding unneeded password / login questions. We should
3661 at least try to enable it for these services:
3662 &lt;ul&gt;
3663
3664 &lt;li&gt;CUPS for admins to add/configure printers and users when using
3665 quotas.&lt;/li&gt;
3666 &lt;li&gt;Nagios for admins checking the system status.&lt;/li&gt;
3667 &lt;li&gt;GOsa for admins updating LDAP and users changing their passwords.&lt;/li&gt;
3668 &lt;li&gt;LDAP for admins updating LDAP.&lt;/li&gt;
3669 &lt;li&gt;Squid for users when exam mode / filtering is active.&lt;/li&gt;
3670 &lt;li&gt;ssh for admins and users to save a password prompt.&lt;/li&gt;
3671
3672 &lt;/ul&gt;&lt;/li&gt;
3673
3674 &lt;li&gt;When we move GOsa to use Kerberos instead of LDAP bind to
3675 authenticate users, we should try to block or at least limit access to
3676 use LDAP bind for authentication, to ensure Kerberos is used when it
3677 is intended, and nothing fall back to using the less safe LDAP bind&lt;/li&gt;
3678
3679 &lt;li&gt;Merge debian-edu-config and debian-edu-install. The split made
3680 sense when d-e-install did a lot more, but these days it is just an
3681 inconvenience when we update the debconf preseeding values.&lt;/li&gt;
3682
3683 &lt;li&gt;Fix partman-auto to allow us to abort the installation before
3684 touching the disk if the disk is too small. This is
3685 &lt;a href=&quot;http://bugs.debian.org/653305&quot;&gt;BTS report #653305&lt;/a&gt; and the
3686 d-i developers are fine with the patch and someone just need to apply
3687 it and upload. After this is done we need to adjust
3688 debian-edu-install to use this new hook.&lt;/li&gt;
3689
3690 &lt;li&gt;Adjust to new LTSP framework (boot time config instead of install
3691 time config). LTSP changed its design, and our hooks to install
3692 packages and update the configuration is most likely not going to work
3693 in Wheezy.
3694
3695 &lt;li&gt;Consider switching to NBD instead of NFS for LTSP root, to allow
3696 the Kernel to cache files in its normal file cache, possibly speeding
3697 up KDE login on slow networks.&lt;/li&gt;
3698
3699 &lt;li&gt;Make it possible to create expired user passwords that need to
3700 change on first login. This is useful when handing out password on
3701 paper, to make sure only the user know the password. This require
3702 fixes to the PAM handling of kdm and gdm.&lt;/li&gt;
3703
3704 &lt;li&gt;Make GUI for adding new machines automatically from sitesummary.
3705 The current command line script is not very friendly to people most
3706 familiar with GUIs. This should probably be integrated into GOsa to
3707 have it available where the admin will be looking for it..&lt;/li&gt;
3708
3709 &lt;li&gt;We should find way for Nagios to check that the DHCP service
3710 actually is working (as in handling out IP addresses). None of the
3711 Nagios checks I have found so far have been working for me.&lt;/li&gt;
3712
3713 &lt;li&gt;We should switch from libpam-nss-ldapd to sssd for all profiles
3714 using LDAP, and not only on for roaming workstations, to have less
3715 packages to configure and consistent setup across all profiles.&lt;/li&gt;
3716
3717 &lt;li&gt;We should configure Kerberos to update LDAP and Samba password
3718 when changing password using the Kerberos protocol. The hook was
3719 requested in &lt;a href=&quot;http://bugs.debian.org/588968&quot;&gt;BTS report
3720 #588968&lt;/a&gt; and is now available in Wheezy. We might need to write a
3721 MIT Kerberos plugin in C to get this.&lt;/li&gt;
3722
3723 &lt;li&gt;We should clean up the set of applications installed by default.
3724 &lt;ul&gt;
3725
3726 &lt;li&gt;reduce the number of chemistry visualisers&lt;/li&gt;
3727 &lt;li&gt;consider dropping xpaint&lt;/li&gt;
3728 &lt;li&gt;and probably more?&lt;/li&gt;
3729 &lt;/ul&gt;&lt;/li&gt;
3730
3731 &lt;li&gt;Some hardware need external firmware to work properly. This is
3732 mostly the case for WiFi network cards, but there are some other
3733 examples too. For popular laptops to work out of the box, such
3734 firmware need to be installed from non-free, and we should provide
3735 some GUI to do this. Ubuntu already have this implemented, and we
3736 could consider using their packages. At the moment we have some
3737 command line script to do this (one for the running system, another
3738 for the LTSP chroot).&lt;/li&gt;
3739
3740
3741 &lt;li&gt;In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
3742 should extend the list to Xfce and Sugar, and preferably find a way to
3743 install several and allow the admin or the user to select which one to
3744 use.&lt;/li&gt;
3745
3746 &lt;li&gt;The golearn tool from the goplay package make it easy to check out
3747 interesting educational packages. We should work on the package
3748 tagging in Debian to ensure it represent all the useful educational
3749 packages, and extend the tool to allow it to use packagekit to install
3750 new applications with a simple mouse click.&lt;/li&gt;
3751
3752 &lt;li&gt;The Squeeze version got half a exam solution already in place,
3753 with the introduction of iptable based network blocking, but for it to
3754 be a complete exam solution the Squid proxy need to enable
3755 filtering/blocking as well when the exam mode is enabled. We should
3756 implement a way to easily enable this for the schools that want it,
3757 instead of the &quot;it is documented&quot; method of today.&lt;/li&gt;
3758
3759 &lt;li&gt;A feature used in several schools is the ability for a teacher to
3760 &quot;take over&quot; the desktop of individual or all computers in the room.
3761 There are at least three implementations,
3762 &lt;a href=&quot;italc.sourceforge.net/&quot;&gt;italc&lt;/a&gt;,
3763 &lt;a href=&quot;http://www.itais.net/help/en/&quot;&gt;controlaula&lt;/a&gt; og
3764 &lt;a href=&quot;http://www.epoptes.org/&quot;&gt;epoptes&lt;/a&gt; and we should pick one of
3765 them and make it trivial to set it up in a school. The challenges is
3766 how to distribute crypto keys and how to group computers in one room
3767 and how to set up which machine/user can control the machines in a
3768 given room.&lt;/li&gt;
3769
3770 &lt;li&gt;Tablets and surf boards are getting more and more popular, and we
3771 should look into providing a good solution for integrating these into
3772 the Debian Edu network. Not quite sure how. Perhaps we should
3773 provide a installation profile with better touch screen support for
3774 them, or add some sync services to allow them to exchange
3775 configuration and data with the central server. This should be
3776 investigated.&lt;/li&gt;
3777
3778 &lt;/ul&gt;&lt;/p&gt;
3779
3780 &lt;p&gt;I guess we will discover more as we continue to work on the Wheezy
3781 version.&lt;/p&gt;
3782 </description>
3783 </item>
3784
3785 <item>
3786 <title>Debian Edu interview: Mike Gabriel</title>
3787 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</link>
3788 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</guid>
3789 <pubDate>Sat, 2 Jun 2012 15:00:00 +0200</pubDate>
3790 <description>&lt;p&gt;Back in 2010, Mike Gabriel showed up on the
3791 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3792 mailing list. He quickly proved to be a valuable developer, and
3793 thanks to his tireless effort we now have Kerberos integrated into the
3794 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3795 Squeeze&lt;/a&gt; version.&lt;/p&gt;
3796
3797 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3798
3799 &lt;p&gt;My name is Mike Gabriel, I am 38 years old and live near Kiel,
3800 Schleswig-Holstein, Germany. I live together with a wonderful partner
3801 (Angela Fuß) and two own children and two bonus children (contributed
3802 by Angela).&lt;/p&gt;
3803
3804 &lt;p&gt;During the day I am part-time employed as a system administrator
3805 and part-time working as an IT consultant. The consultancy work
3806 touches free software topics wherever and whenever possible. During
3807 the nights I am a free software developer. In the gaps I also train in
3808 becoming an osteopath.&lt;/p&gt;
3809
3810 &lt;p&gt;Starting in 2010 we (Andreas Buchholz, Angela Fuß, Mike Gabriel)
3811 have set up a free software project in the area of Kiel that aims at
3812 introducing free software into schools. The project&#39;s name is
3813 &quot;IT-Zukunft Schule&quot; (IT future for schools). The project links IT
3814 skills with communication skills.&lt;/p&gt;
3815
3816 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3817 project?&lt;/strong&gt;&lt;/p&gt;
3818
3819 &lt;p&gt;While preparing our own customised Linux distribution for
3820 &quot;IT-Zukunft Schule&quot; we were repeatedly asked if we really wanted to
3821 reinvent the wheel. What schools really need is already available,
3822 people said. From this impulse we started evaluating other Linux
3823 distributions that target being used for school networks.&lt;/p&gt;
3824
3825 &lt;p&gt;At the end we short-listed two approaches and compared them: a
3826 commercial Linux distribution developed by a company in Bremen,
3827 Germany, and Skolelinux / Debian Edu. Between 12/2010 and 03/2011 we
3828 went to several events and met people being responsible for marketing
3829 and development of either of the distributions. Skolelinux / Debian
3830 Edu was by far much more convincing compared to the other product that
3831 got short-listed beforehand--across the full spectrum. What was most
3832 attractive for me personally: the perspective of collaboration within
3833 the developmental branch of the Debian Edu project itself.&lt;/p&gt;
3834
3835 &lt;p&gt;In parallel with this, we talked to many local and not-so-local
3836 people. People teaching at schools, headmasters, politicians, data
3837 protection experts, other IT professionals.&lt;/p&gt;
3838
3839 &lt;p&gt;We came to two conclusions:&lt;/p&gt;
3840
3841 &lt;p&gt;First, a technical conclusion: What schools need is available in
3842 bits and pieces here and there, and none of the solutions really fit
3843 by 100%. Any school we have seen has a very individual IT setup
3844 whereas most of each school&#39;s requirements could mapped by a standard
3845 IT solution. The requirement to this IT solution is flexibility and
3846 customisability, so that individual adaptations here and there are
3847 possible. In terms of re-distributing and rolling out such a
3848 standardised IT system for schools (a system that is still to some
3849 degree customisable) there is still a lot of work to do here
3850 locally. Debian Edu / Skolelinux has been our choice as the starting
3851 point.&lt;/p&gt;
3852
3853 &lt;p&gt;Second, a holistic conclusion: What schools need does not exist at
3854 all (or we missed it so far). There are several technical solutions
3855 for handling IT at schools that tend to make a good impression. What
3856 has been missing completely here in Germany, though, is the enrolment
3857 of people into using IT and teaching with IT. &quot;IT-Zukunft Schule&quot;
3858 tries to provide an approach for this.&lt;/p&gt;
3859
3860 &lt;p&gt;Only some schools have some sort of a media concept which explains,
3861 defines and gives guidance on how to use IT in class. Most schools in
3862 Northern Germany do not have an IT service provider, the school&#39;s IT
3863 equipment is managed by one or (if the school is lucky) two (admin)
3864 teachers, most of the workload these admin teachers get done in there
3865 spare time.&lt;/p&gt;
3866
3867 &lt;p&gt;We were surprised that only a very few admin teachers were
3868 networked with colleagues from other schools. Basically, every school
3869 here around has its individual approach of providing IT equipment to
3870 teachers and students and the exchange of ideas has been quasi
3871 non-existent until 2010/2011.&lt;/p&gt;
3872
3873 &lt;p&gt;Quite some (non-admin) teachers try to avoid using IT technology in
3874 class as a learning medium completely. Several reasons for this
3875 avoidance do exist.&lt;/p&gt;
3876
3877 &lt;p&gt;We discovered that no-one has ever taken a closer look at this
3878 social part of IT management in schools, so far. On our quest journey
3879 for a technical IT solution for schools, we discussed this issue with
3880 several teachers, headmasters, politicians, other IT professionals and
3881 they all confirmed: a holistic approach of considering IT management
3882 at schools, an approach that includes the people in place, will be new
3883 and probably a gain for all.&lt;/p&gt;
3884
3885 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3886 Edu?&lt;/strong&gt;&lt;/p&gt;
3887
3888 &lt;p&gt;There is a list of advantages: international context, openness to
3889 any kind of contributions, do-ocracy policy, the closeness to Debian,
3890 the different installation scenarios possible (from stand-alone
3891 workstation to complex multi-server sites), the transparency within
3892 project communication, honest communication within the group of
3893 developers, etc.&lt;/p&gt;
3894
3895 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3896 Edu?&lt;/strong&gt;&lt;/p&gt;
3897
3898 &lt;p&gt;Every coin has two sides:&lt;/p&gt;
3899
3900 &lt;p&gt;Technically: &lt;a href=&quot;http://bugs.debian.org/311188&quot;&gt;BTS issue
3901 #311188&lt;/a&gt;, tricky upgradability of a Debian Edu main server, network
3902 client installations on top of a plain vanilla Debian installation
3903 should become possible sometime in the near future, one could think
3904 about splitting the very complex package debian-edu-config into
3905 several portions (to make it easier for new developers to
3906 contribute).&lt;/p&gt;
3907
3908 &lt;p&gt;Another issue I see is that we (as Debian Edu developers) should
3909 find out more about the network of people who do the marketing for
3910 Debian Edu / Skolelinux. There is a very active group in Germany
3911 promoting Skolelinux on the bigger Linux Days within Germany. Are
3912 there other groups like that in other countries? How can we bring
3913 these marketing people together (marketing group A with group B and
3914 all of them with the group of Debian Edu developers)? During the last
3915 meeting of the German Skolelinux group, I got the impression of people
3916 there being rather disconnected from the development department of
3917 Debian Edu / Skolelinux.&lt;/p&gt;
3918
3919 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3920
3921 &lt;p&gt;For my daily business, I do not use commercial software at all.&lt;/p&gt;
3922
3923 &lt;p&gt;For normal stuff I use Iceweasel/Firefox, Libreoffice.org. For
3924 serious text writing I prefer LaTeX. I use gimp, inkscape, scribus for
3925 more artistic tasks. I run virtual machines in KVM and Virtualbox.&lt;/p&gt;
3926
3927 &lt;p&gt;I am one of the upstream developers of X2Go. In 2010 I started the
3928 development of a Python based X2Go Client, called PyHoca-GUI.
3929 PyHoca-GUI has brought forth a Python X2Go Client API that currently
3930 is being integrated in Ubuntu&#39;s software center.&lt;/p&gt;
3931
3932 &lt;p&gt;For communications I have my own Kolab server running using Horde
3933 as web-based groupware client. For IRC I love to use irssi, for Jabber
3934 I have several clients that I use, mostly pidgin, though. I am also
3935 the Debian maintainer of Coccinella, a Jabber-based interactive
3936 whiteboard.&lt;/p&gt;
3937
3938 &lt;p&gt;My favourite terminal emulator is KDE&#39;s Yakuake.&lt;/p&gt;
3939
3940 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3941 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3942
3943 &lt;p&gt;Communicate, communicate, communicate. Enrol people, enrol people,
3944 enrol people.&lt;/p&gt;
3945 </description>
3946 </item>
3947
3948 <item>
3949 <title>Debian Edu interview: Ralf Gesellensetter</title>
3950 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</link>
3951 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</guid>
3952 <pubDate>Sun, 27 May 2012 17:15:00 +0200</pubDate>
3953 <description>&lt;p&gt;In 2003, a German teacher showed up on the
3954 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3955 mailing list with interesting problems and reports proving he setting
3956 up Linux for a (for us at the time) lot of pupils. His name was Ralf
3957 Gesellensetter, and he has been an important tester and contributor
3958 since then, helping to make sure the
3959 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3960 Squeeze&lt;/a&gt; release became as good as it is..&lt;/p&gt;
3961
3962 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3963
3964 &lt;p&gt;I am a teacher from Germany, and my subjects are Geography,
3965 Mathematics, and Computer Science (&quot;Informatik&quot;). During the past 12
3966 years (since 2000), I have been working for a comprehensive (and soon,
3967 also inclusive) school leading to all kind of general levels, such as
3968 O- or A-level (&quot;Abitur&quot;). For quite as long, I&#39;ve been taking care of
3969 our computer network.&lt;/p&gt;
3970
3971 &lt;p&gt;Now, in my early 40s, I enjoy the privilege of spending a lot of my
3972 spare time together with my wife, our son (3 years) and our daughter
3973 (4 months).&lt;/p&gt;
3974
3975 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3976 project?&lt;/strong&gt;&lt;/p&gt;
3977
3978 &lt;p&gt;We had tried different Linux based school servers, when members of
3979 my local Linux User Group (LUG OWL) detected Skolelinux. I remember
3980 very well, being part of a party celebrating the Linux New Media Award
3981 (&quot;Best Newcomer Distribution&quot;, also nominated: Ubuntu) that was given
3982 to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
3983 months later, I had the chance to join a developer meeting in Ulsrud
3984 (Oslo) and to hand out the award to Knut Yrvin and others. For more
3985 than 7 years, Skolelinux is part of our schools infrastructure, namely
3986 our main server (tjener), one LTSP (today without thin clients), and
3987 approximately 50 work stations. Most of these have the option to boot a
3988 locally installed Skolelinux image. As a consequence, I joined quite
3989 a few events dealing with free software or Linux, and met many Debian
3990 (Edu) developers. All of them seemed quite nice and competent to me,
3991 one more reason to stick to Skolelinux.&lt;/p&gt;
3992
3993 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3994 Edu?&lt;/strong&gt;&lt;/p&gt;
3995
3996 &lt;p&gt;Debian driven, you are given all the advantages of a community
3997 project including well maintained updates. Once, you are familiar with
3998 the network layout, you can easily roll out an entire educational
3999 computer infrastructure, from just one installation media. As only
4000 free software (FOSS) is used, that supports even elderly hardware,
4001 up-sizing your IT equipment is only limited by space (i.e. available
4002 labs). Especially if you run a LTSP thin client server, your
4003 administration costs tend towards zero.&lt;/p&gt;
4004
4005 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4006 Edu?&lt;/strong&gt;&lt;/p&gt;
4007
4008 &lt;p&gt;While Debian&#39;s stability has loads of advantages for servers, this
4009 might be different in some cases for clients: Schools with unlimited
4010 budget might buy new hardware with components that are not yet
4011 supported by Debian stable, or wish to use more recent versions of
4012 office packages or desktop environments. These schools have the
4013 option to run Debian testing or other distributions - if they have the
4014 capacity to do so. Another issue is that Debian release cycles
4015 include a wide range of changes; therefor a high percentage of human
4016 power seems to be absorbed by just keeping the features of Skolelinux
4017 within the new setting of the version to come. During this process,
4018 the cogs of Debian Edu are getting more and more professional,
4019 i.e. harder to understand for novices.&lt;/p&gt;
4020
4021 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4022
4023 &lt;p&gt;LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
4024 KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
4025 PC, Laptop, Mobile, but also our SAT receiver)&lt;/p&gt;
4026
4027 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4028 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4029
4030 &lt;p&gt;&lt;ol&gt;
4031
4032 &lt;li&gt;Support computer science as regular subject in schools to make
4033 people really &quot;own&quot; their hardware, to make them understand the
4034 difference between proprietary software products, and free software
4035 developing.&lt;/li&gt;
4036
4037 &lt;li&gt;Make budget baskets corresponding: In Germany&#39;s public schools
4038 there are more or less fixed budgets for IT equipment (including
4039 licenses), so schools won&#39;t benefit from any savings here. This
4040 privilege is left to private schools which have consequently a large
4041 share among German Skolelinux schools.&lt;/li&gt;
4042
4043 &lt;li&gt;Get free software in the seminars where would-be teachers are
4044 trained. In many cases, teachers&#39; software customs are respected by
4045 decision makers rather than the expertise of any IT experts.&lt;/li&gt;
4046
4047 &lt;li&gt;Don&#39;t limit ourself to free software run natively. Everybody uses
4048 free software or free licenses (for instance Wikipedia), and this
4049 general concept should get expanded to free educational content to be
4050 shared world wide (school books e.g.).&lt;/li&gt;
4051
4052 &lt;li&gt;Make clear where ever you can that the market share of free (libre)
4053 office suites is much above 20 p.c. today, and that you pupils don&#39;t
4054 need to know the &quot;ribbon menu&quot; in order to get employed.&lt;/li&gt;
4055
4056 &lt;li&gt;Talk about the difference between freeware and free software.&lt;/li&gt;
4057
4058 &lt;li&gt;Spread free software, or even collections of portable free apps
4059 for USB pen drives. Endorse students to get a legal copy of
4060 Libreoffice rather than accepting them to use illegal serials. And
4061 keep sending documents in ODF formats.&lt;/li&gt;
4062
4063 &lt;/ol&gt;&lt;/p&gt;
4064 </description>
4065 </item>
4066
4067 <item>
4068 <title>Skolelinux-intervju: Alf Tonny Bätz</title>
4069 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</link>
4070 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</guid>
4071 <pubDate>Sun, 20 May 2012 11:50:00 +0200</pubDate>
4072 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektets&lt;/a&gt;
4073 musiker og mannen bak
4074 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals/Rosegarden/&quot;&gt;opplæringsdokumentene
4075 i Rosegarden&lt;/a&gt;
4076 (&lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/nb/rosegarden-manual.html&quot;&gt;norsk
4077 utgave&lt;/a&gt;) for musikklærere, Alf Tonny Bätz, er neste mann ut i min
4078 intervjurunde av folkene bak Skolelinux-løsningen. Jeg har kjent Alf
4079 Tonny siden vi møttes som barn på påskefjellet i Ofoten, og ble
4080 gledelig overrasket da han dukket opp i Skolelinux-prosjektet etter å
4081 ikke ha sett noe til ham på mange år.&lt;/p&gt;
4082
4083 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4084
4085 &lt;p&gt;Jeg er utdannet kokk av yrke, og har utøvet yrket i 12 år. Men
4086 etter at ryggen sa takk før seg, studerte jeg nettverksadministrasjon
4087 ved Næringsakademiet i Bergen årene 2008-2009 slik at jeg kunne
4088 forfølge en av mine største interesser - data. Til daglig jobber jeg
4089 ved &lt;a href=&quot;http://www.narvikskolen.no/parken/&quot;&gt;Parken
4090 ungdomsskole&lt;/a&gt; med å drifte skolens PC-er. Har også litt
4091 musikkundervisning.&lt;/p&gt;
4092
4093 &lt;p&gt;Mitt mål er å bevisstgjøre musikklærene mulighetene med de frie
4094 programmene som finnes i Skolelinux, blant annet Rosegarden.&lt;/p&gt;
4095
4096 &lt;p&gt;Har i mange år drevet med musikk og en av grunnen til at Rosegarden
4097 falt i smak for min del, var fordi denne fungere og ligner mest på
4098 Windows-programmet (cubase) jeg jobbet mye med da jeg i mine yngre
4099 dager var «Windows fanatiker». Ble introdusert til Linux av en kompis
4100 av meg for omtrent 14 år siden, og har bare blitt mer og mer glad i
4101 dette operativsystemet.&lt;/p&gt;
4102
4103 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4104
4105 &lt;p&gt;Da jeg ble sykemeldt fra min gamle jobb, og måtte omskoleres,
4106 havnet jeg i 2007 sammen med Viggo Fedreheim på IKT-avdelingen i
4107 Narvik kommune, der ble jeg for første gang introdusert til
4108 Skolelinuxprosjektet.&lt;/p&gt;
4109
4110 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4111
4112 &lt;p&gt;Skolelinux er enkelt å holde i drift og masse flotte programmer som
4113 geogebra, ktouch og kgeografi følger med pakken. Man kan ta i bruk
4114 gamle PC-er igjen, slik at skoler med dårlig råd får opp en brukbar
4115 PC-park. PC-er som er ca 6-9 år gamle fungere tilfredstillende, bare
4116 de har 512 MB RAM eller mer.&lt;/p&gt;
4117
4118 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4119
4120 &lt;p&gt;Ulempene er at noen av de pedagogiske programmene som lærene ønsker
4121 å bruke fungere dårlig med Linux. Mye pga. av at disse programmene
4122 blir ikke laget til Linuxbaserte operativsystemer.&lt;/p&gt;
4123
4124 &lt;p&gt;Video- og bilde-redigering har dessverre en del mangler, mange av
4125 programmene har en tendens til og krasje. Det gjelder blant annet
4126 &lt;a href=&quot;http://www.kdenlive.org/&quot;&gt;kdenlive&lt;/a&gt; og
4127 &lt;a href=&quot;http://www.openshotvideo.com/&quot;&gt;openshot&lt;/a&gt;, for å nevne
4128 noen. De er ikke stabile nok. Når elevene kommer med filmsnutter de
4129 ønsker og jobbe med, så godtar ikke programmene filene, og når elevene
4130 jobber med redigering bare krasjer programmene uten forvarsel. Det er
4131 for vanskelig å få noe som bare fungerer ut av boksen her. Når en elev
4132 plugger inn et videokamera eller fotoapparat så er det alltid noe som
4133 ikke vil fungere. Programmene godtar ikke format, godtar ikke
4134 kameraet, osv., osv. Det er dessverre med på og dra ned en positiv
4135 opplevelse av bruk av fri programvare.&lt;/p&gt;
4136
4137 &lt;p&gt;Man må ofte bruke flere en et video redigerings program før og få
4138 fullført en ønsket oppgave.&lt;/p&gt;
4139
4140 &lt;p&gt;Eksempel:&lt;/p&gt;
4141
4142 &lt;p&gt;Hvis det ene programmet ikke vil ta i mot videofilen klarer et
4143 annet det, men det programmet som klarer det kan ikke gjøre de samme
4144 oppgavene som det programmet som ikke ville ta i mot filen,
4145 Tilsvarende er det med foto, man må bruke flere programmer for å få
4146 et ferdig resultat. Til dags dato har jeg enda ikke funnet et video-
4147 og fotoprogram som kan tilfredstillende fullføre en oppgave.&lt;/p&gt;
4148
4149 &lt;p&gt;Så man kan klare og fullføre en oppgave, men i verste fall må man
4150 innom 3-4 programmer for å få det til. Så jeg har enda ikke til dags
4151 dato sett at et program fungere 100% til alt.&lt;/p&gt;
4152
4153 &lt;p&gt;Det programmet jeg har best erfaring til er
4154 &lt;a href=&quot;http://cinelerra.org/&quot;&gt;cinelerra&lt;/a&gt;, men dessverre har det
4155 også tendenser og krasje av og til uten grunn.&lt;/p&gt;
4156
4157 Lydsystemet kan også være et mareritt. Konkret snakker jeg om når du
4158 bruker for eksempel et smartboard, så følger det med USB-lydkort på
4159 disse. Problemet ligger her i at systemet ikke vil velge rett
4160 lydkort, så man må inn med padevchooser for å sette opp PulseAudio
4161 til og velge at USB-lydkortet skal brukes. Det blir for tungvindt for
4162 lærene, de ønsker at ting skal fungere med en gang. (min løsning på
4163 det problemet ble at jeg måtte deaktivere lydkortet som fantes på
4164 maskinen) men da må man bestandig slå på smartboard-tavla.
4165
4166 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4167
4168 Programmene jeg bruker mest av er: Rosegarden, jack, qsynth, audacity,
4169 k3b, openttd og libreoffice.
4170
4171 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4172 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4173
4174 Jeg tror det må bevisstgjøring av Skolene til, dvs. reklamere høylytt
4175 og fortelle og vise de andre skolene at frie programvarer faktisk
4176 fungere. Jeg trur faktisk mange ikke vet at det finnes frie
4177 alternativer.
4178 </description>
4179 </item>
4180
4181 <item>
4182 <title>Debian Edu interview: Jürgen Leibner</title>
4183 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</link>
4184 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</guid>
4185 <pubDate>Sun, 13 May 2012 20:30:00 +0200</pubDate>
4186 <description>&lt;p&gt;It has been a few busy weeks for me, but I am finally back to
4187 publish another interview with the people behind
4188 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
4189 This time it is one of our German developers, who have helped out over the
4190 years to make sure both a lot of major but also a lot of the minor
4191 details get right before release.
4192
4193 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4194
4195 &lt;p&gt;My name is Jürgen Leibner, I&#39;m 49 years old and living in
4196 Bielefeld, a town in northern Germany. I worked nearly 20 years as
4197 certified engineer in the department for plant design and layout of an
4198 international company for machinery and equipment. Since 2011 I&#39;m a
4199 certified technical writer (tekom e.V.) and doing technical
4200 documentations for a steam turbine manufacturer. From April this year
4201 I will manage the department of technical documentation at a
4202 manufacturer of automation and assembly line engineering.&lt;/p&gt;
4203
4204 &lt;p&gt;My first contact with linux was around 1993. Since that time I used
4205 it at work and at home repeatedly but not exclusively as I do now at
4206 home since 2006.&lt;/p&gt;
4207
4208 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4209 project?&lt;/strong&gt;&lt;/p&gt;
4210
4211 &lt;p&gt;Once a day in the early year of 2001 when I wanted to fetch my
4212 daughter from primary school, there was a teacher sitting in the
4213 middle of 20 old computers trying to boot them and he failed. I helped
4214 him to get them booting. That was seen by the school director and she
4215 asked me if I would like to manage that the school gets all that old
4216 computers in use. I answered: &quot;Yes&quot;.&lt;/p&gt;
4217
4218 &lt;p&gt;Some weeks later every of the 10 classrooms had one computer
4219 running Windows98. I began to collect old computers and equipment as
4220 gifts and installed the first computer room with a peer-to-peer
4221 network. I did my work at school without being payed in my spare time
4222 and with a lot of fun. About one year later the school was connected
4223 to Internet and a local area network was installed in the school
4224 building. That was the time to have a server and I knew it must be a
4225 Linux server to be able to fulfil all the wishes of the teachers and
4226 being able to do this in a transparent and economic way, without extra
4227 costs for things like licence and software. So I searched for a
4228 school server system running under Linux and I found a couple of
4229 people nearby who founded &#39;skolelinux.de&#39;. It was the Skolelinux
4230 prerelease 32 I first tried out for being used at the school. I
4231 managed the IT of that school until the municipal authority took over
4232 the IT management and centralised the services for all schools in
4233 Bielefeld in December of 2006.&lt;/p&gt;
4234
4235 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4236 Edu?&lt;/strong&gt;&lt;/p&gt;
4237
4238 &lt;p&gt;When I&#39;m looking back to the beginning, there were other advantages
4239 for me as today.&lt;/p&gt;
4240
4241 &lt;p&gt;In the past there were advantages like:&lt;/p&gt;
4242
4243 &lt;p&gt;&lt;ul&gt;
4244
4245 &lt;li&gt;I don&#39;t need to buy it so it generates no costs to the school as
4246 they had little money to spent for computers and software.&lt;/li&gt;
4247
4248 &lt;li&gt;It has a licence which grands all rights to use it without
4249 cost.&lt;/li&gt;
4250
4251 &lt;li&gt;It was more able to fit all requirements of a server system for
4252 schools than a Microsoft server system, even if there are only Windows
4253 clients because of it&#39;s preconfigured overall concept of being a
4254 infrastructure solution and community for schools, not only a
4255 server&lt;/li&gt;
4256
4257 &lt;li&gt;I was able to configure the server to the needs of the
4258 school.&lt;/li&gt;
4259
4260 &lt;/ul&gt;&lt;/p&gt;
4261
4262 &lt;p&gt;Today some of the advantages has been lost, changed or new ones
4263 came up in this way:&lt;/p&gt;
4264
4265 &lt;p&gt;&lt;ul&gt;
4266
4267 &lt;li&gt;Most schools here do have money to buy hardware and software
4268 now.&lt;/li&gt;
4269
4270 &lt;li&gt;They are today mostly managed from central IT departments which
4271 have own concepts which often do not fit to Debian Edu concepts
4272 because they are to close to Microsoft ideology.&lt;/li&gt;
4273
4274 &lt;li&gt;With the Squeeze version of Debian Edu which now uses GOsa² for
4275 management I feel more able to manage the daily tasks than with the
4276 interfaces used in the past.&lt;/li&gt;
4277
4278 &lt;li&gt;It is more modular than in the past and fits even better to the
4279 different needs.&lt;/li&gt;
4280
4281 &lt;li&gt;The documentation is usable and gets better every day.&lt;/li&gt;
4282
4283 &lt;li&gt;More people than ever before are using Debian Edu all over the
4284 world and so the community, which is an very important part I think,
4285 is sharing knowledge and minds.&lt;/li&gt;
4286
4287 &lt;li&gt;Most, maybe all, of the technical requirements for schools are
4288 solved today by Debian Edu. &lt;/li&gt;
4289
4290 &lt;/ul&gt;&lt;/p&gt;
4291
4292 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4293 Edu?&lt;/strong&gt;&lt;/p&gt;
4294
4295 &lt;p&gt;&lt;ul&gt;
4296
4297 &lt;li&gt;There are too few IT companies able to integrate Debian Edu into
4298 their product portfolio for serving schools with concepts or even
4299 whole municipality areas.&lt;/li&gt;
4300
4301 &lt;li&gt;Debian Edu has beside other free and open software projects not
4302 enough lobbyists which promote free and open software to
4303 politicians.&lt;/li&gt;
4304
4305 &lt;li&gt;Technically there are no disadvantages I&#39;m aware of.&lt;/li&gt;
4306
4307 &lt;/ul&gt;&lt;/p&gt;
4308
4309 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4310
4311 &lt;p&gt;I use Debian stable on my home server and on my little desktop
4312 computer. On my laptop I use Debian testing/sid. The applications I
4313 use on my laptop and my desktop are Open/Libre-office, Iceweasel,
4314 KMail, DigiKam, Amarok, Dolphin, okular and all the other programs I
4315 need from the KDE environment. On console I use newsbeuter, mutt,
4316 screen, irssi and all the other famous and useful tools.&lt;/p&gt;
4317
4318 &lt;p&gt;My home server provides mail services with exim, dovecot, roundcube
4319 and mutt over ssh on the console, file services with samba, NFS,
4320 rsync, web services with apache, moinmoin-wiki, multimedia services
4321 with gallery2 and mediatomb and database services with MySQL for me
4322 and the whole family. I probably forgot something.&lt;/p&gt;
4323
4324 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4325 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4326
4327 &lt;p&gt;I believe, we should provide concepts for IT companies to integrate
4328 Debian Edu into their product portfolio with use cases for different
4329 countries and areas all over the world.&lt;/p&gt;
4330 </description>
4331 </item>
4332
4333 <item>
4334 <title>Forskning: &quot;GPL gir lokal frihet og kontroll gjennom omfordeling av makt fra produsent til bruker&quot;</title>
4335 <link>http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</link>
4336 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</guid>
4337 <pubDate>Sun, 15 Apr 2012 13:00:00 +0200</pubDate>
4338 <description>&lt;p&gt;Da jeg googlet etter noe annet kom jeg tilfeldigvis over
4339 &lt;a href=&quot;http://www.duo.uio.no/sok/work.html?WORKID=58309&quot;&gt;en
4340 hovedfagsoppgave&lt;/a&gt; ved Universitetet i Oslo som diskuterer verdien
4341 av GPLs fire friheter for brukerne av IT-systemer. Jeg ble fascinert
4342 over det som presenteres der. Her er sammendraget:&lt;/p&gt;
4343
4344 &lt;p&gt;&lt;blockquote&gt;
4345
4346 &lt;p&gt;Motivasjonen til å skrive denne oppgaven er en personlig undring
4347 over hvorfor det primært, og ofte eksklusivt, fokuseres på det
4348 økonomiske aspektet ved utredninger om fri programvare er et godt valg
4349 for det offentlige. Fri og produsenteid programvare bygger på
4350 fundamentalt forskjellige ideologier som kan ha implikasjoner utover
4351 økonomiske kostnader. Kunnskapskulturen som er med på å definere fri
4352 programvare er basert på åpenhet, og er en verdi i seg selv.&lt;/p&gt;
4353
4354 &lt;p&gt;Oppgavens tema er programvarelisensen GPL og frihet. GPL-lisensiert
4355 programvare gir visse friheter i forhold til produsenteid
4356 programvare. Mitt spørsmål er om, og eventuelt i hvilken utstrekning,
4357 disse frihetene blir benyttet av ulike brukere og hvordan de
4358 manifesterer seg for disse brukerne. Sentrale spørsmål i oppgaven
4359 er:&lt;/p&gt;
4360
4361 &lt;ul&gt;
4362 &lt;li&gt;Hvordan fordeles handlekraft gjennom lisensieringen av programvaren?&lt;/li&gt;
4363 &lt;li&gt;Hvilke konsekvenser har programvarelisensen for de ulike brukere? &lt;/li&gt;
4364 &lt;/ul&gt;
4365
4366 &lt;p&gt;Fri programvare gir blant annet brukeren mulighet til å studere og
4367 modifisere kildekoden. Denne formen for frihet erverves gjennom
4368 kunnskap og krever at brukeren også er en ekspert. Hva skjer med
4369 frihetene til GPL når sluttbrukeren er en annen? Dette diskuteres i
4370 dialog med informantene.&lt;/p&gt;
4371
4372 &lt;p&gt;Jeg har i denne oppgaven samlet inn intervjudata fra IKT-ansvarlige
4373 ved grunnskolene i Nittedal kommune, driftsansvarlig og IKT-veilederen
4374 for skolene i kommunen, samt IKT-koordinator for utdanning i Akershus
4375 fylkeskommune og bokmåloversettere av OpenOffice.org. Den empiriske
4376 delen av oppgaven er delt inn i to seksjoner; den første omhandler
4377 operativsystemet Skolelinux, den andre kontorprogrampakken
4378 OpenOffice.org.&lt;/p&gt;
4379
4380 &lt;p&gt;Som vi vil se gir GPL lokal frihet og kontroll gjennom omfordeling
4381 av makt fra produsent til bruker. Brukerens makt analyseres gjennom
4382 begrepene brukermedvirkning og handlingsfrihet. Det blir også lagt
4383 vekt på strukturelle forhold rundt bruken av teknologi, og spesielt de
4384 økonomiske begrepene nettverkseksternaliteter, innlåsing og
4385 stiavhengighet. Dette er begreper av spesiell nytte når objektet som
4386 omsettes eller distribueres er et kommunikasjonsprodukt, fordi verdien
4387 til et slikt gode for en potensiell bruker avhenger av antall
4388 eksisterende brukere av godet. I tilknytning til denne problematikken
4389 inneholder oppgaven også en diskusjon rundt åpne standarder og
4390 formater.&lt;/p&gt;
4391
4392 &lt;p&gt;Oppgaven konkluderer med at de «fire frihetene» som GPL-lisensen er
4393 laget for å beskytte er av avgjørende betydning for bruken av
4394 OpenOffice.org og Skolelinux, i Akershus fylkeskommune såvel som i
4395 skolene i Nittedal. Distribusjonen av handlekraft er ikke helt
4396 symmetrisk. Det er først og fremst de profesjonelle utviklerne i
4397 Skolelinux som direkte kan nyttiggjøre seg friheten til å endre kode,
4398 mens en sluttbruker som Nittedal kommune nyttiggjør seg den økonomiske
4399 friheten til å kunne distribuere programmene. Det er imidlertid også
4400 slik at ingen aktør klarer seg uten alle disse «frihetene».&lt;/p&gt;
4401 &lt;/blockquote&gt;&lt;/p&gt;
4402
4403 &lt;p&gt;Jeg fant også en masteroppgave fra 2006, men der ligger ikke
4404 komplett oppgave tilgjengelig. På tide å holde et øye med
4405 &lt;a href=&quot;http://www.duo.uio.no/sok/search.html?q=skolelinux&quot;&gt;Skolelinux-søket&lt;/a&gt;
4406 til DUO...&lt;/p&gt;
4407
4408 </description>
4409 </item>
4410
4411 <item>
4412 <title>Debian Edu interview: Andreas Mundt</title>
4413 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</link>
4414 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</guid>
4415 <pubDate>Sun, 15 Apr 2012 12:10:00 +0200</pubDate>
4416 <description>&lt;p&gt;Behind &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
4417 Skolelinux&lt;/a&gt; there are a lot of people doing the hard work of
4418 setting together all the pieces. This time I present to you Andreas
4419 Mundt, who have been part of the technical development team several
4420 years. He was also a key contributor in getting GOsa and Kerberos set
4421 up in the recently released
4422 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
4423 Edu Squeeze&lt;/a&gt; version.&lt;/p&gt;
4424
4425 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4426
4427 &lt;p&gt;My name is Andreas Mundt, I grew up in south Germany. After
4428 studying Physics I spent several years at university doing research in
4429 Quantum Optics. After that I worked some years in an optics company.
4430 Finally I decided to turn over a new leaf in my life and started
4431 teaching 10 to 19 years old kids at school. I teach math, physics,
4432 information technology and science/technology.&lt;/p&gt;
4433
4434 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4435 project?&lt;/strong&gt;&lt;/p&gt;
4436
4437 &lt;p&gt;Already before I switched to teaching, I followed the Debian Edu
4438 project because of my interest in education and Debian. Within the
4439 qualification/training period for the teaching, I started
4440 contributing.&lt;/p&gt;
4441
4442 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4443 Edu?&lt;/strong&gt;&lt;/p&gt;
4444
4445 &lt;p&gt;The advantages of Debian Edu are the well known name, the
4446 out-of-the-box philosophy and of course the great free software of the
4447 Debian Project!&lt;/p&gt;
4448
4449 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4450 Edu?&lt;/strong&gt;&lt;/p&gt;
4451
4452 &lt;p&gt;As every coin has two sides, the out-of-the-box philosophy has its
4453 downside, too. In my opinion, it is hard to modify and tweak the
4454 setup, if you need or want that. Further more, it is not easily
4455 possible to upgrade the system to a new release. It takes much too
4456 long after a Debian release to prepare the -Edu release, perhaps
4457 because the number of developers working on the core of the code is
4458 rather small and often busy elsewhere.&lt;/p&gt;
4459
4460 &lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/DebianLAN&quot;&gt;Debian LAN&lt;/a&gt;
4461 project might fill the use case of a more flexible system.&lt;/p&gt;
4462
4463 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4464
4465 &lt;p&gt;I am only using non-free software if I am forced to and run Debian
4466 on all my machines. For documents I prefer LaTeX and PGF/TikZ, then
4467 mutt and iceweasel for email respectively web browsing. At school I
4468 have Arduino and Fritzing in use for a micro controller project.&lt;/p&gt;
4469
4470 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4471 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4472
4473 &lt;p&gt;One of the major problems is the vendor lock-in from top to bottom:
4474 Especially in combination with ignorant government employees and
4475 politicians, this works out great for the &quot;market-leader&quot;. The school
4476 administration here in Baden-Wuerttemberg is occupied by that vendor.
4477 Documents have to be prepared in non-free, proprietary formats. Even
4478 free browsers do not work for the school administration. Publishers
4479 of school books provide software only for proprietary platforms.&lt;/p&gt;
4480
4481 &lt;p&gt;To change this, political work is very important. Parts of the
4482 political spectrum have become aware of the problem in the last years.
4483 However it takes quite some time and courageous politicians to &#39;free&#39;
4484 the system. There is currently some discussion about &quot;Open Data&quot; and
4485 &quot;Free/Open Standards&quot;. I am not sure if all the involved parties have
4486 a clue about the potential of these ideas, and probably only a
4487 fraction takes them seriously. However it might slowly make free
4488 software and the philosophy behind it more known and popular.&lt;/p&gt;
4489 </description>
4490 </item>
4491
4492 <item>
4493 <title>Debian Edu interview: Justin B. Rye</title>
4494 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</link>
4495 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</guid>
4496 <pubDate>Sun, 8 Apr 2012 10:50:00 +0200</pubDate>
4497 <description>&lt;p&gt;It take all kind of contributions to create a Linux distribution
4498 like &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;,
4499 and this time I lend the ear to Justin B. Rye, who is listed as a big
4500 contributor to the
4501 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
4502 Edu Squeeze release manual&lt;/a&gt;.
4503
4504 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4505
4506 &lt;p&gt;I&#39;m a 44-year-old linguistics graduate living in Edinburgh who has
4507 occasionally been employed as a sysadmin.&lt;/p&gt;
4508
4509 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4510 project?&lt;/strong&gt;&lt;/p&gt;
4511
4512 &lt;p&gt;I&#39;m neither a developer nor a Skolelinux/Debian Edu user! The only
4513 reason my name&#39;s in the credits for the documentation is that I hang
4514 around on debian-l10n-english waiting for people to mention things
4515 they&#39;d like a native English speaker to proofread... So I did a sweep
4516 through the wiki for typos and Norglish and inconsistent spellings of
4517 &quot;localisation&quot;.&lt;/p&gt;
4518
4519 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4520 Edu?&lt;/strong&gt;&lt;/p&gt;
4521
4522 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4523 Edu?&lt;/strong&gt;&lt;/p&gt;
4524
4525 &lt;p&gt;These questions are too hard for me - I don&#39;t use it! In fact I
4526 had hardly any contact with I.T. until long after I&#39;d got out of the
4527 education system.&lt;/p&gt;
4528
4529 &lt;p&gt;I can tell you the advantages of Debian for me though: it soaks up
4530 as much of my free time as I want and no more, and lets me do
4531 everything I want a computer for without ever forcing me to spend
4532 money on the latest hardware.&lt;/p&gt;
4533
4534 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4535
4536 &lt;p&gt;I&#39;ve been using Debian since Rex; popularity-contest says the
4537 software that I use most is xinit, xterm, and xulrunner (in other
4538 words, I use a distinctly retro sort of desktop).&lt;/p&gt;
4539
4540 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4541 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4542
4543 &lt;p&gt;Well, I don&#39;t know. I suppose I&#39;d be inclined to try reasoning
4544 with the people who make the decisions, but obviously if that worked
4545 you would hardly need a strategy.&lt;/p&gt;
4546 </description>
4547 </item>
4548
4549 <item>
4550 <title>Why the KDE menu is slow when /usr/ is NFS mounted - and a workaround</title>
4551 <link>http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</link>
4552 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</guid>
4553 <pubDate>Fri, 6 Apr 2012 22:40:00 +0200</pubDate>
4554 <description>&lt;p&gt;Recently I have spent time with
4555 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; on speeding
4556 up a &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
4557 Lenny installation using LTSP diskless workstations, and in the
4558 process I discovered something very surprising. The reason the KDE
4559 menu was responding slow when using it for the first time, was mostly
4560 due to the way KDE find application icons. I discovered that showing
4561 the Multimedia menu would cause more than 20 000 IP packages to be
4562 passed between the LTSP client and the NFS server. Most of these were
4563
4564 NFS LOOKUP calls, resulting in a NFS3ERR_NOENT response. Because the
4565 ping times between the client and the server were in the range 2-20
4566 ms, the menus would be very slow. Looking at the strace of kicker in
4567 Lenny (or plasma-desktop i Squeeze - same problem there), I see that
4568 the source of these NFS calls are access(2) system calls for
4569 non-existing files. KDE can do hundreds of access(2) calls to find
4570 one icon file. In my example, just finding the mplayer icon required
4571 around 230 access(2) calls.&lt;/p&gt;
4572
4573 &lt;p&gt;The KDE code seem to search for icons using a list of icon
4574 directories, and the list of possible directories is large. In
4575 (almost) each directory, it look for files ending in .png, .svgz, .svg
4576 and .xpm. The result is a very slow KDE menu when /usr/ is NFS
4577 mounted. Showing a single sub menu may result in thousands of NFS
4578 requests. I am not the first one to discover this. I found a
4579 &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=211416&quot;&gt;KDE bug report
4580 from 2009&lt;/a&gt; about this problem, and it is still unsolved.&lt;/p&gt;
4581
4582 &lt;p&gt;My solution to speed up the KDE menu was to create a package
4583 kde-icon-cache that upon installation will look at all .desktop files
4584 used to generate the KDE menu, find their icons, search the icon paths
4585 for the file that KDE will end up finding at run time, and copying the
4586 icon file to /var/lib/kde-icon-cache/. Finally, I add symlinks to
4587 these icon files in one of the first directories where KDE will look
4588 for them. This cut down the number of file accesses required to find
4589 one icon from several hundred to less than 5, and make the KDE menu
4590 almost instantaneous. I&#39;m not quite sure where to make the package
4591 publicly available, so for now it is only available on request.&lt;/p&gt;
4592
4593 &lt;p&gt;The bug report mention that this do not only affect the KDE menu
4594 and icon handling, but also the login process. Not quite sure how to
4595 speed up that part without replacing NFS with for example NBD, and
4596 that is not really an option at the moment.&lt;/p&gt;
4597
4598 &lt;p&gt;If you got feedback on this issue, please let us know on debian-edu
4599 (at) lists.debian.org.&lt;/p&gt;
4600 </description>
4601 </item>
4602
4603 <item>
4604 <title>Debian Edu in the Linux Weekly News</title>
4605 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</link>
4606 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</guid>
4607 <pubDate>Thu, 5 Apr 2012 08:00:00 +0200</pubDate>
4608 <description>&lt;p&gt;About two weeks ago, I was interviewed via email about
4609 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt; by
4610 Bruce Byfield in Linux Weekly News. The result was made public for
4611 non-subscribers today. I am pleased to see liked our Linux solution
4612 for schools. Check out his article
4613 &lt;a href=&quot;https://lwn.net/Articles/488805/&quot;&gt;Debian Edu/Skolelinux: A
4614 distribution for education&lt;/a&gt; if you want to learn more.&lt;/p&gt;
4615 </description>
4616 </item>
4617
4618 <item>
4619 <title>Debian Edu interview: Wolfgang Schweer</title>
4620 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</link>
4621 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</guid>
4622 <pubDate>Sun, 1 Apr 2012 23:00:00 +0200</pubDate>
4623 <description>&lt;p&gt;Germany is a core area for the
4624 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4625 user community, and this time I managed to get hold of Wolfgang
4626 Schweer, a valuable contributor to the project from Germany.
4627
4628 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4629
4630 &lt;p&gt;I&#39;ve studied Mathematics at the university &#39;Ruhr-Universität&#39; in
4631 Bochum, Germany. Since 1981 I&#39;m working as a teacher at the school
4632 &quot;&lt;a href=&quot;http://www.westfalenkolleg-dortmund.de/&quot;&gt;Westfalen-Kolleg
4633 Dortmund&lt;/a&gt;&quot;, a second chance school. Here, young adults is given
4634 the opportunity to get further education in order to do the school
4635 examination &#39;Abitur&#39;, which will allow to study at a university. This
4636 second chance is of value for those who want a better job perspective
4637 or failed to get a higher school examination being teens.&lt;/p&gt;
4638
4639 &lt;p&gt;Besides teaching I was involved in developing online courses for a
4640 blended learning project called &#39;abitur-online.nrw&#39; and in some other
4641 information technology related projects. For about ten years I&#39;ve been
4642 teacher and coordinator for the &#39;abitur-online&#39; project at my
4643 school. Being now in my early sixties, I&#39;ve decided to leave school at
4644 the end of April this year.&lt;/p&gt;
4645
4646 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4647 project?&lt;/strong&gt;&lt;/p&gt;
4648
4649 &lt;p&gt;The first information about Skolelinux must have come to my
4650 attention years ago and somehow related to LTSP (Linux Terminal Server
4651 Project). At school, we had set up a network at the beginning of 1997
4652 using Suse Linux on the desktop, replacing a Novell network. Since
4653 2002, we used old machines from the city council of Dortmund as thin
4654 clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
4655 reach. At home I&#39;m using Debian since years and - subscribed to the
4656 Debian news letter - heard from time to time about Skolelinux. About
4657 two years ago I proposed to replace the (somehow undocumented and only
4658 known to me) system at school by a well known Debian based system:
4659 Skolelinux.&lt;/p&gt;
4660
4661 &lt;p&gt;Students and teachers appreciated the new system because of a
4662 better look and feel and an enhanced access to local media on thin
4663 clients. The possibility to alter and/or reset passwords using a GUI
4664 was welcomed, too. Being able to do administrative tasks using a GUI
4665 and to easily set up workstations using PXE was of very high value for
4666 the admin teachers.&lt;/p&gt;
4667
4668 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4669 Edu?&lt;/strong&gt;&lt;/p&gt;
4670
4671 &lt;p&gt;It&#39;s open source, easy to set up, stable and flexible due to it&#39;s
4672 Debian base. It integrates LTSP out-of-the-box. And it is documented!
4673 So it was a perfect choice.&lt;/p&gt;
4674
4675 &lt;p&gt;Being open source, there are no license problems and so it&#39;s
4676 possible to point teachers and students to programs like
4677 OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It&#39;s of
4678 high value to be able to adapt parts of the system to special needs of
4679 a school and to choose where to get support for this.&lt;/p&gt;
4680
4681 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4682 Edu?&lt;/strong&gt;&lt;/p&gt;
4683
4684 &lt;p&gt;Nothing yet.&lt;/p&gt;
4685
4686 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4687
4688 &lt;p&gt;At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
4689 Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
4690 Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
4691 LibreOffice.&lt;/p&gt;
4692
4693 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4694 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4695
4696 &lt;p&gt;Some time ago I thought it was enough to tell people about it. But
4697 that doesn&#39;t seem to work quite well. Now I concentrate on those more
4698 interested and hope to get multiplicators that way.&lt;/p&gt;
4699 </description>
4700 </item>
4701
4702 <item>
4703 <title>Linux-skoler har høyere PC-tetthet enn landsgjennomsnittet - pressemelding fra FRiSK</title>
4704 <link>http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</link>
4705 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</guid>
4706 <pubDate>Fri, 30 Mar 2012 19:30:00 +0200</pubDate>
4707 <description>&lt;p&gt;I dag har &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;FRiSK&lt;/a&gt;
4708 sendt ut følgende pressemelding basert på mine beregninger av
4709 PC-tetthet på Linux-skoler:&lt;/p&gt;
4710
4711 &lt;p&gt;&lt;strong&gt;Linux-skoler har høyere PC-tetthet enn
4712 landsgjennomsnittet&lt;/strong&gt;&lt;/p&gt;
4713
4714 &lt;p&gt;Oslo, 30 Mars 2012&lt;/p&gt;
4715
4716 &lt;p&gt;Det er store forskjeller på skolenes digitale tilstand, viser
4717 undersøkelsen Monitor 2011 som er laget på oppdrag fra
4718 Kunnskapsdepartementet. Dette har ført til debatt om PC-tilgangen i
4719 skolen, og om de med Linux i skolen gjør det bedre bedre eller
4720 dårligere enn snittet i landet.&lt;/p&gt;
4721
4722 &lt;p&gt;Nå har vi tallene. Skoler med Linux har 36% større PC-tetthet en
4723 landsgjennomsnittet. På spørsmål hvorfor skoler med Linux har større
4724 PC-tetthet, observerer Paul Reidar Løsnesløkken som er IKT-konsulent i
4725 Nord-Odal:&lt;/p&gt;
4726
4727 &lt;p&gt;&lt;blockquote&gt;&quot;Vi erfarer at klienter med Skolelinux har god funksjon
4728 til de er 8 til 10 år gamle. Dette er omtrent dobbelt så lenge som
4729 andre løsninger, og skolene får mer datautstyr for
4730 pengene.&quot;&lt;/blockquote&gt;&lt;/p&gt;
4731
4732 &lt;p&gt;Undersøkelsen baserer seg på 56 skoler som har gjort det offentlig
4733 at de kjører Skolelinux eller annen Linux-utgave. De kan også ha PC-er
4734 med Windows i skolenettet. Når en sammenligner PC-tetthetene på
4735 skolene i kommunene Flora, Harstad, Kongsvinger, Narvik, Nittedal,
4736 Nord-Odal og Randaberg, er det i snitt 2,28 elev pr. PC på skolene med
4737 Linux. På landsbasis er det 3.11 elev per PC i grunnskolen, i følge
4738 side 95 i Monitor-rapporten for 2011. Målingen viser dermed 36% større
4739 PC-tetthet i skoler med Linux.&lt;/p&gt;
4740
4741 &lt;p&gt;&lt;strong&gt;Om Skolelinux/Debian Edu&lt;/strong&gt;&lt;/p&gt;
4742
4743 &lt;p&gt;Skolelinux har til hensikt å gi alle barn full tilgang til
4744 skoleaktuelle dataprogram på sitt eget morsmål. Derfor følger det med
4745 godt over 100 skoleaktuelle programmene laget for læring. De fleste
4746 programmene er oversatt til over 50 språk. Elevene skal også kunne
4747 studere alle sider av dataprogrammene. Derfor følger også kildekode
4748 med. Elever med interesse kan lære av eksperter som har laget
4749 systemet. Dette med enkelt programmering i læreprogram som KTurtle,
4750 til profesjonelle verktøy som Qt Creator eller Java.&lt;/p&gt;
4751
4752 &lt;p&gt;Skolelinux er laget for sentralisert drift, der alt teknisk
4753 administrasjon av alle skolene kan gjøres sentralt fra kommunehuset
4754 eller sentralt i en region. F.eks. drifter to-tre personer 70.000
4755 skoledatamaskiner på 200 skoler i delstaten Extremadura i
4756 Spania. Etter velykket bruk av Debian Edu i skolen, legger delstaten
4757 over til Debian på 40.000 datamaskiner i administrasjonen. Det er idag
4758 mange selskap som tilbyr profesjonell støtte til innføring og drift i
4759 Norge og verden.&lt;/p&gt;
4760
4761 &lt;p&gt;&lt;strong&gt;Om FRiSK&lt;/strong&gt;&lt;/p&gt;
4762
4763 &lt;p&gt;Medlemsforeningen Fri Programvare i Skolen organiserer
4764 dugnadsprosjektet som står bak Skolelinux.&lt;/p&gt;
4765
4766 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
4767
4768 &lt;p&gt;Knut Yrvin&lt;/p&gt;
4769
4770 &lt;p&gt;Leder av Fri Programvare i Skolen (FRISK)&lt;/p&gt;
4771
4772 &lt;p&gt;Epost: knuty at skolelinux.no
4773 &lt;br&gt;Mobil: +47 93 479 561&lt;/p&gt;
4774
4775 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
4776
4777 &lt;p&gt;&lt;ul&gt;
4778
4779 &lt;li&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt;&lt;/li&gt;
4780 &lt;li&gt;&lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;http://www.friprogramvareiskolen.no/&lt;/a&gt;&lt;/li&gt;
4781 &lt;li&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/Download&quot;&gt;http://wiki.debian.org/DebianEdu/Download&lt;/a&gt;&lt;/li&gt;
4782 &lt;li&gt;&lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;https://www.wis.no/gsi&lt;/a&gt;&lt;/li&gt;
4783 &lt;li&gt;&lt;a href=&quot;http://iktsenteret.no/sites/iktsenteret.no/files/attachments/monitor2011.pdf&quot;&gt;http://iktsenteret.no/sites/iktsenteret.no/files/attachments/monitor2011.pdf&lt;/a&gt;&lt;/li&gt;
4784 &lt;li&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html&quot;&gt;http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html&lt;/a&gt;&lt;/li&gt;
4785 &lt;li&gt;&lt;a href=&quot;https://init.linpro.no/pipermail/skolelinux.no/linuxiskolen/2012-March/018500.html&quot;&gt;https://init.linpro.no/pipermail/skolelinux.no/linuxiskolen/2012-March/018500.html&lt;/a&gt;&lt;/li&gt;
4786
4787 &lt;/ul&gt;&lt;/p&gt;
4788 </description>
4789 </item>
4790
4791 <item>
4792 <title>Skolelinux-intervju: Roy-Arne Myhre</title>
4793 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</link>
4794 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</guid>
4795 <pubDate>Wed, 28 Mar 2012 15:15:00 +0200</pubDate>
4796 <description>&lt;p&gt;I serien med intervjuer av folk i
4797 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi
4798 denne gangen høre fra en IKT-ansvarlig som har brukt Skolelinux i
4799 mange år, og vært storfornøyd med erfaringene så langt.&lt;/p&gt;
4800
4801 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4802
4803 &lt;p&gt;Mitt navn er Roy-Arne Myhre og jeg er 42 år. Jeg er ansatt hos
4804 &lt;a href=&quot;http://www.sandskole.no/&quot;&gt;Sand skole&lt;/a&gt; (Balsfjord kommune)
4805 og har stort sett vært det siden 1990. Jeg er IKT ansvarlig ved
4806 skolen i 40% stilling – 10% undervisning – musikk.&lt;/p&gt;
4807
4808 &lt;p&gt;Ved skolen er det ca 100 elever og ca 18 lærere + 4 assistenter i
4809 hele og delte stillinger. Alle lærerne har bærbar PC (dessverre med
4810 Win Vista) – assistenter har tilgang til egne. Vi benytter Fronter i
4811 det daglige arbeidet. Vi har ca 90 elevmaskiner som fungerer til
4812 daglig opp mot Linux server (XFCE) som driftes av
4813 &lt;a href=&quot;http://www.bzz.no/&quot;&gt;BzzWare AS&lt;/a&gt; via nett. Maskinparken
4814 består kun av brukt utstyr for elevene – og noe av dette begynner å
4815 bli vel gammelt selv som halvtykke klienter.&lt;/p&gt;
4816
4817 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med
4818 Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4819
4820 &lt;p&gt;Vi kom første gang i kontakt med Skolelinux rundt 1997. Den gang
4821 var det oppstart-disketter i hver maskin, ikke mulighet for lyd og
4822 video, gamle nettverkskort og mye plundring. Vi hadde en ihuga
4823 forelder med som pådriver, forsker og inspirator for hele opplegget.
4824 Selv ante jeg knapt at Skolelinux fantes, men han var av den
4825 utforskende typen, og fikk både meg og skolelederen i trua på at dette
4826 var ting som kunne fungere. Etter dette har det gått gradvis
4827 framover; flere maskiner er hentet inn gjennom bl.a
4828 &lt;a href=&quot;http://www.greentech.no/&quot;&gt;Greentech&lt;/a&gt; og utrangert utstyr
4829 fra høgskole / Avinor og private givere. Når maskinene ble for trege
4830 for nye Windows-versjoner, sto vi klare til å putte dem i nettverket
4831 vårt. Dette betyr at vi i dag har 1:1 dekning av maskiner på
4832 ungdomstrinnet og bedre enn 1:2 på barnetrinnet. Dette er vi veldig
4833 fornøyd med, og vi kan ikke se for oss hverdagen som ville vært
4834 alternativet ved bruk av Windows med sine lisenser pr. Bruker/maskin.
4835 Da ville vi nok vært tilbake til 1-2 maskiner pr klasserom med de
4836 negative konsekvenser det ville hatt for undervisningsformene våre. Vi
4837 kan ha en hel klasse i prosjektjobbing eller individuell jobbing
4838 samtidig – vi kan avholde tentamen og eksamen uten
4839 logistikkproblemer.&lt;/p&gt;
4840
4841 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4842
4843 Hvor skal jeg begynne... Stabiliteten er et nøkkelord - det bare
4844 virker. Har du først fått en server med Skolelinux opp og gå, så må
4845 det en maskinarefeil eller sabotasje til for å stoppe den. Det at man
4846 kan bruke eldre maskiner som normalt sett ville gått på dynga, er også
4847 glimrende - billig for skoler med dårlig økonomi og bra for miljøet
4848 siden vi gjenbruker utstyr i stedet for å skaffe nytt. Vi ville aldri
4849 hatt mulighet til å operere med det maskinantallet vi har pr i dag
4850 hvis det ikke var for Skolelinux - så tilgjengelighet er et annet
4851 nøkkelord. Et tredje moment er sikkerhet og brukertilgang. Alle
4852 brukerer opererer med egne brukernavn og passord, samt egne
4853 brukerområder som kan tilpasses for både enbrukertilgang og for
4854 samarbeid med andre.
4855
4856 Elever har godt av å se at det finnes andre alternativer enn de som
4857 storindustrien selger på lisensbasis - på den måten trenes de opp til
4858 å se flere muligheter og å foreta valg ut fra flere opsjoner.
4859
4860 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4861
4862 &lt;p&gt;Ulempene med Skolelinux er nok utbredelsen og mangelen på kjennskap
4863 til dette i skolenorge. De som skal ta økonomiske avgjørelser rynker
4864 på nesen og vil gå for det kjente og «sikre» selv om det koster mye
4865 mer. Man får rett og slett litt hetta av å ikke kunne noe – og unngår
4866 dette for enhver pris.&lt;/p&gt;
4867
4868 &lt;p&gt;I tillegg er mye av linux-systemet administrert av tekstkommandoer
4869 og er lite intuitiv/visuell for oss som ikke er «inne i»
4870 kildekodene». Så problemet er nok mye godt at de som
4871 utarbeider/drifter Skolelinux ikke helt klarer å sette seg ned på
4872 skoleadministratorens nivå når det gjelder problemer og
4873 utfordringer. Men dette er nok en utfordring alle administratorer
4874 sliter med uansett OS.&lt;/p&gt;
4875
4876 &lt;p&gt;Derfor har vi valgt å støtte oss til BzzWare AS for assistanse i
4877 drifta slik at jeg har kunnet konsentrere meg mer om kabling, skifting
4878 av komponenter, veiledning av lærere og elever, vedlikehold av
4879 skrivere og annen daglig drift.&lt;/p&gt;
4880
4881 &lt;p&gt;Elevene mestrer Skolelinux helt fint. Så lenge Internett
4882 (Iceweasel) og Libreoffice (Openoffice) fungerer er 90% av
4883 skolehverdagen velfungerende. I tillegg brukes jo en del av den
4884 pedagogiske programpakken bla. i forhold til matematikk og geografi,
4885 men det er såpass mye bra på nett om dagen, så disse programmene er
4886 mer som krydder å regne.&lt;/p&gt;
4887
4888 &lt;p&gt;Jeg skulle ønske neste versjon av Skolelinux kunne komme litt
4889 mindre stappet med programmer, for halvparten blir aldri brukt, eller
4890 fungerer ikke uansett. Hva med et pedagogisk panel av lærere/IKT
4891 ansvarlige som kunne sagt: disse programmene skal være standard, så
4892 får resten være slike man kan legge til ved behov – det kan lett bli
4893 en jungel å bevege seg i.&lt;/p&gt;
4894
4895 &lt;p&gt;Jeg ønsker meg også en mer grafisk versjon av
4896 &lt;a href=&quot;http://bzz.no/lwat/trac/trac.cgi&quot;&gt;Lwat&lt;/a&gt; hvor man kan krysse
4897 ut de som f.eks ikke skal ha internett-tilgang en dag pga
4898 eksamen/tentamen, samt en noe enklere brannmurløsning hvor man kan
4899 stenge for en del (få) sider på en enkel måte. Jeg liker godt
4900 Skolelinux sin ideologi om at filteret skal trenes i hodet på eleven –
4901 men av og til skulle jeg ønske at f.eks Facebook og Youtube kunne vært
4902 koblet vekk en periode for å få bedre utnyttelse av tid og
4903 ressurser. Disse to nettstedene er nok mye av årsaken til at mange
4904 lærere holder igjen databruken noe mer enn man kunne ønske.&lt;/p&gt;
4905
4906 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4907
4908 Jeg benytter nesten bare fri programvare til daglig. LibreOffice,
4909 Iceweasel (Firefox), Thunderbird til e-post og Gimp til
4910 bildebehandling. Vi har PHP-Nuke-oppsatt hjemmeside. Det eneste som
4911 jeg ikke har fått helt til enda er videoredigering - her må man vel
4912 innrømme at Mac er hakket over, men da er vi igjen over på å se hva
4913 som egner seg best, og ta valg ut fra det. Folk flest lever i
4914 villfarelsen om at regneark HETER Excel og tekstbehandling HETER
4915 Word. Dette er en misforståelse som jeg bruker mye energi på å
4916 diskutere og &quot;åpne sinn&quot; på Microsoft-slaver. Dessverre er det mange
4917 IKT-ansvarlige som også har låst seg på at det eneste saliggjørende er
4918 Bill G sine produkter.
4919
4920 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4921 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4922
4923 &lt;p&gt;For å komme lenger i utbredelsen av Skolelinux tror jeg det må mer
4924 fram i nasjonale medier, samt komme bedre fram hva økonomien i dette
4925 valget vil være – samt mulighetene. Fri programvare er en berikelse og
4926 gjør oss i stand til å utføre arbeidet i skolen uten å måtte legge
4927 igjen tusener på tusener i Bill Gates lomme.. Få ETT nettsted med
4928 forståelig veiledning av installasjon/oppgradering og ETT forum med
4929 konkrete feilrettinger og problemer, så tror jeg vi kunne kommet et
4930 par skritt framover. Ellers tror jeg bare at ildsjelene må fortsette å
4931 skinne – kanskje flere enn oss følger etter på veien.&lt;/p&gt;
4932 </description>
4933 </item>
4934
4935 <item>
4936 <title>Debian Edu screencast: Checking email with kmail using Kerberos authentication</title>
4937 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</link>
4938 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</guid>
4939 <pubDate>Sun, 25 Mar 2012 10:00:00 +0200</pubDate>
4940 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
4941
4942 &lt;p&gt;The same Debian Edu developer that did the last screen cast I
4943 published, Wolfgang Schweer, has created a new screen cast showing how
4944 to set up Kmail in Debian Edu Squeze to authenticate using Kerberos,
4945 allowing users to check their local email account without providing
4946 any password. The video is embedded here in quarter size,
4947 and also available from &lt;a href=&quot;https://vimeo.com/38601767&quot;&gt;vimeo&lt;/a&gt;
4948 and download as a
4949 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot;&gt;Ogg
4950 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
4951
4952 &lt;p&gt;&lt;video id=&quot;kmail-kerberos-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
4953 &lt;source src=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot; type=&#39;video/ogg; codecs=&quot;theora, vorbis&quot;&#39; /&gt;
4954 &lt;p&gt;Download video as
4955 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-03-14-Debian-Edu_Configure_Kmail_for_internal_usage.ogv&quot;&gt;Ogg&lt;/a&gt;.&lt;/p&gt;
4956 &lt;/video&gt;&lt;/p&gt;
4957 </description>
4958 </item>
4959
4960 <item>
4961 <title>Større PC-tetthet i skolen med Skolelinux?</title>
4962 <link>http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</link>
4963 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</guid>
4964 <pubDate>Mon, 19 Mar 2012 23:25:00 +0100</pubDate>
4965 <description>&lt;p&gt;Den siste uka har det vært en del skriverier om hvor store
4966 forskjeller det er mellom skolene når det gjelder digital kompetanse.
4967 Et eksempel er
4968 &lt;a href=&quot;http://www.digi.no/891660/bekymret-for-it-i-skolen&quot;&gt;oppslaget
4969 i Digi&lt;/a&gt;. Diskusjonen fikk meg til å bli litt nysgjerrig på om
4970 Linux-skoler har større PC-tettet enn snittet i landet. Grunnlaget
4971 for diskusjonen har vært undersøkelsen
4972 &lt;a href=&quot;https://iktsenteret.no/ressurser/monitor-2011-skolens-digitale-tilstand&quot;&gt;Monitor
4973 2011&lt;/a&gt;, som bruker informasjon fra
4974 &lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;Grunnskolens Informasjonssystem&lt;/a&gt;
4975 (GSI). GSI-data kan lastes ned fra web og jeg lastet ned en Excel-fil
4976 (intet åpen standard-valg tilgjengelig) med navn på alle skoler,
4977 hvilke kommune de befinner seg i og hvor mange elever pr. elev-PC de
4978 har rapportert inn. For å få en ide om svaret trenger jeg deretter å
4979 vite hvilke skoler i landet som bruker Linux, slik at jeg kan slå dem
4980 opp i GSI og finne ut hvor stor PC-tetthet de har.&lt;/p&gt;
4981
4982 &lt;p&gt;Jeg vet om skoler i Balsfjord, Flora, Harstad, Kongsvinger, Narvik,
4983 Nittedal, Nord-Odal, Randaberg og Sunndal som bruker Skolelinux eller
4984 andre Linux-varianter. Jeg tror det er flere enn de 56 skolene jeg
4985 har klart å identifisere de siste dagene, men har ikke klart å få det
4986 bekreftet med offentlige kilder.&lt;/p&gt;
4987
4988 &lt;p&gt;Monitor 2011-rapporteres side 95 forteller at det &quot;ifølge GSI
4989 (20120-2011) er det 3,11 elever per datamaskin når vi tar med alle
4990 grunnskoler (1.-10.trinn)&quot;. For de 56 Linux-skolene jeg har klart å
4991 koble mot informasjon i GSI er det 2,28 elever per elevdatamaskin,
4992 hvilket betyr at det er 36% høyere PC-tetthet på Linux-skoler enn
4993 landsgjennomsnittet. Linux-skolen med høyest tettet blant de jeg har
4994 notert -skole er Flora ungdomsskule i Flora kommune med 0.82 elev
4995 pr. PC (482 elever, 588 elevdatamaskiner).&lt;/p&gt;
4996
4997 &lt;p&gt;Skolelinux gir datamaskiner lengre levetid, og en kan dermed få
4998 flere operative datamaskiner for samme budsjett, i tillegg til en
4999 rekke andre fordeler. Kan det være forklaringen på forskjellen?&lt;/p&gt;
5000
5001 &lt;p&gt;Tallene må tas med en liten klype, da GSI ser ut til å ha endel
5002 feilføringer. Jeg synes i hvert fall en skole med 423 elever og 9
5003 elevmaskiner ser mistenkelig ut. Eller en skole med 346 elever, 0
5004 elevmaskiner, som er et annet ekstremt eksempel jeg fant.&lt;/p&gt;
5005
5006 &lt;p&gt;Takk til Sturle Sunde, Klaus Ade Johnstad, Ole-Anders Andreassen og
5007 Trond Mæhlum for innspill om skoler med Linux.&lt;/p&gt;
5008 </description>
5009 </item>
5010
5011 <item>
5012 <title>Debian Edu interview: John Ingleby</title>
5013 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</link>
5014 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</guid>
5015 <pubDate>Mon, 19 Mar 2012 21:15:00 +0100</pubDate>
5016 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
5017 users are spread all across the globe. The second inteview after
5018 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
5019 Squeeze release&lt;/a&gt; was publised is with John Ingleby, a teacher and
5020 long time Linux user in United Kingdom.&lt;/p&gt;
5021
5022 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5023
5024 &lt;p&gt;I teach ICT part time at the Rudolf Steiner School in Kings
5025 Langley, near London, UK. Previously I worked as a technical
5026 author/trainer while my children attended the school, and I also
5027 contributed to the Schoolforge UK community with the aim of
5028 encouraging UK schools to adopt free/open source software. Five or six
5029 years ago we had about 50 schools interested in some way, but we
5030 weren&#39;t able to convert many of them into sustainable
5031 installations.&lt;/p&gt;
5032
5033 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5034 project?&lt;/strong&gt;&lt;/p&gt;
5035
5036 &lt;p&gt;Skolelinux had two representatives at an early Edubuntu meeting in
5037 London which I attended. However at that time our school network had
5038 just been installed using CentOS, LTSP 4 and GNOME. When LTSP 5 came
5039 along we switched to Edubuntu thin client servers so now we have a
5040 mixed environment which includes Windows PCs and student laptops, as
5041 well as their MacBooks and iPads. However, the proprietary systems
5042 have always been rather problematic, and we never built a GUI for the
5043 LDAP server, so when I discovered Skolelinux is configured for all
5044 these things we decided to try it.&lt;/p&gt;
5045
5046 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5047 Edu?&lt;/strong&gt;&lt;/p&gt;
5048
5049 &lt;p&gt;By far the biggest advantage is the Debian Edu community. Apart
5050 from that I have always believed in the same &quot;sustainable computing&quot;
5051 goals that Skolelinux is built on: installing Linux on computers which
5052 would otherwise be thrown away, to provide a reliable, secure and
5053 low-cost IT environment for schools. From my own experience I know
5054 that a part-time person can teach and manage a network of about 25
5055 Linux computers, but it would take much more of my time if we had
5056 proprietary software everywhere.&lt;/p&gt;
5057
5058 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5059 Edu?&lt;/strong&gt;&lt;/p&gt;
5060
5061 &lt;p&gt;As a newcomer I&#39;m just finding out who&#39;s who in the community and
5062 how you&#39;re organised, and what your procedures are for dealing with
5063 various things such as editing manual pages and so-on. The only
5064 English language mailing list seems to be for developers as well as
5065 users, so my inbox needs heavy pruning each day!&lt;/p&gt;
5066
5067 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5068
5069 &lt;p&gt;Besides the software already mentioned at school we use Samba,
5070 OpenLDAP, CUPS, Nagios and Dansguardian for the network, and on the
5071 desktops we have LibreOffice, Firefox, GIMP and Inkscape. At home I
5072 use Ubuntu and an Android 4 eePad Transformer (but I&#39;m not sure if
5073 that counts...)&lt;/p&gt;
5074
5075 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5076 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5077
5078 &lt;p&gt;That&#39;s a tough question! For very many years UK schools installed
5079 and taught only proprietary software, so that at the highest levels
5080 the notion of &quot;computer&quot; means simply &quot;proprietary office
5081 applications&quot;. However, schools today are experiencing budget
5082 constraints, and many are having to think hard about upgrading Windows
5083 XP. At the same time, we have students showing teachers how to use
5084 iPads, MacBooks and Android, so the choice of operating system is no
5085 longer quite so automatic. What is more, our government at last
5086 realised that we need people with programming skills, so they&#39;re
5087 putting coding back in the curriculum! And it&#39;s encouraging that the
5088 first 10,000 Raspberry Pi units sold out in 2 hours.&lt;/p&gt;
5089
5090 &lt;p&gt;I don&#39;t really know what strategy is going to get UK schools to use
5091 free software, but building an active community of Skolelinux/Debian
5092 Edu users in this country has to be part of it.&lt;/p&gt;
5093 </description>
5094 </item>
5095
5096 <item>
5097 <title>Writing and translating documentation in Debian Edu</title>
5098 <link>http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</link>
5099 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</guid>
5100 <pubDate>Fri, 16 Mar 2012 09:55:00 +0100</pubDate>
5101 <description>&lt;p&gt;Documentation in Debian Edu is provided in several languages, and
5102 it is important to make it both easy to contribute and to keep the
5103 translated versions in sync. To do this we have come up with what we
5104 believe is a very efficient work flow.&lt;/p&gt;
5105
5106 &lt;ol&gt;
5107
5108 &lt;li&gt;The documentation is written in a
5109 &lt;a href=&quot;http://moinmo.in&quot;&gt;moinmoin wiki&lt;/a&gt; (see for example
5110 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;the
5111 Squeeze release manual&lt;/a&gt;) with support for exporting the content as
5112 docbook XML.&lt;/li&gt;
5113
5114 &lt;li&gt;This docbook document is given to po4a to extract a gettext style
5115 .pot file with the content, which in turn is used to create .po files
5116 with the translated text.&lt;/li&gt;
5117
5118 &lt;li&gt;The .po files are given to translators, and they can always tell
5119 which part of the original wiki document is new or changed. They can
5120 use their normal translation tools like lokalize or poedit to write
5121 the translation. There is even a system in place to handle translated
5122 images.&lt;/li&gt;
5123
5124 &lt;li&gt;The translated .po files are combined with the original docbook
5125 XML document using po4a to create a translated docbook document.&lt;/li&gt;
5126
5127 &lt;li&gt;The final step is to use all the generated docbook files and
5128 create PDF and HTML version of the original and translated documents.&lt;/li&gt;
5129
5130 &lt;/ol&gt;
5131
5132 &lt;p&gt;This setup work very well, but have a few issues. The biggest
5133 issue is that &lt;a href=&quot;http://moinmo.in/DocBook&quot;&gt;the docbook support
5134 we use in moinmoin&lt;/a&gt; is not actively maintained. The docbook
5135 support is also buggy, and our build system contain workarounds to
5136 make sure the generated docbook is usable despite these bugs.&lt;/p&gt;
5137
5138 &lt;p&gt;If you want to have a look at our setup, it is all there in the
5139 &lt;a href=&quot;http://packages.qa.debian.org/debian-edu-doc&quot;&gt;debian-edu-doc
5140 package&lt;/a&gt;.&lt;/p&gt;
5141 </description>
5142 </item>
5143
5144 <item>
5145 <title>NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</title>
5146 <link>http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</link>
5147 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</guid>
5148 <pubDate>Tue, 13 Mar 2012 23:55:00 +0100</pubDate>
5149 <description>&lt;p&gt;I dag presenterte jeg ny versjon av Skolelinux for NUUGs medlemmer.
5150 &lt;a href=&quot;http://www.hungry.com/~pere/mypapers/20120313-skolelinux-squeeze.html&quot;&gt;Lysark&lt;/a&gt;
5151 er tilgjengelige allerede og
5152 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;video-opptak&lt;/a&gt;
5153 kommer så snart videogruppa til NUUG får publisert den. Jeg kom på
5154 endel punkter om nye ting i Squeeze-utgaven under veis som jeg burde
5155 hatt med, og har sikkert skrevet noe tull på lysarkene som jeg ennå
5156 ikke har oppdaget. Denne presentasjonen ble smurt ihop på veldig kort
5157 tid, og jeg rakk ikke finpusse den. Håper den kan være lærerik
5158 likevel.&lt;/p&gt;
5159 </description>
5160 </item>
5161
5162 <item>
5163 <title>Skolelinux-intervju: Kåre Nordby</title>
5164 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</link>
5165 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</guid>
5166 <pubDate>Mon, 12 Mar 2012 21:10:00 +0100</pubDate>
5167 <description>&lt;p&gt;Første ut i serien med intervjuer av folk i
5168 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet etter at
5169 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;ny
5170 versjon av Skolelinux&lt;/a&gt; ble lansert i helga, er nylig valgte
5171 styremedlem i foreningen
5172 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5173 Skolen&lt;/a&gt; (FRiSK) som organiserer
5174 Skolelinux-utviklingen og daglig leder i
5175 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, selskapet
5176 prosjektet opprettet som et tilbud til skoler som ønsket en
5177 kommersiell samarbeidsparter. Det bør nevnes at jeg er styremedlem i
5178 Skolelinux Drift AS og styreleder i selskapets hovedeier stiftelsen
5179 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/&quot;&gt;SLX Debian Labs&lt;/a&gt;
5180 som beskytter verdiene til Skolelinux-prosjektet, og kjenner Kåre den
5181 veien.&lt;/p&gt;
5182
5183 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5184
5185 &lt;p&gt;Jeg har siden januar 2010 vært daglig leder i Skolelinux Drift AS,
5186 som leverer support, installasjon, tilpasning, drift, og opplæring på
5187 Debian Edu / Skolelinux. Fra 2012 er jeg valgt inn som styremedlem i
5188 FRiSK. Min forrige jobb var som KAM i Redpill Linpro (som er en av
5189 eierne i Skolelinux Drift). Før det var jeg daglig leder i et eget 7
5190 manns konsulent selskap som også startet med fri programvare mot
5191 slutten.&lt;/p&gt;
5192
5193 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5194
5195 &lt;p&gt;Jeg hørte om det først når jeg jobbet i Redpill Linpro. Men jeg
5196 har også en datter som går på en friskole, som også bruker Skolelinux.
5197 Som kjent har ikke friskoler de samme økonomiske rammebetingelsene som
5198 offentlige skoler, så for dem var det det absolutt beste alternativet.
5199 De anser også Skolelinux som et stabilt system, som bare går og går (i
5200 motsetning til det lille Windows-baserte nettverket de har på
5201 admin-siden).&lt;/p&gt;
5202
5203 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5204
5205 &lt;p&gt;Sentralisert drift av tynne og diskløse arbeidsstasjoner. Således
5206 lydløse og raskere arbeidsstasjoner som er bedre i klasserommet.
5207 Lengre levetid på PC&#39;er. Store besparelser på maskinvare og drift. Og
5208 så klart fjerning av alle lisenskostnader. Personlig synes jeg også at
5209 mange av programmene er bedre enn alternativene. Men dette er ofte en
5210 smakssak og avhengig om man må ha det man er vant til fra før.&lt;/p&gt;
5211
5212 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5213
5214 &lt;p&gt;For lite kjentskap til løsningen. Noen ganger for dårlig
5215 kompatibilitet med arbeidsstasjoners/bærbare maskiner sine
5216 nettverksdrivere eller skjermkort. Men dette løser vi i skolene ved
5217 standardisering. Ellers er det få, om nesten ingen, av de kjente
5218 maskinvare / infrastruktur leverandørene til fylkes- / kommuner som
5219 tilbyr denne plattformen. Skal dette endre seg så må kommunene selv
5220 sette slike krav til leverandørene.&lt;/p&gt;
5221
5222 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5223
5224 &lt;p&gt;Har brukt OpenOffice.org siden starten (2001 ?), Kun Linux på
5225 desktop siden 2005. Bruker i dag Kubuntu, Libreoffice og ymse annet
5226 programvare til ulik kontorbruk som er lett å installere / teste via
5227 alle programarkivene som finnes.&lt;/p&gt;
5228
5229 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5230 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5231
5232 &lt;p&gt;Fortsette å presentere flere av de gode eksemplene hvor Debian Edu
5233 / Skolelinux brukes i kommuner og enkeltskoler. Vi må få bedre frem
5234 at det er mulig tilknytte både Windows og Mac klienter på denne
5235 plattformen (selv om det vil øke driftskostnadene). Dette gjøres
5236 mange steder. Spesielt er det mange lærere som ønsker å bruke
5237 Windows/Mac-bærbare, gjerne som sin private PC også. Det er også mulig
5238 for kommunen å integrere med Active Directory i stedet for OpenLDAP
5239 som kommer med ut av boksen (selv om også dette øker kostnadene).
5240 Dette vil muligens bidra til å fjerne noe motstand hos noen
5241 potensielle brukere / driftpersonell for å ta i bruk noe
5242 nytt. Fremveksten av mobile brukere og nettbrett går i vår favør.
5243 Brukerne blir kjent og vant til flere nye operativsystemer /
5244 brukergrensesnitt. Så utviklerfellesskapet bør jobbe videre med å
5245 integrere flere nye klienttyper, som ultra lav-kostklienter og
5246 nettbrett (blant annet fri programvare-alternativet
5247 &lt;a href=&quot;http://makeplaylive.com/&quot;&gt;Spark&lt;/a&gt; med
5248 &lt;a href=&quot;http://www.merproject.org/&quot;&gt;Mer OS&lt;/a&gt; og
5249 &lt;a href=&quot;http://plasma-active.org/&quot;&gt;KDE Active Plasma&lt;/a&gt;).&lt;/p&gt;
5250 </description>
5251 </item>
5252
5253 <item>
5254 <title>Skolelinux / Debian Edu Squeeze is out!</title>
5255 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</link>
5256 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</guid>
5257 <pubDate>Sun, 11 Mar 2012 23:00:00 +0100</pubDate>
5258 <description>&lt;p&gt;This weekend we finally published the first stable release of
5259 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; based
5260 on Debian/Squeeze. The full announcement is
5261 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;available&lt;/a&gt;
5262 from the project announcement list. Now is a good time to test if it
5263 you have not done so already.&lt;/p&gt;
5264
5265 &lt;p&gt;I plan to present the new version at
5266 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;a NUUG
5267 meeting&lt;/a&gt; on tuesday. I look forward to seeing you there if you are
5268 in Oslo, Norway.&lt;/p&gt;
5269 </description>
5270 </item>
5271
5272 <item>
5273 <title>Debian Edu interview: Nigel Barker</title>
5274 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</link>
5275 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</guid>
5276 <pubDate>Fri, 9 Mar 2012 11:30:00 +0100</pubDate>
5277 <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;the
5278 interview series&lt;/a&gt; conducted by Raphael, I started a Norwegian
5279 interview series with people involved in the Debian Edu / Skolelinux
5280 community. This was so popular that I believe it is time to move to a
5281 more international audience.&lt;/p&gt;
5282
5283 &lt;p&gt;While &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
5284 Skolelinux&lt;/a&gt; originated in France and Norway, and have most users in
5285 Europe, there are users all around the globe. One of those far away
5286 from me is Nigel Barker, a long time Debian Edu system administrator
5287 and contributor. It is thanks to him that Debian Edu is adjusted to
5288 work out of the box in Japan. I got him to answer a few questions,
5289 and am happy to share the response with you. :)
5290
5291
5292 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5293
5294 &lt;p&gt;My name is Nigel Barker, and I am British. I am married to Yumiko,
5295 and we have three lovely children, aged 15, 14 and 4(!) I am the IT
5296 Coordinator at Hiroshima International School, Japan. I am also a
5297 teacher, and in fact I spend most of my day teaching Mathematics,
5298 Science, IT, and Chemistry. I was originally a Chemistry teacher, but
5299 I have always had an interest in computers. Another teacher teaches
5300 primary school IT, but apart from that I am the only computer person,
5301 so that means I am the network manager, technician and webmaster,
5302 also, and I help people with their computer problems. I teach python
5303 to beginners in an after-school club. I am way too busy, so I really
5304 appreciate the simplicity of Skolelinux.&lt;/p&gt;
5305
5306 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5307 project?&lt;/strong&gt;&lt;/p&gt;
5308
5309 &lt;p&gt;In around 2004 or 5 I discovered the ltsp project, and set up a
5310 server in the IT lab. I wanted some way to connect it to our central
5311 samba server, which I was also quite poor at configuring. I discovered
5312 Edubuntu when it came out, but it didn&#39;t really improve my setup. I
5313 did various desperate searches for things like &quot;school Linux server&quot;
5314 and ended up in a document called &quot;Drift&quot; something or other. Reading
5315 there it became clear that Skolelinux was going to solve all my
5316 problems in one go. I was very excited, but apprehensive, because my
5317 previous attempts to install Debian had ended in failure (I used
5318 Mandrake for everything - ltsp, samba, apache, mail, ns...). I
5319 downloaded a beta version, had some problems, so subscribed to the
5320 Debian Edu list for help. I have remained subscribed ever since, and
5321 my school has run a Skolelinux network since Sarge.&lt;/p&gt;
5322
5323 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5324 Edu?&lt;/strong&gt;&lt;/p&gt;
5325
5326 &lt;p&gt;For me the integrated setup. This is not just the server, or the
5327 workstation, or the ltsp. Its all of them, and its all configured
5328 ready to go. I read somewhere in the early documentation that it is
5329 designed to be setup and managed by the Maths or Science teacher, who
5330 doesn&#39;t necessarily know much about computers, in a small Norwegian
5331 school. That describes me perfectly if you replace Norway with
5332 Japan.&lt;/p&gt;
5333
5334 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5335 Edu?&lt;/strong&gt;&lt;/p&gt;
5336
5337 &lt;p&gt;The desktop is fairly plain. If you compare it with Edubuntu, who
5338 have fun themes for children, or with distributions such as Mint, who
5339 make the desktop beautiful. They create a good impression on people
5340 who don&#39;t need to understand how to use any of it, but who might be
5341 important to the school. School administrators or directors, for
5342 instance, or parents. Even kids. Debian itself usually has ugly
5343 default theme settings. It was my dream a few years back that some
5344 kind of integration would allow Edubuntu to do the desktop stuff and
5345 Debian Edu the servers, but now I realise how impossible that is. A
5346 second disadvantage is that if something goes wrong, or you need to
5347 customise something, then suddenly the level of expertise required
5348 multiplies. For example, backup wasn&#39;t working properly in Lenny. It
5349 took me ages to learn how to set up my own server to do rsync backups.
5350 I am afraid of anything to do with ldap, but perhaps Gosa will
5351 help.&lt;/p&gt;
5352
5353 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5354
5355 &lt;p&gt;Nowadays I only use Debian on my personal computers. I have one for
5356 studio work (I play guitar and write songs), running AV Linux
5357 (customised Debian) a netbook running Squeeze, and a bigger laptop
5358 still running Skolelinux Lenny workstation. I have a Tjener in my
5359 house, that&#39;s very useful for the family photos and music. At school
5360 the students only use Skolelinux. (Some teachers and the office still
5361 have windows). So that means we only use free software all day every
5362 day. Open office, The GIMP, Firefox/Iceweasel, VLC and Audacity are
5363 installed on every computer in school, irrespective of OS. We also
5364 have Koha on Debian for the library, and Apache, Moodle, b2evolution
5365 and Etomite on Debian for the www. The firewall is Untangle.&lt;/p&gt;
5366
5367 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5368 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5369
5370 &lt;p&gt;Current trends are in our favour. Open source is big in industry,
5371 and ordinary people have heard of it. The spread of Android and the
5372 popularity of Apple have helped to weaken the impression that you have
5373 to have Microsoft on everything. People complain to me much less about
5374 file formats and Word than they did 5 years ago. The Edu aspect is
5375 also a selling point. This is all customised for schools. Where is the
5376 Windows-edu, or the Mac-edu? But of course the main attraction is
5377 budget.The trick is to convince people that the quality is not
5378 compromised when you stop paying and use free software instead. That
5379 is one reason why I say the desktop experience is a weakness. People
5380 are not impressed when their USB drive doesn&#39;t work, or their browser
5381 doesn&#39;t play flash, for example.&lt;/p&gt;
5382 </description>
5383 </item>
5384
5385 <item>
5386 <title>Debian Edu screencast: Mass creation of user accounts in Squeeze</title>
5387 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</link>
5388 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</guid>
5389 <pubDate>Wed, 7 Mar 2012 13:40:00 +0100</pubDate>
5390 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
5391
5392 &lt;p&gt;One of the Debian Edu developers, Wolfgang Schweer, just created a
5393 screen cast documenting how to create a lot of new users in LDAP on
5394 Debian Edu Squeeze. The video is embedded here in quarter size, and
5395 also available from &lt;a href=&quot;http://vimeo.com/37675399&quot;&gt;vimeo&lt;/a&gt; and
5396 download as a
5397 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg
5398 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
5399
5400 &lt;p&gt;&lt;video id=&quot;gosa-mass-user-create-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
5401 &lt;source src=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot; type=&#39;video/ogg; codecs=&quot;theora, vorbis&quot;&#39; /&gt;
5402 &lt;p&gt;Download video as
5403 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg&lt;/a&gt;.&lt;/p&gt;
5404 &lt;/video&gt;&lt;/p&gt;
5405 </description>
5406 </item>
5407
5408 <item>
5409 <title>Third release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5410 <link>http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5411 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5412 <pubDate>Sun, 4 Mar 2012 18:20:00 +0100</pubDate>
5413 <description>&lt;p&gt;This weekend we wrapped up and published the third release
5414 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
5415 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement is
5416 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00000.html&quot;&gt;available&lt;/a&gt;
5417 from the project announcement list. Check it out if you
5418 need a software solution for your school.&lt;/p&gt;
5419 </description>
5420 </item>
5421
5422 <item>
5423 <title>Stopmotion for making stop motion animations on Linux - reloaded</title>
5424 <link>http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</link>
5425 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</guid>
5426 <pubDate>Sat, 3 Mar 2012 12:50:00 +0100</pubDate>
5427 <description>&lt;p&gt;Many years ago, the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
5428 / Debian Edu project&lt;/a&gt; initiated a student project to create a tool
5429 for making stop motion movies. The proposal came from a teacher
5430 needing such tool on Skolelinux. The project, called &quot;stopmotion&quot;,
5431 was manned by two extraordinary students and won a school award and a
5432 national aware with this great project. The project was initiated and
5433 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
5434 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
5435 Animation studio and received feedback on how professionals would like
5436 such stopmotion tool to work, and the end result was and is used by
5437 animators around the globe. But as is usual after studying, both got
5438 jobs and went elsewhere, and did not have time to properly tend to the
5439 project, and it has been lingering for a few years now. Until last
5440 year...&lt;/p&gt;
5441
5442 &lt;p&gt;Last year some of the users got together with Herman, and moved the
5443 project to Sourceforge and in effect restarted the project under a new
5444 name,
5445 &lt;a href=&quot;http://sourceforge.net/projects/linuxstopmotion/&quot;&gt;linuxstopmotion&lt;/a&gt;.
5446 The name change was done to make it possible to find the project using
5447 Internet search engines (try to search for &#39;stopmotion&#39; to see what I
5448 mean). I&#39;ve been following
5449 &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community&quot;&gt;the
5450 mailing list&lt;/a&gt; and the improvement already in place and planned for
5451 the future is encouraging. If you want to make stop motion movies.
5452 Check it out. :)&lt;/p&gt;
5453 </description>
5454 </item>
5455
5456 <item>
5457 <title>Skolelinux-intervju: Frode Danielsen</title>
5458 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</link>
5459 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</guid>
5460 <pubDate>Mon, 27 Feb 2012 14:35:00 +0100</pubDate>
5461 <description>&lt;p&gt;I serien med intervjuer av folk i
5462 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet møter vi
5463 denne gangen Frode Danielsen, som er leder for en IT-virksomhet som
5464 passer på IT-løsningen til flere kommuner i Hedmark-området, der noen
5465 av dem bruker Skolelinux i dag.&lt;/p&gt;
5466
5467 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5468
5469 &lt;p&gt;Daglig leder i &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark
5470 IKT&lt;/a&gt;. En interkommunal IKT-virksomhet for Stange, Nord-Odal,
5471 Kongsvinger, Grue, Løten og Hamar kommuner. Vi er 32 ansatte&lt;/p&gt;
5472
5473 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5474
5475 &lt;p&gt;Vi har vært i kontakt med Skolelinux-prosjektet i flere
5476 sammenhenger, blant annet gjennom et par piloter som ikke har ført til
5477 noe konkret resultat. Nå sist gjennom satsingen på skolelinux i Grue,
5478 Kongsvinger og Nord-Odal.&lt;/p&gt;
5479
5480 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;
5481 &lt;br&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5482
5483 &lt;p&gt;Jeg tror alle løsninger har fordeler og ulemper, litt avhengig av
5484 hvilket ståsted du selv har, så jeg unnlater å svare på dette.&lt;/p&gt;
5485
5486 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5487
5488 &lt;p&gt;Ingen for min egen del, men vi har noe fri programvare i våre
5489 løsninger.&lt;/p&gt;
5490
5491 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5492 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5493
5494 &lt;p&gt;Jeg tror ikke man skal ha en slik strategi. Man bør ha en strategi
5495 basert på å løse fremtidige behov, og velge løsninger som støtter opp
5496 under dette.&lt;/p&gt;
5497 </description>
5498 </item>
5499
5500 <item>
5501 <title>Second release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5502 <link>http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5503 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5504 <pubDate>Mon, 27 Feb 2012 14:00:00 +0100</pubDate>
5505 <description>&lt;p&gt;This weekend we wrapped up and published the second release
5506 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
5507 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement did for some
5508 reason not make it the project announcement list, but is
5509 &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2012/02/msg00015.html&quot;&gt;available&lt;/a&gt;
5510 from the Debian development announcement list. Check it out if you
5511 need a software solution for your school.&lt;/p&gt;
5512 </description>
5513 </item>
5514
5515 <item>
5516 <title>Skolelinux-intervju: Knut Yrvin</title>
5517 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</link>
5518 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</guid>
5519 <pubDate>Tue, 21 Feb 2012 07:40:00 +0100</pubDate>
5520 <description>&lt;p&gt;I serien med intervjuer av folk i
5521 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
5522 høre fra nyvalgt leder i foreningen
5523 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5524 Skolen&lt;/a&gt; og en av stifterne av Skolelinux-prosjektet.&lt;/p&gt;
5525
5526 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5527
5528 &lt;p&gt;Knut Yrvin her. Jobber i Nokia med å fremme rammeverket Qt og QML
5529 med tilhørende utviklerverktøy. Rollen er som leder av
5530 friprog-samfunn. I fjor var jeg med å legge om utviklingen av Qt til
5531 åpen forvaltning. På den måten kan alle som bidrar til Qt gjøre det
5532 på like vilkår. Nå er det
5533 &lt;a href=&quot;http://labs.qt.nokia.com/2011/12/22/qt-5-%E2%80%93-a-look-back-at-the-numbers/&quot;&gt;over
5534 1000 utviklere&lt;/a&gt; som bidrar til Qt. Med overgangen til åpen
5535 forvaltning er utviklingen av Qt mer åpen enn Linux-kjernen.&lt;/p&gt;
5536
5537 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5538
5539 &lt;p&gt;Jeg var en av initiativtagerne til Skolelinux i 2001. Skolene slet
5540 med både utstyr og Internett-tilgang. De klarte ikke å møte
5541 forventningene til data i skolen. Driften av PC-ene var uholdbar. Som
5542 regel hadde rektor pekt ut en ivrig lærer til å passe på PC-ene,
5543 gjerne naturfaglæreren. Mange lærere jobbet mye ubetalt overtid for å
5544 vedlikeholde 30-40 datamaskiner på hver sin skole. Med 300 elever og
5545 lærere som brukere, blir det fort mye mer arbeid enn de 4-8 timene de
5546 kunne bruke på PC-drift. Skolene hadde kun en femtedel av
5547 IT-budsjettet som ble brukt på PC-ene i rådhuset.&lt;/p&gt;
5548
5549 &lt;p&gt;Vi erfarte at skolene hadde mye datautstyr som stod ubrukt. Skolene
5550 manglet penger til Microsoft-lisenser. Selv med solide skolerabatter,
5551 kostet Microsoft-lisensene gjerne like mye som PC-ene i seg selv over
5552 en periode på 5-6 år.&lt;/p&gt;
5553
5554 &lt;p&gt;Viktigheten av språklig mangfold og pedagogiske programmer var også
5555 viktig for oss. Vi oversatte mange skoleaktuelle programmer til
5556 nynorsk, nordsamisk og bokmål. Dette lenge før andre tok denne
5557 oppgaven seriøst. Allerede etter ett år hadde vi etablert et helt
5558 arsenal av skoleaktuelle programmer på nynorsk, bokmål og
5559 nordsamisk. Vi spredde vår ide om språklig mangfold til de andre frie
5560 prosjekter internasjonalt. Resultatene ser vi i mange land. Det er de
5561 frie programmene som kommer på brukernes morsmål. Det er en av flere
5562 gode grunner til at fri programvare som LibreOffice, VLC, KDE og
5563 Firefox konkurrerer ut godseid programvare mange steder i verden.&lt;/p&gt;
5564
5565 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5566
5567 &lt;p&gt;Fordelene er at Skolelinux tilbyr over 100 skoleaktuelle programmer
5568 på de norske språkene, uten ett øre i lisenskostnader. Systemet gir
5569 enormt lave driftskostnader med diskløse arbeidsstasjoner og bærbare
5570 med roaming. Skolelinux krever også mindre av maskinvaren.&lt;/p&gt;
5571
5572 &lt;p&gt;Man kan fint kjøre systemet med 512 MB RAM på en bærbar PC sammen
5573 med en nettvideo i nettleseren og en presentasjon med
5574 LibreOffice. Konkurrerende system krever fort 2 GB RAM for å få til
5575 noe tilsvarende uten at det går ufattelig tregt. Skal man gjøre noe
5576 nyttig, krever konkurrentene til Linux mye større harddisk. Skoler har
5577 rapportert at de fort har fått 50% flere nye maskiner om de velger
5578 Linux. Dette i tillegg til de årlige besparelsene ved å unngå
5579 lisensbetaling til godseid programvare.&lt;/p&gt;
5580
5581 &lt;p&gt;De lave driftskostnadene gjør at delstater i Europa har titusener
5582 av datamaskiner med Skolelinux i skolen. F.eks. er det under ti
5583 personer som drifter 70.000 PC-systemer i skolene i Extremadura i
5584 Spania. Det er slett ikke uvanlig at norske kommuner har 1500-2000
5585 datamaskiner med Skolelinux. Driften tar ett årsverk. Slår flere
5586 kommuner seg sammen, kan de få samme sentraliserte stordriftsfordeler
5587 som delstater i Tyskland og Spania. Delstater som kjører Skolelinux
5588 på alle skolene. Bare noen få personer sentraldrifter titusenvis av
5589 PC-er.&lt;/p&gt;
5590
5591 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5592
5593 &lt;p&gt;Den største ulempen for Skolelinux er motstand mot Linux fra
5594 IT-sjefer i det offentlige. Dette er ledere som holder innlegg som
5595 snytt ut av evangelist-håndboka til Microsoft. Dette gjøres i ett
5596 arbeidsmarked med stor vekst i etterspørselen etter Linux-fagfolk i
5597 privat sektor. Etterspørselen har økt mer enn noe annet tekniske yrke
5598 siste tiåret. Åtte av ti ledere vil ansette Linux-fagfolk i 2012,
5599 rapporterer jobbnettstedet Dice.com på oppdrag av Linux
5600 Foundation.&lt;/p&gt;
5601
5602 &lt;p&gt;Det mangler 16.000 ingeniører og IKT-fagfolk i Norge rapporterte
5603 arbeids- og velferdsetaten NAV. Linux-fagfolk kan velge svært
5604 interessante jobber med alt fra apps på ledende mobilsystem laget med
5605 Linux, sky- tjenester eller web-applikasjoner. De raskest voksende
5606 teknologiselskapene i verden er ute etter Linux-fagfolk. Det være seg
5607 Amazon, Google, Facebook og IBM for å nevne noen. Linux er kritisk
5608 for å sikre veksten i markedet. Det sier seg selv at lønningene og
5609 jobbmulighetene er bedre enn for andre tekniske yrker.&lt;/p&gt;
5610
5611 &lt;p&gt;Skal man lage apps for mobilen, smart-TV-en eller
5612 underholdningssystemet i bilen eller på flyet, er det Linux som
5613 gjelder. Med en slik konkurranse om Linux-kompetansen, kombinert med
5614 motstanden mot Linux hos mange IT-sjefer i offentlig sektor, så
5615 hindrer kommunene rekruttering av flere Linux- fagfolk. Skolene blir
5616 tvunget til å velge dyrere og mindre komplette IT-system. De har
5617 blitt hengende igjen slik IT var på begynnelsen av 2000- tallet. Dette
5618 fordi IT-ledere ikke har tilpasset seg markedet det siste tiåret.&lt;/p&gt;
5619
5620 &lt;p&gt;Når det er sagt, er Skolelinux svært enkelt å lære seg også for de
5621 som ikke kan. Det viser alle lærerne som drifter systemet for
5622 hundrevis og tusenvis av systemer. Det meste er på plass rett ut av
5623 boksen. I tillegg er det solid med dokumentasjon med god hjelp på
5624 nettet. Det er mange kommuner som har ansatt en lærer som først lærte
5625 Skolelinux på sin skole, for så å drifte alle PC-ene i kommunen med
5626 Skolelinux. Det kan fort være snakk om 1000-3000 datamaskiner på 10-15
5627 skoler som sentraldriftes med en stilling. Står man ordentlig fast,
5628 kan man også kjøpe profesjonell hjelp fra selskap som støtter
5629 Skolelinux. Det er flere slike selskap i Norge og i utlandet.&lt;/p&gt;
5630
5631 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5632
5633 &lt;p&gt;Qt SDK, LibreOffice, Firefox, VLC og KDE-skrivebordet. Dette på et
5634 Debian-basert GNU/Linux-system. Jeg bruker også noen morsomme
5635 3D-spill. Idag kan jeg velge mellom over 30.000 Linux-programmer. Det
5636 finnes ikke tid i livet å undersøke alle valgmulighetene. Derfor er
5637 det bra med Skolelinux i skolen, da utvalget av programmer er
5638 begrenset til hva som er aktuelt i skolefagene.&lt;/p&gt;
5639
5640 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5641 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5642
5643 &lt;p&gt;Vi må selge hele Skolelinux forhåndsinstallert på maskinvare i hele
5644 pakker med 50-100-1000 PC-klienter med servere. Dette kan selges til
5645 enkeltskoler eller hele kommuner. Pakken må inneholde tjenermaskiner,
5646 svært rimelige diskløse arbeidsstasjoner, nettbrett med Plasma Active,
5647 og bærbare med roaming. Alt er godt testet med Debian. I et slikt
5648 anbud er det mulig å legge til sentraliserte drifts- og
5649 støttetjenester.&lt;/p&gt;
5650
5651 &lt;p&gt;Man bør også selge sky-tjenester som læreadministrative systemet
5652 Moodle og driftsovervåking. I tillegg så bør man slenge seg på med
5653 presentasjoner de gangene LibreOffice og andre friprog-produkter
5654 selges til kommuner.&lt;/p&gt;
5655 </description>
5656 </item>
5657
5658 <item>
5659 <title>First release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5660 <link>http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5661 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5662 <pubDate>Sun, 19 Feb 2012 23:10:00 +0100</pubDate>
5663 <description>&lt;p&gt;One week delayed due to DVD build problems, we managed today to
5664 wrap up and publish the first release candidate for
5665 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
5666 on Squeeze. The full announcement is
5667 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00001.html&quot;&gt;available&lt;/a&gt;
5668 on the project announcement list. Check it out if you need a software
5669 solution for your school.&lt;/p&gt;
5670 </description>
5671 </item>
5672
5673 <item>
5674 <title>Skolelinux-intervju: Olav Dahlum</title>
5675 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</link>
5676 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</guid>
5677 <pubDate>Sat, 18 Feb 2012 10:40:00 +0100</pubDate>
5678 <description>&lt;p&gt;I serien med intervjuer av folk i
5679 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
5680 høre fra et nyvalgt medlem i foreningen
5681 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5682 Skolen&lt;/a&gt;.&lt;/p&gt;
5683
5684 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5685
5686 &lt;p&gt;Jeg heter Olav Dahlum, og er frilans oversetter, tester,
5687 prosjektleder og bruker av fri og åpen programvare som
5688 LibreOffice. Jeg er også et av styremedlemmene i FRISK.&lt;/p&gt;
5689
5690 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5691
5692 &lt;p&gt;Jeg kom i kontakt med prosjektet i 2009, da jeg ble ansatt i
5693 stiftelsen Åpne kontorprogram på norsk for å oversette og teste den
5694 norske utgaven av OpenOffice.org. Arbeidet har hele tiden vært
5695 koordinert sammen med Skolelinux, og mange av de samme menneskene er
5696 involvert, så på den måten ble jeg en del av den utvidede
5697 familien.&lt;/p&gt;
5698
5699 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5700
5701 &lt;p&gt;Skolelinux handler i likhet med utdanningssektoren om å dele
5702 kunnskap med andre, og det er dette som er hovedstyrken til
5703 prosjektet. Selv om Skolelinux hovedsaklig er involvert i utvikling
5704 av programvare, er det også et sted der man kan utfolde seg uavhengig
5705 av bakgrunn og ferdigheter.&lt;/p&gt;
5706
5707 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5708
5709 &lt;p&gt;Liten utbredelse og manglende støtte fra leverandører som leverer
5710 pedagogisk programvare til skolebruk. Kunne kanskje hatt flere
5711 verktøy som letter administrasjonen ytterligere, slik at også mindre
5712 erfarne databrukere kan utføre lett vedlikehold og rutinejobber.&lt;/p&gt;
5713
5714 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5715
5716 &lt;p&gt;Jeg er nesten forpliktet til å si at jeg bruker LibreOffice... Jeg
5717 bruker forøvrig frie og åpne operativsystemer basert på
5718 operativsystemkjernen Linux, for tiden openSUSE 12,1 med KDE4. Men
5719 hvis jeg skal dra fram noen flere eksempler så er nok Mozilla Firefox
5720 og Thunderbird to av de jeg bruker mest. I tillegg er jeg en flittig
5721 bruker av OpenSSH, Irssi, Midnight Commander, Git, Subversion,
5722 Translation Toolkit og Super Maryo Chronicles (litt gøy skal man ha,
5723 og med to håndkontroller liggende er det ikke til å unngå).&lt;/p&gt;
5724
5725 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5726 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5727
5728 &lt;p&gt;Vi må få leverandører av pedagogisk programvare med på laget, men
5729 også utvikle vår egen tilpasset det norske markedet. Det er også
5730 mulig å involvere utdanningssektoren direkte i arbeidet, for eksempel
5731 gjennom studentprosjekter der elevene selv er med å utforme
5732 programvare direkte eller indirekte gjennom aktive bidrag. Dette gjør
5733 ikke bare samarbeidet tettere, men fokuset på standarder og friheten
5734 til å velge sin egen løsning vil kanskje stimulere interessen for
5735 framtidig deltakelse i bransjen. Vi som driver med fri og åpen
5736 programvare ønsker oss ikke rene konsumenter, men tenkende og
5737 selvstendige individer som kan være med å skape sin egen fremtid.&lt;/p&gt;
5738 </description>
5739 </item>
5740
5741 <item>
5742 <title>Automatic proxy configuration with Debian Edu / Skolelinux</title>
5743 <link>http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</link>
5744 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</guid>
5745 <pubDate>Mon, 13 Feb 2012 23:40:00 +0100</pubDate>
5746 <description>&lt;p&gt;New in the Squeeze version of
5747 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is the
5748 ability for clients to automatically configure their proxy settings
5749 based on their environment. We want all systems on the client to use
5750 the WPAD based proxy definition fetched from &lt;tt&gt;http://wpad/wpad.dat&lt;/tt&gt;, to
5751 allow sites to control the proxy setting from a central place and make
5752 sure clients do not have hard coded proxy settings. The schools can
5753 change the global proxy setting by editing
5754 &lt;tt&gt;tjener:/etc/debian-edu/www/wpad.dat&lt;/tt&gt; and the change propagate
5755 to all Debian Edu clients in the network.&lt;/p&gt;
5756
5757 &lt;p&gt;The problem is that some systems do not understand the WPAD system.
5758 In other words, how do one get from a WPAD file like this (this is a
5759 simple one, they can run arbitrary code):&lt;/p&gt;
5760
5761 &lt;blockquote&gt;&lt;pre&gt;
5762 function FindProxyForURL(url, host)
5763 {
5764 if (!isResolvable(host) ||
5765 isPlainHostName(host) ||
5766 dnsDomainIs(host, &quot;.intern&quot;))
5767 return &quot;DIRECT&quot;;
5768 else
5769 return &quot;PROXY webcache:3128; DIRECT&quot;;
5770 }
5771 &lt;/pre&gt;&lt;/blockquote&gt;
5772
5773 &lt;p&gt;to a proxy setting in the process environment looking like this:&lt;/p&gt;
5774
5775 &lt;blockquote&gt;&lt;pre&gt;
5776 http_proxy=http://webcache:3128/
5777 ftp_proxy=http://webcache:3128/
5778 &lt;/pre&gt;&lt;/blockquote&gt;
5779
5780 &lt;p&gt;To do this conversion I developed a perl script that will execute
5781 the javascript fragment in the WPAD file and return the proxy that
5782 would be used for
5783 &lt;tt&gt;&lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;/tt&gt;,
5784 and insert this extracted proxy URL in &lt;tt&gt;/etc/environment&lt;/tt&gt; and
5785 &lt;tt&gt;/etc/apt/apt.conf&lt;/tt&gt;. The perl script wpad-extract work just
5786 fine in Squeeze, but in Wheezy the library it need to run the
5787 javascript code is &lt;a href=&quot;http://bugs.debian.org/631045&quot;&gt;no longer
5788 able to build&lt;/a&gt; because the C library it depended on is now a C++
5789 library. I hope someone find a solution to that problem before Wheezy
5790 is frozen. An alternative would be for us to rewrite wpad-extract to
5791 use some other javascript library currently working in Wheezy, but no
5792 known alternative is known at the moment.&lt;/p&gt;
5793
5794 &lt;p&gt;This automatic proxy system allow the roaming workstation (aka
5795 laptop) setup in Debian Edu/Squeeze to use the proxy when the laptop
5796 is connected to the backbone network in a Debian Edu setup, and to
5797 automatically use any proxy present and announced using the WPAD
5798 feature when it is connected to other networks. And if no proxy is
5799 announced, direct connections will be used instead.&lt;/p&gt;
5800
5801 &lt;p&gt;Silently using a proxy announced on the network might be a privacy
5802 or security problem. But those controlling DHCP and DNS on a network
5803 could just as easily set up a transparent proxy, and force all HTTP
5804 and FTP connections to use a proxy anyway, so I consider that
5805 distinction to be academic. If you are afraid of using the wrong
5806 proxy, you should avoid connecting to the network in question in the
5807 first place. In Debian Edu, the proxy setup is updated using dhcp and
5808 ifupdown hooks, to make sure the configuration is updated every time
5809 the network setup changes.&lt;/p&gt;
5810
5811 &lt;p&gt;The WPAD system is documented in a
5812 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-wrec-wpad-01&quot;&gt;IETF
5813 draft&lt;/a&gt; and a
5814 &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol&quot;&gt;Wikipedia
5815 page&lt;/a&gt; for those that want to learn more.&lt;/p&gt;
5816 </description>
5817 </item>
5818
5819 <item>
5820 <title>Skolelinux-intervju: Axel Bojer</title>
5821 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</link>
5822 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</guid>
5823 <pubDate>Tue, 7 Feb 2012 14:50:00 +0100</pubDate>
5824 <description>&lt;p&gt;I serien med intervjuer av folk i
5825 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet har jeg
5826 fått en av oversetterne som har vært med siden starten i tale.&lt;/p&gt;
5827
5828 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5829
5830 &lt;p&gt;Jeg heter Axel Bojer og er datalærer, tysklærer, oversetter med
5831 mere.&lt;/p&gt;
5832
5833 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5834
5835 &lt;p&gt;Tror jeg så en annonsering på nettet i slutten av 2001 og ville
5836 være med som oversetter. Jeg kom med på en utviklersamling og
5837 prosjektet var da helt i starten. Det var spennende å være med mens
5838 prosjektet vokste til og utviklet seg.&lt;/p&gt;
5839
5840 &lt;p&gt;Jeg har «alltid» vært språkinteressert og hadde nettopp startet med
5841 Linux og tror jeg tenkte det passet å bidra. Var også glad for å få
5842 en Debian-distribusjon, og ville gjerne bruke den selv. Til å begynne
5843 med brukte jeg først Mandrake og så Debian. Og siden jeg oppdaget at
5844 det ikke var noen mulighet for å bruke den som enkeltstående i lang
5845 tid, så gikk jeg etterhvert over til Kubuntu&lt;/p&gt;
5846
5847 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5848
5849 &lt;p&gt;Løsningen er forholdsvis lett å sette opp, gratis, fri programvare
5850 og gjør det mulig å gjenbruke eldre maskiner. Det fine med Debian er
5851 at det er stabilt og har en veldig stor mengde programmer. Jeg liker
5852 også apt. :-) Jeg liker også friheten ved Linux og muligheten til å
5853 delta og forme sin egen datahverdag.&lt;/p&gt;
5854
5855 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5856
5857 &lt;p&gt;Skolelinux er for lite kjent og for sent ute med å gi ut nye
5858 versjoner.&lt;/p&gt;
5859
5860 &lt;p&gt;Da jeg selv i hovedsak bruker Kubuntu, så kan jeg egentlig ikke
5861 svare så detaljert rundt ulempene med Skolelinux. Hovedårsaken til at
5862 jeg bruker Kubuntu er nok at da vi begynte med det mener jeg det ikke
5863 var noen annen løsning. «Vandrende arbeidsstasjon» mener jeg ikke
5864 fantes da. Dessuten ville jeg ha siste versjon, da den KDE-versjonen
5865 som var i Skolelinux den gangen var en god del enklere (tror det var
5866 KDE 2) var dårligere i mine øyne enn versjon 3.&lt;/p&gt;
5867
5868 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5869
5870 &lt;p&gt;Jeg bruker blant annet Kubuntu, LibreOffice, Thunderbird, Firefox,
5871 Kate, &lt;a href=&quot;http://comix.sourceforge.net/&quot;&gt;Comix&lt;/a&gt; og Konsole. Og
5872 en hel haug andre ved behov :-)&lt;/p&gt;
5873
5874 &lt;p&gt;Har oversatt Comix selv, men det er jo ikke skjedd noe med Comix
5875 siden 2009, så den er det nok bare jeg som har. Om andre vil ha den
5876 gir jeg den gjerne videre. Ser at noen har startet på
5877 &lt;a href=&quot;http://mcomix.sourceforge.net/&quot;&gt;MComix&lt;/a&gt; siden jeg så på så
5878 på dette sist, så nå er jeg igang med å teste og oversette den
5879 også.&lt;/p&gt;
5880
5881 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5882 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5883
5884 &lt;p&gt;Det viktigste er å forankre beslutningen i kollegiet og med de som
5885 er ansvarlige for å vedlikeholde og bruke datamaskinene. Flest mulig
5886 bør være med på å holde det (sosialt) vedlike, kjenne og støtte
5887 prinsippene. Som enkeltmannsprosjekt blir det lett veldig sårbart,
5888 særlig når (Skole)linux ennå i stor grad er en motkultur og ikke noe
5889 en stor nok andel av beslutningstakere, brukere osv kjenner til og
5890 bruker.&lt;/p&gt;
5891
5892 &lt;p&gt;Jeg tror det viktigste er å fortsette å holde fri programvare godt,
5893 oppdatert, minimere antall feil, ha en god kontakt med brukerne og
5894 attraktivt og spennende programmer. Beholde alt som er bra og ha det
5895 tilgjengelig samtidig som man tilbyr det nyeste og rareste for de som
5896 vil ha det.&lt;/p&gt;
5897 </description>
5898 </item>
5899
5900 <item>
5901 <title>Saving power with Debian Edu / Skolelinux using shutdown-at-night</title>
5902 <link>http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</link>
5903 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</guid>
5904 <pubDate>Sun, 5 Feb 2012 09:45:00 +0100</pubDate>
5905 <description>&lt;p&gt;Since the Lenny version of
5906 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, a
5907 feature to save power have been included. It is as simple as it is
5908 practical: Shut down unused clients at night, and turn them on again
5909 in the morning. This is done using the
5910 &lt;a href=&quot;http://packages.qa.debian.org/s/shutdown-at-night.html&quot;&gt;shutdown-at-night&lt;/a&gt; Debian package.&lt;/p&gt;
5911
5912 &lt;p&gt;To enable this feature on a client, the machine need to be added to
5913 the netgroup shutdown-at-night-hosts. For Debian Edu, this is done in
5914 LDAP, and once this is in place, the machine in question will check
5915 every hour from 16:00 until 06:00 to see if the machine is unused, and
5916 shut it down if it is. If the hardware in question is supported by
5917 the
5918 &lt;a href=&quot;http://packages.qa.debian.org/n/nvram-wakeup.html&quot;&gt;nvram-wakeup&lt;/a&gt;
5919 package, the BIOS is told to turn the machine back on around 07:00 +-
5920 10 minutes. If this isn&#39;t working, one can configure wake-on-lan to
5921 try to turn on the client. The wake-on-lan option is only documented
5922 and not enabled by default in Debian Edu.&lt;/p&gt;
5923
5924 &lt;p&gt;It is important to not turn all machines on at once, as this can
5925 blow a fuse if several computers are connected to the same fuse like
5926 the common setup for a classroom. The nvram-wakeup method only work
5927 for machines with a functioning hardware/BIOS clock. I&#39;ve seen old
5928 machines where the BIOS battery were dead and the hardware clock were
5929 starting from 0 (or was it 1990?) every boot. If you have one of
5930 those, you have to turn on the computer manually.&lt;/p&gt;
5931
5932 &lt;p&gt;The shutdown-at-night package is completely self contained, and can
5933 also be used outside the Debian Edu environment. For those without a
5934 central LDAP server with netgroups, one can instead touch the file
5935 &lt;tt&gt;/etc/shutdown-at-night/shutdown-at-night&lt;/tt&gt; to enable it.
5936 Perhaps you too can use it to save some power?&lt;/p&gt;
5937 </description>
5938 </item>
5939
5940 <item>
5941 <title>Third beta version of Debian Edu / Skolelinux based on Squeeze</title>
5942 <link>http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5943 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5944 <pubDate>Sat, 4 Feb 2012 13:25:00 +0100</pubDate>
5945 <description>&lt;p&gt;I am happy to announce that finally we managed today to wrap up and
5946 publish the third beta version of
5947 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
5948 on Squeeze. If you want to test a LDAP backed Kerberos server with
5949 out of the box PXE configuration for running diskless machines and
5950 installing new machines, check it out. If you need a software
5951 solution for your school, check it out too. The full announcement is
5952 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00000.html&quot;&gt;available&lt;/a&gt;
5953 on the project announcement list.&lt;/p&gt;
5954
5955 &lt;p&gt;I am very happy to report these changes and improvements since
5956 beta2 (there are more, see announcement for full list):&lt;/p&gt;
5957
5958 &lt;ul&gt;
5959
5960 &lt;li&gt;It is now possible to change the pre-configured IP subnet from
5961 10.0.0.0/8 to something else by using the subnet-change tool after
5962 the installation.&lt;/li&gt;
5963
5964 &lt;li&gt;Too full partitions are now automatically extended on the Main
5965 Server, based on the rules specified in /etc/fsautoresizetab.&lt;/li&gt;
5966
5967 &lt;li&gt;The CUPS queues are now automatically flushed every night, and all
5968 disabled queues are restarted every hour. This should cut down on
5969 the amount of manual administration needed for printers.&lt;/li&gt;
5970
5971 &lt;li&gt;The set of initial users have been changed. Now a personal user
5972 for the local system administrator is created during installation
5973 instead of the previously created localadmin and super-admin users,
5974 and this user is granted administrative privileges using group
5975 membership. This reduces the number of passwords one need to keep
5976 up to date on the system.&lt;/li&gt;
5977
5978 &lt;/ul&gt;
5979
5980 &lt;p&gt;The new main server seem to work so well that I am testing it as my
5981 private DNS/LDAP/Kerberos/PXE/LTSP server at home. I will use it look
5982 for issues we could fix to polish Debian Edu even further before the
5983 final Squeeze release is published.&lt;/p&gt;
5984
5985 &lt;p&gt;Next weekend the project organise a
5986 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00001.html&quot;&gt;developer
5987 gathering&lt;/a&gt; in Oslo. We will continue the work on the Squeeze
5988 version, and start initial planning for the Wheezy version. Perhaps I
5989 will see you there?&lt;/p&gt;
5990 </description>
5991 </item>
5992
5993 <item>
5994 <title>Handling non-free firmware in Debian Edu/Squeeze</title>
5995 <link>http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</link>
5996 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</guid>
5997 <pubDate>Fri, 27 Jan 2012 23:30:00 +0100</pubDate>
5998 <description>&lt;p&gt;With some computer hardware, one need non-free firmware blobs.
5999 This is the sad fact of todays computers. In the next version of
6000 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6001 on Squeeze, we provide several scripts and modifications to make
6002 firmware blobs easier to handle. The common use case I run into is a
6003 laptop with a wireless network card requiring non-free firmware to
6004 work, but there are other use cases as well.&lt;/p&gt;
6005
6006 &lt;p&gt;First and foremost, Debian Edu provide ISO images for DVD and CD
6007 with all firmware packages in the Debian sections main and non-free
6008 included, to ensure debian-installer find and can install all of them
6009 during installation. This take care firmware for network devices used
6010 by the installer when installing from from local media. But for
6011 example multimedia devices are not activated in the installer and are
6012 not taken care of by this.&lt;/p&gt;
6013
6014 &lt;p&gt;For non-network devices, we provide the script
6015 &lt;tt&gt;/usr/share/debian-edu-config/tools/auto-addfirmware&lt;/tt&gt; which
6016 search through the &lt;tt&gt;dmesg&lt;/tt&gt; output for drivers requesting extra
6017 firmware. The firmware file name is looked up in the Contents-ARCH.gz
6018 file available in the package repository, and the packages providing
6019 the requested firmware file(s) is installed. I have proposed to do
6020 something similar in debian-installer (BTS report
6021 &lt;a href=&quot;http://bugs.debian.org/655507&quot;&gt;#655507&lt;/a&gt;), to allow PXE
6022 installs of Debian to handle firmware installation better. Run the
6023 script as root from the command line to fetch and install the needed
6024 firmware packages.&lt;/p&gt;
6025
6026 &lt;p&gt;Debian Edu provide PXE installation of Debian out of the box, and
6027 because some machines need firmware to get their network cards
6028 working, the installation initrd some times need extra firmware
6029 included to be able to install at all. To fill the PXE installation
6030 initrd with extra firmware, the
6031 &lt;tt&gt;/usr/share/debian-edu-config/tools/pxe-addfirmware&lt;/tt&gt; script is
6032 provided. Again, just run it as root on the command line to fill the
6033 PXE initrd with firmware packages.&lt;/p&gt;
6034
6035 &lt;p&gt;Last, some LTSP clients might also need firmware to get their
6036 network cards working. For this,
6037 &lt;tt&gt;/usr/share/debian-edu-config/tools/ltsp-addfirmware&lt;/tt&gt; is
6038 provided to update the LTSP initrd with firmware blobs. It is used
6039 the same way as the other firmware related tools.&lt;/p&gt;
6040
6041 &lt;p&gt;At the moment, we do not run any of these during installation. We
6042 do not know if this is acceptable for the local administrator to use
6043 non-free software, and it is their choice.&lt;/p&gt;
6044
6045 &lt;p&gt;We plan to release beta3 this weekend. You might want to give it a
6046 try.&lt;/p&gt;
6047 </description>
6048 </item>
6049
6050 <item>
6051 <title>Skjermbilder fra nordsamisk installasjon av Skolelinux/Squeeze</title>
6052 <link>http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</link>
6053 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</guid>
6054 <pubDate>Thu, 26 Jan 2012 20:00:00 +0100</pubDate>
6055 <description>&lt;p&gt;For morro skyld har jeg gjennomført en nordsamisk installasjon for
6056 neste utgave av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
6057 (Squeeze) og knipset skjermbilder av resultatet.&lt;/p&gt;
6058
6059 &lt;p&gt;Som en kan se der er det noen oversettelser som mangler. Det hadde
6060 vært hyggelig hvis alle tekstene som vises i Skolelinux-installasjonen
6061 ble oversatt til nordsamisk, men for å få det til må noen som forstår
6062 språket melde seg til dyst. Det er mangel på nordsamiske oversettere
6063 av fri programvare. Hvis noen starter raskt, så bør en rekke å
6064 fullføre Wheezy-utgaven før den gis ut. :)&lt;/p&gt;
6065
6066 &lt;p&gt;Se &lt;a href=&quot;http://d-i.debian.org/l10n-stats/&quot;&gt;oversetterstatistikk for
6067 debian installer&lt;/a&gt; for detaljert status. Jeg har tipset
6068 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-sme&quot;&gt;epostlisten for samiskoversettelser&lt;/a&gt;,
6069 men det har vært veldig liten aktivitet der de siste årene.&lt;/p&gt;
6070
6071 &lt;p&gt;&lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/01-isomenu.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/01-isomenu.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6072 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/02-sme-lang.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/02-sme-lang.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6073 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/03-sme-place.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/03-sme-place.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6074 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/04-sme-keymap.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/04-sme-keymap.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6075 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/05-sme-profile.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/05-sme-profile.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6076 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/06-sme-autopart.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/06-sme-autopart.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6077 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/07-sme-popcon.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/07-sme-popcon.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6078 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/08-sme-rootpw1.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/08-sme-rootpw1.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6079 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/09-sme-rootpw2.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/09-sme-rootpw2.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6080 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/10-sme-firstuser.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/10-sme-firstuser.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6081 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/11-sme-firstusername.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/11-sme-firstusername.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6082 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/12-sme-firstuserpw1.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/12-sme-firstuserpw1.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6083 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/13-sme-firstuserpw2.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/13-sme-firstuserpw2.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6084 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/14-sme-part.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/14-sme-part.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6085 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/15-sme-debootstrap.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/15-sme-debootstrap.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6086 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/16-sme-tasksel.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/16-sme-tasksel.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6087 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/17-sme-wordlist.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/17-sme-wordlist.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6088 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/18-sme-tasksel.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/18-sme-tasksel.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6089 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/19-sme-ltsp.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/19-sme-ltsp.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6090 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/20-sme-grub.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/20-sme-grub.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6091 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/21-sme-finish-install.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/21-sme-finish-install.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;
6092 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/22-sme-finish-message.png&quot;&gt;&lt;img src=&quot;http://people.skolelinux.org/pere/blog/images/2012-01-26-skolelinux-sme/22-sme-finish-message.png&quot; width=&quot;40%&quot;&gt;&lt;/a&gt;&lt;/p&gt;
6093 </description>
6094 </item>
6095
6096 <item>
6097 <title>Setting up a new school with Debian Edu/Squeeze</title>
6098 <link>http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</link>
6099 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</guid>
6100 <pubDate>Wed, 25 Jan 2012 21:00:00 +0100</pubDate>
6101 <description>&lt;p&gt;The next version of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu
6102 / Skolelinux&lt;/a&gt; will include a new tool
6103 &lt;tt&gt;sitesummary2ldapdhcp&lt;/tt&gt;, which can be used to quickly set up all
6104 the computers in a school without much manual labour. Here is a short
6105 summary on how to use it to set up a new school.&lt;/p&gt;
6106
6107 &lt;p&gt;First, install a combined Main Server and Thin Client Server as the
6108 central server in the network. Next, PXE boot all the client machines
6109 as thin clients and wait 5 minutes after the last client booted to
6110 allow the clients to report their existence to the central server. When
6111 this is done, log on to the central server and run
6112 &lt;tt&gt;sitesummary2ldapdhcp -a&lt;/tt&gt; in the &lt;tt&gt;konsole&lt;/tt&gt; to use the
6113 collected information to generate system objects in LDAP. The output
6114 will look similar to this:&lt;/p&gt;
6115
6116 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
6117 % sitesummary2ldapdhcp -a
6118 info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05.
6119 info: Create GOsa machine for auto-mac-00-01-02-03-04-06 [10.0.16.20] id ether-00:01:02:03:04:06.
6120
6121 Enter password if you want to activate these changes, and ^c to abort.
6122
6123 Connecting to LDAP as cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no
6124 enter password: *******
6125 %
6126 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
6127
6128 &lt;p&gt;After providing the LDAP administrative password (the same as the
6129 root password set during installation), the LDAP database will be
6130 populated with system objects for each PXE booted machine with
6131 automatically generated names. The final step to set up the school is
6132 then to log into &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa&lt;/a&gt;,
6133 the web based user, group and system administration system to change
6134 system names, add systems to the correct host groups and finally
6135 enable DHCP and DNS for the systems. All clients that should be used
6136 as diskless workstations should be added to the workstation-hosts
6137 group. After this is done, all computers can be booted again via PXE
6138 and get their assigned names and group based configuration
6139 automatically.&lt;/p&gt;
6140
6141 &lt;p&gt;We plan to release beta3 with the updated version of this feature
6142 enabled this weekend. You might want to give it a try.&lt;/p&gt;
6143
6144 &lt;p&gt;Update 2012-01-28: When calling sitesummary2ldapdhcp to add new
6145 hosts, one need to add the option -a. I forgot to mention this in my
6146 original text, and have added it to the text now.&lt;/p&gt;
6147 </description>
6148 </item>
6149
6150 <item>
6151 <title>Skolelinux-intervju: Paul Reidar Løsnesløkken</title>
6152 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</link>
6153 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</guid>
6154 <pubDate>Wed, 18 Jan 2012 14:30:00 +0100</pubDate>
6155 <description>&lt;p&gt;I serien med intervjuer av folk i
6156 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, har jeg nå
6157 lyktes med å få tak i en skolemann som ikke er aktiv med utviklingen,
6158 men likevel har vært med nesten siden starten av prosjektet. Jeg
6159 ønsker derfor velkommen til Paul Reidar Løsnesløkken, en mann med
6160 mange års erfaring i bruk av Skolelinux.&lt;/p&gt;
6161
6162 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6163
6164 &lt;p&gt;Jeg driftet tidligere IKT løsningen for skolene i
6165 &lt;a href=&quot;http://www.nord-odal.kommune.no/&quot;&gt;Nord-Odal&lt;/a&gt;. I dag er jeg
6166 IKT-konsulent for hele kommunen og samarbeider med
6167 &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark-IKT&lt;/a&gt; for best mulig
6168 tjenester til kommunen. Jeg har bakgrunn som elektronikkreparatør og
6169 grunnskolelærer og har tatt en del fag innen IKT, i hovedsak
6170 driftsfag. IKT i Nord-Odal kommune blir i dag driftet av Hedmark IKT
6171 som er et samarbeid mellom Løten, Stange, Grue, Hamar, Kongsvinger og
6172 Nord-Odal. Jeg er fortsatt &quot;IKT-personen&quot; på skolene i kommunen og
6173 følger opp og gjør enkelte mindre endringer der.&lt;/p&gt;
6174
6175 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6176
6177 &lt;p&gt;Kommunen satset på Skolelinux i 2004. Jeg var ikke med i
6178 beslutningsprosessen den gang, men ble likevel med fra starten når
6179 dette ble levert.&lt;/p&gt;
6180
6181 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6182
6183 &lt;p&gt;Fordelene med Skolelinux er rask oppstart, sentral drift av
6184 klientene, klienter som jobber raskt og effektivt, bedre
6185 funksjonalitet på eldre utstyr og en ganske god programpakke med fri
6186 programvare som følger med. Løsningen med halvtykke klienter gjør at
6187 prosessering skjer lokalt med alltid ferske maskiner.&lt;/p&gt;
6188
6189 &lt;p&gt;Skolelinux kan fungere godt på gammelt utstyr, men det er klart at
6190 utstyr også blir for gammelt selv for Skolelinux. I forbindelese med
6191 at vi nylig fikk nye servere og ny installasjon kastet jeg ut ca 60
6192 klienter som fortsatt var i drift etter at de var kjøpt godt brukt i
6193 2004. Noe var rundt 15 år gammelt, men var fortsatt i bruk. Noen
6194 klaget på at det nå gikk veldig tregt på en del pedagogiske nettsider
6195 med flash o.l. Det er fullt forståelig.&lt;/p&gt;
6196
6197 &lt;p&gt;Jeg fikk nylig et spørsmål fra ungdomsskolens rektor om jeg kunne
6198 legge inn &lt;a href=&quot;http://freemind.sourceforge.net/&quot;&gt;FreeMind&lt;/a&gt;, et
6199 tankekartprogram , på skolens elev-Windowsmaskiner. Lærerne hadde
6200 vært på kurs og ville ta dette i bruk. Skolen har ca halvparten av
6201 elevmaskinene på bærbare Windowsmaskiner. Da kunne jeg fortelle at
6202 dette programmet allerede lå inne på den nye Skolelinuxløsningen
6203 som nettopp var satt i drift, klart til bruk.&lt;/p&gt;
6204
6205 &lt;p&gt;Vi har de bærbare maskinene på ungdomsskolen i domene med
6206 Skolelinux. Dette fungerer også meget bra nå. Elevene får opp en
6207 midlertidig windowsprofil når de logger på. Denne profilen slettes
6208 etter at de logger av, noe som medfører rene profiler hver gang de
6209 starter opp en maskin. De må lagre i sin Skolelinprofil, noe som
6210 medfører at de får tak i sine filer uavhengig av om de starter en
6211 Windowsmaskin eller en Skolelinuxklient. Det er mye mindre trafikk i
6212 det trådløse nettet etter at ikke hele profiler blir lastet opp til de
6213 enkelte Windowsmaskinene og tilbake når man avslutter. Jeg vet ikke om
6214 dette er standardoppsett i Skolelinux, men slik er vårt oppsett
6215 nå.&lt;/p&gt;
6216
6217 &lt;p&gt;Vi har i flere år satt opp vår løsning slik at skriverkøer slettes
6218 og skrivere startes hver natt. Hyggelig å høre at dette nå skal bli
6219 en standard i Skolelinuxløsningen. Dette har vært en god hjelp for
6220 oss.&lt;/p&gt;
6221
6222 &lt;p&gt;Elevene er lite opptatt av om de jobber på en Skolelinux eller en
6223 Windowsmaskin bare de har de programmene de trenger og at det virker
6224 når det skal brukes. Vi kjører mest mulig de samme programmene på
6225 Windows som i Skolelinux, som f.eks Audacity og LibreOffice.&lt;/p&gt;
6226
6227 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6228
6229 &lt;p&gt;Lærere bruker hos oss Windows. Dette fordi de da selv har mer
6230 kontroll over sin maskin, kan bruke den overalt, og kan legge inn
6231 programmer selv når de trenger noe i forhold til kurs o.l de er
6232 på. Jeg tror lærernes selvstendighet her gjør dem tryggere på IKT-bruk
6233 generelt. Det at de av og til får opp advarsler og lignende gjør også
6234 at de må tenke igjennom og spørre om ting rundt datasikkerhet.&lt;/p&gt;
6235
6236 &lt;p&gt;Det er en del programmer vi bruker som ikke finnes for Linux. Mest
6237 brukt er nok Photostory3 som brukes i mange sammenhenger, særlig på
6238 ungdomsskolen, bl.a. til å lage herbarier (plantesamling) . Dette
6239 finnes gratis for Windows, men er ikke fri programvare. Vi er opptatt
6240 av at programmer elevene bruker på skolen også kan brukes gratis
6241 hjemme. Det er også en del programmer som brukes til spesielle elever
6242 som bare går i Windows. Det er viktig med fokus på funksjoner og ikke
6243 på hvilket OS man bruker.&lt;/p&gt;
6244
6245 &lt;p&gt;For oss er det kombinasjonen mellom Skolelinux og Windows som gir
6246 oss en god og hel løsning. Skolelinux er best der de er gode.&lt;/p&gt;
6247
6248 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6249
6250 &lt;p&gt;Selv er det LibreOffice jeg bruker til daglig. Jeg bruker selv en
6251 Windowsmaskin. Jeg har benyttet en del fri programvare i forbindelse
6252 med sjekking av trafikk i nettverk, slik som Wireshark, men dette er
6253 jo ikke aktuelt for skolene. Jeg er generelt glad i programmer som
6254 fungerer på både Linux og Windows og gjerne MAC.&lt;/p&gt;
6255
6256 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6257 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6258
6259 &lt;p&gt;Det er viktig at det benyttes programmer som elevene også kan ta i
6260 bruk hjemme. Det skal da være enkelt, lovlig og gratis for
6261 elevene. Da er jeg ikke lenger veldig opptatt av om det kalles &quot;fri
6262 programvare&quot;. For skolene tror jeg &quot;gratis&quot; og &quot;funksjonelt&quot; er bedre
6263 begreper enn &quot;fri&quot; i forhold til programmer. De fleste skiller nok
6264 ikke mellom &quot;fri&quot; og &quot;gratis&quot;. Det er nå svært mange elever som
6265 benytter OpenOffice eller LibreOffice som sin primære kontorpakke
6266 hjemme.&lt;/p&gt;
6267 </description>
6268 </item>
6269
6270 <item>
6271 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze</title>
6272 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</link>
6273 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</guid>
6274 <pubDate>Tue, 10 Jan 2012 15:30:00 +0100</pubDate>
6275 <description>&lt;p&gt;In the Squeeze version of
6276 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; soon
6277 to be released, users of the system will get their default browser
6278 start page set from LDAP, allowing the system administrator to point
6279 all users to the school web page by updating one setting in LDAP. In
6280 addition to setting the default start page when a machine boots, users
6281 are shown the same page as a welcome page when they log in for the
6282 first time.&lt;/p&gt;
6283
6284 &lt;p&gt;The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
6285 labeledURI with &quot;http://www/ LDAP for Debian Edu/Skolelinux&quot; as the
6286 default content. By changing this value to another URL, all users get
6287 to see the page behind this new URL.&lt;/p&gt;
6288
6289 &lt;p&gt;An easy way to update it is by using the ldapvi tool. It can be
6290 called as &quot;&lt;tt&gt;ldapvi -ZD &#39;(cn=admin)&#39;&lt;/tt&gt;&#39; to update LDAP with the
6291 new setting.&lt;/p&gt;
6292
6293 &lt;p&gt;We have written the code to adjust the default start page and show
6294 the welcome page, and I wonder if there is an easier way to do this
6295 from within Iceweasel instead.&lt;/p&gt;
6296 </description>
6297 </item>
6298
6299 <item>
6300 <title>Second beta version of Debian Edu / Skolelinux based on Squeeze</title>
6301 <link>http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6302 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6303 <pubDate>Sat, 7 Jan 2012 22:50:00 +0100</pubDate>
6304 <description>&lt;p&gt;I am happy to announce that today we managed to wrap up and publish
6305 the second beta version of
6306 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;. If
6307 you want to test a LDAP backed Kerberos server with out of the box PXE
6308 configuration for running diskless machines and installing new
6309 machines, check it out. If you need a software solution for your
6310 school, check it out too. The full announcement is
6311 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00000.html&quot;&gt;available&lt;/a&gt;
6312 on the project announcement list.&lt;/p&gt;
6313 </description>
6314 </item>
6315
6316 <item>
6317 <title>Fixing an hanging debian installer for Debian Edu</title>
6318 <link>http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</link>
6319 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</guid>
6320 <pubDate>Tue, 3 Jan 2012 11:25:00 +0100</pubDate>
6321 <description>&lt;p&gt;During christmas, I have been working getting the next version of
6322 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ready
6323 for release. The initial problem I looked at was particularly
6324 interesting.&lt;/p&gt;
6325
6326 &lt;P&gt;The installer would hang at the end when it was doing it
6327 post-installation configuration, and whatevery I did to try to find
6328 the cause and fix it always worked while I tested it, but never when I
6329 integrated it into the installer and ran the installation from
6330 scratch. I would try to restart processes, close file descriptors,
6331 remove or create files, and the installer would always unblock and
6332 wrap up its tasks.&lt;/p&gt;
6333
6334 &lt;p&gt;Eventually the cause was found. The kernel was simply running out
6335 of entropy, causing the Kerberos setup to hang waiting for more.
6336 Pressing keys was adding entropy to the kernel, and thus all my tries
6337 to fix the problem worked not because what I was typing to fix it, but
6338 because I was typing.&lt;/P&gt;
6339
6340 &lt;p&gt;The fix I implemented was to add a background process looking at
6341 the level of entropy in the kernel (by checking
6342 /proc/sys/kernel/random/entropy_avail), and if it was too small, the
6343 installer will flush the kernel file buffers and do &#39;find /&#39; to
6344 generate some disk IO. Disk IO generate entropy in the kernel, and is
6345 one of the few things that can be initated from within the system to
6346 generate entropy.&lt;/p&gt;
6347
6348 &lt;p&gt;The fix is in
6349 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation&quot;&gt;beta1
6350 of the Debian Edu/Squeeze&lt;/a&gt; version, and we
6351 &lt;a href=&quot;http://wiki.debian.org/DebianEdu&quot;&gt;welcome more testers and
6352 developers&lt;/a&gt;. We plan to release beta2 this weekend.&lt;/p&gt;
6353 </description>
6354 </item>
6355
6356 <item>
6357 <title>Skolelinux-intervju: Peter Hansteen</title>
6358 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</link>
6359 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</guid>
6360 <pubDate>Sun, 11 Dec 2011 23:10:00 +0100</pubDate>
6361 <description>&lt;p&gt;Etter en lang pause er det klart for neste mann ut i min serie med
6362 intervjuer av
6363 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-relaterte personer.
6364
6365 Denne gangen har jeg besøk av et avtroppende styremedlem i
6366 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, og en mann
6367 som har vært aktiv i Linux-miljøet i Bergen siden 90-tallet.&lt;/p&gt;
6368
6369 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6370
6371 &lt;p&gt;Jeg heter Peter Hansteen, og jobber til daglig som seniorkonsulent
6372 i EDB ErgoGroup i Bergen. I praksis betyr det systemadministrasjon på
6373 Unix (primært Solaris, men en viss komponent av Linux). Men Solaris
6374 er for meg et relativt nytt bekjentskap, hovedplattformen min har
6375 generelt vært OpenBSD og til dels FreeBSD.&lt;/p&gt;
6376
6377 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6378
6379 &lt;p&gt;Jeg husker ikke helt alle detaljene mer ;) - men jeg tror det var
6380 gjennom news-gruppen no.it.os.unix.linux.diverse, efn-listen og
6381 etterhvert også BLUG-miljøet her i Bergen. Vi hadde et par
6382 Skolelinux-sentrerte BLUG-møter for noen år siden, og det har vært et
6383 par Skolelinux-utviklersamlinger her.&lt;/p&gt;
6384
6385 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6386
6387 &lt;p&gt;Jeg bruker dessverre ikke Skolelinux daglig. Men slik jeg kjenner
6388 prosjektet har det vært i stand til å ta opp i seg det beste av fri
6389 programvare i mange kategorier, så fra et sysadmin-perspektiv ser det
6390 ut som en svært behagelig sak. For brukerne er det vel både en fordel
6391 og en ulempe at det ikke er Windows. Men vi håper at fordelene med et
6392 fritt system etterhvert vil bli åpenbare for både elever, lærekrefter
6393 og foreldre.&lt;/p&gt;
6394
6395 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6396
6397 &lt;p&gt;Vel, ulempen er vel først og fremst at andre aktører med mer
6398 kapitalmuskel har klart å etablere seg som det både lærere og foreldre
6399 føler seg trygge på, selv om det etter mitt hode ikke er noen grunn
6400 til å være spesielt trygg på de kommersielle alternativene.&lt;/p&gt;
6401
6402 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6403
6404 &lt;p&gt;Når jeg får bestemme helt selv, bruker jeg kun fri programvare. Da
6405 helst med vekt på ting som kjører greit på OpenBSD. Hjemme er det
6406 OpenBSD, Ubuntu eller FreeBSD vi bruker. På skrivebordet er det en
6407 avveining mellom Gnome, KDE eller hva-det-nå-heter som er
6408 standardvalget i Ubuntu, ellers er det de kjente tingene som
6409 LibreOffice, Emacs, mplayer. På server er det selvfølgelig Apache,
6410 for overvåking både OpenNMS og Nagios (det bare ble sånn, og
6411 forskjellige siter). Jeg skriver til tider om slikt jeg holder på med
6412
6413 &lt;a href=&quot;http://bsdly.blogspot.com&quot;&gt;http://bsdly.blogspot.com&lt;/a&gt;.&lt;/p&gt;
6414
6415 &lt;p&gt;Men vi må nevne at selv vi har en Microsoft-ting som vi slår på når
6416 vi av en eller annen grunn må. Det betyr igjen vanligvis når en
6417 mobiltelefon eller en annen lukket elektronisk dings krever kontakt
6418 via en slik for å få oppdateringene sine.&lt;/p&gt;
6419
6420 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6421 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6422
6423 &lt;p&gt;Hadde vi hatt det rette svaret på det spørsmålet, så hadde vi
6424 gjerne hatt Skolelinux som førstevalg på alle skoler ;)&lt;/p&gt;
6425
6426 &lt;p&gt;Men jeg tror vi må legge vekt på flere forskjellige ting. En helt
6427 sentral sak er å fokusere på fri programvare og åpne standarder som de
6428 demokratiske verdiene de faktisk er. Det har kanskje kommet litt for
6429 mye i bakgrunnen i forhold til strevet etter å lage det mest mulig
6430 &#39;brukervennlige&#39; systemet. Det er en tung vei å gå, så det er
6431 forståelig at freenix-aktivister heller velger å skrive kode og annet
6432 som er mer lystbetont. Mer praktisk tror jeg vi må gjøre i alle fall
6433 to ting: For det første sørge for å fortsette med å levere det best
6434 mulige frie produktet, slik at det er lett å både komme i gang og
6435 holde systemene i daglig drift, og for det andre 2) spore opp mulige
6436 aktivister der de finnes, via lokale brukergrupper, sosiale medier
6437 eller annet og sørge for at de fortsetter å være aktive. Mer og
6438 mindre uformelle treff kan være nyttig i tillegg til de mer
6439 organiserte møtene med foredrag, konferanser og utviklersamlinger.&lt;/p&gt;
6440 </description>
6441 </item>
6442
6443 <item>
6444 <title>Skolelinux-intervju: Frode Jemtland</title>
6445 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</link>
6446 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</guid>
6447 <pubDate>Wed, 27 Jul 2011 08:50:00 +0200</pubDate>
6448 <description>&lt;p&gt;Neste mann ut i min serie med intervjuer av Skolelinux-relaterte
6449 personer er en tidligere styreleder i
6450 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; som var med
6451 fra starten av
6452 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
6453
6454 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6455
6456 &lt;p&gt;Mitt navn er Frode Jemtland, og jeg jobber i Hedmark IKT, som er et
6457 driftsselskap for Grue, Hamar, Kongsvinger, Løten, Nord-Odal og Stange
6458 kommuner. Her er jeg leder for avdelingen Løsninger og Arkitektur. Vi
6459 har i hovedansvar for servere, infrastruktur og løsninger som
6460 helhet.&lt;/p&gt;
6461
6462 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6463
6464 &lt;p&gt;Jobbet i IBM fra 2000, og da spesielt med Linux. Dette var da et av
6465 de mest tydelige linux prosjektene i Norge, og her ønsket jeg å
6466 bidra. Var aktivt med i prosjektet i 4-5 år.&lt;/p&gt;
6467
6468 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6469
6470 &lt;p&gt;Fordelene slik jeg ser det er den sentraliserte driftmodellen, og
6471 alle de vel gjennomtenkte løsningene som er inkludert i denne
6472 løsningen. Samtidig er det basert på en stabil, og godt kjent
6473 plattform. Dette vil si at man har en løsning som skal være mye
6474 tilgjengelig, og hvor det er relativt enkelt å få tak i personer som
6475 kan mye om den grunnleggende plattformen.&lt;/p&gt;
6476
6477 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6478
6479 &lt;p&gt;De største utfordringene med en løsningen er at den er intensiv på f.eks
6480 nettverk. I seg selv ikke et problem for en enkelt skole, men skal løsningen
6481 kjøres i større skala, med sentraliserte servere, så gir dette noen
6482 utfordringer.&lt;/p&gt;
6483
6484 &lt;p&gt;Utifra hva jeg har sett på større installasjoner så er det ikke så
6485 enkelt å skjønne, hva som bør gjøres for at den skal skaleres opp, og
6486 da ta godt vare på alle sider av dette, ikke bare mer server å fordele
6487 last/trykk, men hvordan også beholde robustheten og fleksibiliteten i
6488 løsningen.&lt;/p&gt;
6489
6490 &lt;p&gt;En annen utfordring er at stadig flere produkter som skal brukes i
6491 skoleløsningen ikke er laget til å kunne brukes i en
6492 skolelinuxløsning. Det blir derfor fort mye skreddersøm i de
6493 forskjellige installasjonene, for å få diverse pedagogiske programmer,
6494 webløsninger, smartboards, m.m. til å fungere. Man er også en for
6495 liten kundebase til at leverandørene ønsker å gjøre noe med
6496 utfordringen. Problemet overlates til oss.&lt;/p&gt;
6497
6498 &lt;p&gt;Det er også en kontinuerlig utfordring rundt problemet med å holde
6499 programvare på stabile versjoner, kontra å få ny funksjonalitet. Dette
6500 er jo en konflikt mellom oss som ønsker å drifte en stabil, og
6501 kostnadseffektiv løsning, mot sluttbrukerne som ønsker seg funksjoner
6502 det er vant med fra andre løsninger, eller som de må ha for at et
6503 eller annet nytt produkt skal fungere i løsningen. Dette er en
6504 utfordring også for andre plattformer.&lt;/p&gt;
6505
6506 &lt;p&gt;En siste utfordring som ikke har noe med løsningen å gjøre, men med
6507 det omkringliggende miljøet denne skal kjøre i, er at de enhetene som
6508 skal drifte dataløsninger for kommuner og fylkeskommuner begynner å
6509 profesjonaliseres, og er da avhengig av å ha standard løsninger for å
6510 drifte store brukermasser. MS er selvsagt klar over dette, og har jo
6511 nå flere områder de begynner å bli veldig dominerende på. Den største,
6512 og mest problematiske er katalogtjenesten. Man får snart ikke tak i
6513 større løsninger som ikke krever en AD. Når man da har store enheter
6514 som drifter både kommunalt ansatte og skoler, så vil det være et
6515 stordriftargument å standardisere på en katalog tjeneste, og da har
6516 man ikke noe valg. Her er alle slike driftsenheter for små til å få
6517 gjort om på dette. Her burde konkurransemyndighetene kommet på
6518 banen. Men konkurransetilsynet i USA griper sjeldent (og ikke før det
6519 har gått veldig lang tid) inn i monopolsituasjoner så lenge
6520 monopolisten er et amerikansk firma, så da har vel ikke andre
6521 myndigheter så mye de skulle ha sagt....&lt;/p&gt;
6522
6523 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6524
6525 &lt;p&gt;Privat kjører jeg Debian på alle mine datamaskiner. Det gjør jeg
6526 også på min jobbmaskin. Vi har også 15-20 linux servere av typene
6527 SuSE, Debian, Redhat, CentOS m.m. Jeg bruker derfor mye fri
6528 programvare. Av enkelt programmer kan sikkert masse nevnes. Hvis vi
6529 skal begrense oss til daglig, så må jeg si: OpenOffice, Firefox,
6530 Kontact, Kopete, Amarok,
6531 &lt;a href=&quot;http://gramps-project.org/&quot;&gt;Gramps&lt;/a&gt;, Kate, ssh, bash,
6532 rsync, backuppc m.m.&lt;/p&gt;
6533
6534 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6535 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6536
6537 &lt;p&gt;Det er et godt spørsmål, som jeg har lurt på selv.&lt;/p&gt;
6538
6539 &lt;p&gt;Argumentene som ofte har vært brukt om at ting koster mindre holder
6540 ikke mål når man ser på hva som faktisk koster penger. Det er de
6541 ansatte som er en kostnadsdriver. Det vil si at hvis man har et system
6542 som den ansatte kan, så vil en kostnad på dette systemet kunne
6543 forsvares ganske mye ved at den ansatte gjør dette raskere og
6544 effektivt. Også uten å måtte eventuelt leie inn folk.&lt;/p&gt;
6545
6546 &lt;p&gt;Jeg syns det er viktigere å fokusere på prinsippet med å velge fri
6547 programvare, men det er også et felt hvor man fort møter lite
6548 forståelse blant de ansatte i skolen.&lt;/p&gt;
6549
6550 &lt;p&gt;Her må nok strategien fortsette å være at de sentrale myndighetene
6551 må sende tydelige signaler for hva de ønsker at offentlige enheter
6552 skal gjøre. Det var mye positivt på gang ang. dette for et par år
6553 siden. Både med eNorge og eKommune planene, men dette syns jeg har
6554 stoppet opp. En del av dette kan jo kanskje være usikkerheten som
6555 etter hvert har blitt, når man har sett kompleksiteten i de
6556 prosjektene som har blitt igangsatt. Det har også blitt noe usikkerhet
6557 i markedet ref. Sun, Oracle, Novell, Microsoft m.m. Samtidig har jo
6558 også de proprietære programleverandørene sørget for å endre sine
6559 lisenser slik at man uansett ikke slipper unna kostnaden til deres
6560 produkter, selv om man skulle velge alternativer. Da er det økonomiske
6561 argumentet, som jeg nevnte tidligere, spilt ganske godt ut over
6562 sidelinjen.&lt;/p&gt;
6563 </description>
6564 </item>
6565
6566 <item>
6567 <title>Skolelinux-intervju: Marius Kotsbak</title>
6568 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</link>
6569 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</guid>
6570 <pubDate>Sun, 10 Apr 2011 11:00:00 +0200</pubDate>
6571 <description>&lt;p&gt;Neste mann ut er Marius Kotsbak, styremedlem i
6572 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; og mangeårig
6573 bidragsyter i
6574 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
6575
6576 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6577
6578 &lt;p&gt;Jeg er en systemutvikler/kybernetiker og jobber med dette til
6579 daglig. På fritiden tester jeg ut/bruker mye fri programvare, og
6580 bidrar med testing og utvikling når jeg ser stort nok behov for det og
6581 jeg har noe å bidra med.&lt;/p&gt;
6582
6583 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6584
6585 &lt;p&gt;Hmm, det er lenge siden, så det er nesten så jeg ikke husker. Jeg
6586 hadde vel hørt om prosjektet i media før en gjeng i Trondheim startet
6587 opp SPIST, Skolelinux-prosjektet i Sør-Trøndelag, hvor vi hjalp noen
6588 skoler i nærområdet med å installere Skolelinux og finne brukt
6589 IT-utstyr til disse. Det var moro å gjøre noe praktisk for å spre
6590 Skolelinux, og å se hvor fort gjort det var å sette opp utrangerte
6591 klientmaskiner og få disse opp som tynnklienter på helt nye datasaler
6592 på skolene, kun med kostnaden til servere.&lt;/p&gt;
6593
6594 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6595
6596 &lt;p&gt;Det er et system spesielt skreddersydd for drift av et stort antall
6597 klienter mot servere, og da spesielt i henhold til skolers behov. Det
6598 er enkelt og billig å installere og drifte, og det trenger ikke ny
6599 maskinvare for god ytelse.&lt;/p&gt;
6600
6601 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6602
6603 &lt;p&gt;Hardwarestøtten kunne vært bedre og i enda større grad
6604 installerbart rett ut av boksen. Distribusjonen har til tider hatt
6605 litt gammel programvare pga. at den følger Debian sine utgivelser.
6606 Kanskje man skulle vurdert en versjon basert på Ubuntu eller andre
6607 distribusjoner i tillegg?&lt;/p&gt;
6608
6609 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6610
6611 &lt;p&gt;Oi, det er ikke lite. Her er det jeg kommer på i farta. Jeg bruker
6612 Linux og Ubuntu, og på Ubuntu programene Firefox, Thunderbird,
6613 Chromium, Pidgin, Digikam, OpenOffice, Wireshark, git og irssi.
6614 Telefonen min er en Android, og der bruker jeg programmene K-9 Mail,
6615 OI Shopping list, Shuffle, ZXing, OI Notepad og ADW Desktop. På jobb
6616 bruker jeg JBoss, Eclipse, uCLinux for Blackfin, RCF-CPP, Qt, Maven,
6617 og boost-bibliotekene for C++.&lt;/p&gt;
6618
6619 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6620 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6621
6622 &lt;p&gt;En bør fokusere på totalkostnader inkludert driftsbehov,
6623 fleksibilitet, åpenhet og ikke låsing til en leverandør framfor sparte
6624 lisenskostnader, samt programvarens kvalitet og fortrinn, og at den
6625 fritt kan brukes på et ubegrenset antall PC-er, også hjemme hos
6626 elevene. En bør også forbedre den fri programvaren ved testing,
6627 bugrapportering og kodebidrag om man kan, og ikke anbefale programvare
6628 uten at man har forsikret seg at den har tilstrekkelig kvalitet,
6629 ellers kan man lett oppnå det motsatte. Tror en bør selge inn
6630 konseptet til fylkes-/statsnivå, kanskje med bidrag til
6631 utviklingsarbeid fra disse som alle landets skoler kan få glede
6632 av.&lt;/p&gt;
6633 </description>
6634 </item>
6635
6636 <item>
6637 <title>Skolelinux-intervju: Odin Hetland Nøsen</title>
6638 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</link>
6639 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</guid>
6640 <pubDate>Mon, 28 Mar 2011 13:30:00 +0200</pubDate>
6641 <description>&lt;p&gt;Mine bloggposter om Linux i skolene i Norge førte til at inspektør
6642 og ildsjel på Harestad skole tok kontakt og fortalte at de bruker
6643 Linux på sin skole, og lurte på om de kunne bidra til å gjøre
6644 fordelene kjent. Riktig nok bruker de ikke
6645 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på denne skolen,
6646 men jeg synes dette er en god anledning til å gjøre flere fasetter
6647 rundt Linux-økosystemet kjent, og tok et lite intervju.&lt;/p&gt;
6648
6649 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6650
6651 &lt;p&gt;Mitt navn er Odin Hetland Nøsen og er en 70-modell. Jeg er bosatt i
6652 Stavanger og jobber nå på 9. året som undervisninginspektør på
6653 Harestad skole i Randaberg kommune (nabokommune til Stavanger).&lt;/p&gt;
6654
6655 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6656
6657 &lt;p&gt;I 2002 begynte daværende IKT-ansvarlige og jeg et arbeid på skolen
6658 med å gå over fra Win98 til... noe annet. Vi testet en rekke
6659 forskjellige løsninger, deriblant Skolelinux, men endte opp med
6660 RedHat. Skolelinux var den gang ikke modent for det vi ville ha. Jeg
6661 har siden fulgt jevnlig med på hva skolelinux holder på med, men har
6662 hele tiden vært bedre fornøyd med vår egen &quot;standardiserte&quot; løsning på
6663 RedHat/CentOS og Fedora. Vi snuser for tiden på Ubuntu som løsning på
6664 klientsiden.&lt;/p&gt;
6665
6666 &lt;p&gt;I dag har vi på skolen vår en større linux-løsning med 400 klienter
6667 som kjører en blanding av LTSP (tynnklient) og DRBL (tykk klient uten
6668 harddisk) med en masse tjenere på serverrommet. Vi drifter hele
6669 sulamitten selv med webtjener, eposttjener, webmail, filtjenere,
6670 virtuelle tjenere osv. Og IT-ansvarlig har en 80% stilling som
6671 IT-ansvarlig - og så er han KoH-lærer i de resterende 20% :-)&lt;/p&gt;
6672
6673 &lt;p&gt;Du kan få en ide om hva vi holder på med om du går inn på
6674 &lt;a href=&quot;http://www.gnuskole.no/&quot;&gt;http://www.gnuskole.no/&lt;/a&gt;.&lt;/p&gt;
6675
6676 &lt;p&gt;For å ta brodden av frykten for at ildsjeler gjør skolen sårbar om
6677 ildsjelene falle fra, har jeg forsikret kommunen og skolesjefen i
6678 Randaberg om at det finnes godt kommersielle tjenester vi kan benytte
6679 oss av - om det skulle bli nødvendig. Vi er tre stykker i kommunen som
6680 nå har &lt;strong&gt;god&lt;/strong&gt; linux-kompetanse ift. å drifte et større
6681 system. IT-avdelingen i kommunen vil ikke ta på oss med ildtang -
6682 selv om vi nok har større IT-kompetanse mot linux enn det de selv har
6683 mot windows (de kjøper en &lt;strong&gt;masse&lt;/strong&gt; konsulenttjenester
6684 fra ErgoGroup).&lt;/p&gt;
6685
6686 &lt;p&gt;I kvantitet er Harestad og Grødem skole tilsammen et større
6687 IT-system enn resten av Randaberg kommune + Kvitsøy og Rennesøy, som
6688 kommunen også har driftsansvar for. Vi har som sagt rundt 800
6689 maskiner, mens kommunen med sitt driftsansvar har ansvar for rundt 500
6690 maskiner. Det er selvfølgelig litt forskjell i hvor kritiske
6691 tjenestene våre er, men det gir allikevel et litt rart bilde når
6692 IT-avdelingen overhode ikke er interessert i å snakke med oss om
6693 hvordan vi gjør ting :-)&lt;/p&gt;
6694
6695 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6696
6697 &lt;p&gt;Fra linux-perspektivet (ikke bare Skolelinux) er det en fordel av
6698 systemet er basert på fri programvare - og dermed fritt i ordets mange
6699 betydninger. Det er alt vi trenger: stabilt, relativt enkelt å drifte
6700 (tross alt - et større windowssystem er ikke enkelt å holde live det
6701 heller), rimelig i innkjøp og drift, og sist, men ikke minst, det er
6702 moderne for sluttbruker! Linux, i sine mange varianter,
6703 &lt;strong&gt;ser&lt;/strong&gt; nytt ut, fordi det hele tiden blir
6704 oppdatert. Derfor lever systemet opp til hvordan elever forventer at
6705 et moderne GUI skal være (i motsetning til WinXP :-).&lt;/p&gt;
6706
6707 &lt;p&gt;Vi var veldig pragmatiske da vi begynte med linux i skolen. Det var
6708 billig, det fungerte og kunne bruke alle de gamle windows-maskinene
6709 som &quot;nye&quot; tynne klienter. I dag er vi mer bevisste fri
6710 programvare-tilhengere. Vi har oppdaget hva det er - og vi liker
6711 det!&lt;/p&gt;
6712
6713 &lt;p&gt;En av de &lt;strong&gt;store&lt;/strong&gt; fordelene med fri programvare er at
6714 vi kan installere tjenester vi ønsker å tilby brukerne våre - uten å
6715 måtte tenke på om vi har råd til lisensene (fordi det er ingen). Alt
6716 vi setter i produksjon er ut i fra brukernes behov og vår kapasitet
6717 til å drifte dem. Vi skreddersyr tjenestene etter behovet og dermed
6718 trenger vi ikke ende opp med å kjøpe en pakke der vi egentlig bare var
6719 interessert i en liten del av den.&lt;/p&gt;
6720
6721 &lt;p&gt;Bruk av linux frigjør ikke økonomiske midler, fordi midlene til IKT
6722 i skole er for få i utgangspunktet - men vi får så
6723 &lt;strong&gt;mye&lt;/strong&gt; mer igjen for dem når vi bruker en linux-løsning
6724 fremfor en windows-løsning. I praksis ser vi at vi måtte ut med det
6725 dobbelte på budsjettet vårt om vi skulle hatt en tilsvarende
6726 windows-løsning, som det vi i dag drifter med linux.&lt;/p&gt;
6727
6728 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6729
6730 &lt;p&gt;Ikke all pedagogisk programvare er tilgjengelig. Det er en del
6731 programvare i skolen som er laget med utviklerverktøy som bare virker
6732 i windows, f.eks. Drillpro, LingDys/LingWrite. Det er også
6733 &quot;programmer&quot; som bare virker om du har tilgang til Microsoft Office,
6734 f.eks. AskiRaski.&lt;/p&gt;
6735
6736 &lt;p&gt;Vi sliter også litt med at video-codecer ikke alltid er like lett å
6737 få opp å gå på klientene. Det er alltid en eller annen videosnutt fra
6738 nrk.no som ikke er så samarbeidsvillig, uansett mediaplayer.&lt;/p&gt;
6739
6740 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6741
6742 &lt;p&gt;Alt :-) På skolen bruker vi det som finnes og som er nyttig. Det vi
6743 bruker mest er Firefox (jobber med Chrome, fordi det er
6744 &lt;strong&gt;mye&lt;/strong&gt; raskere med Flash enn Firefox), OpenOffice (skal
6745 over til LibreOffice), GIMP osv. Standardpakken av
6746 sluttbrukerprogrammer.&lt;/p&gt;
6747
6748 &lt;p&gt;På tjenernivå bruker vi OpenWebMail (skal over til Zimbra), Exim
6749 osv.&lt;/p&gt;
6750
6751 &lt;p&gt;Personlig bruker jeg de fleste programmer over flere plattformer,
6752 men jeg har lagt meg til en vane å prioritere bruken av fri
6753 programvare også i Windows 7 og OSX.&lt;/p&gt;
6754
6755 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6756 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6757
6758 &lt;p&gt;Jeg er langt i fra sikker. For det første handler det mye om at
6759 IKT-avdelingen i kommunen ofte er de som styrer hva som er IKT på
6760 skolene - og de liker å bruke avtalene med Microsoft, som de garantert
6761 har fra før. Dessuten - Select 6-avtalen til skolene gjør Microsoft
6762 skvettbillig.&lt;/p&gt;
6763
6764 &lt;p&gt;Vi la vekt på effektiv drift av systemet - og at vi kunne øke
6765 antall maskiner uten å måtte øke budsjett for utstyr eller personell
6766 særlig mye, enn om vi hadde gått for en Microsoft-løsning. I praksis
6767 ser vi at en ren linux-installasjon driftes til halve prisen av en
6768 Microsoft-løsning.&lt;/p&gt;
6769
6770 &lt;p&gt;Vi har i praksis også sett at det lærerne (og elevene) liker er at
6771 vi tilbyr &lt;strong&gt;veldig&lt;/strong&gt; mange tjenester som ikke er så
6772 vanlige i en Microsoft-løsning. Det er ikke så vanlig at
6773 &lt;strong&gt;elevene&lt;/strong&gt; også har epost, hjemmekontor osv. Det har vi
6774 også brukt som et vellykket argument mot Microsoft.&lt;/p&gt;
6775
6776 &lt;p&gt;Den beste måten er selvfølgelig at noen bare bestemmer
6777 det. Problemet er å få dem som har makt til å bestemme det til faktisk
6778 å gjøre det ;-)&lt;/p&gt;
6779 </description>
6780 </item>
6781
6782 <item>
6783 <title>Skolelinux-intervju: Astri Sletteng</title>
6784 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</link>
6785 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</guid>
6786 <pubDate>Sun, 27 Feb 2011 12:50:00 +0100</pubDate>
6787 <description>&lt;p&gt;En dame som har bidratt lenge til fri programvare i skoleverket og
6788 i foreningen som organiserer skolelinux-utviklersamlinger,
6789 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er neste
6790 intervjuoffer. Det er en glede å her presentere en lærer fra Håkvik.&lt;/p&gt;
6791
6792 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6793
6794 &lt;p&gt;Jeg heter Astri Sletteng. Jeg er lærer og IKT veileder ved Håkvik
6795 skole i Narvik kommune. Min bakgrunn når det gjelder IKT: Av formell
6796 utdannelse har jeg lærerutdanning, Master i skoleledelse og IKT for
6797 lærere. Har jobba som IKT veileder siden 2002.&lt;/p&gt;
6798
6799 &lt;p&gt;Det viktigste for meg som IKT veileder er å få fundamentert den
6800 5. basisferdigheten, digital kompetanse ved skolen min på en god måte
6801 slik at hele skolesamfunnet tar i bruk IKT i alle fag. Dette arbeidet
6802 gjøres i nært samarbeid med skolens ledelse.&lt;/p&gt;
6803
6804 &lt;p&gt;Min viktigste jobb som IKT veileder er å være motivator og pådriver
6805 i IKT arbeidet ved skolen.&lt;/p&gt;
6806
6807 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6808
6809 &lt;p&gt;Jobber i en kommune hvor vi satser på Fri programvare. I 2004 ble
6810 det gjort et politisk vedtak om at vi skulle innføre Skolelinux ved
6811 alle skolene i kommunen. Jeg har dermed en god del erfaring med
6812 Skolelinux, samt annen fri programvare som Open Office, Joomla, Moodle
6813 etc.&lt;/p&gt;
6814
6815 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6816
6817 &lt;p&gt;Siden vi jobber med åpen kildekode kan vi få programmene og
6818 produktene tilpasset vår bruk. Det er jo heller ikke en ulempe at
6819 skolen kommer bedre ut økonomisk, men først og fremst er det viktig
6820 for oss at vi har digitale systemer som gjør at vi kan følge
6821 læreplanen i alle fag. Det syns jeg at vi kan gjøre gjennom
6822 Skolelinux.&lt;/p&gt;
6823
6824 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6825
6826 &lt;p&gt;Skolen er avhengige av å ha folk på IT avdelinga i kommunen som kan
6827 drive support, og være tilgjengelige når vi trenger hjelp. Det er en
6828 ulempe at ikke alle på denne avdelingen nødvendigvis er god på
6829 Linux.&lt;/p&gt;
6830
6831 &lt;p&gt;Vi har også noen utfordringer når det kommer til spesielle
6832 programmer som enkelte elever er avhengige av ? og som ikke er
6833 plattform uavhengige. Her har vi i Friprog-verden, men også
6834 departement en jobb å gjøre.&lt;/p&gt;
6835
6836 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6837
6838 &lt;p&gt;Skolen vår bruker Skolelinux, Open Office, Iceweazel (Mozilla),
6839 VLC, Tux paint, Scribus, FreeMind, GIMP, digiKam, Ksnapshot, GeoGebra,
6840 Moodle (innført på alle klassetrinn + som et administrativt verktøy)
6841 og Joomla som hjemmeside.&lt;p&gt;
6842
6843 &lt;p&gt;Det er de jeg kommer på i farten. I tillegg har vi Smartboard
6844 installert på server, men det regnes vel ikke som fri programvare?&lt;/p&gt;
6845
6846 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6847 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6848
6849 &lt;p&gt;Først og fremst trenger skolen oppetider på sine datasystemer. Syns
6850 også at det at vi kan få tilpasset plattform og systemer til vår bruk
6851 er en god strategi å bruke.&lt;/p&gt;
6852 </description>
6853 </item>
6854
6855 <item>
6856 <title>Skolelinux-intervju: Rubén Romero y Cordero</title>
6857 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</link>
6858 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</guid>
6859 <pubDate>Wed, 16 Feb 2011 12:00:00 +0100</pubDate>
6860 <description>&lt;p&gt;Styret i foreningen som organiserer skolelinux-utviklersamlinger,
6861 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er fullt av
6862 flinke folk. Denne gangen har jeg fått et ferskt styremedlem som
6863 kommer fra Ubuntu-miljøet i tale.&lt;/p&gt;
6864
6865 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6866
6867 &lt;p&gt;Rubén Romero y Cordero, 81-modell, deltidspappa (50%) for en jente
68686 år. Jobber i Oslo som Global Sales Executive hos Varnish Software
6869 og til daglig har jeg kontakt med kunder fra hele verden. Min
6870 forkjærlighet for fri programvare har gjort at jeg har nå flere års
6871 erfaring med salg av slike løsninger (bl.a. fra Redpill Linpro og
6872 Freecode) og mye innsikt og kunnskap om det globale IT-markedet.
6873 Ellers er jeg involvert i flere prosjekter bl.a. er jeg Ubuntu
6874 Community medlem, kontaktpersonen for Ubuntu Norge og driveren av
6875 SpreadUbuntu marketing prosjektet og nå fersk styremedlem i FRISK. Jeg
6876 har brukt GNU/Linux siden 1997.&lt;/p&gt;
6877
6878 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6879
6880 &lt;p&gt;Som Debian bruker siden slutten av 90-tallet var det uunngåelig å
6881 ikke komme bort i Skolelinux. Dette var vel i slutten av 2001 når jeg
6882 var student ved UiO. Flere år senere fikk jeg lastet og testet Venus
6883 (Skolelinux 1.0) på release dagen.&lt;/p&gt;
6884
6885 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6886
6887 &lt;p&gt;Fri programvare bygges sten for sten i det åpne, slik at koden og
6888 prosessen den lages på kan gjennomskues av andre enn de som har laget
6889 det. Det er et vitenskapelig og gjennomsiktig måte å lage programvare
6890 på.&lt;/p&gt;
6891
6892 &lt;p&gt;Skoler i vårt samfunn skal være steder hvor vitenskapelig kunnskap
6893 deles til alle. I dag har vi ikke et vitenskapelig tilnærming til
6894 hvordan programvaren som brukes på skolen lages. Skolelinux bringer
6895 inn at slik tilnærming i skoleverkets klasserom, siden
6896 operativsystemet er en åpent platform som gir skolene muligheten til å
6897 dra nytte av programvare som er laget av tusenvis av mennesker verden
6898 rundt og som gir elevene så vel som lærerne muligheten til å bruke,
6899 dele, forandre og forbedre OSet sitt uten begrensninger. I den
6900 forbindelsen representerer Skolelinux også konkrete resultater utfra
6901 samhandling på tvers av grenser.&lt;/p&gt;
6902
6903 &lt;p&gt;Når det gjelder de tekniske fordelene av Skolelinux er jeg sikker
6904 på at andre enn meg har allerede beskrevet disse bedre enn det jeg
6905 kan. Men jeg kan likevel tilføye noe: Skolelinux som sådan er en
6906 community-drevet operativsystemplatform. Som i ethvert
6907 community-prosjekt har alle Skolelinux brukere muligheten til å
6908 påvirke retning av prosjektet og resultatet som gjenspeiles i
6909 programvaren. Dette kommer sjeldent frem og jeg mener at det er noe
6910 som burde fokuseres mer på.&lt;/p&gt;
6911
6912 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6913
6914 &lt;p&gt;De største ulempene er:&lt;/p&gt;
6915
6916 &lt;ul&gt;
6917 &lt;li&gt;Mangel på kompetanse&lt;/li&gt;
6918 &lt;li&gt;Mangel av administrative verktøy som kunne hjelpe lokale IT
6919 avdelinger å bruke Skolelinux til mer enn bare en tjener for
6920 terminalklienter. Et eksempel: Zentyal sin web-dashboard.&lt;/li&gt;
6921 &lt;/ul&gt;
6922
6923 &lt;p&gt;Bedre og mer intuitive administrative verktøy kunne løst deler av
6924 problemet, men det er unektelig at ved bruk av Skolelinux må
6925 IT-personalet vite hva de gjør for å få ting gjort riktig, eller i det
6926 hele tatt. Med andre platformer er kompetansen enklere tilgjengelig og
6927 løsningene kan fungere på en tilfredstillende, om ikke riktig
6928 måte.&lt;/p&gt;
6929
6930 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6931
6932 &lt;p&gt;Har brukt GNU/Linux utelukkende sommitt skrivebord OS siden 2000. I
6933 dag bruker jeg Ubuntu og gjør det meste med friprogramvare verktøyene
6934 som er tilgjengelige der. Med over 20.000 programmer å velge mellom er
6935 dette mer enn nok for de fleste brukerne.&lt;/p&gt;
6936
6937 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6938 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6939
6940 &lt;p&gt;Opplysning og pragmatikk. Vi prøver å løse problemer med bruk av
6941 programvare. De fleste utfordringene skolene har på IKT-siden kan
6942 løses ved hjelp av friprogramvareverktøy i dag. Det som trenges er
6943 opplysning, kunnskap og kompetanse.&lt;/p&gt;
6944 </description>
6945 </item>
6946
6947 <item>
6948 <title>Skolelinux-intervju: Morten Amundsen</title>
6949 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</link>
6950 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</guid>
6951 <pubDate>Sun, 23 Jan 2011 12:00:00 +0100</pubDate>
6952 <description>&lt;p&gt;Denne gangen er det Tromsøkontoret til Friprog-senteret, og nyvalgt
6953 styremedlem i &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
6954 FRISK&lt;/a&gt; jeg har fått i tale i min intervjuserie med
6955 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-folk.&lt;/p&gt;
6956
6957 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6958
6959 &lt;p&gt;Jeg heter Morten Amundsen og jobber i
6960 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;Friprog.no&lt;/a&gt;, men er for tiden leid
6961 ut til &lt;a href=&quot;http://www.bredbandsfylket.no/&quot;&gt;Bredbåndsfylket
6962 Troms&lt;/a&gt; der jeg jobber med ett prosjekt som heter
6963 &quot;&lt;a href=&quot;http://www.bredbandsfylket.no/skolefjoela.157417.no.html&quot;&gt;Skolefjøla&lt;/a&gt;&quot;
6964 Vi ser på en åpen løsning som integrerer eksisterende lukkete
6965 løsninger sammen med fri programvare. Målet er å gi elever og lærere
6966 en plattform som de kan tilpasse utfra behov.&lt;/p&gt;
6967
6968 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6969
6970 &lt;p&gt;Skolelinux har jeg møtt ved flere anledninger opp gjennom åra, både gjennom
6971 entusiastiske skolelinuxbrukere og skeptiske &quot;forståsegpåere&quot; :-)&lt;/p&gt;
6972
6973 &lt;p&gt;Jeg husker en leverandør av et stort OS for noen år siden mente at
6974 Skolelinux var kun for hackere og nerder og at ingen seriøse skoler
6975 kunne ta dette i bruk. Heldigvis er kunnskapen større nå og
6976 skikkelige &quot;IT-folk&quot; søker alltid å utvide sin kunnskap.
6977
6978 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6979
6980 &lt;p&gt;Ja det er mange fordeler. Uavhengighet, stabilitet, åpenhet, standarder
6981 osv. Tror det er viktig at man ikke begrenser mulighetene på den plattformen
6982 elevene skal jobbe.&lt;/p&gt;
6983
6984 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6985
6986 &lt;p&gt;Det største hinderet er det vi opplever på andre områder rundt
6987 fri programvare, nemlig kunnskap. For mange er det trygt å velge det vi
6988 alltid har valgt. Fordi leverandørene rundt oss sitter på den kunnskapen og
6989 de vi støtter oss på har den samme. Hvis vi klarer å riste løs litt og
6990 glemme gamle kriger mellom operativsystemer og leverandører, men sette ned
6991 hva som er viktig og velge ut fra det, så hadde man kanskje kommet ut med
6992 litt andre resultat. Jeg tror IT-folk er konservative og velger tradisjonelt
6993 og det er synd.&lt;/p&gt;
6994
6995 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6996
6997 &lt;p&gt;Jeg bruker Ubuntu, Android, Jolicloud, Open Office, Zimbra, Picasa
6998 og Firefox samt en bråte med tjenester som er webbasert. Det eneste
6999 som er betalingslisens for er OSX. Ser at jeg jobber mer og mer i
7000 skyen og setter pris på alt jeg slipper egen klient til. Derfor er
7001 jeg veldig sjarmert av små kjappe operativsystemer som krever minimalt
7002 av maskinvaren.&lt;/p&gt;
7003
7004 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7005 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7006
7007 &lt;p&gt;Tror en blanding av krav og informasjon er veien å gå. Krav om
7008 sikkerhet, oppetid og åpne standarder. Informasjon om muligheter og
7009 alternativer. Her har leverandører, IT-avdelinger og pedagoger en vei
7010 å gå sammen. Det er til slutt LÆRING det dreier seg om, og da må man
7011 få mest mulig læring for pengene man har.&lt;/p&gt;
7012 </description>
7013 </item>
7014
7015 <item>
7016 <title>Skolelinux-intervju: Sturle Sunde</title>
7017 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</link>
7018 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</guid>
7019 <pubDate>Wed, 19 Jan 2011 12:00:00 +0100</pubDate>
7020 <description>&lt;p&gt;Denne gang har jeg fått tak i en mangeårig unix-mann som etter
7021 mange år ved Universitetet i Oslo, der jeg først traff ham, har
7022 flyttet tilbake til vestlandet, og der bidratt til å revitalisere
7023 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-oppsettet i
7024 Florø.&lt;/p&gt;
7025
7026 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7027
7028 &lt;p&gt;Sturle Sunde, ansvarleg for skulenettet i Flora kommune. Eg driv,
7029 vidareutviklar og er andrelinje brukarstøtte for datanettet ved
7030 skulane i Flora kommune. 10 skular og meir enn 700 maskiner med
7031 Linux, medrekna tynnklientar. Tidlegare jobba eg i mange år med
7032 unix-drift ved Universitetets senter for informasjonsteknologi ved
7033 Universitetet i Oslo.&lt;/p&gt;
7034
7035 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7036
7037 &lt;p&gt;Det er vanskeleg å svare konkret på. Eg har drive med Unix og Linux i
7038 alle år, og Skulelinux er eit godt kjent prosjekt i miljøet. Det var
7039 først i 2008, då eg tok til i min noverande jobb, at eg fekk bruk for
7040 Skulelinux for alvor.&lt;/p&gt;
7041
7042 &lt;p&gt;Jobben min skulle vere drift av eit nytt skulenett i Flora kommune,
7043 levert av eit firma eg ikkje vil reklamere for. Systemet skulle vere
7044 ferdig levert i september året før. Dette viste seg å ta mykje lenger
7045 tid, og i haustferien 2008 hadde dei endå ikkje klart å få opp ei
7046 fungerande løysing. Situasjonen var prekær for den største skulen i
7047 kommunen med meir enn 500 elevar på ungdomssteget. Skulen hadde brukt
7048 Skulelinux før, og var tilfredse med det. No hadde dei vore utan
7049 fungerande datasystem i nesten eit år. Difor fekk eg opp ein ny tenar
7050 utanfor prosjektet og installerte Skulelinux på den. Etter litt
7051 justering av konfigurasjonen med god hjelp av #skolelinux på IRC, var
7052 den nye tenaren oppe og gjekk med både tynne og halv-tjukke klientar.
7053 Autentisering gjekk mot det nye systemet, slik at elevar og lærarar
7054 framleis har same brukarnamn og passord over alt. Dette berre
7055 fungerte, og vi bestemte oss for å erstatte delar av løysinga vi
7056 skulle få levert med Skulelinux.&lt;/p&gt;
7057
7058 &lt;p&gt;Det høyrer med til historia at det nye systemet eg skulle drive frå
7059 januar 2008 endå ikkje er ferdig levert. Dei jobbar med saka, seier
7060 dei, og har von om å fullføre leveransen i løpet av 2011.&lt;/p&gt;
7061
7062 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7063
7064 &lt;p&gt;Det er veldig mange. Eg skal ta nokre få.&lt;/p&gt;
7065
7066 &lt;p&gt;Den viktigaste fordelen er at det igrunn berre er ei maskin å passe
7067 på, og det er tenaren. Med andre løysingar har ein gjerne programvare
7068 og anna som skal vedlikehaldast på kvar enkelt maskin. Med Skulelinux
7069 kan alle feil rettast og alle program oppgraderast på alle maskiner
7070 samstundes ved å gjere endringa som må til på tenaren. Eg kan sitje
7071 på kontoret og passe på alle tenarane i kommunen derifrå.&lt;/p&gt;
7072
7073 &lt;ul&gt;
7074
7075 &lt;li&gt;Tynne klientar gjer det mogleg å bruke eldre utstyr lenge, so lenge
7076 tenaren er sterk nok. Ein liten tenar med eit par halv-moderne CPUar
7077 og 2 GiB RAM held lenge for eit typisk klasserom med 30 tynnklientar,
7078 og det er lett å utvide med fleire.
7079
7080 &lt;li&gt;Halvtjukke klientar gjer det mogleg å utnytte kapasiteten i litt
7081 nyare maskiner betre, og avlaste tenaren. Ingenting vert installert
7082 lokalt på desse heller, og harddisken kan gjerne koblast frå. Gode
7083 halvtjukke klientar kan kjøpast brukt for under 1000-lappen, og det er
7084 heile kostnaden. Ingen lisensar eller anna på toppen, og det er ikkje
7085 krav til kraftigare tenar heller.
7086
7087 &lt;li&gt;Det er Linux. Vi har ikkje noko kluss med drivarar, dei berre er
7088 der. Heller ikkje med virus, dei finst i realiteten ikkje. Eller med
7089 elevar som klussar med installert programvare, for dei klarar ikkje å
7090 øydeleggje for nokon andre enn seg sjølve.
7091
7092 &lt;/ul&gt;
7093
7094 &lt;p&gt;Skulelinux er lagt opp til å vere veldig lett å installere rett ut
7095 av boksen på ein heil skule av ein interessert lærar. Det er ofte ei
7096 god løysing for skulen. Å ha nokon til stades som kjenner systemet og
7097 kan forklare enkle ting eller løyse problem der og då, er uvurderleg
7098 viktig for ein stressa lærar fem minutt før det ringer inn.&lt;/p&gt;
7099
7100 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7101
7102 &lt;p&gt;All den ferdige konfigurasjonen gjer det tungvint å tilpasse
7103 Skulelinux til eit system som skal fungere saman med mange andre
7104 installasjonar i eit felles datanett for skulane i ein kommune. Det
7105 heile er prekonfigurert for ein skule, og utviding til mange skular
7106 med eigne tenarar er ikkje berre enkelt.&lt;/p&gt;
7107
7108 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7109
7110 &lt;p&gt;Eg brukar mest alle små hjelpeprogram som føl med operativsystemet,
7111 samt scriptspråket perl. Elles er Firefox/Iceweasel, Gnome-terminal
7112 og ssh i kontinuerleg bruk. Av Linux-distribusjonar brukar eg både
7113 Debian, Ubuntu, SuSE og RedHat dagleg. Eg prøvar å finne det verktyet
7114 som passar best til kvar del av jobben.&lt;/p&gt;
7115
7116 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7117 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7118
7119 &lt;p&gt;Det er to målgrupper ein må sikte mot. Det eine er alle skulane som
7120 manglar eller har eit lite tilfredsstillande opplegg i dag, og ikkje
7121 har råd til å kjøpe noko nytt og blankpussa opplegg. Der er det om å
7122 gjere å gjere det enkelt for skulane å finne Skulelinux, og gjere det
7123 enkelt for dei å få hjelp til installasjon på skulen. Gjerne med
7124 lokale kontaktpersonar. Her er det dugnadsinnsats som må til, for
7125 desse skulane har ikkje råd til å betale for dette.&lt;/p&gt;
7126
7127 &lt;p&gt;Den andre og kanskje viktigare målgruppa er dei meir eller mindre
7128 profesjonelle kundane. Alle store offentlege innkjøp, inkludert
7129 innkjøp av nytt datasystem for skular, må ut på offentleg anbod.
7130 Offentlege anbod er mykje meir lukka enn dei gjev inntrykk av, og både
7131 regelboka og boka med triks for å sminke tilbodet er tjukk. Det er
7132 vanskeleg å komme inn utan eit solid salsapparat i ryggen. Kanskje
7133 Skulelinux skulle prøve aktivt å få seg eit partnarskap med eit av dei
7134 store som gjerne vil sterkare inn på den offentlege IT-marknaden?
7135 Nokon som kjenner triksa og har krefter til å ta opp kampen mot både
7136 dårlege anbod og Rudolf Blostrupmoen IT AS. Leveranse til skulane i
7137 ein kommune er ein god måte å få ein fot inn døra som leverandør til
7138 ein lukrativ kommunemarknad som kjøper alle tenester. Ta kontakt med
7139 nokon som er passeleg store og ikkje er Microsoft-partnar, og fortell:
7140 «Vi har eit ferdig produkt som du kan selje. Nei vi skal ikkje ha for
7141 det. Du kan gjerne gjere kva du vil med det, berre vi får lov til å
7142 hjelpe deg. Målgruppa er alle kommunar, og det er noko dei vil ha.
7143 Det er eit godt produkt, brukt av mange og godt likt.»&lt;/p&gt;
7144 </description>
7145 </item>
7146
7147 <item>
7148 <title>Skolelinux-intervju: Embrik Kaslegard</title>
7149 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</link>
7150 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</guid>
7151 <pubDate>Sun, 16 Jan 2011 12:00:00 +0100</pubDate>
7152 <description>&lt;p&gt;Neste ut i min intervjuserie med folk i
7153 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt; er
7154 lærer, mangeårig bidragsyter på epostlistene og tidligere
7155 Skolelinux-administrator på en skole i Hemsedal.&lt;/p&gt;
7156
7157 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7158
7159 &lt;p&gt;Embrik Kaslegard, 1964-modell, fire barn (7-20 år). Begynte som
7160 lærer i 1989 - har hatt IKT-ansvar siden første året i jobb. Har
7161 jobbet som lærer/IKT-ansvarlig uavbrutt siden 1989. Jobbet med
7162 Skolelinux fra 2004 til 2010. Nå har jeg fått ny arbeidsplass og er
7163 40% lærer og 60% IKT med Windows XP, Win2003 server og et regionalt
7164 IKT-regime som legger premissene og begrensingene for hva vi kan gjøre
7165 på skolen.&lt;/p&gt;
7166
7167 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7168
7169 &lt;p&gt;Jeg leste en artikkel om en dugnadsinstallasjon av Skolelinux på en
7170 skole på Jæren et sted. Tanken om dugnad og frihet appellerte til
7171 meg. Da vi skulle bygge ny skole var det en del vi måtte spare på,
7172 fordi vi beveget oss mot en kostnadssprekk. Kabling og investering i
7173 PC-er var en av tingene vi sparte på. Derfor kjøpe vi 72 pc-er for 390
7174 pr stk. En filtjener og en applikasjonsserver.&lt;/p&gt;
7175
7176 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7177
7178 &lt;p&gt;Fordelen er at så mye er satt opp fra starten. I tillegg er det
7179 tydelig at pakka er laga for skoleverket. Brukerne har egne
7180 skrivebord, tilgang på mange gode verktøyprogrammer. Vi slipper å
7181 tenke på virus. Brukerne har ikke mulighet til å ødelegge
7182 klientoppsett, men har gode muligheter til å endre eget oppsett. Dette
7183 tror jeg er inspirerende og kjekt for mange brukere. Mappestrukturen
7184 er ferdig og det er &quot;enkelt&quot; å designe lokale mappestrukturer via
7185 skeleton. Noen av oss i skoleverket mener skolen skal være en
7186 &quot;mot-kultur&quot;. Da er Skolelinux et av valgene man kan ta. Et annet er å
7187 spise på indisk restaurant i stedet for Mc Donald&#39;s når vi er på bytur
7188 osv.. Ordene deling, frihet, dugnad osv er positive ord i
7189 skoleverket. Det er viktig at elevene blir bevisst dette.&lt;/p&gt;
7190
7191 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7192
7193 &lt;p&gt;Kompabiliteten er selvsagt et problem, selv om det er mindre nå enn
7194 før. For IKT-personer på skolene som skal drifte dette er det
7195 problematisk med kommandoer i terminalen. I tillegg er det alt for
7196 mange programmer i Skolelinux som ikke blir brukt. Jeg tror
7197 Skolelinux er tjent med å tone ned begrepet pedagogisk programvare.
7198 Slik jeg ser det finnes ikke denne kategorien programmer lengre slik
7199 de gjorde før, som frittsående programmer som installeres på en
7200 datamaskin eller på serveren. Det finnes en del spesialpedagogiske
7201 programmer, som Textpilot, LingDys, LingRight, AskiRaski, Ny i Norge
7202 osv. Men dette er programmer for enkelt-elever eller små grupper av
7203 elever. Det som bør være fokus er at alle undervisningsressurser som
7204 lages for nettet skal være nettleseruavhengig.&lt;/p&gt;
7205
7206 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7207
7208 &lt;p&gt;OpenOffice bruker jeg til vanlig kontorarbeide. VLC bruker jeg som
7209 videoavspiller og av og til streaming av film. Gimp bruker jeg i
7210 undervisningen til bildemanipulering. Firefox og Chrome er mine
7211 favoritt-nettlesere. Firefox har lenge vært førstevalget mitt, nå
7212 bruker jeg mest Chrome. Opplever den som raskere og smidigere enn
7213 Firefox. Ubuntu bruker jeg som dualboot på jobb-maskinen min i
7214 tillegg til at alle PCer hjemme har en eller annen Ubuntu-distribusjon
7215 installert. Jeg bruker Clonezilla på Ubuntu 10.04 til kloning av
7216 datamaskiner på jobb. Det er selvsagt en haug andre frie programmer
7217 jeg bruker men jeg bruker dem ikke daglig. Jeg kan ramse opp:
7218 recordmydesktop, cinelerra, acidrip, soundjuicer, audacity, NX
7219 (no-machine), Kino, Rythmbox...&lt;/p&gt;
7220
7221 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7222 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7223
7224 &lt;p&gt;Jeg tror oppsøkende virksomhet er den rette strategien.
7225 Ressurspersoner gjør avtaler med rådmenn, skolesjefer, rektorer. Det
7226 er slik konkurrentene gjør det. Fokuset i slike samtaler bør være
7227 kost-nytte. Dersom personer med økonomisk ansvar ser at de kan få
7228 like godt tilbud til mindre utgifter, tror jeg det er mulighet til å
7229 få innpass. Dersom de også kan få konkrete tilbud på drift i slike
7230 samtaler, vil de kanskje bli litt mer interesserte i hvor mye penger
7231 som faktisk går til IKT i skolene. Det er også viktig at vi ikke
7232 firer for mye på krav til datamaskiner. Det er flott at Skolelinux
7233 går på &quot;utrangert&quot; utstyr, men dette bør bare presenteres som et
7234 alternativ. Skolelinux-installasjoner med utrangert utstyr er ikke å
7235 foretrekke dersom man kan unngå det. Det skaper ikke entusiasme hos
7236 brukerne (elever og lærere) når de bruker gamle datamaskiner som går
7237 tregt. Det er kjempefint med skoler som har kommet seg frem til
7238 Skolelinux og fri programvare av seg selv, men de lever på nåde.
7239 Slike valg må fundamenteres hos skoleeier.&lt;/p&gt;
7240
7241 &lt;p&gt;Oppdatering 2011-01-16 22:40: Oppdatert svarene for de tre siste
7242 spørsmålene litt mer tekst fra Embrik.&lt;/p&gt;
7243 </description>
7244 </item>
7245
7246 <item>
7247 <title>Skolelinux-intervju: Viggo Fedreheim</title>
7248 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</link>
7249 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</guid>
7250 <pubDate>Wed, 12 Jan 2011 12:00:00 +0100</pubDate>
7251 <description>&lt;p&gt;Jeg fortsetter min intervjuserie med folk i
7252 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Denne
7253 gang er det en av folkene som har vært med lenge og som har tatt i
7254 bruk Skolelinux på alle skolene i Narvik kommune som skal i ilden.
7255 Han er styremedlem i
7256 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
7257 FRISK&lt;/a&gt;.&lt;/p&gt;
7258
7259 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7260
7261 &lt;p&gt;Mitt navn er Viggo Fedreheim, og jeg er pedagogisk og teknisk
7262 IKT-veileder for alle skoler i Narvik kommune. Jeg drifter totalt 17
7263 servere basert på Skolelinux og Debian. Jeg holder i tillegg noen kurs
7264 mellom all driftingen. For tiden arbeider jeg med en sentral
7265 LDAP-tjener for alle skoleservere samt våre Moodle- og
7266 Joomla-installasjoner.&lt;/p&gt;
7267
7268 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7269
7270 &lt;p&gt;Gjennom en eller annen nettavis i 2001 der var det skrevet om
7271 Skolelinux. Artikkelen ga meg lyst til å prøve ut systemet.&lt;/p&gt;
7272
7273 &lt;p&gt;Det startet i 2002 ved at jeg installerte en av de første utgavene
7274 av Skolelinux på en standard pc på Solneset skole i Tromsø. Denne var
7275 oppe fram til desember 2003 da jeg sluttet på den skolen og begynte i
7276 ny jobb i Narvik kommune.&lt;/p&gt;
7277
7278 &lt;p&gt; I Narvik kommune var det i 2004 kun 2 servere på da totalt 15
7279 skoler. Disse var Windows NT baserte. På disse to skolene var det lite
7280 med maskiner. Jobben med å få Narvik Kommune opp på akseptabelt nivå
7281 virket å være formidabel. Men med hjelp av gode kollegaer og leder
7282 skrev jeg en IKT plan for Narvik kommune som ble vedtatt av politikere
7283 i august 2004. I denne planen ble det bestemt at Narvik kommune skulle
7284 bruke Skolelinux. Her ble det også satt av midler til kabling av god
7285 infrastruktur på alle skoler samt innkjøp av nye datamaskiner. Så i
7286 dag har vi 17 servere hvorav 13 er på Skolelinux, med ca 1500 klienter
7287 basert på tynne, &quot;halvtykke&quot; og et stort antall bærbare pcer basert på
7288 Kubuntu.&lt;/p&gt;
7289
7290 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7291
7292 &lt;p&gt;Lisenskostnader, driftkostnader og hardwarekrav som er mye lavere
7293 enn for andre systemer.&lt;/p&gt;
7294
7295 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7296
7297 &lt;p&gt;Pedagogiske programvare som ikke fungerer mot Linux. En Stoooor
7298 flaskehals og som gjør at Linux kanskje ikke blir valgt andre
7299 plasser.&lt;/p&gt;
7300
7301 &lt;p&gt;Eksempler er Relemo, Lindys (lingit sine programmer), 5plus
7302 (matematikk). Disse er programmer som ikke lar seg kjøre i Linux.&lt;/p&gt;
7303
7304 &lt;p&gt; Men det ser ut for at mange leverandører går over til mer
7305 nettbaserte programmer istedet for å installere lokalt. Dette med
7306 enkelte leverandører som ikke kan levere programmer til Linux er et
7307 lite problem og over tid tror jeg at denne barrieren er borte.&lt;/p&gt;
7308
7309 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7310
7311 &lt;p&gt;Kjører Kubuntu på laptoper, Debian squeeze på stasjonær
7312 kontorpc. Ut over dette arbeder jeg svært mye via konsoll mot andre
7313 servere.&lt;/p&gt;
7314 </description>
7315 </item>
7316
7317 <item>
7318 <title>Skolelinux-intervju: Arnt Ove Gregersen</title>
7319 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</link>
7320 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</guid>
7321 <pubDate>Sun, 9 Jan 2011 12:00:00 +0100</pubDate>
7322 <description>&lt;p&gt;Inspirert av
7323 &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;intervjurunden&lt;/a&gt;
7324 som Raphael Hertzog har startet med folk i Debianprosjektet, fikk jeg
7325 lyst til å gjøre det samme med folk i
7326 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Håpet
7327 er at de som til daglig bidrar til å fremme fri programvare i
7328 skoleverket og utvikler en linux-distribusjon spesiallaget for
7329 skolebruk kan bli bedre kjent og kanskje inspirere flere til å bidra
7330 til Skolelinux-prosjektet.&lt;/p&gt;
7331
7332 &lt;p&gt;Først ut er nyvalgt leder i
7333 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen FRISK&lt;/a&gt; som
7334 organiserer utviklingen av Skolelinux-distribusjonen. FRISK trenger
7335 alltid flere medlemmer, så
7336 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/index.php?page=signup&quot;&gt;meld
7337 deg gjerne inn&lt;/a&gt; hvis du vil støtte oss.&lt;/p&gt;
7338
7339 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7340
7341 &lt;p&gt;&lt;!-- Mitt navn er Arnt Ove Gregersen, jeg er en småbarnfar på 32 år som
7342 for tiden bor Trondheim. --&gt;
7343 Mitt navn er Arnt Ove Gregersen, jeg er 32 år og bor for tiden i Trondheim.
7344
7345 Her jobber jeg som systemutvikler i et firma
7346 som heter &lt;a href=&quot;http://www.geomatikk-ikt.no/&quot;&gt;Geomatikk IKT AS&lt;/a&gt;,
7347 hvor jeg er på et Vegmeldings-prosjekt for Statens Vegvesen. På
7348 fritiden er jeg styreleder i FRISK (Fri programvare i skolen) og
7349 bidrar til bl.a. Skolelinux-prosjektet når jeg får tid til det. Det er
7350 primært hjemmesiden til Skolelinux-prosjektet og
7351 &lt;a href=&quot;http://linuxveiviseren.no/&quot;&gt;Linux-veiviseren&lt;/a&gt; jeg har
7352 jobbet med her, men jeg har også gjort en del arbeid i forhold til
7353 FRISK sin hjemmeside.&lt;/p&gt;
7354
7355 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7356
7357 &lt;p&gt;Jeg var på en presentasjon av prosjektet i regi av Knut Yrvin på
7358 Gløshaugen i Trondheim, hvor jeg fattet stor interesse for prosjektet
7359 og ville hjelpe til så godt jeg kunne. Dette var vel i 2002 eller
7360 2003.&lt;/p&gt;
7361
7362 &lt;p&gt;Jeg hadde fra før hørt om prosjektet fra før og syntes tanken bak var
7363 ganske fin, men hadde ikke noen interesse av bruke min egen fritid på
7364 det selv.&lt;/p&gt;
7365
7366 &lt;p&gt;I etterkant av presentasjonen startet jeg og noen andre fra
7367 Trondheim &quot;Skolelinux-prosjektet i Sør-Trøndelag&quot; . Hvor vi var med å
7368 bidra til at Trondheim kommune satte igang Selsbakk ungdomskole som et
7369 pilotprosjekt med Skolelinux, som egentlig var og er en stor suksess,
7370 men det virker ut som det ikke skjer noe mer på. I tillegg var vi med
7371 på dugnad på Brundalen videregående skole hvor vi installerte
7372 Skolelinux som såvidt jeg vet fortsatt kjører på Skolelinux.&lt;/p&gt;
7373
7374 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7375
7376 &lt;p&gt;Det bygger på fri programvare og har lav kostnad i forhold til
7377 nytteverdien. Dette fordi det har forholdsvis lav inngangsum og bruker
7378 en arkitektur med sentral-drift som gir mange driftfordeler. I
7379 tillegg vil det kunne frigjøre kostnader for skolene slik at de kan
7380 bruke dem til å ansette f,eks flere lærere om det er ønskelig.&lt;/p&gt;
7381
7382 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7383
7384 &lt;P&gt;Ikke all pedagogisk programvare er tilgjengelig der, som f.eks
7385 Drillpro om jeg ikke husker feil.&lt;/p&gt;
7386
7387 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7388
7389 &lt;p&gt;Til utvikling av Java-applikasjoner og Android bruker jeg Eclipse og
7390 Quanta til web-utvikling via php. For all bildebehandling bruker jeg
7391 GIMP og Blender til 3d-modellering . Dessverre har Blender en bratt
7392 læringskurve i starten, men det er absolutt verdt det.
7393
7394 &lt;p&gt;Til musikk bruker jeg stort Rhytmbox. Firefox til surfing på nettet og
7395 Thunderbird og Evolution til e-post,
7396
7397 &lt;p&gt;På database-siden bruker jeg PostgreSQL, Postgis og av og til Mysql.
7398
7399 &lt;p&gt;Når jeg får tid til å spille bruker jeg som regel et strategi-spill
7400 som er basert på TA Spring-motoren (springrts.com), her er det et
7401 veldig bra utvalg av gratis spill som er av høy kvalitet. Veldig lett
7402 å bli hektet :)&lt;/p&gt;
7403 </description>
7404 </item>
7405
7406 <item>
7407 <title>Inspirerende fra en ukjent Skolelinux-skole</title>
7408 <link>http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</link>
7409 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</guid>
7410 <pubDate>Tue, 4 Jan 2011 07:50:00 +0100</pubDate>
7411 <description>&lt;p&gt;Følgende inspirerende historie fant jeg i
7412 &lt;a href=&quot;http://www.digi.no/php/ny_debatt.php?id=858869#innlegg_770926&quot;&gt;kommentarfeltet
7413 hos digi.no&lt;/a&gt; i forbindelse med en trist sak om hvordan
7414 &lt;a href=&quot;http://www.digi.no/858869/datakaos-etter-linux-satsing&quot;&gt;skolen
7415 i Hemsedal har fått ødelagt&lt;/a&gt; sin Skolelinux-installasjon. Jeg har
7416 fikset endel åpenbare skrivefeil for lesbarhetens skyld.&lt;/p&gt;
7417
7418 &lt;blockquote&gt;
7419 &lt;p&gt;&lt;strong&gt;Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7420 &lt;br&gt;av Inspektør Siri (gjest)
7421
7422 &lt;p&gt;Kommunen min har to omtrent jevnstore tettsteder, og en
7423 ungdomsskole i hvert av tettstedene. Den minste av disse har ca 300
7424 elever og til denne sogner det 3 barneskoler. Den største har ca 350
7425 elever og til denne sogner det 4 barneskoler.&lt;/p&gt;
7426
7427 &lt;ul&gt;
7428
7429 &lt;li&gt;Kommunen har i veldig lang tid forsømt IKT i skolen, og det har
7430 bare blitt gitt smuler i ny og ne. Det er kun den største av
7431 ungdomsskolene som har hatt en skikkelig datapark, og dette takket
7432 være en naturfaglærer som ble lei av å vente på kommunen. Det gjorde
7433 at vi bestemte oss for å ta ting i egne hender, og da vha
7434 skolelinux. En testinstallasjon med 10 gamle PCer ble gjort, og vi så
7435 raskt at dette var veldig lovende. Neste etappe var å gi alle lærere
7436 egen PC på arbeidsplassene sine (2004), og så sette opp 16 PCer på to
7437 datarom. Vi har kun basert oss på å kjøpe inn brukte maskiner, og
7438 aldri dyrere enn 1000 kr pr klient. For to år siden så hadde vi
7439 klienter i alle klasserom, og totalt hadde vi da rundt 250 stk. Rundt
7440 40 klienter brukes av lærerne og kjører på en egen server. Elvene har
7441 resten, og kjører også en egen server. Servere har vi også kjøpt
7442 brukt, 2 år gamle servere koster 6-7000 kroner.&lt;/li&gt;
7443
7444 &lt;li&gt;Skolen vår er et relativt gammelt bygg, men en meget dyktig
7445 vaktmester har sammen med IKT-ansvarlig/Naturfaglærer lagt kabler til alle
7446 rom. Gradvis har vi byttet ut billige svitsjer med mer solide saker
7447 som er mulig å fjernstyre.&lt;/li&gt;
7448
7449 &lt;li&gt;Vi har i all hovedsak greid å få dette til over eget budsjett, men
7450 vi har også passet på å få penger når de andre skolene har fått
7451 bærbare PCer til lærere osv.&lt;/li&gt;
7452
7453 &lt;li&gt;Vår IKT-ansvarlig har gjort (og gjør) en fenomenal jobb, og vi har
7454 en maskinpark som de andre av kommunens skoler bare kan drømme
7455 om.&lt;/li&gt;
7456
7457 &lt;/ul&gt;
7458
7459 &lt;p&gt;Så skjer det som ofte skjer. Det kommer en eller annen
7460 selger/blåruss og skal fikse ALT. I vårt tilfelle betyr dette også
7461 sentralisering av drift. Den ny-ansatte på kommunens IT-avdelingen
7462 skal også ha jobb, og ser for seg å ta over skoledriften. Kommunen
7463 kjøper inn eksterne driftstjenester, og nekter i samme slengen å ta
7464 hensyn til skolen vår. Dette til tross for at vi alene har like mange
7465 datamaskiner som de andre til sammen. &lt;/p&gt;
7466
7467 &lt;ul&gt;
7468
7469 &lt;li&gt;Det blir krevd at vi skal innlemmes i de kommunale systemet, og
7470 det er VI som får ansvar for at dette kommer på plass. Og det er her
7471 de horrible tingene begynner å skje. &lt;/li&gt;
7472
7473 &lt;li&gt;Det settes opp en lukket Exchange server som gjør av vi ikke kan
7474 hente epost for våre ansatte. Og det kreves at vi finner løsning på
7475 dette.&lt;/li&gt;
7476
7477 &lt;li&gt;Det velges sak arkivsystem som vi pålegges å bruke, noe som gjør
7478 at vi må bruke en terminalløsning mot kommunal server. Ikke i seg selv
7479 et problem i følge IKT-ansvarlig hos oss. Men kommunens IT-avd nektet
7480 faktisk å åpne de porter OSV som vi måtte bruke.&lt;/li&gt;
7481
7482 &lt;li&gt;Vi blir pålagt å flytte på innsiden av det kommunale
7483 nettverket. Dette gjorde at vi mistet hjemmekontor for lærere og
7484 elever. Å få åpnet porter i kommunal brannmur var ikke
7485 aktuelt. Mulighet for fjerndrift ble også vekk i samme slengen. &lt;/li&gt;
7486
7487 &lt;li&gt;Vår LMS Moodle er ikke mulig å nå for elevene og lærerne.
7488
7489 &lt;/ul&gt;
7490
7491 &lt;p&gt;Den andre ungdomsskolen i kommunen begynner så å kreve at de skal
7492 få bedre datatetthet, og komme opp på et nivå som ligner det vi
7493 har. De ser at vi kan avholde eksamen hvor alle 10. klassingene får
7494 sitte ved hver sin PC. Og de har fått tilbakemelding (klager) fra VGS
7495 om manglende datakompetanse på elevene som kommer fra dem. Dette fører
7496 videre til at kommunen endelig innser at de må ta grep. &lt;/p&gt;
7497
7498 &lt;p&gt;Grepet betyr sentralisering, og farvel til vår plattform får vi
7499 høre. Det blir gjort en rekke bestemmelser og vedtak som vi ikke får
7500 være en del av. Det blir helt klart at vi må redusere antall maskiner,
7501 og det skal satses på bærbare maskiner. Siden vi ikke har fått tatt
7502 del i prosessene som angår oss, så bruker vi fagforening. Vi har ikke
7503 blitt hørt i forbindelse med endringer som er betydelig for vår
7504 hverdag, og greier å stoppe omlegging. I tillegg så har vi et politisk
7505 vedtak i kommunen på at vi skal kjøre Linux på elevnett, og dette
7506 vedtaket kan ikke administrasjonen i kommunene helt uten videre
7507 tilsidesette. &lt;/p&gt;
7508
7509 &lt;p&gt;I sum har dette gjort at vi har fått jobbe videre i fred. Og en del
7510 runder i kommunens kontrollutvalg har gjort det tydelig at vi har blitt
7511 systematisk motarbeidet. &lt;/p&gt;
7512
7513 &lt;p&gt;I dag har de andre skolene fått sine bærbare maskiner til elever og
7514 lærere, men etter 2 år med innkjøring er det fremdeles problemer
7515 her. &lt;/p&gt;
7516
7517 &lt;ul&gt;
7518
7519 &lt;li&gt;Ungdomsskolen med windows kan ikke kjøre eksamen med sine bærbare,
7520 det er for mye arbeid å renske disse for innhold slik at juks ikke er
7521 mulig.&lt;/li&gt;
7522
7523 &lt;li&gt;Utskrift er et mareritt, etter sigende pga at utskrift først
7524 sendes til sentral server, og så sendes ut til rett skriver. I snitt
7525 så tar det 7-8 minutter før utskrift starter på enkelte av
7526 skolene.&lt;/li&gt;
7527
7528 &lt;li&gt;Trådløst skaper store problemer, og det er i perioder helt umulig
7529 å komme seg på nett. Og lagring på felles server er bare å glemme i
7530 perioder.&lt;/li&gt;
7531
7532 &lt;/ul&gt;
7533
7534 &lt;p&gt;Vi har slitt mye, kranglet og sloss. Ikke med tekniske problemer,
7535 men med omgivelsene rundt som vil oss til livs. Men det har vært verdt
7536 hver dråpe med svette, og timer med irritasjon. Men vi har begynt å få
7537 rutine her nå. &lt;/p&gt;
7538
7539 &lt;ul&gt;
7540
7541 &lt;li&gt;Vi har fremdeles et system som vi styrer helt selv. &lt;/li&gt;
7542 &lt;li&gt;Vi har vist at argumentet med at vår IKT-ansvarlig kan finne seg annen jobb ikke holder mål. Vi har kjøpt driftskonto hos et firma i tilfelle krise, og vi har kjørt opplæring på flere av de yngre lærerne. &lt;/li&gt;
7543 &lt;li&gt;Vi har til enhver tid en lærling IKT driftsfag, og velger selvsagt ut dem som satser på Linux. Vi har nå begynt å få tilbake av våre tidligere elever som vil til oss nettopp fordi vi har Linux.&lt;/li&gt;
7544 &lt;li&gt;Vi har vist at vi greier å opprettholde en dobbelt så stor datapark som naboskolen, og det til en billigere penge. &lt;/li&gt;
7545 &lt;li&gt;Vi har datastøtte og support på huset, ALLTID tilgjengelig. De andre skolene må vente flere dager hvis det ikke er noe kritisk. &lt;/li&gt;
7546 &lt;li&gt;Vår IKT-ansvarlig har 50% stilling som lærer og 50% som IKT-ansvarlig. &lt;/li&gt;
7547 &lt;li&gt;Vi har en lærer på hvert trinn som har 3 timer i uka til å drive support/støtte til de andre lærerne. &lt;/li&gt;
7548 &lt;li&gt;Vi opplever at de yngste lærerne ved den andre ungdomsskolen ønsker seg over til oss. &lt;/li&gt;
7549
7550 &lt;/ul&gt;
7551
7552 &lt;p&gt;Vi skal i løpet av året starte prosess med å planlegge ny skole, og vi har fått gjennomslag for at jeg (inspektør) og IKT-ansvarlig skal ha det fulle og hele ansvar for IKT/Infrastruktur. Begrunnelsen vår som ble avgjørende her, var at IT-avd i kommunen ikke kan noe om data i skolen. &lt;/p&gt;
7553
7554 &lt;p&gt;Beklager hvis dette ble litt usammenhengende, men det ble tastet i
7555 fei, og jeg har ikke lest gjennom&lt;/p&gt;
7556 &lt;/blockquote&gt;
7557
7558 &lt;p&gt;Det kom raskt et lite svar:&lt;/p&gt;
7559
7560 &lt;blockquote&gt;
7561 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7562 &lt;br&gt;av captain_obvious&lt;/p&gt;
7563
7564 &lt;p&gt;Inspirerende å lese. Har dere gjort noe for å fortelle denne
7565 historien videre?&lt;/p&gt;
7566
7567 &lt;p&gt;Hadde vært svært interessant om dere tok kontakt med dokument 2 eller
7568 lignende for å fortelle hvordan det egentlig står til med
7569 IT-satsningen i kommune-Norge. Om ikke annet kan du begynner med å
7570 raffinere innlegget ditt og få en gjesteartikkel på digi.no&lt;/p&gt;
7571 &lt;/blockquote&gt;
7572
7573 &lt;p&gt;Og deretter en lengre oppfølging.&lt;/p&gt;
7574
7575 &lt;blockquote&gt;
7576 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7577 &lt;br&gt;av Inspektør Siri (gjest)
7578
7579 &lt;p&gt;Joda, vi har lekt med tanken, og vi har t.o.m skrevet flere lengre
7580 leserinnlegg myntet på aviser. Disse er ikke sendt til aviser, men
7581 brukt internt i forbindelse med møter med kommune. Vår IKT-ansvarlig
7582 har også truet med å si opp jobben sin hvis det ikke ble tatt hensyn i
7583 større grad enn hva som har vært tilfelle. VI kan også dokumentere
7584 flere brudd på anbudsregler, og vi kjenner til at relativt store
7585 IT-leverandører som ikke har fått tatt del i disse anbudene, rett og
7586 slett ikke tør melde fra av redsel for å få et dårlig rykte. &lt;/p&gt;
7587
7588 &lt;p&gt;Alt ser ut til å roe seg ned, og vi har fått opp øynene på
7589 politikerne. I sum gjør dette at vi ikke ønsker for mye publisitet nå,
7590 det vil bare rote til igjen. &lt;/p&gt;
7591
7592 &lt;p&gt;Jeg glemte å nevne at vi nå nesten ikke bruker tid på å drifte
7593 systemet vårt, noe som gjør at det aller meste av tid blir brukt til å
7594 støtte lærerne og elevene. F.eks så bruker vår IKT-ansvarlig den
7595 første timen på jobb, 0730-0830 kun til å gå ute på arbeidsplassene
7596 til læreren. Dette for å kunne svare på små og store problem, gi tips
7597 og råd, eller bare for å plukke opp hva som er behovet ute i
7598 undervisningsarealene. Det er dessverre ikke slik at alle lærerne har
7599 nok digital kompetanse til å kunne formulere alle spørsmålene de har,
7600 men ved å kunne få vise eller lufte tanker med IKT-ansvarlig så er det
7601 utrolig hva som kommer fram. &lt;/p&gt;
7602
7603 &lt;ul&gt;
7604
7605 &lt;li&gt;Jeg ser at mange bruker økonomi som argument i forhold til å bruke
7606 SkoleLinux, og jeg skal ikke legge skjul på at det var dette som i
7607 utgangspunktet var årsaken til vårt valg. Men diskusjonene og kampen
7608 med kommunens IT-avdeling har gjort at vi har fått et noe annet
7609 fokus. Fordelene med drift og stabilitet, gjør at vi ville ha valgt
7610 samme løsning selv om den var dyrere. At vi slipper langt billigere
7611 unna, som følge av 0,- lisenskostnader og lave maskinvarekostnader, er
7612 bare en bonus. &lt;/li&gt;
7613
7614 &lt;li&gt;Etter å ha kranglet oss til å få skikkelig oversikt over hva de
7615 andre skolene i kommunen bruker på IT, så har vi fått gehør for å få
7616 samme midler til innkjøp. Dette har gjort at vi nå kan kjøpe inn
7617 utstyr som de andre skolene bare kan se langt etter. Vi har nettopp
7618 kjøpt inn 3 videokamera i semiproff-klassen for å kunne lage film,
7619 samt sende live fra skoleteater/konserter. Vi har kjøpt inn digitale
7620 kompaktkamera til alle klassene. Vi har et team av lærere som skal i
7621 gang med å teste ut tablets på svake elever. Håpet et at teknologien
7622 kan være med på å gi noen av elevene litt mer motivasjon. Vi har kjøpt
7623 inn et halvt klassesett med pulsklokker, noe som har vist seg å være
7624 overraskende inspirerende for en del av elevene. Vi har også oss på
7625 fag på en høyskole litt lengre sør for oss, slik at 3 av oss nå skal
7626 ta faget &quot;Linux tjenestedrift&quot;. Som inspektør og en del av skolens
7627 administrasjon er det veldig praktisk å kunne trå til hvis det
7628 kniper. Men IKT-ansvarlig har vært UTROLIG flink til å lage rene
7629 smørbrødlister for hvordan de mest vanlige driftsproblem løses, så det
7630 er lett for flere av oss å ta del i den daglige driften. Vi har svært
7631 stor nytte av lærling (som også hjelper to av naboskolene), men det er
7632 nesten blitt slik at det er om å gjøre å komme til først for å få løse
7633 problem. Det å få fingrene på problem og utfordringer er den aller
7634 beste læremester. &lt;/li&gt;
7635
7636 &lt;/ul&gt;
7637
7638 &lt;p&gt;Når vi nå tar til med planlegging av ny skole, så vil det være med
7639 tanke på at det skal være mulig med datautstyr på alle plasser. Vi
7640 kommer i all hovedsak til å legge kabel til alle tenkelige og
7641 utenkelige plasser. WiFi koster tilnærmet NULL å sette opp i
7642 ettertid.&lt;/p&gt;
7643
7644 &lt;p&gt;Vi har ikke vært noe flink til å bidra til SkoleLinux-prosjektet,
7645 vi har rett og slett vært for opptatt med vår egen kamp. Vi har hentet
7646 mye inspirasjon fra diskusjoner som har gått i det miljøet, og vi
7647 håper at vi nå framover kan få tid til å bidra. Vi er i ferd med å
7648 bytte ut en av serverne våre, og da vil denne trolig bli satt opp som
7649 testserver for neste versjon av Skolelinux. På den måten vil vi i alle
7650 fall kunne gi tilbakemeldinger og rapportere feil. I tillegg så vil
7651 det kanskje gi oss noen nye utfordringer, for som lærlingen vår sier:
7652 &quot;Skolelinux er noe herk, det skjer jo ikke noe galt og hvordan skal
7653 jeg da lære?&quot;&lt;/p&gt;
7654
7655 &lt;/blockquote&gt;
7656
7657 &lt;p&gt;Det er veldig hyggelig å høre at
7658 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; fungerer så bra i
7659 skoleverdagen etter å ha jobbet med det i 10 år.&lt;/p&gt;
7660 </description>
7661 </item>
7662
7663 <item>
7664 <title>How to test if a laptop is working with Linux</title>
7665 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
7666 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
7667 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
7668 <description>&lt;p&gt;The last few days I have spent at work here at the &lt;a
7669 href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt; testing if the new
7670 batch of computers will work with Linux. Every year for the last few
7671 years the university have organised shared bid of a few thousand
7672 computers, and this year HP won the bid. Two different desktops and
7673 five different laptops are on the list this year. We in the UNIX
7674 group want to know which one of these computers work well with RHEL
7675 and Ubuntu, the two Linux distributions we currently handle at the
7676 university.&lt;/p&gt;
7677
7678 &lt;p&gt;My test method is simple, and I share it here to get feedback and
7679 perhaps inspire others to test hardware as well. To test, I PXE
7680 install the OS version of choice, and log in as my normal user and run
7681 a few applications and plug in selected pieces of hardware. When
7682 something fail, I make a note about this in the test matrix and move
7683 on. If I have some spare time I try to report the bug to the OS
7684 vendor, but as I only have the machines for a short time, I rarely
7685 have the time to do this for all the problems I find.&lt;/p&gt;
7686
7687 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
7688 I perform on a new model.&lt;/p&gt;
7689
7690 &lt;ul&gt;
7691
7692 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
7693 and Ubuntu Maverik at the moment. If I feel like it, I also test with
7694 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
7695
7696 &lt;li&gt;Is X.org working? If the graphical login screen show up after
7697 installation, X.org is working.&lt;/li&gt;
7698
7699 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
7700 package mesa-utils on Ubuntu) and writing down the frames per second
7701 reported by the program.&lt;/li&gt;
7702
7703 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
7704 logging in, and if I can hear this the test is successful. If there
7705 are several audio exits on the machine, I try them all and check if
7706 the Gnome/KDE audio mixer can control where to send the sound. I
7707 normally test this by playing
7708 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
7709 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
7710
7711 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
7712 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
7713
7714 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
7715 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
7716
7717 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
7718 picture from the v4l device show up.&lt;/li&gt;
7719
7720 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
7721 any bluetooth devices are discovered. In my office, I normally see a
7722 few.&lt;/li&gt;
7723
7724 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
7725 memory modules lying around, and stick them in and see if Gnome/KDE
7726 notice this.&lt;/li&gt;
7727
7728 &lt;li&gt;For laptops, is suspend/hibernate working? I&#39;m testing if the
7729 special button work, and if the laptop continue to work after
7730 resume.&lt;/li&gt;
7731
7732 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
7733 adjusting background light, switching on/off external video output,
7734 switching on/off wifi, bluetooth, etc? The set of buttons differ from
7735 laptop to laptop, so I just write down which are working and which are
7736 not.&lt;/li&gt;
7737
7738 &lt;li&gt;Some laptops have smart card readers, finger print readers,
7739 acceleration sensors etc. I rarely test these, as I do not know how
7740 to quickly test if they are working or not, so I only document their
7741 existence.&lt;/li&gt;
7742
7743 &lt;/ul&gt;
7744
7745 &lt;p&gt;By now I suspect you are really curious what the test results are
7746 for the HP machines I am testing. I&#39;m not done yet, so I will report
7747 the test results later. For now I can report that HP 8100 Elite work
7748 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
7749 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
7750 can see, I have most machines left to test. One interesting
7751 observation is that Ubuntu Lucid has almost twice the frame rate than
7752 RHEL6 with glxgears. No idea why.&lt;/p&gt;
7753 </description>
7754 </item>
7755
7756 <item>
7757 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
7758 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
7759 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
7760 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
7761 <description>&lt;p&gt;On friday, the first Debian Edu / Skolelinux
7762 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
7763 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
7764 really look forward to seeing all the good people working on the
7765 Squeeze release. The gathering is open for everyone interested in
7766 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
7767
7768 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
7769 organizing these development gatherings, Fri Programvare i Skolen,
7770 will hold its
7771 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
7772 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
7773 people registered as members. Last year 32 members cast their vote in
7774 the memberdb based election system. I hope more people find time to
7775 vote this year.&lt;/p&gt;
7776 </description>
7777 </item>
7778
7779 <item>
7780 <title>Why isn&#39;t Debian Edu using VLC?</title>
7781 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
7782 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
7783 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
7784 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
7785 presented, and the winner among the multimedia player were VLC.
7786 Personally, I like VLC, and it is my player of choice when I first try
7787 to play a video file or stream. Only if VLC fail will I drag out
7788 gmplayer to see if it can do better. The reason is mostly the failure
7789 model and trust. When VLC fail, it normally pop up a error message
7790 reporting the problem. When mplayer fail, it normally segfault or
7791 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
7792
7793 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
7794 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
7795 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
7796 plugin to play web videos seamlessly, and the VLC browser plugin is
7797 not very good. For example, it lack in-line control buttons, so there
7798 is no way for the user to pause the video. Also, when I
7799 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
7800 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
7801 failed on several video pages where mplayer based plugins worked. If
7802 the browser plugin for VLC was as good as the gecko-mediaplayer
7803 package (which uses mplayer), we would switch.&lt;/P&gt;
7804
7805 &lt;p&gt;While VLC is a good player, its user interface is slightly
7806 annoying. The most annoying feature is its inconsistent use of
7807 keyboard shortcuts. When the player is in full screen mode, its
7808 shortcuts are different from when it is playing the video in a window.
7809 For example, space only work as pause when in full screen mode. I
7810 wish it had consisten shortcuts and that space also would work when in
7811 window mode. Another nice shortcut in gmplayer is [enter] to restart
7812 the current video. It is very nice when playing short videos from the
7813 web and want to restart it when new people arrive to have a look at
7814 what is going on.&lt;/p&gt;
7815 </description>
7816 </item>
7817
7818 <item>
7819 <title>Lenny-&gt;Squeeze upgrades of the Gnome and KDE desktop, now with apt-get autoremove</title>
7820 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</link>
7821 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</guid>
7822 <pubDate>Mon, 22 Nov 2010 14:15:00 +0100</pubDate>
7823 <description>&lt;p&gt;Michael Biebl suggested to me on IRC, that I changed my automated
7824 upgrade testing of the
7825 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
7826 Gnome and KDE Desktop&lt;/a&gt; to do &lt;tt&gt;apt-get autoremove&lt;/tt&gt; when using apt-get.
7827 This seem like a very good idea, so I adjusted by test scripts and
7828 can now present the updated result from today:&lt;/p&gt;
7829
7830 &lt;p&gt;This is for Gnome:&lt;/p&gt;
7831
7832 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
7833
7834 &lt;blockquote&gt;&lt;p&gt;
7835 apache2.2-bin
7836 aptdaemon
7837 baobab
7838 binfmt-support
7839 browser-plugin-gnash
7840 cheese-common
7841 cli-common
7842 cups-pk-helper
7843 dmz-cursor-theme
7844 empathy
7845 empathy-common
7846 freedesktop-sound-theme
7847 freeglut3
7848 gconf-defaults-service
7849 gdm-themes
7850 gedit-plugins
7851 geoclue
7852 geoclue-hostip
7853 geoclue-localnet
7854 geoclue-manual
7855 geoclue-yahoo
7856 gnash
7857 gnash-common
7858 gnome
7859 gnome-backgrounds
7860 gnome-cards-data
7861 gnome-codec-install
7862 gnome-core
7863 gnome-desktop-environment
7864 gnome-disk-utility
7865 gnome-screenshot
7866 gnome-search-tool
7867 gnome-session-canberra
7868 gnome-system-log
7869 gnome-themes-extras
7870 gnome-themes-more
7871 gnome-user-share
7872 gstreamer0.10-fluendo-mp3
7873 gstreamer0.10-tools
7874 gtk2-engines
7875 gtk2-engines-pixbuf
7876 gtk2-engines-smooth
7877 hamster-applet
7878 libapache2-mod-dnssd
7879 libapr1
7880 libaprutil1
7881 libaprutil1-dbd-sqlite3
7882 libaprutil1-ldap
7883 libart2.0-cil
7884 libboost-date-time1.42.0
7885 libboost-python1.42.0
7886 libboost-thread1.42.0
7887 libchamplain-0.4-0
7888 libchamplain-gtk-0.4-0
7889 libcheese-gtk18
7890 libclutter-gtk-0.10-0
7891 libcryptui0
7892 libdiscid0
7893 libelf1
7894 libepc-1.0-2
7895 libepc-common
7896 libepc-ui-1.0-2
7897 libfreerdp-plugins-standard
7898 libfreerdp0
7899 libgconf2.0-cil
7900 libgdata-common
7901 libgdata7
7902 libgdu-gtk0
7903 libgee2
7904 libgeoclue0
7905 libgexiv2-0
7906 libgif4
7907 libglade2.0-cil
7908 libglib2.0-cil
7909 libgmime2.4-cil
7910 libgnome-vfs2.0-cil
7911 libgnome2.24-cil
7912 libgnomepanel2.24-cil
7913 libgpod-common
7914 libgpod4
7915 libgtk2.0-cil
7916 libgtkglext1
7917 libgtksourceview2.0-common
7918 libmono-addins-gui0.2-cil
7919 libmono-addins0.2-cil
7920 libmono-cairo2.0-cil
7921 libmono-corlib2.0-cil
7922 libmono-i18n-west2.0-cil
7923 libmono-posix2.0-cil
7924 libmono-security2.0-cil
7925 libmono-sharpzip2.84-cil
7926 libmono-system2.0-cil
7927 libmtp8
7928 libmusicbrainz3-6
7929 libndesk-dbus-glib1.0-cil
7930 libndesk-dbus1.0-cil
7931 libopal3.6.8
7932 libpolkit-gtk-1-0
7933 libpt2.6.7
7934 libpython2.6
7935 librpm1
7936 librpmio1
7937 libsdl1.2debian
7938 libsrtp0
7939 libssh-4
7940 libtelepathy-farsight0
7941 libtelepathy-glib0
7942 libtidy-0.99-0
7943 media-player-info
7944 mesa-utils
7945 mono-2.0-gac
7946 mono-gac
7947 mono-runtime
7948 nautilus-sendto
7949 nautilus-sendto-empathy
7950 p7zip-full
7951 pkg-config
7952 python-aptdaemon
7953 python-aptdaemon-gtk
7954 python-axiom
7955 python-beautifulsoup
7956 python-bugbuddy
7957 python-clientform
7958 python-coherence
7959 python-configobj
7960 python-crypto
7961 python-cupshelpers
7962 python-elementtree
7963 python-epsilon
7964 python-evolution
7965 python-feedparser
7966 python-gdata
7967 python-gdbm
7968 python-gst0.10
7969 python-gtkglext1
7970 python-gtksourceview2
7971 python-httplib2
7972 python-louie
7973 python-mako
7974 python-markupsafe
7975 python-mechanize
7976 python-nevow
7977 python-notify
7978 python-opengl
7979 python-openssl
7980 python-pam
7981 python-pkg-resources
7982 python-pyasn1
7983 python-pysqlite2
7984 python-rdflib
7985 python-serial
7986 python-tagpy
7987 python-twisted-bin
7988 python-twisted-conch
7989 python-twisted-core
7990 python-twisted-web
7991 python-utidylib
7992 python-webkit
7993 python-xdg
7994 python-zope.interface
7995 remmina
7996 remmina-plugin-data
7997 remmina-plugin-rdp
7998 remmina-plugin-vnc
7999 rhythmbox-plugin-cdrecorder
8000 rhythmbox-plugins
8001 rpm-common
8002 rpm2cpio
8003 seahorse-plugins
8004 shotwell
8005 software-center
8006 system-config-printer-udev
8007 telepathy-gabble
8008 telepathy-mission-control-5
8009 telepathy-salut
8010 tomboy
8011 totem
8012 totem-coherence
8013 totem-mozilla
8014 totem-plugins
8015 transmission-common
8016 xdg-user-dirs
8017 xdg-user-dirs-gtk
8018 xserver-xephyr
8019 &lt;/p&gt;&lt;/blockquote&gt;
8020
8021 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8022
8023 &lt;blockquote&gt;&lt;p&gt;
8024 cheese
8025 ekiga
8026 eog
8027 epiphany-extensions
8028 evolution-exchange
8029 fast-user-switch-applet
8030 file-roller
8031 gcalctool
8032 gconf-editor
8033 gdm
8034 gedit
8035 gedit-common
8036 gnome-games
8037 gnome-games-data
8038 gnome-nettool
8039 gnome-system-tools
8040 gnome-themes
8041 gnuchess
8042 gucharmap
8043 guile-1.8-libs
8044 libavahi-ui0
8045 libdmx1
8046 libgalago3
8047 libgtk-vnc-1.0-0
8048 libgtksourceview2.0-0
8049 liblircclient0
8050 libsdl1.2debian-alsa
8051 libspeexdsp1
8052 libsvga1
8053 rhythmbox
8054 seahorse
8055 sound-juicer
8056 system-config-printer
8057 totem-common
8058 transmission-gtk
8059 vinagre
8060 vino
8061 &lt;/p&gt;&lt;/blockquote&gt;
8062
8063 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8064
8065 &lt;blockquote&gt;&lt;p&gt;
8066 gstreamer0.10-gnomevfs
8067 &lt;/p&gt;&lt;/blockquote&gt;
8068
8069 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8070
8071 &lt;blockquote&gt;&lt;p&gt;
8072 [nothing]
8073 &lt;/p&gt;&lt;/blockquote&gt;
8074
8075 &lt;p&gt;This is for KDE:&lt;/p&gt;
8076
8077 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8078
8079 &lt;blockquote&gt;&lt;p&gt;
8080 ksmserver
8081 &lt;/p&gt;&lt;/blockquote&gt;
8082
8083 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8084
8085 &lt;blockquote&gt;&lt;p&gt;
8086 kwin
8087 network-manager-kde
8088 &lt;/p&gt;&lt;/blockquote&gt;
8089
8090 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8091
8092 &lt;blockquote&gt;&lt;p&gt;
8093 arts
8094 dolphin
8095 freespacenotifier
8096 google-gadgets-gst
8097 google-gadgets-xul
8098 kappfinder
8099 kcalc
8100 kcharselect
8101 kde-core
8102 kde-plasma-desktop
8103 kde-standard
8104 kde-window-manager
8105 kdeartwork
8106 kdeartwork-emoticons
8107 kdeartwork-style
8108 kdeartwork-theme-icon
8109 kdebase
8110 kdebase-apps
8111 kdebase-workspace
8112 kdebase-workspace-bin
8113 kdebase-workspace-data
8114 kdeeject
8115 kdelibs
8116 kdeplasma-addons
8117 kdeutils
8118 kdewallpapers
8119 kdf
8120 kfloppy
8121 kgpg
8122 khelpcenter4
8123 kinfocenter
8124 konq-plugins-l10n
8125 konqueror-nsplugins
8126 kscreensaver
8127 kscreensaver-xsavers
8128 ktimer
8129 kwrite
8130 libgle3
8131 libkde4-ruby1.8
8132 libkonq5
8133 libkonq5-templates
8134 libnetpbm10
8135 libplasma-ruby
8136 libplasma-ruby1.8
8137 libqt4-ruby1.8
8138 marble-data
8139 marble-plugins
8140 netpbm
8141 nuvola-icon-theme
8142 plasma-dataengines-workspace
8143 plasma-desktop
8144 plasma-desktopthemes-artwork
8145 plasma-runners-addons
8146 plasma-scriptengine-googlegadgets
8147 plasma-scriptengine-python
8148 plasma-scriptengine-qedje
8149 plasma-scriptengine-ruby
8150 plasma-scriptengine-webkit
8151 plasma-scriptengines
8152 plasma-wallpapers-addons
8153 plasma-widget-folderview
8154 plasma-widget-networkmanagement
8155 ruby
8156 sweeper
8157 update-notifier-kde
8158 xscreensaver-data-extra
8159 xscreensaver-gl
8160 xscreensaver-gl-extra
8161 xscreensaver-screensaver-bsod
8162 &lt;/p&gt;&lt;/blockquote&gt;
8163
8164 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8165
8166 &lt;blockquote&gt;&lt;p&gt;
8167 ark
8168 google-gadgets-common
8169 google-gadgets-qt
8170 htdig
8171 kate
8172 kdebase-bin
8173 kdebase-data
8174 kdepasswd
8175 kfind
8176 klipper
8177 konq-plugins
8178 konqueror
8179 ksysguard
8180 ksysguardd
8181 libarchive1
8182 libcln6
8183 libeet1
8184 libeina-svn-06
8185 libggadget-1.0-0b
8186 libggadget-qt-1.0-0b
8187 libgps19
8188 libkdecorations4
8189 libkephal4
8190 libkonq4
8191 libkonqsidebarplugin4a
8192 libkscreensaver5
8193 libksgrd4
8194 libksignalplotter4
8195 libkunitconversion4
8196 libkwineffects1a
8197 libmarblewidget4
8198 libntrack-qt4-1
8199 libntrack0
8200 libplasma-geolocation-interface4
8201 libplasmaclock4a
8202 libplasmagenericshell4
8203 libprocesscore4a
8204 libprocessui4a
8205 libqalculate5
8206 libqedje0a
8207 libqtruby4shared2
8208 libqzion0a
8209 libruby1.8
8210 libscim8c2a
8211 libsmokekdecore4-3
8212 libsmokekdeui4-3
8213 libsmokekfile3
8214 libsmokekhtml3
8215 libsmokekio3
8216 libsmokeknewstuff2-3
8217 libsmokeknewstuff3-3
8218 libsmokekparts3
8219 libsmokektexteditor3
8220 libsmokekutils3
8221 libsmokenepomuk3
8222 libsmokephonon3
8223 libsmokeplasma3
8224 libsmokeqtcore4-3
8225 libsmokeqtdbus4-3
8226 libsmokeqtgui4-3
8227 libsmokeqtnetwork4-3
8228 libsmokeqtopengl4-3
8229 libsmokeqtscript4-3
8230 libsmokeqtsql4-3
8231 libsmokeqtsvg4-3
8232 libsmokeqttest4-3
8233 libsmokeqtuitools4-3
8234 libsmokeqtwebkit4-3
8235 libsmokeqtxml4-3
8236 libsmokesolid3
8237 libsmokesoprano3
8238 libtaskmanager4a
8239 libtidy-0.99-0
8240 libweather-ion4a
8241 libxklavier16
8242 libxxf86misc1
8243 okteta
8244 oxygencursors
8245 plasma-dataengines-addons
8246 plasma-scriptengine-superkaramba
8247 plasma-widget-lancelot
8248 plasma-widgets-addons
8249 plasma-widgets-workspace
8250 polkit-kde-1
8251 ruby1.8
8252 systemsettings
8253 update-notifier-common
8254 &lt;/p&gt;&lt;/blockquote&gt;
8255
8256 &lt;p&gt;Running apt-get autoremove made the results using apt-get and
8257 aptitude a bit more similar, but there are still quite a lott of
8258 differences. I have no idea what packages should be installed after
8259 the upgrade, but hope those that do can have a look.&lt;/p&gt;
8260 </description>
8261 </item>
8262
8263 <item>
8264 <title>Migrating Xen virtual machines using LVM to KVM using disk images</title>
8265 <link>http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</link>
8266 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</guid>
8267 <pubDate>Mon, 22 Nov 2010 11:20:00 +0100</pubDate>
8268 <description>&lt;p&gt;Most of the computers in use by the
8269 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux project&lt;/a&gt;
8270 are virtual machines. And they have been Xen machines running on a
8271 fairly old IBM eserver xseries 345 machine, and we wanted to migrate
8272 them to KVM on a newer Dell PowerEdge 2950 host machine. This was a
8273 bit harder that it could have been, because we set up the Xen virtual
8274 machines to get the virtual partitions from LVM, which as far as I
8275 know is not supported by KVM. So to migrate, we had to convert
8276 several LVM logical volumes to partitions on a virtual disk file.&lt;/p&gt;
8277
8278 &lt;p&gt;I found
8279 &lt;a href=&quot;http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM&quot;&gt;a
8280 nice recipe&lt;/a&gt; to do this, and wrote the following script to do the
8281 migration. It uses qemu-img from the qemu package to make the disk
8282 image, parted to partition it, losetup and kpartx to present the disk
8283 image partions as devices, and dd to copy the data. I NFS mounted the
8284 new servers storage area on the old server to do the migration.&lt;/p&gt;
8285
8286 &lt;pre&gt;
8287 #!/bin/sh
8288
8289 # Based on
8290 # http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM
8291
8292 set -e
8293 set -x
8294
8295 if [ -z &quot;$1&quot; ] ; then
8296 echo &quot;Usage: $0 &amp;lt;hostname&amp;gt;&quot;
8297 exit 1
8298 else
8299 host=&quot;$1&quot;
8300 fi
8301
8302 if [ ! -e /dev/vg_data/$host-disk ] ; then
8303 echo &quot;error: unable to find LVM volume for $host&quot;
8304 exit 1
8305 fi
8306
8307 # Partitions need to be a bit bigger than the LVM LVs. not sure why.
8308 disksize=$( lvs --units m | grep $host-disk | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8309 swapsize=$( lvs --units m | grep $host-swap | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8310 totalsize=$(( ( $disksize + $swapsize ) ))
8311
8312 img=$host.img
8313 #dd if=/dev/zero of=$img bs=1M count=$(( $disksize + $swapsize ))
8314 qemu-img create $img ${totalsize}MMaking room on the Debian Edu/Sqeeze DVD
8315
8316 parted $img mklabel msdos
8317 parted $img mkpart primary linux-swap 0 $disksize
8318 parted $img mkpart primary ext2 $disksize $totalsize
8319 parted $img set 1 boot on
8320
8321 modprobe dm-mod
8322 losetup /dev/loop0 $img
8323 kpartx -a /dev/loop0
8324
8325 dd if=/dev/vg_data/$host-disk of=/dev/mapper/loop0p1 bs=1M
8326 fsck.ext3 -f /dev/mapper/loop0p1 || true
8327 mkswap /dev/mapper/loop0p2
8328
8329 kpartx -d /dev/loop0
8330 losetup -d /dev/loop0
8331 &lt;/pre&gt;
8332
8333 &lt;p&gt;The script is perhaps so simple that it is not copyrightable, but
8334 if it is, it is licenced using GPL v2 or later at your discretion.&lt;/p&gt;
8335
8336 &lt;p&gt;After doing this, I booted a Debian CD in rescue mode in KVM with
8337 the new disk image attached, installed grub-pc and linux-image-686 and
8338 set up grub to boot from the disk image. After this, the KVM machines
8339 seem to work just fine.&lt;/p&gt;
8340 </description>
8341 </item>
8342
8343 <item>
8344 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome and KDE desktop</title>
8345 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</link>
8346 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</guid>
8347 <pubDate>Sat, 20 Nov 2010 22:50:00 +0100</pubDate>
8348 <description>&lt;p&gt;I&#39;m still running upgrade testing of the
8349 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
8350 Gnome and KDE Desktop&lt;/a&gt;, but have not had time to spend on reporting the
8351 status. Here is a short update based on a test I ran 20101118.&lt;/p&gt;
8352
8353 &lt;p&gt;I still do not know what a correct migration should look like, so I
8354 report any differences between apt and aptitude and hope someone else
8355 can see if anything should be changed.&lt;/p&gt;
8356
8357 &lt;p&gt;This is for Gnome:&lt;/p&gt;
8358
8359 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8360
8361 &lt;blockquote&gt;&lt;p&gt;
8362 apache2.2-bin aptdaemon at-spi baobab binfmt-support
8363 browser-plugin-gnash cheese-common cli-common cpp-4.3 cups-pk-helper
8364 dmz-cursor-theme empathy empathy-common finger
8365 freedesktop-sound-theme freeglut3 gconf-defaults-service gdm-themes
8366 gedit-plugins geoclue geoclue-hostip geoclue-localnet geoclue-manual
8367 geoclue-yahoo gnash gnash-common gnome gnome-backgrounds
8368 gnome-cards-data gnome-codec-install gnome-core
8369 gnome-desktop-environment gnome-disk-utility gnome-screenshot
8370 gnome-search-tool gnome-session-canberra gnome-spell
8371 gnome-system-log gnome-themes-extras gnome-themes-more
8372 gnome-user-share gs-common gstreamer0.10-fluendo-mp3
8373 gstreamer0.10-tools gtk2-engines gtk2-engines-pixbuf
8374 gtk2-engines-smooth hal-info hamster-applet libapache2-mod-dnssd
8375 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
8376 libart2.0-cil libatspi1.0-0 libboost-date-time1.42.0
8377 libboost-python1.42.0 libboost-thread1.42.0 libchamplain-0.4-0
8378 libchamplain-gtk-0.4-0 libcheese-gtk18 libclutter-gtk-0.10-0
8379 libcryptui0 libcupsys2 libdiscid0 libeel2-data libelf1 libepc-1.0-2
8380 libepc-common libepc-ui-1.0-2 libfreerdp-plugins-standard
8381 libfreerdp0 libgail-common libgconf2.0-cil libgdata-common libgdata7
8382 libgdl-1-common libgdu-gtk0 libgee2 libgeoclue0 libgexiv2-0 libgif4
8383 libglade2.0-cil libglib2.0-cil libgmime2.4-cil libgnome-vfs2.0-cil
8384 libgnome2.24-cil libgnomepanel2.24-cil libgnomeprint2.2-data
8385 libgnomeprintui2.2-common libgnomevfs2-bin libgpod-common libgpod4
8386 libgtk2.0-cil libgtkglext1 libgtksourceview-common
8387 libgtksourceview2.0-common libmono-addins-gui0.2-cil
8388 libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil
8389 libmono-i18n-west2.0-cil libmono-posix2.0-cil
8390 libmono-security2.0-cil libmono-sharpzip2.84-cil
8391 libmono-system2.0-cil libmtp8 libmusicbrainz3-6
8392 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libopal3.6.8
8393 libpolkit-gtk-1-0 libpt-1.10.10-plugins-alsa
8394 libpt-1.10.10-plugins-v4l libpt2.6.7 libpython2.6 librpm1 librpmio1
8395 libsdl1.2debian libservlet2.4-java libsrtp0 libssh-4
8396 libtelepathy-farsight0 libtelepathy-glib0 libtidy-0.99-0
8397 libxalan2-java libxerces2-java media-player-info mesa-utils
8398 mono-2.0-gac mono-gac mono-runtime nautilus-sendto
8399 nautilus-sendto-empathy openoffice.org-writer2latex
8400 openssl-blacklist p7zip p7zip-full pkg-config python-4suite-xml
8401 python-aptdaemon python-aptdaemon-gtk python-axiom
8402 python-beautifulsoup python-bugbuddy python-clientform
8403 python-coherence python-configobj python-crypto python-cupshelpers
8404 python-cupsutils python-eggtrayicon python-elementtree
8405 python-epsilon python-evolution python-feedparser python-gdata
8406 python-gdbm python-gst0.10 python-gtkglext1 python-gtkmozembed
8407 python-gtksourceview2 python-httplib2 python-louie python-mako
8408 python-markupsafe python-mechanize python-nevow python-notify
8409 python-opengl python-openssl python-pam python-pkg-resources
8410 python-pyasn1 python-pysqlite2 python-rdflib python-serial
8411 python-tagpy python-twisted-bin python-twisted-conch
8412 python-twisted-core python-twisted-web python-utidylib python-webkit
8413 python-xdg python-zope.interface remmina remmina-plugin-data
8414 remmina-plugin-rdp remmina-plugin-vnc rhythmbox-plugin-cdrecorder
8415 rhythmbox-plugins rpm-common rpm2cpio seahorse-plugins shotwell
8416 software-center svgalibg1 system-config-printer-udev
8417 telepathy-gabble telepathy-mission-control-5 telepathy-salut tomboy
8418 totem totem-coherence totem-mozilla totem-plugins
8419 transmission-common xdg-user-dirs xdg-user-dirs-gtk xserver-xephyr
8420 zip
8421 &lt;/p&gt;&lt;/blockquote&gt;
8422
8423 Installed using apt-get, removed with aptitude
8424
8425 &lt;blockquote&gt;&lt;p&gt;
8426 arj bluez-utils cheese dhcdbd djvulibre-desktop ekiga eog
8427 epiphany-extensions epiphany-gecko evolution-exchange
8428 fast-user-switch-applet file-roller gcalctool gconf-editor gdm gedit
8429 gedit-common gnome-app-install gnome-games gnome-games-data
8430 gnome-nettool gnome-system-tools gnome-themes gnome-utils
8431 gnome-vfs-obexftp gnome-volume-manager gnuchess gucharmap
8432 guile-1.8-libs hal libavahi-compat-libdnssd1 libavahi-core5
8433 libavahi-ui0 libbind9-50 libbluetooth2 libcamel1.2-11 libcdio7
8434 libcucul0 libcurl3 libdirectfb-1.0-0 libdmx1 libdvdread3
8435 libedata-cal1.2-6 libedataserver1.2-9 libeel2-2.20 libepc-1.0-1
8436 libepc-ui-1.0-1 libexchange-storage1.2-3 libfaad0 libgadu3
8437 libgalago3 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
8438 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
8439 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
8440 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtk-vnc-1.0-0
8441 libgtkhtml2-0 libgtksourceview1.0-0 libgtksourceview2.0-0
8442 libgucharmap6 libhesiod0 libicu38 libisccc50 libisccfg50 libiw29
8443 libjaxp1.3-java-gcj libkpathsea4 liblircclient0 libltdl3 liblwres50
8444 libmagick++10 libmagick10 libmalaga7 libmozjs1d libmpfr1ldbl libmtp7
8445 libmysqlclient15off libnautilus-burn4 libneon27 libnm-glib0
8446 libnm-util0 libopal-2.2 libosp5 libparted1.8-10 libpisock9
8447 libpisync1 libpoppler-glib3 libpoppler3 libpt-1.10.10 libraw1394-8
8448 libsdl1.2debian-alsa libsensors3 libsexy2 libsmbios2 libsoup2.2-8
8449 libspeexdsp1 libssh2-1 libsuitesparse-3.1.0 libsvga1
8450 libswfdec-0.6-90 libtalloc1 libtotem-plparser10 libtrackerclient0
8451 libvoikko1 libxalan2-java-gcj libxerces2-java-gcj libxklavier12
8452 libxtrap6 libxxf86misc1 libzephyr3 mysql-common rhythmbox seahorse
8453 sound-juicer swfdec-gnome system-config-printer totem-common
8454 totem-gstreamer transmission-gtk vinagre vino w3c-dtd-xhtml wodim
8455 &lt;/p&gt;&lt;/blockquote&gt;
8456
8457 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8458
8459 &lt;blockquote&gt;&lt;p&gt;
8460 gstreamer0.10-gnomevfs
8461 &lt;/p&gt;&lt;/blockquote&gt;
8462
8463 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8464
8465 &lt;blockquote&gt;&lt;p&gt;
8466 [nothing]
8467 &lt;/p&gt;&lt;/blockquote&gt;
8468
8469 &lt;p&gt;This is for KDE:&lt;/p&gt;
8470
8471 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8472
8473 &lt;blockquote&gt;&lt;p&gt;
8474 autopoint bomber bovo cantor cantor-backend-kalgebra cpp-4.3 dcoprss
8475 edict espeak espeak-data eyesapplet fifteenapplet finger gettext
8476 ghostscript-x git gnome-audio gnugo granatier gs-common
8477 gstreamer0.10-pulseaudio indi kaddressbook-plugins kalgebra
8478 kalzium-data kanjidic kapman kate-plugins kblocks kbreakout kbstate
8479 kde-icons-mono kdeaccessibility kdeaddons-kfile-plugins
8480 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
8481 kdeedu kdeedu-data kdeedu-kvtml-data kdegames kdegames-card-data
8482 kdegames-mahjongg-data kdegraphics-kfile-plugins kdelirc
8483 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
8484 kdepim-kfile-plugins kdepim-kio-plugins kdessh kdetoys kdewebdev
8485 kdiamond kdnssd kfilereplace kfourinline kgeography-data kigo
8486 killbots kiriki klettres-data kmoon kmrml knewsticker-scripts
8487 kollision kpf krosspython ksirk ksmserver ksquares kstars-data
8488 ksudoku kubrick kweather libasound2-plugins libboost-python1.42.0
8489 libcfitsio3 libconvert-binhex-perl libcrypt-ssleay-perl libdb4.6++
8490 libdjvulibre-text libdotconf1.0 liberror-perl libespeak1
8491 libfinance-quote-perl libgail-common libgsl0ldbl libhtml-parser-perl
8492 libhtml-tableextract-perl libhtml-tagset-perl libhtml-tree-perl
8493 libio-stringy-perl libkdeedu4 libkdegames5 libkiten4 libkpathsea5
8494 libkrossui4 libmailtools-perl libmime-tools-perl
8495 libnews-nntpclient-perl libopenbabel3 libportaudio2 libpulse-browse0
8496 libservlet2.4-java libspeechd2 libtiff-tools libtimedate-perl
8497 libunistring0 liburi-perl libwww-perl libxalan2-java libxerces2-java
8498 lirc luatex marble networkstatus noatun-plugins
8499 openoffice.org-writer2latex palapeli palapeli-data parley
8500 parley-data poster psutils pulseaudio pulseaudio-esound-compat
8501 pulseaudio-module-x11 pulseaudio-utils quanta-data rocs rsync
8502 speech-dispatcher step svgalibg1 texlive-binaries texlive-luatex
8503 ttf-sazanami-gothic
8504 &lt;/p&gt;&lt;/blockquote&gt;
8505
8506 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8507
8508 &lt;blockquote&gt;&lt;p&gt;
8509 amor artsbuilder atlantik atlantikdesigner blinken bluez-utils cvs
8510 dhcdbd djvulibre-desktop imlib-base imlib11 kalzium kanagram kandy
8511 kasteroids katomic kbackgammon kbattleship kblackbox kbounce kbruch
8512 kcron kdat kdemultimedia-kappfinder-data kdeprint kdict kdvi kedit
8513 keduca kenolaba kfax kfaxview kfouleggs kgeography kghostview
8514 kgoldrunner khangman khexedit kiconedit kig kimagemapeditor
8515 kitchensync kiten kjumpingcube klatin klettres klickety klines
8516 klinkstatus kmag kmahjongg kmailcvt kmenuedit kmid kmilo kmines
8517 kmousetool kmouth kmplot knetwalk kodo kolf kommander konquest kooka
8518 kpager kpat kpdf kpercentage kpilot kpoker kpovmodeler krec
8519 kregexpeditor kreversi ksame ksayit kshisen ksig ksim ksirc ksirtet
8520 ksmiletris ksnake ksokoban kspaceduel kstars ksvg ksysv kteatime
8521 ktip ktnef ktouch ktron kttsd ktuberling kturtle ktux kuickshow
8522 kverbos kview kviewshell kvoctrain kwifimanager kwin kwin4 kwordquiz
8523 kworldclock kxsldbg libakode2 libarts1-akode libarts1-audiofile
8524 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
8525 libavahi-core5 libavc1394-0 libbind9-50 libbluetooth2
8526 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0
8527 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
8528 libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0 libicu38
8529 libiec61883-0 libindex0 libisccc50 libisccfg50 libiw29
8530 libjaxp1.3-java-gcj libk3b3 libkcal2b libkcddb1 libkdeedu3
8531 libkdegames1 libkdepim1a libkgantt0 libkleopatra1 libkmime2
8532 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
8533 libksieve0 libktnef1 liblockdev1 libltdl3 liblwres50 libmagick10
8534 libmimelib1c2a libmodplug0c2 libmozjs1d libmpcdec3 libmpfr1ldbl
8535 libneon27 libnm-util0 libopensync0 libpisock9 libpoppler-glib3
8536 libpoppler-qt2 libpoppler3 libraw1394-8 librss1 libsensors3
8537 libsmbios2 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90
8538 libtalloc1 libxalan2-java-gcj libxerces2-java-gcj libxtrap6 lskat
8539 mpeglib network-manager-kde noatun pmount tex-common texlive-base
8540 texlive-common texlive-doc-base texlive-fonts-recommended tidy
8541 ttf-dustin ttf-kochi-gothic ttf-sjfonts
8542 &lt;/p&gt;&lt;/blockquote&gt;
8543
8544 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8545
8546 &lt;blockquote&gt;&lt;p&gt;
8547 dolphin kde-core kde-plasma-desktop kde-standard kde-window-manager
8548 kdeartwork kdebase kdebase-apps kdebase-workspace
8549 kdebase-workspace-bin kdebase-workspace-data kdeutils kscreensaver
8550 kscreensaver-xsavers libgle3 libkonq5 libkonq5-templates libnetpbm10
8551 netpbm plasma-widget-folderview plasma-widget-networkmanagement
8552 xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
8553 xscreensaver-screensaver-bsod
8554 &lt;/p&gt;&lt;/blockquote&gt;
8555
8556 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8557
8558 &lt;blockquote&gt;&lt;p&gt;
8559 kdebase-bin konq-plugins konqueror
8560 &lt;/p&gt;&lt;/blockquote&gt;
8561 </description>
8562 </item>
8563
8564 <item>
8565 <title>Gnash buildbot slave and Debian kfreebsd</title>
8566 <link>http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</link>
8567 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</guid>
8568 <pubDate>Sat, 20 Nov 2010 07:20:00 +0100</pubDate>
8569 <description>&lt;p&gt;Answering
8570 &lt;a href=&quot;http://www.listware.net/201011/gnash-dev/67431-gnash-dev-buildbot-looking-for-slaves.html&quot;&gt;the
8571 call from the Gnash project&lt;/a&gt; for
8572 &lt;a href=&quot;http://www.gnashdev.org:8010&quot;&gt;buildbot&lt;/a&gt; slaves to test the
8573 current source, I have set up a virtual KVM machine on the Debian
8574 Edu/Skolelinux virtualization host to test the git source on
8575 Debian/Squeeze. I hope this can help the developers in getting new
8576 releases out more often.&lt;/p&gt;
8577
8578 &lt;p&gt;As the developers want less main-stream build platforms tested to,
8579 I have considered setting up a &lt;a
8580 href=&quot;http://www.debian.org/ports/kfreebsd-gnu/&quot;&gt;Debian/kfreebsd&lt;/a&gt;
8581 machine as well. I have also considered using the kfreebsd
8582 architecture in Debian as a file server in NUUG to get access to the 5
8583 TB zfs volume we currently use to store DV video. Because of this, I
8584 finally got around to do a test installation of Debian/Squeeze with
8585 kfreebsd. Installation went fairly smooth, thought I noticed some
8586 visual glitches in the cdebconf dialogs (black cursor left on the
8587 screen at random locations). Have not gotten very far with the
8588 testing. Noticed cfdisk did not work, but fdisk did so it was not a
8589 fatal problem. Have to spend some more time on it to see if it is
8590 useful as a file server for NUUG. Will try to find time to set up a
8591 gnash buildbot slave on the Debian Edu/Skolelinux this weekend.&lt;/p&gt;
8592 </description>
8593 </item>
8594
8595 <item>
8596 <title>Making room on the Debian Edu/Sqeeze DVD</title>
8597 <link>http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</link>
8598 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</guid>
8599 <pubDate>Sun, 7 Nov 2010 11:45:00 +0100</pubDate>
8600 <description>&lt;p&gt;Prioritising packages for the Debian Edu /
8601 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; DVD, which is
8602 supposed provide a school with all the services and user applications
8603 needed on the pupils computer network has always been hard. Even
8604 schools without Internet connections should be able to get Debian Edu
8605 working using this DVD.&lt;/p&gt;
8606
8607 &lt;p&gt;The job became a lot harder when apt and aptitude started
8608 installing recommended packages by default. We want the same set of
8609 packages to be installed when using the DVD and the netinst CD, and
8610 that means all recommended packages need to be on the DVD. I created
8611 a patch for debian-cd in &lt;a href=&quot;http://bugs.debian.org/601203&quot;&gt;BTS
8612 report #601203&lt;/a&gt; to do this, and since this change was applied to
8613 the Debian Edu DVD build, we have been seriously short on space.&lt;/p&gt;
8614
8615 &lt;p&gt;A few days ago we decided to drop blender, wxmaxima and kicad from
8616 the default installation to save space on the DVD, believing that
8617 those needing these applications are few and can get them from the
8618 Debian archive.&lt;/p&gt;
8619
8620 &lt;p&gt;Yesterday, I had a look what source packages to see which packages
8621 were using most space. A few large packages are well know;
8622 openoffice.org, openclipart and fluid-soundfont. But I also
8623 discovered that lilypond used 106 MiB and fglrx-driver used 53 MiB.
8624 The lilypond package is pulled in as a dependency for rosegarden, and
8625 when looking a bit closer I discovered that 99 MiB of the 106 MiB were
8626 the documentation package, which is recommended by the binary package.
8627 I decided to drop this documentation package from our DVD, as most of
8628 our users will use the GUI front-ends and do not need the lilypond
8629 documentation. Similarly, I dropped the non-free fglrx-driver package
8630 which might be installed by d-i when its hardware is detected, as the
8631 free X driver should work.&lt;/p&gt;
8632
8633 &lt;p&gt;With this change, we finally got space for the LXDE and Gnome
8634 desktop packages as well as the language specific packages making the
8635 DVD more useful again.&lt;/p&gt;
8636 </description>
8637 </item>
8638
8639 <item>
8640 <title>Software updates 2010-10-24</title>
8641 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
8642 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
8643 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
8644 <description>&lt;p&gt;Some updates.&lt;/p&gt;
8645
8646 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
8647 raise money for the project is going well. The lower limit of 10
8648 signers was reached in 24 hours, and so far 13 people have signed it.
8649 More signers and more funding is most welcome, and I am really curious
8650 how far we can get before the time limit of December 24 is reached.
8651 :)&lt;/p&gt;
8652
8653 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
8654 about what appear to be a great code coverage tool capable of
8655 generating code coverage stats without any changes to the source code.
8656 It is called
8657 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
8658 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
8659 It is missing in Debian, but the git source built just fine in Squeeze
8660 after I installed libelf-dev, libdwarf-dev, pkg-config and
8661 libglib2.0-dev. Failed to build in Lenny, but suspect that is
8662 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
8663
8664 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
8665 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
8666 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
8667 alpha test release of the Squeeze based Debian Edu /
8668 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
8669 release. Give it a try if you need a complete linux solution for your
8670 school, including central infrastructure server, workstations, thin
8671 client servers and diskless workstations. A nice touch added
8672 yesterday is RDP support on the thin client servers, for windows
8673 clients to get a Linux desktop on request.&lt;/p&gt;
8674 </description>
8675 </item>
8676
8677 <item>
8678 <title>Some notes on Flash in Debian and Debian Edu</title>
8679 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
8680 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
8681 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
8682 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
8683 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
8684 second most popular used package that is missing in Debian. The sixth
8685 most popular is flashplayer-mozilla. This is a clear indication that
8686 working flash is important for Debian users. Around 10 percent of the
8687 users submitting data to popcon.debian.org have this package
8688 installed.&lt;/p&gt;
8689
8690 &lt;p&gt;In the report written by Lars Risan in August 2008
8691&lt;a href=&quot;http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&amp;do=view&amp;target=Skolelinux_i_bruk_rapport_1.0.pdf&quot;&gt;Skolelinux
8692 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
8693 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
8694 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
8695 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
8696 web sites require Flash to work, and lacking working Flash support in
8697 the web browser and the problems with installing it was perceived as a
8698 good reason to stay with Windows.&lt;/p&gt;
8699
8700 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
8701 said to be the retarded cousin that did not really understand
8702 everything you told him but could work fairly well. This was a
8703 comment regarding the problems Linux have with proprietary formats and
8704 non-standard web pages, and is sad because it exposes a fairly common
8705 understanding of whose fault it is if web pages that only work in for
8706 example Internet Explorer 6 fail to work on Firefox, and funny because
8707 it explain very well how annoying it is for users when Linux
8708 distributions do not work with the documents they receive or the web
8709 pages they want to visit.&lt;/p&gt;
8710
8711 &lt;p&gt;This is part of the reason why I believe it is important for Debian
8712 and Debian Edu to have a well working Flash implementation in the
8713 distribution, to get at least popular sites as Youtube and Google
8714 Video to working out of the box. For Squeeze, Debian have the chance
8715 to include the latest version of Gnash that will make this happen, as
8716 the new release 0.8.8 was published a few weeks ago and is resting in
8717 unstable. The new version work with more sites that version 0.8.7.
8718 The Gnash maintainers have asked for a freeze exception, but the
8719 release team have not had time to reply to it yet. I hope they agree
8720 with me that Flash is important for the Debian desktop users, and thus
8721 accept the new package into Squeeze.&lt;/p&gt;
8722 </description>
8723 </item>
8724
8725 <item>
8726 <title>Broken hard link handling with sshfs</title>
8727 <link>http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</link>
8728 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</guid>
8729 <pubDate>Mon, 30 Aug 2010 19:30:00 +0200</pubDate>
8730 <description>&lt;p&gt;Just got an email from Tobias Gruetzmacher as a followup on my
8731 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html&quot;&gt;previous
8732 post about sshfs&lt;/a&gt;. He reported another problem with sshfs. It
8733 fail to handle hard links properly. A simple way to spot this is to
8734 look at the . and .. entries in the directory tree. These should have
8735 a link count &gt;1, but on sshfs the count is 1. I just tested to see
8736 what happen when trying to hardlink, and this fail as well:&lt;/p&gt;
8737
8738 &lt;pre&gt;
8739 % ln foo bar
8740 ln: creating hard link `bar&#39; =&gt; `foo&#39;: Function not implemented
8741 %
8742 &lt;/pre&gt;
8743
8744 &lt;p&gt;I have not yet found time to implement a test for this in my file
8745 system test code, but believe having working hard links is useful to
8746 avoid surprised unix programs. Not as useful as working file locking
8747 and symlinks, which are required to get a working desktop, but useful
8748 nevertheless. :)&lt;/p&gt;
8749
8750 &lt;p&gt;The latest version of the file system test code is available via
8751 git from
8752 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;&lt;/p&gt;
8753 </description>
8754 </item>
8755
8756 <item>
8757 <title>Skolelinux i Osloskolen</title>
8758 <link>http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</link>
8759 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</guid>
8760 <pubDate>Thu, 26 Aug 2010 22:25:00 +0200</pubDate>
8761 <description>&lt;p&gt;Denne høsten skal endelig alle Osloskolene få mulighet til å bruke
8762 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Ny IT-løsning
8763 har vært rullet ut i noen måneder nå, og så vidt jeg fikk vite før
8764 sommeren skulle alle skoler ha nytt opplegg på plass før oppstart nå i
8765 høst. På alle skolene skal en kunne velge ved installasjon om en skal
8766 ha Windows eller Skolelinux på maskinene, og en kan i tillegg
8767 PXE-boote maskinene over nett som tynne klienter eller diskløse
8768 arbeidsstasjoner. Jeg er spent på hvor mange skoler som velger å ta i
8769 bruk Skolelinux, og gleder meg til å se hvordan dette utvikler seg.
8770 Løsningen leveres av
8771 &lt;a href=&quot;http://www.logica.no/&quot;&gt;Logica&lt;/a&gt; med
8772 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; som
8773 underleverandør, og jeg har vært involvert i utviklingen av løsningen
8774 via Skolelinux Drift AS siden prosjektet starter. Jeg synes det er
8775 fantastisk at Skolelinux er kommet så langt siden vi startet i 2001 at
8776 alle elevene i Osloskolene nå skal få mulighet til å bruke
8777 løsningen. Jeg håper de vil sette pris på alle de
8778 &lt;a href=&quot;http://www.skolelinux.no/linux-signpost/&quot;&gt;fantastiske
8779 brukerprogrammene&lt;/a&gt; som er tilgjengelig i Skolelinux.&lt;/p&gt;
8780 </description>
8781 </item>
8782
8783 <item>
8784 <title>Broken umask handling with sshfs</title>
8785 <link>http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</link>
8786 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</guid>
8787 <pubDate>Thu, 26 Aug 2010 13:30:00 +0200</pubDate>
8788 <description>&lt;p&gt;My file system sematics program
8789 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html&quot;&gt;presented
8790 a few days ago&lt;/a&gt; is very useful to verify that a file system can
8791 work as a unix home directory,and today I had to extend it a bit. I&#39;m
8792 looking into alternatives for home directory access here at the
8793 University of Oslo, and one of the options is sshfs. My friend
8794 Finn-Arne mentioned a while back that they had used sshfs with Debian
8795 Edu, but stopped because of problems. I asked today what the problems
8796 where, and he mentioned that sshfs failed to handle umask properly.
8797 Trying to detect the problem I wrote this addition to my fs testing
8798 script:&lt;/p&gt;
8799
8800 &lt;pre&gt;
8801 mode_t touch_get_mode(const char *name, mode_t mode) {
8802 mode_t retval = 0;
8803 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, mode);
8804 if (-1 != fd) {
8805 unlink(name);
8806 struct stat statbuf;
8807 if (-1 != fstat(fd, &amp;statbuf)) {
8808 retval = statbuf.st_mode &amp; 0x1ff;
8809 }
8810 close(fd);
8811 }
8812 return retval;
8813 }
8814
8815 /* Try to detect problem discovered using sshfs */
8816 int test_umask(void) {
8817 printf(&quot;info: testing umask effect on file creation\n&quot;);
8818
8819 mode_t orig_umask = umask(000);
8820 mode_t newmode;
8821 if (0666 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
8822 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 000\n&quot;,
8823 newmode);
8824 }
8825 umask(007);
8826 if (0660 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
8827 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 007\n&quot;,
8828 newmode);
8829 }
8830
8831 umask (orig_umask);
8832 return 0;
8833 }
8834
8835 int main(int argc, char **argv) {
8836 [...]
8837 test_umask();
8838 return 0;
8839 }
8840 &lt;/pre&gt;
8841
8842 &lt;p&gt;Sure enough. On NFS to a netapp, I get this result:&lt;/p&gt;
8843
8844 &lt;pre&gt;
8845 Testing POSIX/Unix sematics on file system
8846 info: testing symlink creation
8847 info: testing subdirectory creation
8848 info: testing fcntl locking
8849 Read-locking 1 byte from 1073741824
8850 Read-locking 510 byte from 1073741826
8851 Unlocking 1 byte from 1073741824
8852 Write-locking 1 byte from 1073741824
8853 Write-locking 510 byte from 1073741826
8854 Unlocking 2 byte from 1073741824
8855 info: testing umask effect on file creation
8856 &lt;/pre&gt;
8857
8858 &lt;p&gt;When mounting the same directory using sshfs, I get this
8859 result:&lt;/p&gt;
8860
8861 &lt;pre&gt;
8862 Testing POSIX/Unix sematics on file system
8863 info: testing symlink creation
8864 info: testing subdirectory creation
8865 info: testing fcntl locking
8866 Read-locking 1 byte from 1073741824
8867 Read-locking 510 byte from 1073741826
8868 Unlocking 1 byte from 1073741824
8869 Write-locking 1 byte from 1073741824
8870 Write-locking 510 byte from 1073741826
8871 Unlocking 2 byte from 1073741824
8872 info: testing umask effect on file creation
8873 error: Wrong file mode 644 when creating using mode 666 and umask 000
8874 error: Wrong file mode 640 when creating using mode 666 and umask 007
8875 &lt;/pre&gt;
8876
8877 &lt;p&gt;So, I can conclude that sshfs is better than smb to a Netapp or a
8878 Windows server, but not good enough to be used as a home
8879 directory.&lt;/p&gt;
8880
8881 &lt;p&gt;Update 2010-08-26: Reported the issue in
8882 &lt;a href=&quot;http://bugs.debian.org/594498&quot;&gt;BTS report #594498&lt;/a&gt;&lt;/p&gt;
8883
8884 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
8885 script so useful that he created a GIT repository and stored it in
8886 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
8887 </description>
8888 </item>
8889
8890 <item>
8891 <title>No hardcoded config on Debian Edu clients</title>
8892 <link>http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</link>
8893 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</guid>
8894 <pubDate>Mon, 9 Aug 2010 20:15:00 +0200</pubDate>
8895 <description>&lt;p&gt;As reported earlier, the last few days I have looked at how Debian
8896 Edu clients are configured, and tried to get rid of all hardcoded
8897 configuration settings on the clients. I believe the work to be
8898 mostly done, and the clients seem to work just fine with dynamically
8899 generated configuration.&lt;/p&gt;
8900
8901 &lt;p&gt;What is the point, you might ask? The point is to allow a Debian
8902 Edu desktop to integrate into an existing network infrastructure
8903 without any manual configuration.&lt;/p&gt;
8904
8905 &lt;p&gt;This is what happens when installing a Debian Edu client here at
8906 the University of Oslo using PXE. With the PXE installation, I am
8907 asked for language (Norwegian Bokmål), locality (Norway) and keyboard
8908 layout (no-latin1), Debian Edu profile (Roaming Workstation), if I
8909 accept to reformat the hard drive (yes), if I want to submit info to
8910 popcon.debian.org (no) and root password (secret). After answering
8911 these questions, the installer goes ahead and does its thing, and
8912 after around 50 minutes it is done. I press enter to finish the
8913 installation, and the machine reboots into KDE. When the machine is
8914 ready and kdm asks for login information, I enter my university
8915 username and password, am told by kdm that a local home directory has
8916 been created and that I must log in again, and finally log in with the
8917 same username and password to the KDE 4.4 desktop. At no point during
8918 this process did it ask for university specific settings, and all the
8919 required configuration was dynamically detected using information
8920 fetched via DHCP and DNS. The roaming workstation is now ready for
8921 use.&lt;/p&gt;
8922
8923 &lt;p&gt;How was this done, you might wonder? First of all, here is the
8924 list of things that need to be configured on the client to get it
8925 working properly out of the box:&lt;/p&gt;
8926
8927 &lt;ul&gt;
8928 &lt;li&gt;IP address/netmask and DNS server.&lt;/li&gt;
8929 &lt;li&gt;Web proxy URL.&lt;/li&gt;
8930 &lt;li&gt;LDAP server for NSS directory information (user, group, etc).&lt;/li&gt;
8931 &lt;li&gt;Kerberos server for PAM password checking.&lt;/li&gt;
8932 &lt;li&gt;SMB mount point to access the network home directory. (*)&lt;/li&gt;
8933 &lt;li&gt;Central syslog server to send syslog messages to. (*)&lt;/li&gt;
8934 &lt;li&gt;Sitesummary collector URL to submit info to central server. (*)&lt;/li&gt;
8935 &lt;/ul&gt;
8936
8937 &lt;p&gt;(Hm, did I forget anything? Let me knew if I did.)&lt;/p&gt;
8938
8939 &lt;p&gt;The points marked (*) are not required to be able to use the
8940 machine, but needed to provide central storage and allowing system
8941 administrators to track their machines. Since yesterday, everything
8942 but the sitesummary collector URL is dynamically discovered at boot
8943 and installation time in the svn version of Debian Edu.&lt;/p&gt;
8944
8945 &lt;p&gt;The IP and DNS setup is fetched during boot using DHCP as usual.
8946 When a DHCP update arrives, the proxy setup is updated by looking for
8947 http://wpat/wpad.dat and using the content of this WPAD file to
8948 configure the http and ftp proxy in /etc/environment and
8949 /etc/apt/apt.conf. I decided to update the proxy setup using a DHCP
8950 hook to ensure that the client stops using the Debian Edu proxy when
8951 it is moved outside the Debian Edu network, and instead uses any local
8952 proxy present on the new network when it moves around.&lt;/p&gt;
8953
8954 &lt;p&gt;The DNS names of the LDAP, Kerberos and syslog server and related
8955 configuration are generated using DNS information at boot. First the
8956 installer looks for a host named ldap in the current DNS domain. If
8957 not found, it looks for _ldap._tcp SRV records in DNS instead. If an
8958 LDAP server is found, its root DSE entry is requested and the
8959 attributes namingContexts and defaultNamingContext are used to
8960 determine which LDAP base to use for NSS. If there are several
8961 namingContexts attibutes and the defaultNamingContext is present, that
8962 LDAP subtree is used as the base. If defaultNamingContext is missing,
8963 the subtrees listed as namingContexts are searched in sequence for any
8964 object with class posixAccount or posixGroup, and the first one with
8965 such an object is used as the LDAP base. For Kerberos, a similar
8966 search is done by first looking for a host named kerberos, and then
8967 for the _kerberos._tcp SRV record. I&#39;ve been unable to find a way to
8968 look up the Kerberos realm, so for this the upper case string of the
8969 current DNS domain is used.&lt;/p&gt;
8970
8971 &lt;p&gt;For the syslog server, the hosts syslog and loghost are searched
8972 for, and the _syslog._udp SRV record is consulted if no such host is
8973 found. This algorithm works for both Debian Edu and the University of
8974 Oslo. A similar strategy would work for locating the sitesummary
8975 server, but have not been implemented yet. I decided to fetch and
8976 save these settings during installation, to make sure moving to a
8977 different network does not change the set of users being allowed to
8978 log in nor the passwords required to log in. Usernames and passwords
8979 will be cached by sssd when the user logs in on the Debian Edu
8980 network, and will not change as the laptop move around. For a
8981 non-roaming machine, there is no caching, but given that it is
8982 supposed to stay in place it should not matter much. Perhaps we
8983 should switch those to use sssd too?&lt;/p&gt;
8984
8985 &lt;p&gt;The user&#39;s SMB mount point for the network home directory is
8986 located when the user logs in for the first time. The LDAP server is
8987 consulted to look for the user&#39;s LDAP object and the sambaHomePath
8988 attribute is used if found. If it isn&#39;t found, the home directory
8989 path fetched from NSS is used instead. Assuming the path is of the
8990 form /site/server/directory/username, the second part is looked up in
8991 DNS and used to generate a SMB URL of the form
8992 smb://server.domain/username. This algorithm works for both Debian
8993 edu and the University of Oslo. Perhaps there are better attributes
8994 to use or a better algorithm that works for more sites, but this will
8995 do for now. :)&lt;/p&gt;
8996
8997 &lt;p&gt;This work should make it easier to integrate the Debian Edu clients
8998 into any LDAP/Kerberos infrastructure, and make the current setup even
8999 more flexible than before. I suspect it will also work for thin
9000 client servers, allowing one to easily set up LTSP and hook it into a
9001 existing network infrastructure, but I have not had time to test this
9002 yet.&lt;/p&gt;
9003
9004 &lt;p&gt;If you want to help out with implementing these things for Debian
9005 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9006
9007 &lt;p&gt;Update 2010-08-09: Simon Farnsworth gave me a heads-up on how to
9008 detect Kerberos realm from DNS, by looking for _kerberos TXT entries
9009 before falling back to the upper case DNS domain name. Will have to
9010 implement it for Debian Edu. :)&lt;/p&gt;
9011 </description>
9012 </item>
9013
9014 <item>
9015 <title>Testing if a file system can be used for home directories...</title>
9016 <link>http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</link>
9017 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</guid>
9018 <pubDate>Sun, 8 Aug 2010 21:20:00 +0200</pubDate>
9019 <description>&lt;p&gt;A few years ago, I was involved in a project planning to use
9020 Windows file servers as home directory servers for Debian
9021 Edu/Skolelinux machines. This was thought to be no problem, as the
9022 access would be through the SMB network file system protocol, and we
9023 knew other sites used SMB with unix and samba as the file server to
9024 mount home directories without any problems. But, after months of
9025 struggling, we had to conclude that our goal was impossible.&lt;/p&gt;
9026
9027 &lt;p&gt;The reason is simply that while SMB can be used for home
9028 directories when the file server is Samba running on Unix, this only
9029 work because of Samba have some extensions and the fact that the
9030 underlying file system is a unix file system. When using a Windows
9031 file server, the underlying file system do not have POSIX semantics,
9032 and several programs will fail if the users home directory where they
9033 want to store their configuration lack POSIX semantics.&lt;/p&gt;
9034
9035 &lt;p&gt;As part of this work, I wrote a small C program I want to share
9036 with you all, to replicate a few of the problematic applications (like
9037 OpenOffice.org and GCompris) and see if the file system was working as
9038 it should. If you find yourself in spooky file system land, it might
9039 help you find your way out again. This is the fs-test.c source:&lt;/p&gt;
9040
9041 &lt;pre&gt;
9042 /*
9043 * Some tests to check the file system sematics. Used to verify that
9044 * CIFS from a windows server do not work properly as a linux home
9045 * directory.
9046 * License: GPL v2 or later
9047 *
9048 * needs libsqlite3-dev and build-essential installed
9049 * compile with: gcc -Wall -lsqlite3 -DTEST_SQLITE fs-test.c -o fs-test
9050 */
9051
9052 #define _FILE_OFFSET_BITS 64
9053 #define _LARGEFILE_SOURCE 1
9054 #define _LARGEFILE64_SOURCE 1
9055
9056 #define _GNU_SOURCE /* for asprintf() */
9057
9058 #include &amp;lt;errno.h&gt;
9059 #include &amp;lt;fcntl.h&gt;
9060 #include &amp;lt;stdio.h&gt;
9061 #include &amp;lt;string.h&gt;
9062 #include &amp;lt;stdlib.h&gt;
9063 #include &amp;lt;sys/file.h&gt;
9064 #include &amp;lt;sys/stat.h&gt;
9065 #include &amp;lt;sys/types.h&gt;
9066 #include &amp;lt;unistd.h&gt;
9067
9068 #ifdef TEST_SQLITE
9069 /*
9070 * Test sqlite open, as done by gcompris require the libsqlite3-dev
9071 * package and linking with -lsqlite3. A more low level test is
9072 * below.
9073 * See also &amp;lt;URL: http://www.sqlite.org./faq.html#q5 &gt;.
9074 */
9075 #include &amp;lt;sqlite3.h&gt;
9076 #define CREATE_TABLE_USERS \
9077 &quot;CREATE TABLE users (user_id INT UNIQUE, login TEXT, lastname TEXT, firstname TEXT, birthdate TEXT, class_id INT ); &quot;
9078 int test_sqlite_open(void) {
9079 char *zErrMsg;
9080 char *name = &quot;testsqlite.db&quot;;
9081 sqlite3 *db=NULL;
9082 unlink(name);
9083 int rc = sqlite3_open(name, &amp;db);
9084 if( rc ){
9085 printf(&quot;error: sqlite open of %s failed: %s\n&quot;, name, sqlite3_errmsg(db));
9086 sqlite3_close(db);
9087 return -1;
9088 }
9089
9090 /* create tables */
9091 rc = sqlite3_exec(db,CREATE_TABLE_USERS, NULL, 0, &amp;zErrMsg);
9092 if( rc != SQLITE_OK ){
9093 printf(&quot;error: sqlite table create failed: %s\n&quot;, zErrMsg);
9094 sqlite3_close(db);
9095 return -1;
9096 }
9097 printf(&quot;info: sqlite worked\n&quot;);
9098 sqlite3_close(db);
9099 return 0;
9100 }
9101 #endif /* TEST_SQLITE */
9102
9103 /*
9104 * Demonstrate locking issue found in gcompris using sqlite3. This
9105 * work with ext3, but not with cifs server on Windows 2003. This is
9106 * done in the sqlite3 library.
9107 * See also
9108 * &amp;lt;URL:http://www.cygwin.com/ml/cygwin/2001-08/msg00854.html&gt; and the
9109 * POSIX specification
9110 * &amp;lt;URL:http://www.opengroup.org/onlinepubs/009695399/functions/fcntl.html&gt;.
9111 */
9112 int test_gcompris_locking(void) {
9113 struct flock fl;
9114 char *name = &quot;testsqlite.db&quot;;
9115 unlink(name);
9116 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, 0644);
9117 printf(&quot;info: testing fcntl locking\n&quot;);
9118
9119 fl.l_whence = SEEK_SET;
9120 fl.l_pid = getpid();
9121 printf(&quot; Read-locking 1 byte from 1073741824&quot;);
9122 fl.l_start = 1073741824;
9123 fl.l_len = 1;
9124 fl.l_type = F_RDLCK;
9125 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9126
9127 printf(&quot; Read-locking 510 byte from 1073741826&quot;);
9128 fl.l_start = 1073741826;
9129 fl.l_len = 510;
9130 fl.l_type = F_RDLCK;
9131 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9132
9133 printf(&quot; Unlocking 1 byte from 1073741824&quot;);
9134 fl.l_start = 1073741824;
9135 fl.l_len = 1;
9136 fl.l_type = F_UNLCK;
9137 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9138
9139 printf(&quot; Write-locking 1 byte from 1073741824&quot;);
9140 fl.l_start = 1073741824;
9141 fl.l_len = 1;
9142 fl.l_type = F_WRLCK;
9143 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9144
9145 printf(&quot; Write-locking 510 byte from 1073741826&quot;);
9146 fl.l_start = 1073741826;
9147 fl.l_len = 510;
9148 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9149
9150 printf(&quot; Unlocking 2 byte from 1073741824&quot;);
9151 fl.l_start = 1073741824;
9152 fl.l_len = 2;
9153 fl.l_type = F_UNLCK;
9154 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9155
9156 close(fd);
9157 return 0;
9158 }
9159
9160 /*
9161 * Test if permissions of freshly created directories allow entries
9162 * below them. This was a problem with OpenOffice.org and gcompris.
9163 * Mounting with option &#39;sync&#39; seem to solve this problem while
9164 * slowing down file operations.
9165 */
9166 int test_subdirectory_creation(void) {
9167 #define LEVELS 5
9168 char *path = strdup(&quot;test&quot;);
9169 char *dirs[LEVELS];
9170 int level;
9171 printf(&quot;info: testing subdirectory creation\n&quot;);
9172 for (level = 0; level &amp;lt; LEVELS; level++) {
9173 char *newpath = NULL;
9174 if (-1 == mkdir(path, 0777)) {
9175 printf(&quot; error: Unable to create directory &#39;%s&#39;: %s\n&quot;,
9176 path, strerror(errno));
9177 break;
9178 }
9179 asprintf(&amp;newpath, &quot;%s/%s&quot;, path, &quot;test&quot;);
9180 free(path);
9181 path = newpath;
9182 }
9183 return 0;
9184 }
9185
9186 /*
9187 * Test if symlinks can be created. This was a problem detected with
9188 * KDE.
9189 */
9190 int test_symlinks(void) {
9191 printf(&quot;info: testing symlink creation\n&quot;);
9192 unlink(&quot;symlink&quot;);
9193 if (-1 == symlink(&quot;file&quot;, &quot;symlink&quot;))
9194 printf(&quot; error: Unable to create symlink\n&quot;);
9195 return 0;
9196 }
9197
9198 int main(int argc, char **argv) {
9199 printf(&quot;Testing POSIX/Unix sematics on file system\n&quot;);
9200 test_symlinks();
9201 test_subdirectory_creation();
9202 #ifdef TEST_SQLITE
9203 test_sqlite_open();
9204 #endif /* TEST_SQLITE */
9205 test_gcompris_locking();
9206 return 0;
9207 }
9208 &lt;/pre&gt;
9209
9210 &lt;p&gt;When everything is working, it should print something like
9211 this:&lt;/p&gt;
9212
9213 &lt;pre&gt;
9214 Testing POSIX/Unix sematics on file system
9215 info: testing symlink creation
9216 info: testing subdirectory creation
9217 info: sqlite worked
9218 info: testing fcntl locking
9219 Read-locking 1 byte from 1073741824
9220 Read-locking 510 byte from 1073741826
9221 Unlocking 1 byte from 1073741824
9222 Write-locking 1 byte from 1073741824
9223 Write-locking 510 byte from 1073741826
9224 Unlocking 2 byte from 1073741824
9225 &lt;/pre&gt;
9226
9227 &lt;p&gt;I do not remember the exact details of the problems we saw, but one
9228 of them was with locking, where if I remember correctly, POSIX allow a
9229 read-only lock to be upgraded to a read-write lock without unlocking
9230 the read-only lock (while Windows do not). Another was a bug in the
9231 CIFS/SMB client implementation in the Linux kernel where directory
9232 meta information would be wrong for a fraction of a second, making
9233 OpenOffice.org fail to create its deep directory tree because it was
9234 not allowed to create files in its freshly created directory.&lt;/p&gt;
9235
9236 &lt;p&gt;Anyway, here is a nice tool for your tool box, might you never need
9237 it. :)&lt;/p&gt;
9238
9239 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
9240 script so useful that he created a GIT repository and stored it in
9241 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
9242 </description>
9243 </item>
9244
9245 <item>
9246 <title>Autodetecting Client setup for roaming workstations in Debian Edu</title>
9247 <link>http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</link>
9248 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</guid>
9249 <pubDate>Sat, 7 Aug 2010 14:45:00 +0200</pubDate>
9250 <description>&lt;p&gt;A few days ago, I
9251 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html&quot;&gt;tried
9252 to install&lt;/a&gt; a Roaming workation profile from Debian Edu/Squeeze
9253 while on the university network here at the University of Oslo, and
9254 noticed how much had to change to get it operational using the
9255 university infrastructure. It was fairly easy, but it occured to me
9256 that Debian Edu would improve a lot if I could get the client to
9257 connect without any changes at all, and thus let the client configure
9258 itself during installation and first boot to use the infrastructure
9259 around it. Now I am a huge step further along that road.&lt;/p&gt;
9260
9261 &lt;p&gt;With our current squeeze-test packages, I can select the roaming
9262 workstation profile and get a working laptop connecting to the
9263 university LDAP server for user and group and our active directory
9264 servers for Kerberos authentication. All this without any
9265 configuration at all during installation. My users home directory got
9266 a bookmark in the KDE menu to mount it via SMB, with the correct URL.
9267 In short, openldap and sssd is correctly configured. In addition to
9268 this, the client look for http://wpad/wpad.dat to configure a web
9269 proxy, and when it fail to find it no proxy settings are stored in
9270 /etc/environment and /etc/apt/apt.conf. Iceweasel and KDE is
9271 configured to look for the same wpad configuration and also do not use
9272 a proxy when at the university network. If the machine is moved to a
9273 network with such wpad setup, it would automatically use it when DHCP
9274 gave it a IP address.&lt;/p&gt;
9275
9276 &lt;p&gt;The LDAP server is located using DNS, by first looking for the DNS
9277 entry ldap.$domain. If this do not exist, it look for the
9278 _ldap._tcp.$domain SRV records and use the first one as the LDAP
9279 server. Next, it connects to the LDAP server and search all
9280 namingContexts entries for posixAccount or posixGroup objects, and
9281 pick the first one as the LDAP base. For Kerberos, a similar
9282 algorithm is used to locate the LDAP server, and the realm is the
9283 uppercase version of $domain.&lt;/p&gt;
9284
9285 &lt;p&gt;So, what is not working, you might ask. SMB mounting my home
9286 directory do not work. No idea why, but suspected the incorrect
9287 Kerberos settings in /etc/krb5.conf and /etc/samba/smb.conf might be
9288 the cause. These are not properly configured during installation, and
9289 had to be hand-edited to get the correct Kerberos realm and server,
9290 but SMB mounting still do not work. :(&lt;/p&gt;
9291
9292 &lt;p&gt;With this automatic configuration in place, I expect a Debian Edu
9293 roaming profile installation would be able to automatically detect and
9294 connect to any site using LDAP and Kerberos for NSS directory and PAM
9295 authentication. It should also work out of the box in a Active
9296 Directory environment providing posixAccount and posixGroup objects
9297 with UID and GID values.&lt;/p&gt;
9298
9299 &lt;p&gt;If you want to help out with implementing these things for Debian
9300 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9301 </description>
9302 </item>
9303
9304 <item>
9305 <title>Debian Edu roaming workstation - at the university of Oslo</title>
9306 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</link>
9307 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</guid>
9308 <pubDate>Tue, 3 Aug 2010 23:30:00 +0200</pubDate>
9309 <description>&lt;p&gt;The new roaming workstation profile in Debian Edu/Squeeze is fairly
9310 similar to the laptop setup am I working on using Ubuntu for the
9311 University of Oslo, and just for the heck of it, I tested today how
9312 hard it would be to integrate that profile into the university
9313 infrastructure. In this case, it is the university LDAP server,
9314 Active Directory Kerberos server and SMB mounting from the Netapp file
9315 servers.&lt;/p&gt;
9316
9317 &lt;p&gt;I was pleasantly surprised that the only three files needed to be
9318 changed (/etc/sssd/sssd.conf, /etc/ldap.conf and
9319 /etc/mklocaluser.d/20-debian-edu-config) and one file had to be added
9320 (/usr/share/perl5/Debian/Edu_Local.pm), to get the client working.
9321 Most of the changes were to get the client to use the university LDAP
9322 for NSS and Kerberos server for PAM, but one was to change a hard
9323 coded DNS domain name in the mklocaluser hook from .intern to
9324 .uio.no.&lt;/p&gt;
9325
9326 &lt;p&gt;This testing was so encouraging, that I went ahead and adjusted the
9327 Debian Edu scripts and setup in subversion to centralise the roaming
9328 workstation setup a bit more and avoid the hardcoded DNS domain name,
9329 so that when I test this tomorrow, I expect to get away with modifying
9330 only /etc/sssd/sssd.conf and /etc/ldap.conf to get it to use the
9331 university servers.&lt;/p&gt;
9332
9333 &lt;p&gt;My goal is to get the clients to have no hardcoded settings and
9334 fetch all their initial setup during installation and first boot, to
9335 allow them to be inserted also into environments where the default
9336 setup in Debian Edu has been changed or as with the university, where
9337 the environment is different but provides the protocols Debian Edu
9338 uses.&lt;/p&gt;
9339 </description>
9340 </item>
9341
9342 <item>
9343 <title>First Debian Edu test release (alpha0) based on Squeeze is released</title>
9344 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</link>
9345 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</guid>
9346 <pubDate>Tue, 27 Jul 2010 17:45:00 +0200</pubDate>
9347 <description>&lt;p&gt;I just posted this announcement culminating several months of work
9348 with the next Debian Edu release. Not nearly done, but one major step
9349 completed.&lt;/p&gt;
9350
9351 &lt;blockquote&gt;
9352 &lt;p&gt;This is the first test release based on Squeeze. The focus of this
9353 release is to test the user application selection. To have a look,
9354 install the standalone profile and let the developers know if the set
9355 of installed packages i.e. applications should be modified. If some
9356 user application is missing, or if there are some applications that no
9357 longer make sense to be included in Debian Edu, please let us know.
9358 Also, if a useful application is missing the translation for your
9359 language of choice, please let us know too.&lt;/p&gt;
9360
9361 &lt;p&gt;In addition, feedback and help to polish the desktop (menus,
9362 artwork, starters, etc.) is appreciated. We would like to ship a nice
9363 and handy KDE4 desktop targeted for schools out of the box.&lt;/p&gt;
9364
9365 &lt;p&gt;The other profiles should be installable, but there is a lot more
9366 work left to be done before they are ready, so do not expect to
9367 much.&lt;/p&gt;
9368
9369 &lt;p&gt;Changes compared to the lenny based version&lt;/p&gt;
9370
9371 &lt;ul&gt;
9372 &lt;li&gt;Everything from Debian Squeeze
9373 &lt;ul&gt;
9374 &lt;li&gt;Desktop environment KDE 4.4 =&gt; the new KDE desktop in
9375 combination with some new artwork
9376 &lt;li&gt;Web browser Iceweasel 3.5
9377 &lt;li&gt;OpenOffice.org 3.2
9378 &lt;li&gt;Educational toolbox GCompris 9.3
9379 &lt;li&gt;Music creator Rosegarden 10.04.2
9380 &lt;li&gt;Image editor Gimp 2.6.10
9381 &lt;li&gt;Virtual universe Celestia 1.6.0
9382 &lt;li&gt;Virtual stargazer Stellarium 0.10.4
9383 &lt;li&gt;3D modeler Blender 2.49.2 (new application)
9384 &lt;li&gt;Video editor Kdenlive 0.7.7 (new application)
9385 &lt;/ul&gt;&lt;/li&gt;
9386 &lt;li&gt;Now using Kerberos for password checking (migration not finished).
9387 Enabled for:
9388 &lt;ul&gt;
9389 &lt;li&gt;PAM
9390 &lt;li&gt;LDAP
9391 &lt;li&gt;IMAP
9392 &lt;li&gt;SMTP (sender verification)
9393 &lt;/ul&gt;
9394 &lt;/li&gt;
9395 &lt;li&gt;New experimental roaming workstation profile for laptops.&lt;/li&gt;
9396 &lt;li&gt;Show welcome page to users when they first log in. The URL is
9397 fetched from LDAP.&lt;/li&gt;
9398 &lt;li&gt;New LXDE desktop option, in addition to KDE (default) and Gnome.&lt;/li&gt;
9399 &lt;li&gt;General cleanup (not finished)&lt;/li&gt;
9400 &lt;/ul&gt;
9401 &lt;p&gt;The following features are not working as they should&lt;/p&gt;
9402
9403 &lt;ul&gt;
9404 &lt;li&gt;No web based administration tool for creating users and groups. The
9405 scripts ldap-createuser-krb and ldap-add-user-to-group can be used
9406 for testing.&lt;/li&gt;
9407 &lt;li&gt;DVD installs are missing debian-installer images for the PXE boot,
9408 and do not set up the PXE menu on eth0 because of this. LTSP
9409 clients should still boot from eth1 on thin client servers.&lt;/li&gt;
9410 &lt;li&gt;The restructured KDE menu is not implemented.&lt;/li&gt;
9411 &lt;li&gt;The LDAP server setup need to be reviewed for security.&lt;/li&gt;
9412 &lt;li&gt;The LDAP directory structure need to be reworked.&lt;/li&gt;
9413 &lt;li&gt;Different sets of packages are installed when using the DVD and the
9414 netinst CD. More packages are installed using the netinst CD.&lt;/li&gt;
9415 &lt;li&gt;The jackd package fail to install. This is believed to be caused by
9416 some ongoing transition, and hopefully should be solved soon. The
9417 jackd1 package can be installed manually for those that need it.&lt;/li&gt;
9418 &lt;li&gt;Some packages lack translations. See
9419 http://wiki.debian.org/DebianEdu/Status/Squeeze for updated status,
9420 and help out with translations.&lt;/li&gt;
9421 &lt;/ul&gt;
9422
9423 &lt;p&gt;To download this multiarch netinstall release you can use&lt;/p&gt;
9424
9425 &lt;ul&gt;
9426 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/a&gt;&lt;/li&gt;
9427 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/a&gt;&lt;/li&gt;
9428 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9429 &lt;/ul&gt;
9430 &lt;p&gt;To download this multiarch dvd release you can use&lt;/p&gt;
9431
9432 &lt;ul&gt;
9433 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/a&gt;&lt;/li&gt;
9434 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/a&gt;&lt;/li&gt;
9435 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9436 &lt;/ul&gt;
9437
9438 &lt;p&gt;There is no source DVD available yet. It will be prepared when we
9439 get closer to the final release.&lt;/p&gt;
9440
9441 &lt;p&gt;The MD5SUM of these images are&lt;/p&gt;
9442
9443 &lt;ul&gt;
9444 &lt;li&gt;3dbf45d59f42a53518b6e3c9ec3b5eb6 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9445 &lt;li&gt;22f2cbfce281d1c6e478be452638675d debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9446 &lt;/ul&gt;
9447
9448 &lt;p&gt;The SHA1SUM of these images are&lt;/p&gt;
9449 &lt;ul&gt;
9450 &lt;li&gt;c53d1b69b40cf37cd27aefaf33f6f6a3821bedf0 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9451 &lt;li&gt;2ec29d7db676d59d32197b05c277ffe16348376c debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9452 &lt;/ul&gt;
9453 &lt;p&gt;How to report bugs:
9454 http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla&lt;/p&gt;
9455
9456 &lt;p&gt;Please direct replies to debian-edu@lists.debian.org&lt;/p&gt;
9457 &lt;/blockquote&gt;
9458 </description>
9459 </item>
9460
9461 <item>
9462 <title>One step closer to single signon in Debian Edu</title>
9463 <link>http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</link>
9464 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</guid>
9465 <pubDate>Sun, 25 Jul 2010 10:00:00 +0200</pubDate>
9466 <description>&lt;p&gt;The last few months me and the other Debian Edu developers have
9467 been working hard to get the Debian/Squeeze based version of Debian
9468 Edu/Skolelinux into shape. This future version will use Kerberos for
9469 authentication, and services are slowly migrated to single signon,
9470 getting rid of password questions one at the time.&lt;/p&gt;
9471
9472 &lt;p&gt;It will also feature a roaming workstation profile with local home
9473 directory, for laptops that are only some times on the Skolelinux
9474 network, and for this profile a shortcut is created in Gnome and KDE
9475 to gain access to the users home directory on the file server. This
9476 shortcut uses SMB at the moment, and yesterday I had time to test if
9477 SMB mounting had started working in KDE after we added the cifs-utils
9478 package. I was pleasantly surprised how well it worked.&lt;/p&gt;
9479
9480 &lt;p&gt;Thanks to the recent changes to our samba configuration to get it
9481 to use Kerberos for authentication, there were no question about user
9482 password when mounting the SMB volume. A simple click on the shortcut
9483 in the KDE menu, and a window with the home directory popped
9484 up. :)&lt;/p&gt;
9485
9486 &lt;p&gt;One step closer to a single signon solution out of the box in
9487 Debian Edu. We already had PAM, LDAP, IMAP and SMTP in place, and now
9488 also Samba. Next step is Cups and hopefully also NFS.&lt;/p&gt;
9489
9490 &lt;p&gt;We had planned a alpha0 release of Debian Edu for today, but thanks
9491 to the autobuilder administrators for some architectures being slow to
9492 sign packages, we are still missing the fixed LTSP package we need for
9493 the release. It was uploaded three days ago with urgency=high, and if
9494 it had entered testing yesterday we would have been able to test it in
9495 time for a alpha0 release today. As the binaries for ia64 and powerpc
9496 still not uploaded to the Debian archive, we need to delay the alpha
9497 release another day.&lt;/p&gt;
9498
9499 &lt;p&gt;If you want to help out with implementing Kerberos for Debian Edu,
9500 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9501 </description>
9502 </item>
9503
9504 <item>
9505 <title>What are they searching for - PowerDNS and ISC DHCP in LDAP</title>
9506 <link>http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</link>
9507 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</guid>
9508 <pubDate>Sat, 17 Jul 2010 21:00:00 +0200</pubDate>
9509 <description>&lt;p&gt;This is a
9510 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;followup&lt;/a&gt;
9511 on my
9512 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html&quot;&gt;previous
9513 work&lt;/a&gt; on
9514 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html&quot;&gt;merging
9515 all&lt;/a&gt; the computer related LDAP objects in Debian Edu.&lt;/p&gt;
9516
9517 &lt;p&gt;As a step to try to see if it possible to merge the DNS and DHCP
9518 LDAP objects, I have had a look at how the packages pdns-backend-ldap
9519 and dhcp3-server-ldap in Debian use the LDAP server. The two
9520 implementations are quite different in how they use LDAP.&lt;/p&gt;
9521
9522 To get this information, I started slapd with debugging enabled and
9523 dumped the debug output to a file to get the LDAP searches performed
9524 on a Debian Edu main-server. Here is a summary.
9525
9526 &lt;p&gt;&lt;strong&gt;powerdns&lt;/strong&gt;&lt;/p&gt;
9527
9528 &lt;a href=&quot;http://www.linuxnetworks.de/doc/index.php/PowerDNS_LDAP_Backend&quot;&gt;Clues
9529 on how to&lt;/a&gt; set up PowerDNS to use a LDAP backend is available on
9530 the web.
9531
9532 &lt;p&gt;PowerDNS have two modes of operation using LDAP as its backend.
9533 One &quot;strict&quot; mode where the forward and reverse DNS lookups are done
9534 using the same LDAP objects, and a &quot;tree&quot; mode where the forward and
9535 reverse entries are in two different subtrees in LDAP with a structure
9536 based on the DNS names, as in tjener.intern and
9537 2.2.0.10.in-addr.arpa.&lt;/p&gt;
9538
9539 &lt;p&gt;In tree mode, the server is set up to use a LDAP subtree as its
9540 base, and uses a &quot;base&quot; scoped search for the DNS name by adding
9541 &quot;dc=tjener,dc=intern,&quot; to the base with a filter for
9542 &quot;(associateddomain=tjener.intern)&quot; for the forward entry and
9543 &quot;dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,&quot; with a filter for
9544 &quot;(associateddomain=2.2.0.10.in-addr.arpa)&quot; for the reverse entry. For
9545 forward entries, it is looking for attributes named dnsttl, arecord,
9546 nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord, mxrecord,
9547 txtrecord, rprecord, afsdbrecord, keyrecord, aaaarecord, locrecord,
9548 srvrecord, naptrrecord, kxrecord, certrecord, dsrecord, sshfprecord,
9549 ipseckeyrecord, rrsigrecord, nsecrecord, dnskeyrecord, dhcidrecord,
9550 spfrecord and modifytimestamp. For reverse entries it is looking for
9551 the attributes dnsttl, arecord, nsrecord, cnamerecord, soarecord,
9552 ptrrecord, hinforecord, mxrecord, txtrecord, rprecord, aaaarecord,
9553 locrecord, srvrecord, naptrrecord and modifytimestamp. The equivalent
9554 ldapsearch commands could look like this:&lt;/p&gt;
9555
9556 &lt;blockquote&gt;&lt;pre&gt;
9557 ldapsearch -h ldap \
9558 -b dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no \
9559 -s base -x &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
9560 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
9561 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
9562 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
9563 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
9564
9565 ldapsearch -h ldap \
9566 -b dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no \
9567 -s base -x &#39;(associateddomain=2.2.0.10.in-addr.arpa)&#39;
9568 dnsttl, arecord, nsrecord, cnamerecord soarecord ptrrecord \
9569 hinforecord mxrecord txtrecord rprecord aaaarecord locrecord \
9570 srvrecord naptrrecord modifytimestamp
9571 &lt;/pre&gt;&lt;/blockquote&gt;
9572
9573 &lt;p&gt;In Debian Edu/Lenny, the PowerDNS tree mode is used with
9574 ou=hosts,dc=skole,dc=skolelinux,dc=no as the base, and these are two
9575 example LDAP objects used there. In addition to these objects, the
9576 parent objects all th way up to ou=hosts,dc=skole,dc=skolelinux,dc=no
9577 also exist.&lt;/p&gt;
9578
9579 &lt;blockquote&gt;&lt;pre&gt;
9580 dn: dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no
9581 objectclass: top
9582 objectclass: dnsdomain
9583 objectclass: domainrelatedobject
9584 dc: tjener
9585 arecord: 10.0.2.2
9586 associateddomain: tjener.intern
9587
9588 dn: dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no
9589 objectclass: top
9590 objectclass: dnsdomain2
9591 objectclass: domainrelatedobject
9592 dc: 2
9593 ptrrecord: tjener.intern
9594 associateddomain: 2.2.0.10.in-addr.arpa
9595 &lt;/pre&gt;&lt;/blockquote&gt;
9596
9597 &lt;p&gt;In strict mode, the server behaves differently. When looking for
9598 forward DNS entries, it is doing a &quot;subtree&quot; scoped search with the
9599 same base as in the tree mode for a object with filter
9600 &quot;(associateddomain=tjener.intern)&quot; and requests the attributes dnsttl,
9601 arecord, nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord,
9602 mxrecord, txtrecord, rprecord, aaaarecord, locrecord, srvrecord,
9603 naptrrecord and modifytimestamp. For reverse entires it also do a
9604 subtree scoped search but this time the filter is &quot;(arecord=10.0.2.2)&quot;
9605 and the requested attributes are associateddomain, dnsttl and
9606 modifytimestamp. In short, in strict mode the objects with ptrrecord
9607 go away, and the arecord attribute in the forward object is used
9608 instead.&lt;/p&gt;
9609
9610 &lt;p&gt;The forward and reverse searches can be simulated using ldapsearch
9611 like this:&lt;/p&gt;
9612
9613 &lt;blockquote&gt;&lt;pre&gt;
9614 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
9615 &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
9616 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
9617 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
9618 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
9619 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
9620
9621 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
9622 &#39;(arecord=10.0.2.2)&#39; associateddomain dnsttl modifytimestamp
9623 &lt;/pre&gt;&lt;/blockquote&gt;
9624
9625 &lt;p&gt;In addition to the forward and reverse searches , there is also a
9626 search for SOA records, which behave similar to the forward and
9627 reverse lookups.&lt;/p&gt;
9628
9629 &lt;p&gt;A thing to note with the PowerDNS behaviour is that it do not
9630 specify any objectclass names, and instead look for the attributes it
9631 need to generate a DNS reply. This make it able to work with any
9632 objectclass that provide the needed attributes.&lt;/p&gt;
9633
9634 &lt;p&gt;The attributes are normally provided in the cosine (RFC 1274) and
9635 dnsdomain2 schemas. The latter is used for reverse entries like
9636 ptrrecord and recent DNS additions like aaaarecord and srvrecord.&lt;/p&gt;
9637
9638 &lt;p&gt;In Debian Edu, we have created DNS objects using the object classes
9639 dcobject (for dc), dnsdomain or dnsdomain2 (structural, for the DNS
9640 attributes) and domainrelatedobject (for associatedDomain). The use
9641 of structural object classes make it impossible to combine these
9642 classes with the object classes used by DHCP.&lt;/p&gt;
9643
9644 &lt;p&gt;There are other schemas that could be used too, for example the
9645 dnszone structural object class used by Gosa and bind-sdb for the DNS
9646 attributes combined with the domainrelatedobject object class, but in
9647 this case some unused attributes would have to be included as well
9648 (zonename and relativedomainname).&lt;/p&gt;
9649
9650 &lt;p&gt;My proposal for Debian Edu would be to switch PowerDNS to strict
9651 mode and not use any of the existing objectclasses (dnsdomain,
9652 dnsdomain2 and dnszone) when one want to combine the DNS information
9653 with DHCP information, and instead create a auxiliary object class
9654 defined something like this (using the attributes defined for
9655 dnsdomain and dnsdomain2 or dnszone):&lt;/p&gt;
9656
9657 &lt;blockquote&gt;&lt;pre&gt;
9658 objectclass ( some-oid NAME &#39;dnsDomainAux&#39;
9659 SUP top
9660 AUXILIARY
9661 MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
9662 DNSTTL $ DNSClass $ PTRRecord $ HINFORecord $ MINFORecord $
9663 TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $ LOCRecord $
9664 NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
9665 A6Record $ DNAMERecord
9666 ))
9667 &lt;/pre&gt;&lt;/blockquote&gt;
9668
9669 &lt;p&gt;This will allow any object to become a DNS entry when combined with
9670 the domainrelatedobject object class, and allow any entity to include
9671 all the attributes PowerDNS wants. I&#39;ve sent an email to the PowerDNS
9672 developers asking for their view on this schema and if they are
9673 interested in providing such schema with PowerDNS, and I hope my
9674 message will be accepted into their mailing list soon.&lt;/p&gt;
9675
9676 &lt;p&gt;&lt;strong&gt;ISC dhcp&lt;/strong&gt;&lt;/p&gt;
9677
9678 &lt;p&gt;The DHCP server searches for specific objectclass and requests all
9679 the object attributes, and then uses the attributes it want. This
9680 make it harder to figure out exactly what attributes are used, but
9681 thanks to the working example in Debian Edu I can at least get an idea
9682 what is needed without having to read the source code.&lt;/p&gt;
9683
9684 &lt;p&gt;In the DHCP server configuration, the LDAP base to use and the
9685 search filter to use to locate the correct dhcpServer entity is
9686 stored. These are the relevant entries from
9687 /etc/dhcp3/dhcpd.conf:&lt;/p&gt;
9688
9689 &lt;blockquote&gt;&lt;pre&gt;
9690 ldap-base-dn &quot;dc=skole,dc=skolelinux,dc=no&quot;;
9691 ldap-dhcp-server-cn &quot;dhcp&quot;;
9692 &lt;/pre&gt;&lt;/blockquote&gt;
9693
9694 &lt;p&gt;The DHCP server uses this information to nest all the DHCP
9695 configuration it need. The cn &quot;dhcp&quot; is located using the given LDAP
9696 base and the filter &quot;(&amp;(objectClass=dhcpServer)(cn=dhcp))&quot;. The
9697 search result is this entry:&lt;/p&gt;
9698
9699 &lt;blockquote&gt;&lt;pre&gt;
9700 dn: cn=dhcp,dc=skole,dc=skolelinux,dc=no
9701 cn: dhcp
9702 objectClass: top
9703 objectClass: dhcpServer
9704 dhcpServiceDN: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9705 &lt;/pre&gt;&lt;/blockquote&gt;
9706
9707 &lt;p&gt;The content of the dhcpServiceDN attribute is next used to locate the
9708 subtree with DHCP configuration. The DHCP configuration subtree base
9709 is located using a base scope search with base &quot;cn=DHCP
9710 Config,dc=skole,dc=skolelinux,dc=no&quot; and filter
9711 &quot;(&amp;(objectClass=dhcpService)(|(dhcpPrimaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)(dhcpSecondaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)))&quot;.
9712 The search result is this entry:&lt;/p&gt;
9713
9714 &lt;blockquote&gt;&lt;pre&gt;
9715 dn: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9716 cn: DHCP Config
9717 objectClass: top
9718 objectClass: dhcpService
9719 objectClass: dhcpOptions
9720 dhcpPrimaryDN: cn=dhcp, dc=skole,dc=skolelinux,dc=no
9721 dhcpStatements: ddns-update-style none
9722 dhcpStatements: authoritative
9723 dhcpOption: smtp-server code 69 = array of ip-address
9724 dhcpOption: www-server code 72 = array of ip-address
9725 dhcpOption: wpad-url code 252 = text
9726 &lt;/pre&gt;&lt;/blockquote&gt;
9727
9728 &lt;p&gt;Next, the entire subtree is processed, one level at the time. When
9729 all the DHCP configuration is loaded, it is ready to receive requests.
9730 The subtree in Debian Edu contain objects with object classes
9731 top/dhcpService/dhcpOptions, top/dhcpSharedNetwork/dhcpOptions,
9732 top/dhcpSubnet, top/dhcpGroup and top/dhcpHost. These provide options
9733 and information about netmasks, dynamic range etc. Leaving out the
9734 details here because it is not relevant for the focus of my
9735 investigation, which is to see if it is possible to merge dns and dhcp
9736 related computer objects.&lt;/p&gt;
9737
9738 &lt;p&gt;When a DHCP request come in, LDAP is searched for the MAC address
9739 of the client (00:00:00:00:00:00 in this example), using a subtree
9740 scoped search with &quot;cn=DHCP Config,dc=skole,dc=skolelinux,dc=no&quot; as
9741 the base and &quot;(&amp;(objectClass=dhcpHost)(dhcpHWAddress=ethernet
9742 00:00:00:00:00:00))&quot; as the filter. This is what a host object look
9743 like:&lt;/p&gt;
9744
9745 &lt;blockquote&gt;&lt;pre&gt;
9746 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9747 cn: hostname
9748 objectClass: top
9749 objectClass: dhcpHost
9750 dhcpHWAddress: ethernet 00:00:00:00:00:00
9751 dhcpStatements: fixed-address hostname
9752 &lt;/pre&gt;&lt;/blockquote&gt;
9753
9754 &lt;p&gt;There is less flexiblity in the way LDAP searches are done here.
9755 The object classes need to have fixed names, and the configuration
9756 need to be stored in a fairly specific LDAP structure. On the
9757 positive side, the invidiual dhcpHost entires can be anywhere without
9758 the DN pointed to by the dhcpServer entries. The latter should make
9759 it possible to group all host entries in a subtree next to the
9760 configuration entries, and this subtree can also be shared with the
9761 DNS server if the schema proposed above is combined with the dhcpHost
9762 structural object class.
9763
9764 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
9765
9766 &lt;p&gt;The PowerDNS implementation seem to be very flexible when it come
9767 to which LDAP schemas to use. While its &quot;tree&quot; mode is rigid when it
9768 come to the the LDAP structure, the &quot;strict&quot; mode is very flexible,
9769 allowing DNS objects to be stored anywhere under the base cn specified
9770 in the configuration.&lt;/p&gt;
9771
9772 &lt;p&gt;The DHCP implementation on the other hand is very inflexible, both
9773 regarding which LDAP schemas to use and which LDAP structure to use.
9774 I guess one could implement ones own schema, as long as the
9775 objectclasses and attributes have the names used, but this do not
9776 really help when the DHCP subtree need to have a fairly fixed
9777 structure.&lt;/p&gt;
9778
9779 &lt;p&gt;Based on the observed behaviour, I suspect a LDAP structure like
9780 this might work for Debian Edu:&lt;/p&gt;
9781
9782 &lt;blockquote&gt;&lt;pre&gt;
9783 ou=services
9784 cn=machine-info (dhcpService) - dhcpServiceDN points here
9785 cn=dhcp (dhcpServer)
9786 cn=dhcp-internal (dhcpSharedNetwork/dhcpOptions)
9787 cn=10.0.2.0 (dhcpSubnet)
9788 cn=group1 (dhcpGroup/dhcpOptions)
9789 cn=dhcp-thinclients (dhcpSharedNetwork/dhcpOptions)
9790 cn=192.168.0.0 (dhcpSubnet)
9791 cn=group1 (dhcpGroup/dhcpOptions)
9792 ou=machines - PowerDNS base points here
9793 cn=hostname (dhcpHost/domainrelatedobject/dnsDomainAux)
9794 &lt;/pre&gt;&lt;/blockquote&gt;
9795
9796 &lt;P&gt;This is not tested yet. If the DHCP server require the dhcpHost
9797 entries to be in the dhcpGroup subtrees, the entries can be stored
9798 there instead of a common machines subtree, and the PowerDNS base
9799 would have to be moved one level up to the machine-info subtree.&lt;/p&gt;
9800
9801 &lt;p&gt;The combined object under the machines subtree would look something
9802 like this:&lt;/p&gt;
9803
9804 &lt;blockquote&gt;&lt;pre&gt;
9805 dn: dc=hostname,ou=machines,cn=machine-info,dc=skole,dc=skolelinux,dc=no
9806 dc: hostname
9807 objectClass: top
9808 objectClass: dhcpHost
9809 objectclass: domainrelatedobject
9810 objectclass: dnsDomainAux
9811 associateddomain: hostname.intern
9812 arecord: 10.11.12.13
9813 dhcpHWAddress: ethernet 00:00:00:00:00:00
9814 dhcpStatements: fixed-address hostname.intern
9815 &lt;/pre&gt;&lt;/blockquote&gt;
9816
9817 &lt;/p&gt;One could even add the LTSP configuration associated with a given
9818 machine, as long as the required attributes are available in a
9819 auxiliary object class.&lt;/p&gt;
9820 </description>
9821 </item>
9822
9823 <item>
9824 <title>Combining PowerDNS and ISC DHCP LDAP objects</title>
9825 <link>http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</link>
9826 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</guid>
9827 <pubDate>Wed, 14 Jul 2010 23:45:00 +0200</pubDate>
9828 <description>&lt;p&gt;For a while now, I have wanted to find a way to change the DNS and
9829 DHCP services in Debian Edu to use the same LDAP objects for a given
9830 computer, to avoid the possibility of having a inconsistent state for
9831 a computer in LDAP (as in DHCP but no DNS entry or the other way
9832 around) and make it easier to add computers to LDAP.&lt;/p&gt;
9833
9834 &lt;p&gt;I&#39;ve looked at how powerdns and dhcpd is using LDAP, and using this
9835 information finally found a solution that seem to work.&lt;/p&gt;
9836
9837 &lt;p&gt;The old setup required three LDAP objects for a given computer.
9838 One forward DNS entry, one reverse DNS entry and one DHCP entry. If
9839 we switch powerdns to use its strict LDAP method (ldap-method=strict
9840 in pdns-debian-edu.conf), the forward and reverse DNS entries are
9841 merged into one while making it impossible to transfer the reverse map
9842 to a slave DNS server.&lt;/p&gt;
9843
9844 &lt;p&gt;If we also replace the object class used to get the DNS related
9845 attributes to one allowing these attributes to be combined with the
9846 dhcphost object class, we can merge the DNS and DHCP entries into one.
9847 I&#39;ve written such object class in the dnsdomainaux.schema file (need
9848 proper OIDs, but that is a minor issue), and tested the setup. It
9849 seem to work.&lt;/p&gt;
9850
9851 &lt;p&gt;With this test setup in place, we can get away with one LDAP object
9852 for both DNS and DHCP, and even the LTSP configuration I suggested in
9853 an earlier email. The combined LDAP object will look something like
9854 this:&lt;/p&gt;
9855
9856 &lt;blockquote&gt;&lt;pre&gt;
9857 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
9858 cn: hostname
9859 objectClass: dhcphost
9860 objectclass: domainrelatedobject
9861 objectclass: dnsdomainaux
9862 associateddomain: hostname.intern
9863 arecord: 10.11.12.13
9864 dhcphwaddress: ethernet 00:00:00:00:00:00
9865 dhcpstatements: fixed-address hostname
9866 ldapconfigsound: Y
9867 &lt;/pre&gt;&lt;/blockquote&gt;
9868
9869 &lt;p&gt;The DNS server uses the associateddomain and arecord entries, while
9870 the DHCP server uses the dhcphwaddress and dhcpstatements entries
9871 before asking DNS to resolve the fixed-adddress. LTSP will use
9872 dhcphwaddress or associateddomain and the ldapconfig* attributes.&lt;/p&gt;
9873
9874 &lt;p&gt;I am not yet sure if I can get the DHCP server to look for its
9875 dhcphost in a different location, to allow us to put the objects
9876 outside the &quot;DHCP Config&quot; subtree, but hope to figure out a way to do
9877 that. If I can&#39;t figure out a way to do that, we can still get rid of
9878 the hosts subtree and move all its content into the DHCP Config tree
9879 (which probably should be renamed to be more related to the new
9880 content. I suspect cn=dnsdhcp,ou=services or something like that
9881 might be a good place to put it.&lt;/p&gt;
9882
9883 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
9884 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9885 </description>
9886 </item>
9887
9888 <item>
9889 <title>Idea for storing LTSP configuration in LDAP</title>
9890 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</link>
9891 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</guid>
9892 <pubDate>Sun, 11 Jul 2010 22:00:00 +0200</pubDate>
9893 <description>&lt;p&gt;Vagrant mentioned on IRC today that ltsp_config now support
9894 sourcing files from /usr/share/ltsp/ltsp_config.d/ on the thin
9895 clients, and that this can be used to fetch configuration from LDAP if
9896 Debian Edu choose to store configuration there.&lt;/p&gt;
9897
9898 &lt;p&gt;Armed with this information, I got inspired and wrote a test module
9899 to get configuration from LDAP. The idea is to look up the MAC
9900 address of the client in LDAP, and look for attributes on the form
9901 ltspconfigsetting=value, and use this to export SETTING=value to the
9902 LTSP clients.&lt;/p&gt;
9903
9904 &lt;p&gt;The goal is to be able to store the LTSP configuration attributes
9905 in a &quot;computer&quot; LDAP object used by both DNS and DHCP, and thus
9906 allowing us to store all information about a computer in one place.&lt;/p&gt;
9907
9908 &lt;p&gt;This is a untested draft implementation, and I welcome feedback on
9909 this approach. A real LDAP schema for the ltspClientAux objectclass
9910 need to be written. Comments, suggestions, etc?&lt;/p&gt;
9911
9912 &lt;blockquote&gt;&lt;pre&gt;
9913 # Store in /opt/ltsp/$arch/usr/share/ltsp/ltsp_config.d/ldap-config
9914 #
9915 # Fetch LTSP client settings from LDAP based on MAC address
9916 #
9917 # Uses ethernet address as stored in the dhcpHost objectclass using
9918 # the dhcpHWAddress attribute or ethernet address stored in the
9919 # ieee802Device objectclass with the macAddress attribute.
9920 #
9921 # This module is written to be schema agnostic, and only depend on the
9922 # existence of attribute names.
9923 #
9924 # The LTSP configuration variables are saved directly using a
9925 # ltspConfig prefix and uppercasing the rest of the attribute name.
9926 # To set the SERVER variable, set the ltspConfigServer attribute.
9927 #
9928 # Some LDAP schema should be created with all the relevant
9929 # configuration settings. Something like this should work:
9930 #
9931 # objectclass ( 1.1.2.2 NAME &#39;ltspClientAux&#39;
9932 # SUP top
9933 # AUXILIARY
9934 # MAY ( ltspConfigServer $ ltsConfigSound $ ... )
9935
9936 LDAPSERVER=$(debian-edu-ldapserver)
9937 if [ &quot;$LDAPSERVER&quot; ] ; then
9938 LDAPBASE=$(debian-edu-ldapserver -b)
9939 for MAC in $(LANG=C ifconfig |grep -i hwaddr| awk &#39;{print $5}&#39;|sort -u) ; do
9940 filter=&quot;(|(dhcpHWAddress=ethernet $MAC)(macAddress=$MAC))&quot;
9941 ldapsearch -h &quot;$LDAPSERVER&quot; -b &quot;$LDAPBASE&quot; -v -x &quot;$filter&quot; | \
9942 grep &#39;^ltspConfig&#39; | while read attr value ; do
9943 # Remove prefix and convert to upper case
9944 attr=$(echo $attr | sed &#39;s/^ltspConfig//i&#39; | tr a-z A-Z)
9945 # bass value on to clients
9946 eval &quot;$attr=$value; export $attr&quot;
9947 done
9948 done
9949 fi
9950 &lt;/pre&gt;&lt;/blockquote&gt;
9951
9952 &lt;p&gt;I&#39;m not sure this shell construction will work, because I suspect
9953 the while block might end up in a subshell causing the variables set
9954 there to not show up in ltsp-config, but if that is the case I am sure
9955 the code can be restructured to make sure the variables are passed on.
9956 I expect that can be solved with some testing. :)&lt;/p&gt;
9957
9958 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
9959 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9960
9961 &lt;p&gt;Update 2010-07-17: I am aware of another effort to store LTSP
9962 configuration in LDAP that was created around year 2000 by
9963 &lt;a href=&quot;http://www.pcxperience.com/thinclient/documentation/ldap.html&quot;&gt;PC
9964 Xperience, Inc., 2000&lt;/a&gt;. I found its
9965 &lt;a href=&quot;http://people.redhat.com/alikins/ltsp/ldap/&quot;&gt;files&lt;/a&gt; on a
9966 personal home page over at redhat.com.&lt;/p&gt;
9967 </description>
9968 </item>
9969
9970 <item>
9971 <title>jXplorer, a very nice LDAP GUI</title>
9972 <link>http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</link>
9973 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</guid>
9974 <pubDate>Fri, 9 Jul 2010 12:55:00 +0200</pubDate>
9975 <description>&lt;p&gt;Since
9976 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html&quot;&gt;my
9977 last post&lt;/a&gt; about available LDAP tools in Debian, I was told about a
9978 LDAP GUI that is even better than luma. The java application
9979 &lt;a href=&quot;http://jxplorer.org/&quot;&gt;jXplorer&lt;/a&gt; is claimed to be capable of
9980 moving LDAP objects and subtrees using drag-and-drop, and can
9981 authenticate using Kerberos. I have only tested the Kerberos
9982 authentication, but do not have a LDAP setup allowing me to rewrite
9983 LDAP with my test user yet. It is
9984 &lt;a href=&quot;http://packages.qa.debian.org/j/jxplorer.html&quot;&gt;available in
9985 Debian&lt;/a&gt; testing and unstable at the moment. The only problem I
9986 have with it is how it handle errors. If something go wrong, its
9987 non-intuitive behaviour require me to go through some query work list
9988 and remove the failing query. Nothing big, but very annoying.&lt;/p&gt;
9989 </description>
9990 </item>
9991
9992 <item>
9993 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome desktop</title>
9994 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</link>
9995 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</guid>
9996 <pubDate>Sat, 3 Jul 2010 23:55:00 +0200</pubDate>
9997 <description>&lt;p&gt;Here is a short update on my &lt;a
9998 href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;my
9999 Debian Lenny-&gt;Squeeze upgrade testing&lt;/a&gt;. Here is a summary of the
10000 difference for Gnome when it is upgraded by apt-get and aptitude. I&#39;m
10001 not reporting the status for KDE, because the upgrade crashes when
10002 aptitude try because of missing conflicts
10003 (&lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; and
10004 &lt;a href=&quot;http://bugs.debian.org/585716&quot;&gt;#585716&lt;/a&gt;).&lt;/p&gt;
10005
10006 &lt;p&gt;At the end of the upgrade test script, dpkg -l is executed to get a
10007 complete list of the installed packages. Based on this I see these
10008 differences when I did a test run today. As usual, I do not really
10009 know what the correct set of packages would be, but thought it best to
10010 publish the difference.&lt;/p&gt;
10011
10012 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
10013
10014 &lt;blockquote&gt;&lt;p&gt;
10015 at-spi cpp-4.3 finger gnome-spell gstreamer0.10-gnomevfs
10016 libatspi1.0-0 libcupsys2 libeel2-data libgail-common libgdl-1-common
10017 libgnomeprint2.2-data libgnomeprintui2.2-common libgnomevfs2-bin
10018 libgtksourceview-common libpt-1.10.10-plugins-alsa
10019 libpt-1.10.10-plugins-v4l libservlet2.4-java libxalan2-java
10020 libxerces2-java openoffice.org-writer2latex openssl-blacklist p7zip
10021 python-4suite-xml python-eggtrayicon python-gtkhtml2
10022 python-gtkmozembed svgalibg1 xserver-xephyr zip
10023 &lt;/p&gt;&lt;/blockquote&gt;
10024
10025 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
10026
10027 &lt;blockquote&gt;&lt;p&gt;
10028 bluez-utils dhcdbd djvulibre-desktop epiphany-gecko
10029 gnome-app-install gnome-mount gnome-vfs-obexftp gnome-volume-manager
10030 libao2 libavahi-compat-libdnssd1 libavahi-core5 libbind9-50
10031 libbluetooth2 libcamel1.2-11 libcdio7 libcucul0 libcurl3
10032 libdirectfb-1.0-0 libdvdread3 libedata-cal1.2-6 libedataserver1.2-9
10033 libeel2-2.20 libepc-1.0-1 libepc-ui-1.0-1 libexchange-storage1.2-3
10034 libfaad0 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
10035 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
10036 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
10037 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtkhtml2-0
10038 libgtksourceview1.0-0 libgucharmap6 libhesiod0 libicu38 libisccc50
10039 libisccfg50 libiw29 libkpathsea4 libltdl3 liblwres50 libmagick++10
10040 libmagick10 libmalaga7 libmtp7 libmysqlclient15off libnautilus-burn4
10041 libneon27 libnm-glib0 libnm-util0 libopal-2.2 libosp5
10042 libparted1.8-10 libpisock9 libpisync1 libpoppler-glib3 libpoppler3
10043 libpt-1.10.10 libraw1394-8 libsensors3 libsmbios2 libsoup2.2-8
10044 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1
10045 libtotem-plparser10 libtrackerclient0 libvoikko1 libxalan2-java-gcj
10046 libxerces2-java-gcj libxklavier12 libxtrap6 libxxf86misc1 libzephyr3
10047 mysql-common swfdec-gnome totem-gstreamer wodim
10048 &lt;/p&gt;&lt;/blockquote&gt;
10049
10050 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
10051
10052 &lt;blockquote&gt;&lt;p&gt;
10053 gnome gnome-desktop-environment hamster-applet python-gnomeapplet
10054 python-gnomekeyring python-wnck rhythmbox-plugins xorg
10055 xserver-xorg-input-all xserver-xorg-input-evdev
10056 xserver-xorg-input-kbd xserver-xorg-input-mouse
10057 xserver-xorg-input-synaptics xserver-xorg-video-all
10058 xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati
10059 xserver-xorg-video-chips xserver-xorg-video-cirrus
10060 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10061 xserver-xorg-video-glint xserver-xorg-video-i128
10062 xserver-xorg-video-i740 xserver-xorg-video-mach64
10063 xserver-xorg-video-mga xserver-xorg-video-neomagic
10064 xserver-xorg-video-nouveau xserver-xorg-video-nv
10065 xserver-xorg-video-r128 xserver-xorg-video-radeon
10066 xserver-xorg-video-radeonhd xserver-xorg-video-rendition
10067 xserver-xorg-video-s3 xserver-xorg-video-s3virge
10068 xserver-xorg-video-savage xserver-xorg-video-siliconmotion
10069 xserver-xorg-video-sis xserver-xorg-video-sisusb
10070 xserver-xorg-video-tdfx xserver-xorg-video-tga
10071 xserver-xorg-video-trident xserver-xorg-video-tseng
10072 xserver-xorg-video-vesa xserver-xorg-video-vmware
10073 xserver-xorg-video-voodoo
10074 &lt;/p&gt;&lt;/blockquote&gt;
10075
10076 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
10077
10078 &lt;blockquote&gt;&lt;p&gt;
10079 deskbar-applet xserver-xorg xserver-xorg-core
10080 xserver-xorg-input-wacom xserver-xorg-video-intel
10081 xserver-xorg-video-openchrome
10082 &lt;/p&gt;&lt;/blockquote&gt;
10083
10084 &lt;p&gt;I was told on IRC that the xorg-xserver package was
10085 &lt;a href=&quot;http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=9c8080d06c457932d3bfec021c69ac000aa60120&quot;&gt;changed
10086 in git&lt;/a&gt; today to try to get apt-get to not remove xorg completely.
10087 No idea when it hits Squeeze, but when it does I hope it will reduce
10088 the difference somewhat.
10089 </description>
10090 </item>
10091
10092 <item>
10093 <title>Caching password, user and group on a roaming Debian laptop</title>
10094 <link>http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</link>
10095 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</guid>
10096 <pubDate>Thu, 1 Jul 2010 11:40:00 +0200</pubDate>
10097 <description>&lt;p&gt;For a laptop, centralized user directories and password checking is
10098 a bit troubling. Laptops are typically used also when not connected
10099 to the network, and it is vital for a user to be able to log in or
10100 unlock the screen saver also when a central server is unavailable.
10101 This is possible by caching passwords and directory information (user
10102 and group attributes) locally, and the packages to do so are available
10103 in Debian. Here follow two recipes to set this up in Debian/Squeeze.
10104 It is also possible to set up in Debian/Lenny, but require more manual
10105 setup there because pam-auth-update is missing in Lenny.&lt;/p&gt;
10106
10107 &lt;h2&gt;LDAP/Kerberos + nscd + libpam-ccreds + libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10108
10109 This is the traditional method with a twist. The password caching is
10110 provided by libpam-ccreds (version 10-4 or later is needed on
10111 Squeeze), and the directory caching is done by nscd. The directory
10112 lookup and password checking is done using LDAP. If one want to use
10113 Kerberos for password checking the libpam-ldapd package can be
10114 replaced with libpam-krb5 or libpam-heimdal. If one is happy having a
10115 local home directory with the path listed in LDAP, one can use the
10116 pam_mkhomedir module from pam-modules to make this happen instead of
10117 using libpam-mklocaluser. A setup for pam-auth-update to enable
10118 pam_mkhomedir will have to be written until a fix for
10119 &lt;a href=&quot;http://bugs.debian.org/568577&quot;&gt;bug #568577&lt;/a&gt; is in the
10120 archive. Because I believe it is a bad idea to have local home
10121 directories using misleading paths like /site/server/partition/, I
10122 prefer to create a local user with the home directory in /home/. This
10123 is done using the libpam-mklocaluser package.&lt;/p&gt;
10124
10125 &lt;p&gt;These packages need to be installed and configured&lt;/p&gt;
10126
10127 &lt;blockquote&gt;&lt;pre&gt;
10128 libnss-ldapd libpam-ldapd nscd libpam-ccreds libpam-mklocaluser
10129 &lt;/pre&gt;&lt;/blockquote&gt;
10130
10131 &lt;p&gt;The ldapd packages will ask for LDAP connection information, and
10132 one have to fill in the values that fits ones own site. Make sure the
10133 PAM part uses encrypted connections, to make sure the password is not
10134 sent in clear text to the LDAP server. I&#39;ve been unable to get TLS
10135 certificate checking for a self signed certificate working, which make
10136 LDAP authentication unsafe for Debian Edu (nslcd is not checking if it
10137 is talking to the correct LDAP server), and very much welcome feedback
10138 on how to get this working.&lt;/p&gt;
10139
10140 &lt;p&gt;Because nscd do not have a default configuration fit for offline
10141 caching until &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;bug #485282&lt;/a&gt;
10142 is fixed, this configuration should be used instead of the one
10143 currently in /etc/nscd.conf. The changes are in the fields
10144 reload-count and positive-time-to-live, and is based on the
10145 instructions I found in the
10146 &lt;a href=&quot;http://www.flyn.org/laptopldap/&quot;&gt;LDAP for Mobile Laptops&lt;/a&gt;
10147 instructions by Flyn Computing.&lt;/p&gt;
10148
10149 &lt;blockquote&gt;&lt;pre&gt;
10150 debug-level 0
10151 reload-count unlimited
10152 paranoia no
10153
10154 enable-cache passwd yes
10155 positive-time-to-live passwd 2592000
10156 negative-time-to-live passwd 20
10157 suggested-size passwd 211
10158 check-files passwd yes
10159 persistent passwd yes
10160 shared passwd yes
10161 max-db-size passwd 33554432
10162 auto-propagate passwd yes
10163
10164 enable-cache group yes
10165 positive-time-to-live group 2592000
10166 negative-time-to-live group 20
10167 suggested-size group 211
10168 check-files group yes
10169 persistent group yes
10170 shared group yes
10171 max-db-size group 33554432
10172 auto-propagate group yes
10173
10174 enable-cache hosts no
10175 positive-time-to-live hosts 2592000
10176 negative-time-to-live hosts 20
10177 suggested-size hosts 211
10178 check-files hosts yes
10179 persistent hosts yes
10180 shared hosts yes
10181 max-db-size hosts 33554432
10182
10183 enable-cache services yes
10184 positive-time-to-live services 2592000
10185 negative-time-to-live services 20
10186 suggested-size services 211
10187 check-files services yes
10188 persistent services yes
10189 shared services yes
10190 max-db-size services 33554432
10191 &lt;/pre&gt;&lt;/blockquote&gt;
10192
10193 &lt;p&gt;While we wait for a mechanism to update /etc/nsswitch.conf
10194 automatically like the one provided in
10195 &lt;a href=&quot;http://bugs.debian.org/496915&quot;&gt;bug #496915&lt;/a&gt;, the file
10196 content need to be manually replaced to ensure LDAP is used as the
10197 directory service on the machine. /etc/nsswitch.conf should normally
10198 look like this:&lt;/p&gt;
10199
10200 &lt;blockquote&gt;&lt;pre&gt;
10201 passwd: files ldap
10202 group: files ldap
10203 shadow: files ldap
10204 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
10205 networks: files
10206 protocols: files
10207 services: files
10208 ethers: files
10209 rpc: files
10210 netgroup: files ldap
10211 &lt;/pre&gt;&lt;/blockquote&gt;
10212
10213 &lt;p&gt;The important parts are that ldap is listed last for passwd, group,
10214 shadow and netgroup.&lt;/p&gt;
10215
10216 &lt;p&gt;With these changes in place, any user in LDAP will be able to log
10217 in locally on the machine using for example kdm, get a local home
10218 directory created and have the password as well as user and group
10219 attributes cached.
10220
10221 &lt;h2&gt;LDAP/Kerberos + nss-updatedb + libpam-ccreds +
10222 libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10223
10224 &lt;p&gt;Because nscd have had its share of problems, and seem to have
10225 problems doing proper caching, I&#39;ve seen suggestions and recipes to
10226 use nss-updatedb to copy parts of the LDAP database locally when the
10227 LDAP database is available. I have not tested such setup, because I
10228 discovered sssd.&lt;/p&gt;
10229
10230 &lt;h2&gt;LDAP/Kerberos + sssd + libpam-mklocaluser&lt;/h2&gt;
10231
10232 &lt;p&gt;A more flexible and robust setup than the nscd combination
10233 mentioned earlier that has shown up recently, is the
10234 &lt;a href=&quot;https://fedorahosted.org/sssd/&quot;&gt;sssd&lt;/a&gt; package from Redhat.
10235 It is part of the &lt;a href=&quot;http://www.freeipa.org/&quot;&gt;FreeIPA&lt;/A&gt; project
10236 to provide a Active Directory like directory service for Linux
10237 machines. The sssd system combines the caching of passwords and user
10238 information into one package, and remove the need for nscd and
10239 libpam-ccreds. It support LDAP and Kerberos, but not NIS. Version
10240 1.2 do not support netgroups, but it is said that it will support this
10241 in version 1.5 expected to show up later in 2010. Because the
10242 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd package&lt;/a&gt;
10243 was missing in Debian, I ended up co-maintaining it with Werner, and
10244 version 1.2 is now in testing.
10245
10246 &lt;p&gt;These packages need to be installed and configured to get the
10247 roaming setup I want&lt;/p&gt;
10248
10249 &lt;blockquote&gt;&lt;pre&gt;
10250 libpam-sss libnss-sss libpam-mklocaluser
10251 &lt;/pre&gt;&lt;/blockquote&gt;
10252
10253 The complete setup of sssd is done by editing/creating
10254 &lt;tt&gt;/etc/sssd/sssd.conf&lt;/tt&gt;.
10255
10256 &lt;blockquote&gt;&lt;pre&gt;
10257 [sssd]
10258 config_file_version = 2
10259 reconnection_retries = 3
10260 sbus_timeout = 30
10261 services = nss, pam
10262 domains = INTERN
10263
10264 [nss]
10265 filter_groups = root
10266 filter_users = root
10267 reconnection_retries = 3
10268
10269 [pam]
10270 reconnection_retries = 3
10271
10272 [domain/INTERN]
10273 enumerate = false
10274 cache_credentials = true
10275
10276 id_provider = ldap
10277 auth_provider = ldap
10278 chpass_provider = ldap
10279
10280 ldap_uri = ldap://ldap
10281 ldap_search_base = dc=skole,dc=skolelinux,dc=no
10282 ldap_tls_reqcert = never
10283 ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt
10284 &lt;/pre&gt;&lt;/blockquote&gt;
10285
10286 &lt;p&gt;I got the same problem here with certificate checking. Had to set
10287 &quot;ldap_tls_reqcert = never&quot; to get it working.&lt;/p&gt;
10288
10289 &lt;p&gt;With the libnss-sss package in testing at the moment, the
10290 nsswitch.conf file is update automatically, so there is no need to
10291 modify it manually.&lt;/p&gt;
10292
10293 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10294 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10295 </description>
10296 </item>
10297
10298 <item>
10299 <title>LUMA, a very nice LDAP GUI</title>
10300 <link>http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</link>
10301 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</guid>
10302 <pubDate>Mon, 28 Jun 2010 00:30:00 +0200</pubDate>
10303 <description>&lt;p&gt;The last few days I have been looking into the status of the LDAP
10304 directory in Debian Edu, and in the process I started to miss a GUI
10305 tool to browse the LDAP tree. The only one I was able to find in
10306 Debian/Squeeze and Lenny is
10307 &lt;a href=&quot;http://luma.sourceforge.net/&quot;&gt;LUMA&lt;/a&gt;, which has proved to
10308 be a great tool to get a overview of the current LDAP directory
10309 populated by default in Skolelinux. Thanks to it, I have been able to
10310 find empty and obsolete subtrees, misplaced objects and duplicate
10311 objects. It will be installed by default in Debian/Squeeze. If you
10312 are working with LDAP, give it a go. :)&lt;/p&gt;
10313
10314 &lt;p&gt;I did notice one problem with it I have not had time to report to
10315 the BTS yet. There is no .desktop file in the package, so the tool do
10316 not show up in the Gnome and KDE menus, but only deep down in in the
10317 Debian submenu in KDE. I hope that can be fixed before Squeeze is
10318 released.&lt;/p&gt;
10319
10320 &lt;p&gt;I have not yet been able to get it to modify the tree yet. I would
10321 like to move objects and remove subtrees directly in the GUI, but have
10322 not found a way to do that with LUMA yet. So in the mean time, I use
10323 &lt;a href=&quot;http://www.lichteblau.com/ldapvi/&quot;&gt;ldapvi&lt;/a&gt; for that.&lt;/p&gt;
10324
10325 &lt;p&gt;If you have tips on other GUI tools for LDAP that might be useful
10326 in Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10327
10328 &lt;p&gt;Update 2010-06-29: Ross Reedstrom tipped us about the
10329 &lt;a href=&quot;http://packages.qa.debian.org/g/gq.html&quot;&gt;gq&lt;/a&gt; package as a
10330 useful GUI alternative. It seem like a good tool, but is unmaintained
10331 in Debian and got a RC bug keeping it out of Squeeze. Unless that
10332 changes, it will not be an option for Debian Edu based on Squeeze.&lt;/p&gt;
10333 </description>
10334 </item>
10335
10336 <item>
10337 <title>Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</title>
10338 <link>http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html</link>
10339 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_a_change_to_LDAP_schemas_allowing_DNS_and_DHCP_info_to_be_combined_into_one_object.html</guid>
10340 <pubDate>Thu, 24 Jun 2010 00:35:00 +0200</pubDate>
10341 <description>&lt;p&gt;A while back, I
10342 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;complained
10343 about the fact&lt;/a&gt; that it is not possible with the provided schemas
10344 for storing DNS and DHCP information in LDAP to combine the two sets
10345 of information into one LDAP object representing a computer.&lt;/p&gt;
10346
10347 &lt;p&gt;In the mean time, I discovered that a simple fix would be to make
10348 the dhcpHost object class auxiliary, to allow it to be combined with
10349 the dNSDomain object class, and thus forming one object for one
10350 computer when storing both DHCP and DNS information in LDAP.&lt;/p&gt;
10351
10352 &lt;p&gt;If I understand this correctly, it is not safe to do this change
10353 without also changing the assigned number for the object class, and I
10354 do not know enough about LDAP schema design to do that properly for
10355 Debian Edu.&lt;/p&gt;
10356
10357 &lt;p&gt;Anyway, for future reference, this is how I believe we could change
10358 the
10359 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-dhc-ldap-schema-00&quot;&gt;DHCP
10360 schema&lt;/a&gt; to solve at least part of the problem with the LDAP schemas
10361 available today from IETF.&lt;/p&gt;
10362
10363 &lt;pre&gt;
10364 --- dhcp.schema (revision 65192)
10365 +++ dhcp.schema (working copy)
10366 @@ -376,7 +376,7 @@
10367 objectclass ( 2.16.840.1.113719.1.203.6.6
10368 NAME &#39;dhcpHost&#39;
10369 DESC &#39;This represents information about a particular client&#39;
10370 - SUP top
10371 + SUP top AUXILIARY
10372 MUST cn
10373 MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComments $ dhcpOption)
10374 X-NDS_CONTAINMENT (&#39;dhcpService&#39; &#39;dhcpSubnet&#39; &#39;dhcpGroup&#39;) )
10375 &lt;/pre&gt;
10376
10377 &lt;p&gt;I very much welcome clues on how to do this properly for Debian
10378 Edu/Squeeze. We provide the DHCP schema in our debian-edu-config
10379 package, and should thus be free to rewrite it as we see fit.&lt;/p&gt;
10380
10381 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10382 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10383 </description>
10384 </item>
10385
10386 <item>
10387 <title>Lenny-&gt;Squeeze upgrades, removals by apt and aptitude</title>
10388 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</link>
10389 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</guid>
10390 <pubDate>Sun, 13 Jun 2010 09:05:00 +0200</pubDate>
10391 <description>&lt;p&gt;My
10392 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html&quot;&gt;testing
10393 of Debian upgrades&lt;/a&gt; from Lenny to Squeeze continues, and I&#39;ve
10394 finally made the upgrade logs available from
10395 &lt;a href=&quot;http://people.skolelinux.org/pere/debian-upgrade-testing/&quot;&gt;http://people.skolelinux.org/pere/debian-upgrade-testing/&lt;/a&gt;.
10396 I am now testing dist-upgrade of Gnome and KDE in a chroot using both
10397 apt and aptitude, and found their differences interesting. This time
10398 I will only focus on their removal plans.&lt;/p&gt;
10399
10400 &lt;p&gt;After installing a Gnome desktop and the laptop task, apt-get wants
10401 to remove 72 packages when dist-upgrading from Lenny to Squeeze. The
10402 surprising part is that it want to remove xorg and all
10403 xserver-xorg-video* drivers. Clearly not a good choice, but I am not
10404 sure why. When asking aptitude to do the same, it want to remove 129
10405 packages, but most of them are library packages I suspect are no
10406 longer needed. Both of them want to remove bluetooth packages, which
10407 I do not know. Perhaps these bluetooth packages are obsolete?&lt;/p&gt;
10408
10409 &lt;p&gt;For KDE, apt-get want to remove 82 packages, among them kdebase
10410 which seem like a bad idea and xorg the same way as with Gnome. Asking
10411 aptitude for the same, it wants to remove 192 packages, none which are
10412 too surprising.&lt;/p&gt;
10413
10414 &lt;p&gt;I guess the removal of xorg during upgrades should be investigated
10415 and avoided, and perhaps others as well. Here are the complete list
10416 of planned removals. The complete logs is available from the URL
10417 above. Note if you want to repeat these tests, that the upgrade test
10418 for kde+apt-get hung in the tasksel setup because of dpkg asking
10419 conffile questions. No idea why. I worked around it by using
10420 &#39;&lt;tt&gt;echo &gt;&gt; /proc/&lt;em&gt;pidofdpkg&lt;/em&gt;/fd/0&lt;/tt&gt;&#39; to tell dpkg to
10421 continue.&lt;/p&gt;
10422
10423 &lt;p&gt;&lt;b&gt;apt-get gnome 72&lt;/b&gt;
10424 &lt;br&gt;bluez-gnome cupsddk-drivers deskbar-applet gnome
10425 gnome-desktop-environment gnome-network-admin gtkhtml3.14
10426 iceweasel-gnome-support libavcodec51 libdatrie0 libgdl-1-0
10427 libgnomekbd2 libgnomekbdui2 libmetacity0 libslab0 libxcb-xlib0
10428 nautilus-cd-burner python-gnome2-desktop python-gnome2-extras
10429 serpentine swfdec-mozilla update-manager xorg xserver-xorg
10430 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
10431 xserver-xorg-input-kbd xserver-xorg-input-mouse
10432 xserver-xorg-input-synaptics xserver-xorg-input-wacom
10433 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
10434 xserver-xorg-video-ati xserver-xorg-video-chips
10435 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
10436 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10437 xserver-xorg-video-glint xserver-xorg-video-i128
10438 xserver-xorg-video-i740 xserver-xorg-video-imstt
10439 xserver-xorg-video-intel xserver-xorg-video-mach64
10440 xserver-xorg-video-mga xserver-xorg-video-neomagic
10441 xserver-xorg-video-nsc xserver-xorg-video-nv
10442 xserver-xorg-video-openchrome xserver-xorg-video-r128
10443 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
10444 xserver-xorg-video-rendition xserver-xorg-video-s3
10445 xserver-xorg-video-s3virge xserver-xorg-video-savage
10446 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
10447 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
10448 xserver-xorg-video-tga xserver-xorg-video-trident
10449 xserver-xorg-video-tseng xserver-xorg-video-v4l
10450 xserver-xorg-video-vesa xserver-xorg-video-vga
10451 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9
10452 xulrunner-1.9-gnome-support&lt;/p&gt;
10453
10454 &lt;p&gt;&lt;b&gt;aptitude gnome 129&lt;/b&gt;
10455
10456 &lt;br&gt;bluez-gnome bluez-utils cpp-4.3 cupsddk-drivers dhcdbd
10457 djvulibre-desktop finger gnome-app-install gnome-mount
10458 gnome-network-admin gnome-spell gnome-vfs-obexftp
10459 gnome-volume-manager gstreamer0.10-gnomevfs gtkhtml3.14 libao2
10460 libavahi-compat-libdnssd1 libavahi-core5 libavcodec51 libbluetooth2
10461 libcamel1.2-11 libcdio7 libcucul0 libcupsys2 libcurl3 libdatrie0
10462 libdirectfb-1.0-0 libdvdread3 libedataserver1.2-9 libeel2-2.20
10463 libeel2-data libepc-1.0-1 libepc-ui-1.0-1 libfaad0 libgail-common
10464 libgd2-noxpm libgda3-3 libgda3-common libgdl-1-0 libgdl-1-common
10465 libggz2 libggzcore9 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0
10466 libgnomecups1.0-1 libgnomekbd2 libgnomekbdui2 libgnomeprint2.2-0
10467 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
10468 libgnomevfs2-bin libgpod3 libgraphviz4 libgtkhtml2-0
10469 libgtksourceview-common libgtksourceview1.0-0 libgucharmap6
10470 libhesiod0 libicu38 libiw29 libkpathsea4 libltdl3 libmagick++10
10471 libmagick10 libmalaga7 libmetacity0 libmtp7 libmysqlclient15off
10472 libnautilus-burn4 libneon27 libnm-glib0 libnm-util0 libopal-2.2
10473 libosp5 libparted1.8-10 libpoppler-glib3 libpoppler3 libpt-1.10.10
10474 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l libraw1394-8
10475 libsensors3 libslab0 libsmbios2 libsoup2.2-8 libssh2-1
10476 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1 libtotem-plparser10
10477 libtrackerclient0 libxalan2-java libxalan2-java-gcj libxcb-xlib0
10478 libxerces2-java libxerces2-java-gcj libxklavier12 libxtrap6
10479 libxxf86misc1 libzephyr3 mysql-common nautilus-cd-burner
10480 openoffice.org-writer2latex openssl-blacklist p7zip
10481 python-4suite-xml python-eggtrayicon python-gnome2-desktop
10482 python-gnome2-extras python-gtkhtml2 python-gtkmozembed
10483 python-numeric python-sexy serpentine svgalibg1 swfdec-gnome
10484 swfdec-mozilla totem-gstreamer update-manager wodim
10485 xserver-xorg-video-cyrix xserver-xorg-video-imstt
10486 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
10487 zip&lt;/p&gt;
10488
10489 &lt;p&gt;&lt;b&gt;apt-get kde 82&lt;/b&gt;
10490
10491 &lt;br&gt;cupsddk-drivers karm kaudiocreator kcoloredit kcontrol kde kde-core
10492 kdeaddons kdeartwork kdebase kdebase-bin kdebase-bin-kde3
10493 kdebase-kio-plugins kdesktop kdeutils khelpcenter kicker
10494 kicker-applets knewsticker kolourpaint konq-plugins konqueror korn
10495 kpersonalizer kscreensaver ksplash libavcodec51 libdatrie0 libkiten1
10496 libxcb-xlib0 quanta superkaramba texlive-base-bin xorg xserver-xorg
10497 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
10498 xserver-xorg-input-kbd xserver-xorg-input-mouse
10499 xserver-xorg-input-synaptics xserver-xorg-input-wacom
10500 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
10501 xserver-xorg-video-ati xserver-xorg-video-chips
10502 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
10503 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10504 xserver-xorg-video-glint xserver-xorg-video-i128
10505 xserver-xorg-video-i740 xserver-xorg-video-imstt
10506 xserver-xorg-video-intel xserver-xorg-video-mach64
10507 xserver-xorg-video-mga xserver-xorg-video-neomagic
10508 xserver-xorg-video-nsc xserver-xorg-video-nv
10509 xserver-xorg-video-openchrome xserver-xorg-video-r128
10510 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
10511 xserver-xorg-video-rendition xserver-xorg-video-s3
10512 xserver-xorg-video-s3virge xserver-xorg-video-savage
10513 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
10514 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
10515 xserver-xorg-video-tga xserver-xorg-video-trident
10516 xserver-xorg-video-tseng xserver-xorg-video-v4l
10517 xserver-xorg-video-vesa xserver-xorg-video-vga
10518 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9&lt;/p&gt;
10519
10520 &lt;p&gt;&lt;b&gt;aptitude kde 192&lt;/b&gt;
10521 &lt;br&gt;bluez-utils cpp-4.3 cupsddk-drivers cvs dcoprss dhcdbd
10522 djvulibre-desktop dosfstools eyesapplet fifteenapplet finger gettext
10523 ghostscript-x imlib-base imlib11 indi kandy karm kasteroids
10524 kaudiocreator kbackgammon kbstate kcoloredit kcontrol kcron kdat
10525 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
10526 kdebase-bin-kde3 kdebase-kio-plugins kdeedu-data
10527 kdegraphics-kfile-plugins kdelirc kdemultimedia-kappfinder-data
10528 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
10529 kdepim-kfile-plugins kdepim-kio-plugins kdeprint kdesktop kdessh
10530 kdict kdnssd kdvi kedit keduca kenolaba kfax kfaxview kfouleggs
10531 kghostview khelpcenter khexedit kiconedit kitchensync klatin
10532 klickety kmailcvt kmenuedit kmid kmilo kmoon kmrml kodo kolourpaint
10533 kooka korn kpager kpdf kpercentage kpf kpilot kpoker kpovmodeler
10534 krec kregexpeditor ksayit ksim ksirc ksirtet ksmiletris ksmserver
10535 ksnake ksokoban ksplash ksvg ksysv ktip ktnef kuickshow kverbos
10536 kview kviewshell kvoctrain kwifimanager kwin kwin4 kworldclock
10537 kxsldbg libakode2 libao2 libarts1-akode libarts1-audiofile
10538 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
10539 libavahi-core5 libavc1394-0 libavcodec51 libbluetooth2
10540 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0 libdatrie0
10541 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
10542 libgail-common libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0
10543 libicu38 libiec61883-0 libindex0 libiw29 libk3b3 libkcal2b libkcddb1
10544 libkdeedu3 libkdepim1a libkgantt0 libkiten1 libkleopatra1 libkmime2
10545 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
10546 libksieve0 libktnef1 liblockdev1 libltdl3 libmagick10 libmimelib1c2a
10547 libmozjs1d libmpcdec3 libneon27 libnm-util0 libopensync0 libpisock9
10548 libpoppler-glib3 libpoppler-qt2 libpoppler3 libraw1394-8 libsmbios2
10549 libssh2-1 libsuitesparse-3.1.0 libtalloc1 libtiff-tools
10550 libxalan2-java libxalan2-java-gcj libxcb-xlib0 libxerces2-java
10551 libxerces2-java-gcj libxtrap6 mpeglib networkstatus
10552 openoffice.org-writer2latex pmount poster psutils quanta quanta-data
10553 superkaramba svgalibg1 tex-common texlive-base texlive-base-bin
10554 texlive-common texlive-doc-base texlive-fonts-recommended
10555 xserver-xorg-video-cyrix xserver-xorg-video-imstt
10556 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
10557 xulrunner-1.9&lt;/p&gt;
10558
10559 </description>
10560 </item>
10561
10562 <item>
10563 <title>Automatic upgrade testing from Lenny to Squeeze</title>
10564 <link>http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</link>
10565 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</guid>
10566 <pubDate>Fri, 11 Jun 2010 22:50:00 +0200</pubDate>
10567 <description>&lt;p&gt;The last few days I have done some upgrade testing in Debian, to
10568 see if the upgrade from Lenny to Squeeze will go smoothly. A few bugs
10569 have been discovered and reported in the process
10570 (&lt;a href=&quot;http://bugs.debian.org/585410&quot;&gt;#585410&lt;/a&gt; in nagios3-cgi,
10571 &lt;a href=&quot;http://bugs.debian.org/584879&quot;&gt;#584879&lt;/a&gt; already fixed in
10572 enscript and &lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; in
10573 kdebase-workspace-data), and to get a more regular testing going on, I
10574 am working on a script to automate the test.&lt;/p&gt;
10575
10576 &lt;p&gt;The idea is to create a Lenny chroot and use tasksel to install a
10577 Gnome or KDE desktop installation inside the chroot before upgrading
10578 it. To ensure no services are started in the chroot, a policy-rc.d
10579 script is inserted. To make sure tasksel believe it is to install a
10580 desktop on a laptop, the tasksel tests are replaced in the chroot
10581 (only acceptable because this is a throw-away chroot).&lt;/p&gt;
10582
10583 &lt;p&gt;A naive upgrade from Lenny to Squeeze using aptitude dist-upgrade
10584 currently always fail because udev refuses to upgrade with the kernel
10585 in Lenny, so to avoid that problem the file /etc/udev/kernel-upgrade
10586 is created. The bug report
10587 &lt;a href=&quot;http://bugs.debian.org/566000&quot;&gt;#566000&lt;/a&gt; make me suspect
10588 this problem do not trigger in a chroot, but I touch the file anyway
10589 to make sure the upgrade go well. Testing on virtual and real
10590 hardware have failed me because of udev so far, and creating this file
10591 do the trick in such settings anyway. This is a
10592 &lt;a href=&quot;http://www.linuxquestions.org/questions/debian-26/failed-dist-upgrade-due-to-udev-config_sysfs_deprecated-nonsense-804130/&quot;&gt;known
10593 issue&lt;/a&gt; and the current udev behaviour is intended by the udev
10594 maintainer because he lack the resources to rewrite udev to keep
10595 working with old kernels or something like that. I really wish the
10596 udev upstream would keep udev backwards compatible, to avoid such
10597 upgrade problem, but given that they fail to do so, I guess
10598 documenting the way out of this mess is the best option we got for
10599 Debian Squeeze.&lt;/p&gt;
10600
10601 &lt;p&gt;Anyway, back to the task at hand, testing upgrades. This test
10602 script, which I call &lt;tt&gt;upgrade-test&lt;/tt&gt; for now, is doing the
10603 trick:&lt;/p&gt;
10604
10605 &lt;blockquote&gt;&lt;pre&gt;
10606 #!/bin/sh
10607 set -ex
10608
10609 if [ &quot;$1&quot; ] ; then
10610 desktop=$1
10611 else
10612 desktop=gnome
10613 fi
10614
10615 from=lenny
10616 to=squeeze
10617
10618 exec &amp;lt; /dev/null
10619 unset LANG
10620 mirror=http://ftp.skolelinux.org/debian
10621 tmpdir=chroot-$from-upgrade-$to-$desktop
10622 fuser -mv .
10623 debootstrap $from $tmpdir $mirror
10624 chroot $tmpdir aptitude update
10625 cat &gt; $tmpdir/usr/sbin/policy-rc.d &amp;lt;&amp;lt;EOF
10626 #!/bin/sh
10627 exit 101
10628 EOF
10629 chmod a+rx $tmpdir/usr/sbin/policy-rc.d
10630 exit_cleanup() {
10631 umount $tmpdir/proc
10632 }
10633 mount -t proc proc $tmpdir/proc
10634 # Make sure proc is unmounted also on failure
10635 trap exit_cleanup EXIT INT
10636
10637 chroot $tmpdir aptitude -y install debconf-utils
10638
10639 # Make sure tasksel autoselection trigger. It need the test scripts
10640 # to return the correct answers.
10641 echo tasksel tasksel/desktop multiselect $desktop | \
10642 chroot $tmpdir debconf-set-selections
10643
10644 # Include the desktop and laptop task
10645 for test in desktop laptop ; do
10646 echo &gt; $tmpdir/usr/lib/tasksel/tests/$test &amp;lt;&amp;lt;EOF
10647 #!/bin/sh
10648 exit 2
10649 EOF
10650 chmod a+rx $tmpdir/usr/lib/tasksel/tests/$test
10651 done
10652
10653 DEBIAN_FRONTEND=noninteractive
10654 DEBIAN_PRIORITY=critical
10655 export DEBIAN_FRONTEND DEBIAN_PRIORITY
10656 chroot $tmpdir tasksel --new-install
10657
10658 echo deb $mirror $to main &gt; $tmpdir/etc/apt/sources.list
10659 chroot $tmpdir aptitude update
10660 touch $tmpdir/etc/udev/kernel-upgrade
10661 chroot $tmpdir aptitude -y dist-upgrade
10662 fuser -mv
10663 &lt;/pre&gt;&lt;/blockquote&gt;
10664
10665 &lt;p&gt;I suspect it would be useful to test upgrades with both apt-get and
10666 with aptitude, but I have not had time to look at how they behave
10667 differently so far. I hope to get a cron job running to do the test
10668 regularly and post the result on the web. The Gnome upgrade currently
10669 work, while the KDE upgrade fail because of the bug in
10670 kdebase-workspace-data&lt;/p&gt;
10671
10672 &lt;p&gt;I am not quite sure what kind of extract from the huge upgrade logs
10673 (KDE 167 KiB, Gnome 516 KiB) it make sense to include in this blog
10674 post, so I will refrain from trying. I can report that for Gnome,
10675 aptitude report 760 packages upgraded, 448 newly installed, 129 to
10676 remove and 1 not upgraded and 1024MB need to be downloaded while for
10677 KDE the same numbers are 702 packages upgraded, 507 newly installed,
10678 193 to remove and 0 not upgraded and 1117MB need to be downloaded&lt;/p&gt;
10679
10680 &lt;p&gt;I am very happy to notice that the Gnome desktop + laptop upgrade
10681 is able to migrate to dependency based boot sequencing and parallel
10682 booting without a hitch. Was unsure if there were still bugs with
10683 packages failing to clean up their obsolete init.d script during
10684 upgrades, and no such problem seem to affect the Gnome desktop+laptop
10685 packages.&lt;/p&gt;
10686 </description>
10687 </item>
10688
10689 <item>
10690 <title>Skolelinux er laget for sentraldrifting, naturligvis</title>
10691 <link>http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</link>
10692 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</guid>
10693 <pubDate>Wed, 9 Jun 2010 12:30:00 +0200</pubDate>
10694 <description>&lt;p&gt;Det er merkelig hvordan myter om Skolelinux overlever. En slik
10695 myte er at Skolelinux ikke kan sentraldriftes og ha sentralt plasserte
10696 tjenermaskiner. I siste Computerworld Norge er
10697 &lt;a href=&quot;http://www.idg.no/computerworld/article169432.ece&quot;&gt;IT-sjef
10698 Viggo Billdal i Steinkjer intervjuet&lt;/a&gt;, og forteller uten
10699 blygsel:&lt;/p&gt;
10700
10701 &lt;blockquote&gt;&lt;p&gt;Vi hadde Skolelinux, men det har vi sluttet med. Vi testet
10702 om det lønte seg med Microsoft eller en åpen plattform. Vi fant ut at
10703 Microsoft egentlig var totalt sett bedre egnet. Det var store
10704 driftskostnader med Skolelinux, blant annet på grunn av
10705 desentraliserte servere. Det var komplisert, så vi gikk vekk fra det
10706 og bruker nå bare Windows.&lt;/p&gt;&lt;/blockquote&gt;
10707
10708 &lt;p&gt;En &lt;a
10709 href=&quot;https://init.linpro.no/pipermail/skolelinux.no/bruker/2010-June/009101.html&quot;&gt;rask
10710 sjekk&lt;/a&gt; mot den norske brukerlista i Skolelinuxprosjektet forteller
10711 at Steinkjers forsøk foregikk fram til 2004/2005, og at Røysing skole
10712 i Steinkjer skal ha vært svært fornøyd med Skolelinux men at kommunen
10713 overkjørte skolen og krevde at de gikk over til Windows. Et søk på
10714 nettet sendte meg til
10715 &lt;a href=&quot;http://www.dn.no/multimedia/archive/00090/Dagens_it_nr__18_90826a.pdf&quot;&gt;Dagens
10716 IT nr. 18 2005&lt;/a&gt; hvor en kan lese på side 18:&lt;/p&gt;
10717
10718 &lt;blockquote&gt;&lt;p&gt;Inge Tømmerås ved Røysing skole i Steinkjer kjører ennå
10719 Microsoft, men forteller at kompetanseutfordringen med Skolelinux ikke
10720 var så stor. ­ Jeg syntes Skolelinux var utrolig lett å drifte uten
10721 forkunnskaper. Men man må jo selvsagt ha tilgang på ekstern kompetanse
10722 til installasjoner og maskinvarefeil, sier Tømmerås.&lt;/p&gt;&lt;/blockquote&gt;
10723
10724 &lt;p&gt;Som systemarkitekten bak Skolelinux, kan jeg bare riste på hodet
10725 over påstanden om at Skolelinux krever desentraliserte tjenere.
10726 Skolelinux-arkitekturen er laget for sentralisert drift og plassering
10727 av tjenerne lokalt eller sentralt alt etter behov og nettkapasitet.
10728 Den er modellert på nettverks- og tjenerløsningen som brukes på
10729 Universitetet i Tromsø og Oslo, der jeg jobber med utvikling av
10730 driftstjenester. Dette er det heldigvis noen som har fått med seg, og
10731 jeg er glad for å kunne sitere fra en kommentar på den overnevnte
10732 artikkelen. Min venn og gamle kollega Sturle Sunde forteller der:
10733
10734 &lt;blockquote&gt;
10735 &lt;p&gt;I Flora kommune køyrer vi Skulelinux på skular med alt frå 15 til
10736 meir enn 500 elevar. Dei store skulane har eigen tenar, for det er
10737 mest praktisk. Eg, som er driftsansvarleg for heile nettet, ser
10738 sjeldan dei tenarane fysisk, men at dei står der gjer skulane mindre
10739 avhengige av eksterne linjer som er trege eller dyre. Dei minste
10740 skulane har ikkje eigen tenar. Å bruke sentral tenar er heller ikkje
10741 noko problem. Småskulane klarar seg fint med 1 mbit-linje til ein
10742 sentral tenar eller tenaren på ein større skule.&lt;/p&gt;
10743
10744 &lt;p&gt;Det beste med Skulelinux er halvtjukke klientar. Dei treng ikkje
10745 harddisk og brukar minimalt med ressursar på tenaren fordi dei køyrer
10746 programma lokalt. Eit klasserom med 30 sju-åtte år gamle maskiner har
10747 mykje meir CPU og RAM totalt enn nokon moderne tenar til under
10748 millionen. Det trengst to kommandoar på den sentrale tenaren for å
10749 oppdatere alle klientane, både tynne og halvtjukke. Vi har ingen
10750 problem med diskar som ryk heller, som var eit problem før fordi
10751 elevane sat og sparka i maskinene. Og dei krev lite bandbreidde i
10752 nettet, so det er fullt mogleg å køyre slike på småskular med trege
10753 linjer mot tenaren på ein større skule.&lt;/p&gt;
10754
10755 &lt;p&gt;Flora kommune har nesten 800 Linux-maskiner i sitt skulenett, og
10756 ein person som tek seg av drift av heile nettet, inkludert tenarar,
10757 klientar, operativsystem, programvare, heimekontorløysing og
10758 administrasjon av brukarar.&lt;/p&gt;
10759
10760 &lt;p&gt;No skal det seiast at vi ikkje køyrer rein Skulelinux ut av
10761 boksen. Vi har gjort ein del tilpassingar mot noko Novell-greier som
10762 var der frå før, og som har komplisert installasjonen vår. Etter at
10763 oppsettet var gjort har løysinga vore stabil og kravd minimalt med
10764 arbeid.&lt;/p&gt;
10765 &lt;/blockquote&gt;
10766
10767 &lt;p&gt;Jeg vet at Narvik, Harstad og Oslo er kommuner der Skolelinux
10768 sentraldriftes med sentrale tjenere. Det forteller meg at Steinkjers
10769 IT-sjef neppe bør skylde på Skolelinux-løsningen for sine 5 år gamle
10770 minner.&lt;/p&gt;
10771 </description>
10772 </item>
10773
10774 <item>
10775 <title>A manual for standards wars...</title>
10776 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
10777 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
10778 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
10779 <description>&lt;p&gt;Via the
10780 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
10781 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
10782 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
10783 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
10784 following the standards wars of today.&lt;/p&gt;
10785 </description>
10786 </item>
10787
10788 <item>
10789 <title>Sitesummary tip: Listing computer hardware models used at site</title>
10790 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</link>
10791 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</guid>
10792 <pubDate>Thu, 3 Jun 2010 12:05:00 +0200</pubDate>
10793 <description>&lt;p&gt;When using sitesummary at a site to track machines, it is possible
10794 to get a list of the machine types in use thanks to the DMI
10795 information extracted from each machine. The script to do so is
10796 included in the sitesummary package, and here is example output from
10797 the Skolelinux build servers:&lt;/p&gt;
10798
10799 &lt;blockquote&gt;&lt;pre&gt;
10800 maintainer:~# /usr/lib/sitesummary/hardware-model-summary
10801 vendor count
10802 Dell Computer Corporation 1
10803 PowerEdge 1750 1
10804 IBM 1
10805 eserver xSeries 345 -[8670M1X]- 1
10806 Intel 2
10807 [no-dmi-info] 3
10808 maintainer:~#
10809 &lt;/pre&gt;&lt;/blockquote&gt;
10810
10811 &lt;p&gt;The quality of the report depend on the quality of the DMI tables
10812 provided in each machine. Here there are Intel machines without model
10813 information listed with Intel as vendor and no model, and virtual Xen
10814 machines listed as [no-dmi-info]. One can add -l as a command line
10815 option to list the individual machines.&lt;/p&gt;
10816
10817 &lt;p&gt;A larger list is
10818 &lt;a href=&quot;http://narvikskolen.no/sitesummary/&quot;&gt;available from the the
10819 city of Narvik&lt;/a&gt;, which uses Skolelinux on all their shools and also
10820 provide the basic sitesummary report publicly. In their report there
10821 are ~1400 machines. I know they use both Ubuntu and Skolelinux on
10822 their machines, and as sitesummary is available in both distributions,
10823 it is trivial to get all of them to report to the same central
10824 collector.&lt;/p&gt;
10825 </description>
10826 </item>
10827
10828 <item>
10829 <title>KDM fail at boot with NVidia cards - and no one try to fix it?</title>
10830 <link>http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</link>
10831 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</guid>
10832 <pubDate>Tue, 1 Jun 2010 17:05:00 +0200</pubDate>
10833 <description>&lt;p&gt;It is strange to watch how a bug in Debian causing KDM to fail to
10834 start at boot when an NVidia video card is used is handled. The
10835 problem seem to be that the nvidia X.org driver uses a long time to
10836 initialize, and this duration is longer than kdm is configured to
10837 wait.&lt;/p&gt;
10838
10839 &lt;p&gt;I came across two bugs related to this issue,
10840 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;#583312&lt;/a&gt; initially filed
10841 against initscripts and passed on to nvidia-glx when it became obvious
10842 that the nvidia drivers were involved, and
10843 &lt;a href=&quot;http://bugs.debian.org/524751&quot;&gt;#524751&lt;/a&gt; initially filed against
10844 kdm and passed on to src:nvidia-graphics-drivers for unknown reasons.&lt;/p&gt;
10845
10846 &lt;p&gt;To me, it seem that no-one is interested in actually solving the
10847 problem nvidia video card owners experience and make sure the Debian
10848 distribution work out of the box for these users. The nvidia driver
10849 maintainers expect kdm to be set up to wait longer, while kdm expect
10850 the nvidia driver maintainers to fix the driver to start faster, and
10851 while they wait for each other I guess the users end up switching to a
10852 distribution that work for them. I have no idea what the solution is,
10853 but I am pretty sure that waiting for each other is not it.&lt;/p&gt;
10854
10855 &lt;p&gt;I wonder why we end up handling bugs this way.&lt;/p&gt;
10856 </description>
10857 </item>
10858
10859 <item>
10860 <title>Parallellized boot seem to hold up well in Debian/testing</title>
10861 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</link>
10862 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</guid>
10863 <pubDate>Thu, 27 May 2010 23:55:00 +0200</pubDate>
10864 <description>&lt;p&gt;A few days ago, parallel booting was enabled in Debian/testing.
10865 The feature seem to hold up pretty well, but three fairly serious
10866 issues are known and should be solved:
10867
10868 &lt;p&gt;&lt;ul&gt;
10869
10870 &lt;li&gt;The wicd package seen to
10871 &lt;a href=&quot;http://bugs.debian.org/508289&quot;&gt;break NFS mounting&lt;/a&gt; and
10872 &lt;a href=&quot;http://bugs.debian.org/581586&quot;&gt;network setup&lt;/a&gt; when
10873 parallel booting is enabled. No idea why, but the wicd maintainer
10874 seem to be on the case.&lt;/li&gt;
10875
10876 &lt;li&gt;The nvidia X driver seem to
10877 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;have a race condition&lt;/a&gt;
10878 triggered more easily when parallel booting is in effect. The
10879 maintainer is on the case.&lt;/li&gt;
10880
10881 &lt;li&gt;The sysv-rc package fail to properly enable dependency based boot
10882 sequencing (the shutdown is broken) when old file-rc users
10883 &lt;a href=&quot;http://bugs.debian.org/575080&quot;&gt;try to switch back&lt;/a&gt; to
10884 sysv-rc. One way to solve it would be for file-rc to create
10885 /etc/init.d/.legacy-bootordering, and another is to try to make
10886 sysv-rc more robust. Will investigate some more and probably upload a
10887 workaround in sysv-rc to help those trying to move from file-rc to
10888 sysv-rc get a working shutdown.&lt;/li&gt;
10889
10890 &lt;/ul&gt;&lt;/p&gt;
10891
10892 &lt;p&gt;All in all not many surprising issues, and all of them seem
10893 solvable before Squeeze is released. In addition to these there are
10894 some packages with bugs in their dependencies and run level settings,
10895 which I expect will be fixed in a reasonable time span.&lt;/p&gt;
10896
10897 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
10898 the BTS, please usertag the report to get it to show up at
10899 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
10900 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
10901
10902 &lt;p&gt;Update: Correct bug number to file-rc issue.&lt;/p&gt;
10903 </description>
10904 </item>
10905
10906 <item>
10907 <title>More flexible firmware handling in debian-installer</title>
10908 <link>http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</link>
10909 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</guid>
10910 <pubDate>Sat, 22 May 2010 21:30:00 +0200</pubDate>
10911 <description>&lt;p&gt;After a long break from debian-installer development, I finally
10912 found time today to return to the project. Having to spend less time
10913 working dependency based boot in debian, as it is almost complete now,
10914 definitely helped freeing some time.&lt;/p&gt;
10915
10916 &lt;p&gt;A while back, I ran into a problem while working on Debian Edu. We
10917 include some firmware packages on the Debian Edu CDs, those needed to
10918 get disk and network controllers working. Without having these
10919 firmware packages available during installation, it is impossible to
10920 install Debian Edu on the given machine, and because our target group
10921 are non-technical people, asking them to provide firmware packages on
10922 an external medium is a support pain. Initially, I expected it to be
10923 enough to include the firmware packages on the CD to get
10924 debian-installer to find and use them. This proved to be wrong.
10925 Next, I hoped it was enough to symlink the relevant firmware packages
10926 to some useful location on the CD (tried /cdrom/ and
10927 /cdrom/firmware/). This also proved to not work, and at this point I
10928 found time to look at the debian-installer code to figure out what was
10929 going to work.&lt;/p&gt;
10930
10931 &lt;p&gt;The firmware loading code is in the hw-detect package, and a closer
10932 look revealed that it would only look for firmware packages outside
10933 the installation media, so the CD was never checked for firmware
10934 packages. It would only check USB sticks, floppies and other
10935 &quot;external&quot; media devices. Today I changed it to also look in the
10936 /cdrom/firmware/ directory on the mounted CD or DVD, which should
10937 solve the problem I ran into with Debian edu. I also changed it to
10938 look in /firmware/, to make sure the installer also find firmware
10939 provided in the initrd when booting the installer via PXE, to allow us
10940 to provide the same feature in the PXE setup included in Debian
10941 Edu.&lt;/p&gt;
10942
10943 &lt;p&gt;To make sure firmware deb packages with a license questions are not
10944 activated without asking if the license is accepted, I extended
10945 hw-detect to look for preinst scripts in the firmware packages, and
10946 run these before activating the firmware during installation. The
10947 license question is asked using debconf in the preinst, so this should
10948 solve the issue for the firmware packages I have looked at so far.&lt;/p&gt;
10949
10950 &lt;p&gt;If you want to discuss the details of these features, please
10951 contact us on debian-boot@lists.debian.org.&lt;/p&gt;
10952 </description>
10953 </item>
10954
10955 <item>
10956 <title>Pieces of the roaming laptop puzzle in Debian</title>
10957 <link>http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</link>
10958 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</guid>
10959 <pubDate>Wed, 19 May 2010 19:00:00 +0200</pubDate>
10960 <description>&lt;p&gt;Today, the last piece of the puzzle for roaming laptops in Debian
10961 Edu finally entered the Debian archive. Today, the new
10962 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-mklocaluser.html&quot;&gt;libpam-mklocaluser&lt;/a&gt;
10963 package was accepted. Two days ago, two other pieces was accepted
10964 into unstable. The
10965 &lt;a href=&quot;http://packages.qa.debian.org/p/pam-python.html&quot;&gt;pam-python&lt;/a&gt;
10966 package needed by libpam-mklocaluser, and the
10967 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd&lt;/a&gt; package
10968 passed NEW on Monday. In addition, the
10969 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
10970 package we need is in experimental (version 10-4) since Saturday, and
10971 hopefully will be moved to unstable soon.&lt;/p&gt;
10972
10973 &lt;p&gt;This collection of packages allow for two different setups for
10974 roaming laptops. The traditional setup would be using libpam-ccreds,
10975 nscd and libpam-mklocaluser with LDAP or Kerberos authentication,
10976 which should work out of the box if the configuration changes proposed
10977 for nscd in &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;BTS report
10978 #485282&lt;/a&gt; is implemented. The alternative setup is to use sssd with
10979 libpam-mklocaluser to connect to LDAP or Kerberos and let sssd take
10980 care of the caching of passwords and group information.&lt;/p&gt;
10981
10982 &lt;p&gt;I have so far been unable to get sssd to work with the LDAP server
10983 at the University, but suspect the issue is some SSL/GnuTLS related
10984 problem with the server certificate. I plan to update the Debian
10985 package to version 1.2, which is scheduled for next week, and hope to
10986 find time to make sure the next release will include both the
10987 Debian/Ubuntu specific patches. Upstream is friendly and responsive,
10988 and I am sure we will find a good solution.&lt;/p&gt;
10989
10990 &lt;p&gt;The idea is to set up the roaming laptops to authenticate using
10991 LDAP or Kerberos and create a local user with home directory in /home/
10992 when a usre in LDAP logs in via KDM or GDM for the first time, and
10993 cache the password for offline checking, as well as caching group
10994 memberhips and other relevant LDAP information. The
10995 libpam-mklocaluser package was created to make sure the local home
10996 directory is in /home/, instead of /site/server/directory/ which would
10997 be the home directory if pam_mkhomedir was used. To avoid confusion
10998 with support requests and configuration, we do not want local laptops
10999 to have users in a path that is used for the same users home directory
11000 on the home directory servers.&lt;/p&gt;
11001
11002 &lt;p&gt;One annoying problem with gdm is that it do not show the PAM
11003 message passed to the user from libpam-mklocaluser when the local user
11004 is created. Instead gdm simply reject the login with some generic
11005 message. The message is shown in kdm, ssh and login, so I guess it is
11006 a bug in gdm. Have not investigated if there is some other message
11007 type that can be used instead to get gdm to also show the message.&lt;/p&gt;
11008
11009 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11010 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11011 </description>
11012 </item>
11013
11014 <item>
11015 <title>Parallellized boot is now the default in Debian/unstable</title>
11016 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</link>
11017 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</guid>
11018 <pubDate>Fri, 14 May 2010 22:40:00 +0200</pubDate>
11019 <description>&lt;p&gt;Since this evening, parallel booting is the default in
11020 Debian/unstable for machines using dependency based boot sequencing.
11021 Apparently the testing of concurrent booting has been wider than
11022 expected, if I am to believe the
11023 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
11024 on debian-devel@&lt;/a&gt;, and I concluded a few days ago to move forward
11025 with the feature this weekend, to give us some time to detect any
11026 remaining problems before Squeeze is frozen. If serious problems are
11027 detected, it is simple to change the default back to sequential boot.
11028 The upload of the new sysvinit package also activate a new upstream
11029 version.&lt;/p&gt;
11030
11031 More information about
11032 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
11033 based boot sequencing&lt;/a&gt; is available from the Debian wiki. It is
11034 currently possible to disable parallel booting when one run into
11035 problems caused by it, by adding this line to /etc/default/rcS:&lt;/p&gt;
11036
11037 &lt;blockquote&gt;&lt;pre&gt;
11038 CONCURRENCY=none
11039 &lt;/pre&gt;&lt;/blockquote&gt;
11040
11041 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
11042 the BTS, please usertag the report to get it to show up at
11043 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
11044 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
11045 </description>
11046 </item>
11047
11048 <item>
11049 <title>Sitesummary tip: Listing MAC address of all clients</title>
11050 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</link>
11051 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</guid>
11052 <pubDate>Fri, 14 May 2010 21:10:00 +0200</pubDate>
11053 <description>&lt;p&gt;In the recent Debian Edu versions, the
11054 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;sitesummary
11055 system&lt;/a&gt; is used to keep track of the machines in the school
11056 network. Each machine will automatically report its status to the
11057 central server after boot and once per night. The network setup is
11058 also reported, and using this information it is possible to get the
11059 MAC address of all network interfaces in the machines. This is useful
11060 to update the DHCP configuration.&lt;/p&gt;
11061
11062 &lt;p&gt;To give some idea how to use sitesummary, here is a one-liner to
11063 ist all MAC addresses of all machines reporting to sitesummary. Run
11064 this on the collector host:&lt;/p&gt;
11065
11066 &lt;blockquote&gt;&lt;pre&gt;
11067 perl -MSiteSummary -e &#39;for_all_hosts(sub { print join(&quot; &quot;, get_macaddresses(shift)), &quot;\n&quot;; });&#39;
11068 &lt;/pre&gt;&lt;/blockquote&gt;
11069
11070 &lt;p&gt;This will list all MAC addresses assosiated with all machine, one
11071 line per machine and with space between the MAC addresses.&lt;/p&gt;
11072
11073 &lt;p&gt;To allow system administrators easier job at adding static DHCP
11074 addresses for hosts, it would be possible to extend this to fetch
11075 machine information from sitesummary and update the DHCP and DNS
11076 tables in LDAP using this information. Such tool is unfortunately not
11077 written yet.&lt;/p&gt;
11078 </description>
11079 </item>
11080
11081 <item>
11082 <title>Forcing new users to change their password on first login</title>
11083 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
11084 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
11085 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
11086 <description>&lt;p&gt;One interesting feature in Active Directory, is the ability to
11087 create a new user with an expired password, and thus force the user to
11088 change the password on the first login attempt.&lt;/p&gt;
11089
11090 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
11091 Edu, but did some initial testing with a local account. The account
11092 and password aging information is available in /etc/shadow, but
11093 unfortunately, it is not possible to specify an expiration time for
11094 passwords, only a maximum age for passwords.&lt;/p&gt;
11095
11096 &lt;p&gt;A freshly created account (using adduser test) will have these
11097 settings in /etc/shadow:&lt;/p&gt;
11098
11099 &lt;blockquote&gt;&lt;pre&gt;
11100 root@tjener:~# chage -l test
11101 Last password change : May 02, 2010
11102 Password expires : never
11103 Password inactive : never
11104 Account expires : never
11105 Minimum number of days between password change : 0
11106 Maximum number of days between password change : 99999
11107 Number of days of warning before password expires : 7
11108 root@tjener:~#
11109 &lt;/pre&gt;&lt;/blockquote&gt;
11110
11111 &lt;p&gt;The only way I could come up with to create a user with an expired
11112 account, is to change the date of the last password change to the
11113 lowest value possible (January 1th 1970), and the maximum password age
11114 to the difference in days between that date and today. To make it
11115 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
11116 avoid testing if 0 is a valid value).&lt;/p&gt;
11117
11118 &lt;p&gt;After using these commands to set it up, it seem to work as
11119 intended:&lt;/p&gt;
11120
11121 &lt;blockquote&gt;&lt;pre&gt;
11122 root@tjener:~# chage -d 1 test; chage -M 10950 test
11123 root@tjener:~# chage -l test
11124 Last password change : Jan 02, 1970
11125 Password expires : never
11126 Password inactive : never
11127 Account expires : never
11128 Minimum number of days between password change : 0
11129 Maximum number of days between password change : 10950
11130 Number of days of warning before password expires : 7
11131 root@tjener:~#
11132 &lt;/pre&gt;&lt;/blockquote&gt;
11133
11134 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
11135 Squeeze) login, and all ask for a new password before login in the
11136 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
11137
11138 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
11139 sure only the user itself have the account password?&lt;/p&gt;
11140
11141 &lt;p&gt;If you want to comment on or help out with implementing this for
11142 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11143
11144 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
11145 shadow(8) page in Debian/testing now state that setting the date of
11146 last password change to zero (0) will force the password to be changed
11147 on the first login. This was not mentioned in the manual in Lenny, so
11148 I did not notice this in my initial testing. I have tested it on
11149 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
11150 tested it on Lenny yet.&lt;/p&gt;
11151
11152 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
11153 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
11154 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
11155 change.&lt;/p&gt;
11156 </description>
11157 </item>
11158
11159 <item>
11160 <title>Thoughts on roaming laptop setup for Debian Edu</title>
11161 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
11162 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
11163 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
11164 <description>&lt;p&gt;For some years now, I have wondered how we should handle laptops in
11165 Debian Edu. The Debian Edu infrastructure is mostly designed to
11166 handle stationary computers, and less suited for computers that come
11167 and go.&lt;/p&gt;
11168
11169 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
11170 Debian Edu for laptops, by introducing a new profile for them, for
11171 example called Roaming Workstations. Here are my thought on this.
11172 The setup would consist of the following:&lt;/p&gt;
11173
11174 &lt;ul&gt;
11175
11176 &lt;li&gt;During installation, the user name of the owner / primary user of
11177 the laptop is requested and a local home directory is set up for
11178 the user, with uid and gid information fetched from the LDAP
11179 server. This allow the user to work also when offline. The
11180 central home directory can be available in a subdirectory on
11181 request, for example mounted via CIFS. It could be mounted
11182 automatically when a user log in while on the Debian Edu network,
11183 and unmounted when the machine is taken away (network down,
11184 hibernate, etc), it can be set up to do automatic mounting on
11185 request (using autofs), or perhaps some GUI button on the desktop
11186 can be used to access it when needed. Perhaps it is enough to use
11187 the fish protocol in KDE?&lt;/li&gt;
11188
11189 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
11190 authentication when the machine is on the Debian Edu network, and
11191 to cache the password for offline checking when the machine unable
11192 to reach the LDAP or Kerberos server. This can be done using
11193 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
11194 or the Fedora developed
11195 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
11196 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
11197
11198 &lt;li&gt;File synchronisation with the central home directory is set up
11199 using a shared directory in both the local and the central home
11200 directory, using unison.&lt;/li&gt;
11201
11202 &lt;li&gt;Printing should be set up to print to all printers broadcasting
11203 their existence on the local network, and should then work out of
11204 the box with CUPS. For sites needing accurate printer quotas, some
11205 system with Kerberos authentication or printing via ssh could be
11206 implemented.&lt;/li&gt;
11207
11208 &lt;li&gt;For users that should have local root access to their laptop,
11209 sudo should be used to allow this to the local user.&lt;/li&gt;
11210
11211 &lt;li&gt;It would be nice if user and group information from LDAP is
11212 cached on the client, but given that there are entries for the
11213 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
11214
11215 &lt;/ul&gt;
11216
11217 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
11218 the moment. If we work quickly, we should be able to get this ready
11219 in time for the Squeeze release to freeze. Some of the pieces need
11220 tweaking, like libpam-ccreds should get support for pam-auth-update
11221 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
11222 perhaps debian-edu-config) should get some integration code to stop
11223 its daemon when the LDAP server is unavailable to avoid long timeouts
11224 when disconnected from the net. If we get Kerberos enabled, we need
11225 to make sure we avoid long timeouts there too.&lt;/p&gt;
11226
11227 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11228 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11229 </description>
11230 </item>
11231
11232 <item>
11233 <title>Kerberos for Debian Edu/Squeeze?</title>
11234 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
11235 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
11236 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
11237 <description>&lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
11238 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
11239 about the need to start using Kerberos in Skolelinux. Setting up a
11240 Kerberos server seem to be straight forward, and if we get this in
11241 place a long time before the Squeeze version of Debian freezes, we
11242 have a chance to migrate Skolelinux away from NFSv3 for the home
11243 directories, and over to an architecture where the infrastructure do
11244 not have to trust IP addresses and machines, and instead can trust
11245 users and cryptographic keys instead.&lt;/p&gt;
11246
11247 &lt;p&gt;A challenge will be integration and administration. Is there a
11248 Kerberos implementation for Debian where one can control the
11249 administration access in Kerberos using LDAP groups? With it, the
11250 school administration will have to maintain access control using flat
11251 files on the main server, which give a huge potential for errors.&lt;/p&gt;
11252
11253 &lt;p&gt;A related question I would like to know is how well Kerberos and
11254 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
11255
11256 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
11257 Nagios. I have no idea how much work that will be to implement. We
11258 would also need to document how to integrate with Windows AD, as such
11259 shared network will require two Kerberos realms that need to cooperate
11260 to work properly.&lt;/p&gt;
11261
11262 &lt;p&gt;I believe a good start would be to start using Kerberos on the
11263 skolelinux.no machines, and this way get ourselves experience with
11264 configuration and integration. A natural starting point would be
11265 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
11266 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
11267 time.&lt;/p&gt;
11268
11269 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
11270 I recommend you to see the video recording from yesterdays NUUG
11271 presentation, and start using Kerberos at home. The video show show
11272 up in a few days.&lt;/p&gt;
11273 </description>
11274 </item>
11275
11276 <item>
11277 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
11278 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
11279 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
11280 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
11281 <description>&lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
11282 in, I asked for a hook in the kdm and gdm setup to run scripts as root
11283 when the user log out. A bug was submitted against the xfree86-common
11284 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
11285 and revisited every time Debian Edu was working on a new release.
11286 Today, this finally paid off.&lt;/p&gt;
11287
11288 &lt;p&gt;The framework for this feature was today commited to the git
11289 repositry for the xorg package, and the git repository for xdm has
11290 been updated to use this framework. Next on my agenda is to make sure
11291 kdm and gdm also add code to use this framework.&lt;/p&gt;
11292
11293 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
11294 user log out, to get rid of runaway processes and do general cleanup
11295 after a user. With this framework in place, we finally can do that in
11296 a generic way that work with all display managers using this
11297 framework. My goal is to get all display managers in Debian use it,
11298 similar to how they use the Xsession.d framework today.&lt;p&gt;
11299 </description>
11300 </item>
11301
11302 <item>
11303 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
11304 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
11305 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
11306 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
11307 <description>&lt;p&gt;On Tuesday, the Debian/Lenny based version of
11308 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
11309 shipped. This was a major leap forward for the project, and I am very
11310 pleased that we finally got the release wrapped up. Work on the first
11311 point release starts imediately, as we plan to get that one out a
11312 month after the major release, to include all fixes for bugs we found
11313 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
11314
11315 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
11316
11317 &lt;p&gt;After this first point release, my plan is to focus again on the
11318 next major release, based on Squeeze. We will try to get as many of
11319 the fixes we need into the official Debian packages before the freeze,
11320 and have just a few weeks or months to make it happen.&lt;/p&gt;
11321 </description>
11322 </item>
11323
11324 <item>
11325 <title>Automatic Munin and Nagios configuration</title>
11326 <link>http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</link>
11327 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</guid>
11328 <pubDate>Wed, 27 Jan 2010 15:15:00 +0100</pubDate>
11329 <description>&lt;p&gt;One of the new features in the next Debian/Lenny based release of
11330 Debian Edu/Skolelinux, which is scheduled for release in the next few
11331 days, is automatic configuration of the service monitoring system
11332 Nagios. The previous release had automatic configuration of trend
11333 analysis using Munin, and this Lenny based release take that a step
11334 further.&lt;/p&gt;
11335
11336 &lt;p&gt;When installing a Debian Edu Main-server, it is automatically
11337 configured as a Munin and Nagios server. In addition, it is
11338 configured to be a server for the
11339 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;SiteSummary
11340 system&lt;/a&gt; I have written for use in Debian Edu. The SiteSummary
11341 system is inspired by a system used by the University of Oslo where I
11342 work. In short, the system provide a centralised collector of
11343 information about the computers on the network, and a client on each
11344 computer submitting information to this collector. This allow for
11345 automatic information on which packages are installed on each machine,
11346 which kernel the machines are using, what kind of configuration the
11347 packages got etc. This also allow us to automatically generate Munin
11348 and Nagios configuration.&lt;/p&gt;
11349
11350 &lt;p&gt;All computers reporting to the sitesummary collector with the
11351 munin-node package installed is automatically enabled as a Munin
11352 client and graphs from the statistics collected from that machine show
11353 up automatically on http://www/munin/ on the Main-server.&lt;/p&gt;
11354
11355 &lt;p&gt;All non-laptop computers reporting to the sitesummary collector are
11356 automatically monitored for network presence (ping and any network
11357 services detected). In addition, all computers (also laptops) with
11358 the nagios-nrpe-server package installed and configured the way
11359 sitesummary would configure it, are monitored for full disks, software
11360 raid status, swap free and other checks that need to run locally on
11361 the machine.&lt;/p&gt;
11362
11363 &lt;p&gt;The result is that the administrator on a school using Debian Edu
11364 based on Lenny will be able to check the health of his installation
11365 with one look at the Nagios settings, without having to spend any time
11366 keeping the Nagios configuration up-to-date.&lt;/p&gt;
11367
11368 &lt;p&gt;The only configuration one need to do to get Nagios up and running
11369 is to set the password used to get access via HTTP. The system
11370 administrator need to run &quot;&lt;tt&gt;htpasswd /etc/nagios3/htpasswd.users
11371 nagiosadmin&lt;/tt&gt;&quot; to create a nagiosadmin user and set a password for
11372 it to be able to log into the Nagios web pages. After that,
11373 everything is taken care of.&lt;/p&gt;
11374 </description>
11375 </item>
11376
11377 <item>
11378 <title>Opphavet til Skolelinux-prosjektet</title>
11379 <link>http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</link>
11380 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</guid>
11381 <pubDate>Thu, 17 Dec 2009 10:50:00 +0100</pubDate>
11382 <description>&lt;p&gt;De færreste er klar over at Skolelinux-prosjektet kom som et resultat
11383 av en avgjørelse på årsmøtet i
11384 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; i 2000-06-29, der Håkon Wium
11385 Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
11386 initiativ kalt &quot;Teach the Teacher&quot;, som skulle være et initiativ for
11387 å få fri programvare og unix-lignende operativsystemer inn i Skolen.
11388 Tanken var at en måtte starte med lærerne for at ungene skulle få
11389 mulighet til å møte en bedre IT-hverdag. Jeg var tilstede på
11390 møtet, og hadde sans for ideen, men intet skjedde. På vårparten
11391 2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
11392 hadde invitert Microsoft til et møte for å fortelle om fremtidens
11393 Internet. Dette provoserte endel av oss, og EFN og NUUG tok initiativ
11394 til å arrangere
11395 &lt;a href=&quot;http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest&quot;&gt;en
11396 demonstrasjon utenfor lokalene 2001-05-21&lt;/a&gt;. Blant de som sto bak
11397 demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
11398 Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
11399 som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
11400 deltok. Før festen var jeg blitt lei av å vente på at Håkon skulle ta
11401 initiativ til &quot;Teach the Teacher&quot;, og for å forsøke å få litt fremgang
11402 besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
11403 behovet for å hjelpe skolene i gang med bedre datasystemer bestående
11404 av fri programvare og unix-lignende operativsystemer. Flere var
11405 interessert, og Knut Yrvin tenkte på ideen. Han
11406 &lt;a href=&quot;http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt&quot;&gt;ropte
11407 sammen&lt;/a&gt; til et stiftelsesmøte i prosjektet i sin arbeidsgivers
11408 Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
11409 Resten er historie. :)&lt;/p&gt;
11410 </description>
11411 </item>
11412
11413 <item>
11414 <title>Endelig operativt webbasert medlemsregister for Fri programvare i skolen</title>
11415 <link>http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</link>
11416 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</guid>
11417 <pubDate>Mon, 2 Nov 2009 22:40:00 +0100</pubDate>
11418 <description>&lt;p&gt;Under helgens utviklersamling i
11419 &lt;a href=&quot;http://www.skolelinux.no/&quot;&gt;Skolelinux&lt;/a&gt; fikk jeg endelig
11420 satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
11421 medlemsregister tilbake på plass for foreningen som passer på
11422 skolelinuxprosjektet. Etter flere års knot og problemer, er nå
11423 memberdb satt opp og klart til bruk. Import av det gamle
11424 medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
11425 registrere seg på nytt. Hvis du støtter FRiSKs formål så er du
11426 hjertelig velkommen til
11427 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;å melde deg
11428 inn&lt;/a&gt;. Formålet lyder:&lt;/p&gt;
11429
11430 &lt;blockquote&gt;Linux i skolen skal tilrettelegge for og informere om bruk
11431 av fri programvare, i henhold til Debian Free Software Guidelines av
11432 2002-02-03, i den norske skolen, slik som f.eks. Linux og
11433 GNU.&lt;/blockquote&gt;
11434 </description>
11435 </item>
11436
11437 <item>
11438 <title>Returning from Skolelinux developer gathering</title>
11439 <link>http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</link>
11440 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</guid>
11441 <pubDate>Sun, 29 Mar 2009 21:00:00 +0200</pubDate>
11442 <description>&lt;p&gt;I&#39;m sitting on the train going home from this weekends Debian
11443 Edu/Skolelinux development gathering. I got a bit done tuning the
11444 desktop, and looked into the dynamic service location protocol
11445 implementation avahi. It look like it could be useful for us. Almost
11446 30 people participated, and I believe it was a great environment to
11447 get to know the Skolelinux system. Walter Bender, involved in the
11448 development of the Sugar educational platform, presented his stuff and
11449 also helped me improve my OLPC installation. He also showed me that
11450 his Turtle Art application can be used in standalone mode, and we
11451 agreed that I would help getting it packaged for Debian. As a
11452 standalone application it would be great for Debian Edu. We also
11453 tried to get the video conferencing working with two OLPCs, but that
11454 proved to be too hard for us. The application seem to need more work
11455 before it is ready for me. I look forward to getting home and relax
11456 now. :)&lt;/p&gt;
11457 </description>
11458 </item>
11459
11460 <item>
11461 <title>Time for new LDAP schemas replacing RFC 2307?</title>
11462 <link>http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</link>
11463 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</guid>
11464 <pubDate>Sun, 29 Mar 2009 20:30:00 +0200</pubDate>
11465 <description>&lt;p&gt;The state of standardized LDAP schemas on Linux is far from
11466 optimal. There is RFC 2307 documenting one way to store NIS maps in
11467 LDAP, and a modified version of this normally called RFC 2307bis, with
11468 some modifications to be compatible with Active Directory. The RFC
11469 specification handle the content of a lot of system databases, but do
11470 not handle DNS zones and DHCP configuration.&lt;/p&gt;
11471
11472 &lt;p&gt;In &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux&lt;/a&gt;,
11473 we would like to store information about users, SMB clients/hosts,
11474 filegroups, netgroups (users and hosts), DHCP and DNS configuration,
11475 and LTSP configuration in LDAP. These objects have a lot in common,
11476 but with the current LDAP schemas it is not possible to have one
11477 object per entity. For example, one need to have at least three LDAP
11478 objects for a given computer, one with the SMB related stuff, one with
11479 DNS information and another with DHCP information. The schemas
11480 provided for DNS and DHCP are impossible to combine into one LDAP
11481 object. In addition, it is impossible to implement quick queries for
11482 netgroup membership, because of the way NIS triples are implemented.
11483 It just do not scale. I believe it is time for a few RFC
11484 specifications to cleam up this mess.&lt;/p&gt;
11485
11486 &lt;p&gt;I would like to have one LDAP object representing each computer in
11487 the network, and this object can then keep the SMB (ie host key), DHCP
11488 (mac address/name) and DNS (name/IP address) settings in one place.
11489 It need to be efficently stored to make sure it scale well.&lt;/p&gt;
11490
11491 &lt;p&gt;I would also like to have a quick way to map from a user or
11492 computer and to the net group this user or computer is a member.&lt;/p&gt;
11493
11494 &lt;p&gt;Active Directory have done a better job than unix heads like myself
11495 in this regard, and the unix side need to catch up. Time to start a
11496 new IETF work group?&lt;/p&gt;
11497 </description>
11498 </item>
11499
11500 <item>
11501 <title>Endelig er Debian Lenny gitt ut</title>
11502 <link>http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</link>
11503 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</guid>
11504 <pubDate>Sun, 15 Feb 2009 11:50:00 +0100</pubDate>
11505 <description>&lt;p&gt;Endelig er &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt;
11506 &lt;a href=&quot;http://www.debian.org/News/2009/20090214&quot;&gt;Lenny&lt;/a&gt; gitt ut.
11507 Et langt steg videre for Debian-prosjektet, og en rekke nye
11508 programpakker blir nå tilgjengelig for de av oss som bruker den
11509 stabile utgaven av Debian. Neste steg er nå å få
11510 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; /
11511 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; ferdig
11512 oppdatert for den nye utgaven, slik at en oppdatert versjon kan
11513 slippes løs på skolene. Takk til alle debian-utviklerne som har
11514 gjort dette mulig. Endelig er f.eks. fungerende avhengighetsstyrt
11515 bootsekvens tilgjengelig i stabil utgave, vha pakken
11516 &lt;tt&gt;insserv&lt;/tt&gt;.&lt;/p&gt;
11517 </description>
11518 </item>
11519
11520 <item>
11521 <title>Endelig norsk stavekontroll med støtte for ord med bindestrek</title>
11522 <link>http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</link>
11523 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</guid>
11524 <pubDate>Fri, 26 Dec 2008 11:00:00 +0100</pubDate>
11525 <description>&lt;p&gt;Etter flere års mislykkede forsøk på å skrive om byggesystemet for
11526 &lt;a href=&quot;http://no.speling.org/&quot;&gt;den norske stavekontrollen for bokmål
11527 og nynorsk&lt;/a&gt; til å ikke bruke bindestrek som ordskillemarkør, lyktes jeg
11528 endelig første juledag. Bruken av bindestrek som ordskillemarkør har
11529 gjort det umulig å få med ord med bindestrek i
11530 stavekontrolldatagrunnlaget, slik at ord som e-post og CD-spiller ikke
11531 kunne godtas av stavekontrollen. Hadde litt tid til overs å bruke på
11532 stavekontrollen, og satte meg ned med to kopier av byggsystemet og en
11533 liten testdatafil, og byttet ut - med = på utvalgte steder i
11534 byggsystemet og datafilen helt til jeg fikk samme resultat med det
11535 gamle og det nye byggsystemet. Dette tror jeg var forsøk 4, der de
11536 foregående har feilet uten at jeg klarte å forstå hvorfor. Det sier
11537 kanskje litt om kompleksiteten i det originale byggsystemet som Rune
11538 Kleveland laget i sin tid.&lt;/p&gt;
11539
11540 &lt;p&gt;Etter å ha endret byggsystemet, var neste steg å importere ordene
11541 med bindestrek. Vi har en rekke slike i databasene for
11542 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nb.speling.org/htdocs/&quot;&gt;bokmål&lt;/a&gt;
11543 og
11544 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nn.speling.org/htdocs/&quot;&gt;nynorsk&lt;/a&gt;
11545 for korrektur av datagrunnlaget for stavekontrollen, og etter importen
11546 skulle nå 10350 nye ord bli godkjent som korrekt stavede ord av
11547 stavekontrollen.&lt;/p&gt;
11548 </description>
11549 </item>
11550
11551 <item>
11552 <title>Devcamp brought us closer to the Lenny based Debian Edu release</title>
11553 <link>http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</link>
11554 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</guid>
11555 <pubDate>Sun, 7 Dec 2008 12:00:00 +0100</pubDate>
11556 <description>&lt;p&gt;This weekend we had a small developer gathering for Debian Edu in
11557 Oslo. Most of Saturday was used for the general assemly for the
11558 member organization, but the rest of the weekend I used to tune the
11559 LTSP installation. LTSP now work out of the box on the 10-network.
11560 Acer Aspire One proved to be a very nice thin client, with both
11561 screen, mouse and keybard in a small box. Was working on getting the
11562 diskless workstation setup configured out of the box, but did not
11563 finish it before the weekend was up.&lt;/p&gt;
11564
11565 &lt;p&gt;Did not find time to look at the 4 VGA cards in one box we got from
11566 the Brazilian group, so that will have to wait for the next
11567 development gathering. Would love to have the Debian Edu installer
11568 automatically detect and configure a multiseat setup when it find one
11569 of these cards.&lt;/p&gt;
11570 </description>
11571 </item>
11572
11573 <item>
11574 <title>The sorry state of multimedia browser plugins in Debian</title>
11575 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
11576 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
11577 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
11578 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
11579 plugins available in Debian Lenny, to see which one we should use by
11580 default in Debian Edu. We need an embedded video playing plugin with
11581 control buttons to pause or stop the video, and capable of streaming
11582 all the multimedia content available on the web. The test results and
11583 notes are available on
11584 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
11585 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
11586 fill this need. My personal video player favorite, VLC, has a really
11587 bad plugin which fail on a lot of the test pages. A lot of the MIME
11588 types I would expect to work with any free software player (like
11589 video/ogg), just do not work. And simple formats like the
11590 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
11591 totem and vlc plugins. I hope the situation will improve soon. No
11592 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
11593
11594 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
11595 be the only one fitting our needs. :/&lt;/p&gt;
11596 </description>
11597 </item>
11598
11599 </channel>
11600 </rss>