]> pere.pagekite.me Git - homepage.git/blob - blog/tags/debian edu/debian edu.rss
eef90d4b5055dad2d86468838ce1c4753a38d448
[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>A Christmas present for Skolelinux / Debian Edu</title>
11 <link>http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</guid>
13 <pubDate>Fri, 28 Dec 2012 09:20:00 +0100</pubDate>
14 <description>&lt;p&gt;I was happy to discover a few days ago that the
15 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
16 project also this year received a Christmas present from Another
17 Agency in Trondheim. NOK 1000,- showed up on our donation account
18 December 24th. I want to express our thanks for this very welcome
19 present. As the Debian Edu / Skolelinux project is very short on
20 funding these days, and thus lack the money to do regular developer
21 gatherings, this donation was most welcome. One developer gathering
22 cost around NOK 15&amp;nbsp;000,-, so we need quite a lot more to keep the
23 development pace we want. Thus, I hope their example this year is
24 followed by many others. :)&lt;/p&gt;
25
26 &lt;p&gt;The public list of donors can be found on
27 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;the
28 donation page&lt;/a&gt; for the project, which also contain instructions if
29 you want to donate to the project.&lt;/p&gt;
30 </description>
31 </item>
32
33 <item>
34 <title>Ledger - double-entry accounting using text based storage format</title>
35 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
36 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
37 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
38 <description>&lt;p&gt;A few days ago I came across
39 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
40 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
41 hledger, a text based system for double-entry accounting. I found it
42 interesting, as I am involved with several organizations where
43 accounting is an issue, and I have not really become too friendly with
44 the different web based systems we use. I find it hard to find what I
45 look for in the menus and even harder try to get sensible data out of
46 the systems. Ledger seem different. The accounting data is kept in
47 text files that can be stored in a version control system, and there
48
49 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
50 different implementations&lt;/a&gt; able to read the format. An example
51 entry look like this, and is simple enough that it will be trivial to
52 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
53
54 &lt;blockquote&gt;&lt;pre&gt;
55 2004-05-27 Book Store
56 Expenses:Books $20.00
57 Liabilities:Visa
58 &lt;/pre&gt;&lt;/blockquote&gt;
59
60 &lt;p&gt;The concept seemed interesting enough for me to check it out and
61 look for others using it. I found blog posts from
62 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
63 Spang&lt;/a&gt;,
64 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
65 Keen&lt;/a&gt;,
66 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
67 Cantino&lt;/a&gt; and
68 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
69 Ip&lt;/a&gt; describing how they use it, as well as a post from
70 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
71 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
72 recommendations fitting my need.&lt;/p&gt;
73
74 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
75 package is available in Debian Squeeze, while the
76 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
77 package only is available in Debian Sid. As I use Squeeze, ledger
78 seemed the best choice to get started.&lt;/p&gt;
79
80 &lt;p&gt;To get some real data to test on, I wrote a
81 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
82 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
83 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
84 play with the data set. I&#39;m not really deeply into accounting, but I
85 am able to get a simple balance and accounting status for example
86 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
87 gather more experience before I know if the ledger way is a good fit
88 for the organisations I am involved in.&lt;/p&gt;
89 </description>
90 </item>
91
92 <item>
93 <title>Debian Edu interview: Angela Fuß</title>
94 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</link>
95 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</guid>
96 <pubDate>Wed, 14 Nov 2012 21:30:00 +0100</pubDate>
97 <description>&lt;p&gt;Here is another interview with one of the people in the &lt;a
98 href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
99 community. I am running short on people willing to be interviewed, so
100 if you know about someone I should interview, Please send me an email.
101 After asking for many months, I finally managed to lure another one of
102 the people behind the German
103 &quot;&lt;a href=&quot;http://wiki.it-zukunft-schule.de/&quot;&gt;IT-Zukunft Schule&lt;/a&gt;&quot;
104 project out from maternity leave to conduct an interview. Give a warm
105 welcome to Angela Fuß. :)&lt;/p&gt;
106
107 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
108
109 &lt;p&gt;I am a 39-year-old woman living in the very north of Germany near
110 Denmark. I live in a patchwork family with &quot;my man&quot; Mike Gabriel, my
111 two daughters, Mikes daughter and Mikes and my rather newborn son.
112
113 &lt;p&gt;At the moment - because of our little baby - I am spending most of
114 the day by being a caring and organising mom for all the kids.
115 Besides that I am really involved into and occupied with several inner
116 growth processes: New born souls always bring the whole familiar
117 system into movement and that needs time and focus ;-). We are also
118 in the middle of buying a house and moving to it.&lt;/p&gt;
119
120 &lt;p&gt;In 2013 I will work again in my job in a German foundation for
121 nature conservation. I am doing public relation work there. Besides
122 that - and that is the connection to Skolelinux / Debian Edu - I am
123 working in our own school project &quot;IT-Zukunft Schule&quot; in North
124 Germany. I am responsible for the quality assurance, the customer
125 relationship management and the communication processes in the
126 project.&lt;/p&gt;
127
128 &lt;p&gt;Since 2001 I constantly have been training myself in communication
129 and leadership. Besides that I am a forester, a landscaping gardener
130 and a yoga teacher.&lt;/p&gt;
131
132 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
133 project?&lt;/strong&gt;&lt;/p&gt;
134
135 &lt;p&gt;I fell in love with Mike ;-).&lt;/p&gt;
136
137 &lt;p&gt;Very soon after getting to know him I was completely enrolled into
138 Free Software. At this time Mike did IT-services for one newly
139 founded school in Kiel. Other schools in Kiel needed concepts for
140 their IT environment. Often when Mike came home from working at the
141 newly founded school I found myself listening to his complaints about
142 several points where the communication with the schools head or the
143 teachers did not work. So we were clear that he would not work for
144 one more school if we did not set up a structure for communication
145 between him, the schools head, the teachers, the students and the
146 parents.&lt;/p&gt;
147
148 &lt;p&gt;Together with our friend and hardware supplier Andreas Buchholz we
149 started to get an overview of free software solutions suitable for
150 schools. One day before Christmas 2010 Mike and I had a date with Kurt
151 Gramlich in Gütersloh. As Kurt and I are really interested in building
152 networks of people and in being in communication we dived into
153 Skolelinux and brought it to the first grammar schools in Northern
154 Germany.&lt;/p&gt;
155
156 &lt;p&gt;For information about our school project you can read
157 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html&quot;&gt;the
158 interview with Mike Gabriel&lt;/a&gt;.&lt;/p&gt;
159
160 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
161 Edu?&lt;/strong&gt;&lt;/p&gt;
162
163 &lt;p&gt;First I have to say: I cannot answer this question technically. My
164 answer comes rather from a social point of view.&lt;/p&gt;
165
166 &lt;p&gt;The biggest advantage of Skolelinux / Debian Edu I see is the large
167 and strong international community of Debian Developers in the
168 background which is very alive and connected over mailinglists, blogs
169 and meetings. My constant feeling for the Debian Community is: If
170 something does not work they will somehow fix it. All is well
171 ;-). This is of course a user experience. What I also get as a big
172 advantage of Skolelinux / Debian Edu is that everybody who uses it and
173 works with it can also contribute to it - that includes students,
174 teachers, parents...&lt;/p&gt;
175
176 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
177 Edu?&lt;/strong&gt;&lt;/p&gt;
178
179 &lt;p&gt;I will answer this question relating to the internal structure of
180 Skolelinux / Debian Edu.&lt;/p&gt;
181
182 &lt;p&gt;What I see as a major disadvantage is that there is a gap between
183 the group of developers for Debian Edu and the people who make the
184 marketing, that means the people that bring Skolelinux to the
185 schools. There is a lack of communication between these two groups and
186 I think that does not really work for Skolelinux / Debian Edu.&lt;/p&gt;
187
188 &lt;p&gt;Further I appreciate that Skolelinux / Debian Edu is known as a
189 do-ocracy. Nevertheless I keep asking myself if at some points a
190 democracy or some kind of hierarchical project structure would be good
191 and helpful. I am also missing some kind of contact between the
192 Skolelinux / Debian Edu communities in Europe or on an international
193 level. I think it would be good if there was more sharing between the
194 different countries using Skolelinux / Debian Edu.&lt;/p&gt;
195
196 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
197
198 &lt;p&gt;On my laptop I am still using an Ubuntu 10.04 with a Gnome Desktop
199 on. As applications I use Openoffice.org, Gedit, Firefox, Pidgin,
200 LaTeX and GnuCash. For mails I am using Horde. And I am really fond of
201 my N900 running with Maemo.&lt;/p&gt;
202
203 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
204 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
205
206 &lt;p&gt;I am really convinced that in our school project &quot;IT-Zukunft
207 Schule&quot; we have developed (and keep developing) a great way to get
208 schools to use Free Software. We have written a detailed concept for
209 that so I cannot explain the whole thing here. But in a nutshell the
210 strategy has three crucial pillars:&lt;/p&gt;
211
212 &lt;ul&gt;
213
214 &lt;li&gt;We really take time to get what sort of stories, questions and
215 concerns the schools head and the teachers have about using different
216 kinds of IT and we take time to enrol them into Free Software.&lt;/li&gt;
217
218 &lt;li&gt;Our solution for schools is never just technical. In the centre
219 are always the people who are going to use the software. From the very
220 beginning of the planning for a school, we tell the schools head that
221 they are paying us not only for a technical solution for their school,
222 they also pay us for leading all the communication processes
223 needed. If they do not want that, we are not working with them because
224 we cannot give a guarantee for the quality of our work then.&lt;/li&gt;
225
226 &lt;li&gt;Another focus lies in the training of teachers and students in
227 co-administrating the IT-System at their school. They start getting in
228 contact with the Skolelinux / Debian Edu community and they get the
229 offer to become more and more independent from us.&lt;/li&gt;
230
231 &lt;/ul&gt;
232 </description>
233 </item>
234
235 <item>
236 <title>Skolelinux noe for Ballangen? (Leserinnlegg til avisen Fremover)</title>
237 <link>http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</link>
238 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</guid>
239 <pubDate>Sun, 14 Oct 2012 20:00:00 +0200</pubDate>
240 <description>&lt;p&gt;Tirsdag 2012-10-09 sendte jeg følgende leserinnlegg til avisen
241 &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;, etter å ha vært nordpå
242 noen dager og lest noen gamle aviser. Publiserer den her i sin helhet
243 for fremtidig referanse. Fremover publiserer dessverre ikke
244 leserinnlegg på nett.&lt;/p&gt;
245
246 &lt;blockquote&gt;
247 &lt;p&gt;To: redaksjon (at) fremover.no
248 &lt;br&gt;Subject: Leserinnlegg til Fremover: Skolelinux noe for Ballangen?&lt;/p&gt;
249
250 &lt;p&gt;Ærede redaktør&lt;/p&gt;
251
252 &lt;p&gt;I sommer (2012-07-23) hadde Fremover et oppslag om at Narvik
253 kommune hadde spart mellom 10 og 20 millioner kroner de siste årene på
254 å bruke Skolelinux på sine skoler. Harstad har også tatt i bruk
255 Skolelinux på alle sine skoler. Som tidligere Ballangsværing gledet
256 det meg stort å se at skoleløsningen vi har utviklet siden 2001 tas i
257 bruk i området der jeg vokste opp, og dermed bidrar til en bedre og
258 billigere skolehverdag.&lt;/p&gt;
259
260 &lt;p&gt;Skolelinux er en komplett IT-løsning for elevnettverket på en
261 skole, med både nettverkstjenester og løsning for elevmaskiner med
262 pedagogisk programvare, som tillater en å øke levetiden på en
263 datamaskin i skolen med mange år. En undersøkelse publisert i mars
264 2012 viste at de 56 norske skolene som har offentliggjort at de bruker
265 Skolelinux eller annen Linuxutgave hadde 36% større PC-tetthet enn
266 landsgjennomsnittet, når en ser på tall rapportert til Grunnskolens
267 Informasjonssystem. I følge Paul Reidar Løsnesløkken, IKT-konsulent i
268 Nord-Odal, fungerer datamaskiner godt til de er 8 til 10 år gamle.&lt;/p&gt;
269
270 &lt;p&gt;I høst (2012-09-29) fortalte Fremover hvordan Ballangen kommune har
271 opparbeidet seg 20 millioner i underskudd og nok havner på Robek-lista
272 fra nyttår. Kanskje Ballangen også burde ta i bruk Skolelinux for å
273 spare penger? Hvis kommunen mangler kompetanse lokalt på Linux finnes
274 det kommersielle selskaper som tilbyr driftstjenester rundt
275 Skolelinux, og jeg bør vel avsløre at jeg selv er involvert i et av
276 dem, Skolelinux Drift AS. Kommunen kan dermed få hjelp hvis de ikke
277 ønsker å bygge opp egen kompetanse.&lt;/p&gt;
278
279 &lt;p&gt;Vennlig hilsen
280 &lt;br&gt;Petter Reinholdtsen
281 &lt;br&gt;Fri programvareutvikler&lt;/p&gt;
282
283 &lt;p&gt;Referanser:&lt;/p&gt;
284
285 &lt;ul&gt;
286
287 &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;
288 &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;
289
290 &lt;/ul&gt;
291
292 &lt;/blockquote&gt;
293
294 &lt;p&gt;Innlegget ble så vidt jeg vet trykket i papirutgaven et par dager
295 senere, men jeg har ikke sett det selv.&lt;/p&gt;
296 </description>
297 </item>
298
299 <item>
300 <title>Trengs flere frivillige til korrektur av den frie norske stavekontrollen</title>
301 <link>http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</link>
302 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</guid>
303 <pubDate>Sat, 13 Oct 2012 12:10:00 +0200</pubDate>
304 <description>&lt;p&gt;&lt;a href=&quot;http://no.speling.org/&quot;&gt;Den frie norske stavekontrollen&lt;/a&gt;
305 består av ca. 1,3 millioner bokmåls- og nynorskord. Det er mange
306 kilder til ordene, f.eks. den norske ordbanken, norske nett-aviser,
307 stavekontrollbrukere og korrekturlesere, og endel feil har sneket seg
308 inn i databasen over ord. For å finne og fikse feilene trengs det
309 korrekturlesing. Her kommer frivillige inn.&lt;/p&gt;
310
311 &lt;p&gt;Hvis du vil bidra med korrektur av orddatabasen, kan du melde deg
312 frivillig som bokmåls- eller nynorskkorrekturleser og få tilsendt en
313 liten bunke ord på epost hver dag, lese over og sende inn på epost
314 tilbake til korrekturlesing-systemet. Jo flere som sjekker, jo
315 raskere kommer vi igjennom hele databasen. Så langt har vi oppdaget
316 341 bokmålsord og 50 nynorskord som ikke skal vært med i databasen.
317 Det er nok noen flere. I tillegg har korrekturleserne oppdaget flere
318 ord som manglet, og fått lagt dem inn i stavekontrollen.&lt;/p&gt;
319
320 &lt;p&gt;Hvis du vil bidra, følg instruksene på
321 &lt;a href=&quot;http://no.speling.org/dokumentasjon.html&quot;&gt;prosjektsidene&lt;/a&gt;
322
323 for nye bidragsytere, og ta kontakt med Håvard eller epostlisten
324 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-no&quot;&gt;i18n-no&lt;/a&gt;.
325 Gode norskkunnskaper er en fordel, og vilje til å sjekke
326 &lt;a href=&quot;http://www.nob-ordbok.uio.no/perl/ordbok.cgi&quot;&gt;ordboka&lt;/a&gt; et
327 krav!&lt;/p&gt;
328 </description>
329 </item>
330
331 <item>
332 <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
333 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
334 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
335 <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
336 <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
337 stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
338 et halvt år siden sist. I dag fikk vi sendt ut annonseringen. Her er
339 det vi sendte ut:&lt;/p&gt;
340
341 &lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
342
343 &lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
344 synonymordliste&lt;/strong&gt;&lt;/p&gt;
345
346 &lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
347 stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
348 noe utviklerne er veldig glade for.&lt;/p&gt;
349
350 &lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
351 skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
352 over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
353 det kommet en del nye ord og rettelser rapportert inn av de frivillige
354 som gjennomfører korrektur av orddatabasen i prosjektet. For å få
355 fortgang i dette korrekturarbeidet er det fint med flere frivillige
356 som kan bidra i prosjektet.&lt;/p&gt;
357
358 &lt;p&gt;&lt;blockquote&gt;
359 - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
360 for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
361 Petter Reinholdtsen.
362 &lt;/blockquote&gt;&lt;/p&gt;
363
364 &lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
365 synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
366 og nynorsk. En synonymordliste for nynorsk er også med, men den er på
367 prøvestadiet og meget liten.&lt;/p&gt;
368
369 &lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
370 LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
371 en rekke andre programmer, og på både Windows, Mac OS X, Linux og
372 BSD.&lt;/p&gt;
373
374 &lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
375 fra prosjektsidene på
376 &lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
377 LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
378
379 &lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
380 prosjekter for blant annet å forbedre stavekontrollteknologien, å
381 utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
382 relevante datasett. Et av disse prosjektene er et separat prosjekt ved
383 Sametinget som er i gang med å utvikle samisk stavekontroll for blant
384 annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
385
386 &lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
387 LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
388 langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
389 også svært velkomne.&lt;/p&gt;
390
391 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
392
393 &lt;p&gt;&lt;blockquote&gt;
394 Axel Bojer, prosjektdeltager
395 &lt;br&gt;E-post: fri_programvare (at) bojer.no
396 &lt;br&gt;Tlf: +47 954 32 417
397 &lt;/blockquote&gt;&lt;/p&gt;
398
399 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
400
401 &lt;ul&gt;
402
403 &lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
404 &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
405 &lt;li&gt;Samiske korrekturverktøy:
406 &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
407 &lt;li&gt;Ordlistene fra Norsk ordbank:
408 &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;
409 &lt;li&gt;Last ned ordlistene:
410 &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;
411 (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
412 &lt;/ul&gt;
413
414 &lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
415
416 &lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
417
418 &lt;ul&gt;
419
420 &lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
421 release often enough to justify three digits.&lt;/li&gt;
422 &lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
423 no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
424 &lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
425 control where to install these.&lt;/li&gt;
426 &lt;li&gt;Change script used to import from no.speling.org, to load new word
427 boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
428 &lt;li&gt;Added word boundaries for several words (around 500 words) using the
429 updated script.&lt;/li&gt;
430 &lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
431 &lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
432 allowing words like e-post.&lt;/li&gt;
433 &lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
434 no.speling.org now that it is handled by the build system.&lt;/li&gt;
435 &lt;/ul&gt;
436 </description>
437 </item>
438
439 <item>
440 <title>Debian Edu interview: Giorgio Pioda</title>
441 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
442 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
443 <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
444 <description>&lt;p&gt;After a long break in my row of interviews with people in the
445 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
446 community, I finally found time to wrap up another. This time it is
447 Giorgio Pioda, which showed up on the mailing list at the start of
448 this year, asking questions and inspiring us to improve the first time
449 administrators experience with Skolelinux. :) The interview was
450 conduced in May, but I only found time to publish it now.&lt;/p&gt;
451
452 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
453
454 &lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
455 in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
456 university) schools. Five years ago I started to manage a Learning
457 Management Service server and slowly I got more and more involved with
458 IT. 3 years ago the graduating schools moved completely to Linux and I
459 got the head of the IT for this. The experience collected in chemistry
460 labs computers (for example NMR analysis of protein folding) and in
461 the IT-courses during university where sufficient to start. Self
462 training is anyway very important&lt;/p&gt;
463
464 &lt;p&gt;I live in the Italian speaking part of Switzerland, and the
465 &lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
466 special sport school for young people who try to became sport pro (for
467 all sports, we have dozens of disciplines represented) and we are
468 recognised by the Olympic Swiss Organisation.
469
470 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
471 project?&lt;/strong&gt;&lt;/p&gt;
472
473 &lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
474 already several years ago. But since the system was still not
475 Kerberized and since our schools relies strongly on laptops I didn&#39;t
476 use it. I plan to introduce it in the next future, probably for the
477 next school year, since the squeeze release solved this security
478 hole.&lt;/p&gt;
479
480 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
481 Edu?&lt;/strong&gt;&lt;/p&gt;
482
483 &lt;p&gt;Many. First of all there is a strong and living community that is
484 very generous for help and hints. Chat help is crucial, together with
485 the mailing list. Second. With Skolelinux you get an already well
486 engineered platform and you don&#39;t have to start to build up your PDC
487 and your clients from GNU/scratch; I&#39;ve already done this once and I
488 can tell it, it is hard. Third, since Skolelinux is a standard
489 platform, it is way easier to educate other IT people and even if the
490 head IT is sick another one could pick up the task without too much
491 hassle.&lt;/p&gt;
492
493 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
494 Edu?&lt;/strong&gt;&lt;/p&gt;
495
496 &lt;p&gt;The only real problem I see is that it is a little too less
497 flexible at client level. Debian stable is rocky and desirable, but
498 there are many reasons that force for another choice. For example the
499 need of new drivers for new PC, or the need for a specific OS for some
500 devices that have specific software packages for another specific
501 distribution (I have such a case for whiteboards that have only
502 Ubuntu packages). Thus, I prepared compatibility packages educlient
503 and eduroaming, hoping not to use them ;-)&lt;/p&gt;
504
505 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
506
507 &lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
508 mixed Debian and Ubuntu clients. If you think that this triad
509 combination is exotic... well I discovered right yesterday that
510 &lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
511 has the same...&lt;/p&gt;
512
513 &lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
514 only I you have enough competence to fix stuff for yourself, if
515 something breaks. Daily I use texmacs, gnumeric, a little bit of R
516 statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
517
518 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
519 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
520
521 &lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
522 cost reduction. They don&#39;t give too much weight on quality, stability,
523 just because they are normally not open to change.&lt;/p&gt;
524
525 &lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
526 to switch between different OS is a plus value); teachers and managers
527 don&#39;t.&lt;/p&gt;
528
529 &lt;p&gt;We decided to move to Linux because students at our school have own
530 laptop and we have the responsibility to keep the laptop ready to use;
531 we were really unsatisfied with Microsoft since every Monday we had 20
532 machine to fix for viral infections... With Linux this has been
533 reduced to zero, since people installs almost only from official
534 repositories. I think that our special needs brought us to Linux.
535 Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
536 </description>
537 </item>
538
539 <item>
540 <title>Gladoppslag om Skolelinux i avisen Fremover</title>
541 <link>http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</link>
542 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</guid>
543 <pubDate>Wed, 15 Aug 2012 10:20:00 +0200</pubDate>
544 <description>&lt;p&gt;I sommer hadde avisen &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;
545 et flott oppslag om bruken av
546 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på alle skolene
547 der. Artikkelen var på trykk på side 4 og 5 i papirutgaven
548 2012-07-23, men mangler dessverre i nettutgaven av avisen. Mine
549 henvendelser til avisen for å få artikkelen på nett har så langt ikke
550 vært vellykket.&lt;/p&gt;
551
552 &lt;p&gt;Artikkelen med tittelen &quot;Narvik kommune bruker gratisprogram i
553 skolen - Har spart millioner&quot;, forteller om hvordan bruken av
554 Skolelinux er en stor suksess i Narvik siden det ble tatt i bruk i
555 2004. Her er noen fine sitater:&lt;/p&gt;
556
557 &lt;blockquote&gt;
558 &quot;- Skolelinux har spart kommunen for store pengesummer, millionbeløp,
559 som de heller kan bruke på andre ting, sier IKT-konsulent Viggo
560 Fedreheim.&quot;
561 &lt;/blockquote&gt;
562
563 &lt;p&gt;Avisen forteller at de har fått tilgang til beregninger som viser
564 at Narvik kommune har spart noe mellom 10 og 20 millioner kroner de
565 siste 8 årene på å bruke Skolelinux, og fortsetter:&lt;/p&gt;
566
567 &lt;blockquote&gt;
568
569 &quot;Regnestykket tar høyde for sparte kostnader til lisenser som medfølger
570 de alternative operativsystemene, lavere driftskostnader og lengre
571 levetid på datautstyret. Totalt har Narvikskolen en maskinpark på
572 1600 maskiner fordelt på de 11 skolene fra Skjomen i sør til Bjerkvik
573 i nord.&quot;
574
575 &lt;/blockquote&gt;
576
577 &lt;p&gt;Viggo Fedreheim sier dette om hvor noe av gevinsten kommer fra:&lt;/p&gt;
578
579 &lt;blockquote&gt;
580 &quot;- Vi kan gjenbruke gamle maskiner i skolen som er for dårlig andre
581 steder i kommunen der de ikke bruker Skolelinux. Levetiden på en
582 datamaskin blir 3-5 år lenger med Skolelinux. Vi kaller det for
583 grønn IT, miljøvennlig IT.&quot;
584 &lt;/blockquote&gt;
585
586 &lt;p&gt;Her er det mulighet for flere kommuner å få et godt IT-system på
587 skolene, hvis de er villige til å forsøke. De som ikke har kompetanse
588 innomhus kan kjøpe det fra en av de kommersielle leverandørene av
589 Skolelinux-tjenester, som &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
590 Drift AS&lt;/a&gt; (der jeg er styremedlem). Komplett liste er tilgjengelig
591 via
592 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;wikien&lt;/a&gt;.&lt;/p&gt;
593
594 &lt;p&gt;Update 2012-08-16: Today I was allowed by Fremover to put the PDF I
595 received from them with a copy of the article on the Internet. It is
596 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/2012-07-23-fremover-narvik.pdf&quot;&gt;now
597 available&lt;/a&gt; in the Skolelinux press archive.&lt;/p&gt;
598 </description>
599 </item>
600
601 <item>
602 <title>Tips for å bli med i Skolelinux-prosjektet (som faktisk er aktivt)</title>
603 <link>http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</link>
604 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</guid>
605 <pubDate>Thu, 19 Jul 2012 20:30:00 +0200</pubDate>
606 <description>&lt;p&gt;Jeg fikk nettopp spørsmål på epost om Skolelinux-prosjektet lever
607 fra en som var interessert i å bidra, og måtte jo konstatere at i og
608 med at spørsmålet ble stilt har prosjektet ikke lyktes med å formidle
609 sin aktivitet. Her er det jeg svarte:&lt;/p&gt;
610
611 &lt;p&gt;&lt;blockquote&gt;
612 &lt;p&gt;Jada, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt;
613 lever, men det meste av utvikling foregår nå under paraplyen
614 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; som er det
615 internasjonale navnet på prosjektet. Dugnaden i Norge organiseres av
616 medlemsforeningen
617 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
618 Skolen&lt;/a&gt;, og det finnes minst ett selskap som selger kommersiell
619 support på løsningen (&lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
620 Drift AS&lt;/a&gt;, der jeg er styremedlem). Anbefaler at du melder deg på
621 epostlisten
622 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;
623 (og debian-edu-announce) og
624 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;melder deg inn i
625 foreningen&lt;/a&gt; for å få beskjed om aktivitet som planlegges. Det
626 planlegges
627 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering&quot;&gt;utviklersamlinger
628 i august&lt;/a&gt; og utover høsten.&lt;/p&gt;
629
630 &lt;p&gt;Bidra gjerne med å spre ordet om Skolelinux. Det er alt for få som
631 bidrar til pressedekning, bloggposter, twittermeldinger, etc. :)&lt;/p&gt;
632
633 &lt;p&gt;Jeg antar du har funnet
634 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/tags/intervju/&quot;&gt;bloggserien
635 min med intervjuer&lt;/a&gt;. Det er antagelig også interessant for deg å
636 følge med på &lt;a href=&quot;http://planet.skolelinux.org/&quot;&gt;Planet
637 Skolelinux&lt;/a&gt;.&lt;/p&gt;
638
639 &lt;p&gt;Hm, jeg burde vel blogge alle disse lenkene slik at de blir enklere
640 å finne...&lt;/p&gt;
641 &lt;/blockquote&gt;&lt;/p&gt;
642 &lt;p&gt;Herved gjort. :)&lt;/p&gt;
643 </description>
644 </item>
645
646 <item>
647 <title>Debian Edu interview: George Bredberg</title>
648 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</link>
649 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</guid>
650 <pubDate>Mon, 9 Jul 2012 00:30:00 +0200</pubDate>
651 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
652 Skolelinux&lt;/a&gt; project have users all over the globe, but until
653 recently we have not known about any users in Norway&#39;s neighbour
654 country Sweden. This changed when George Bredberg showed up in March
655 this year on the mailing list, asking interesting questions about how
656 to adjust and scale the just released
657 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
658 Wheezy&lt;/a&gt; setup to his liking. He granted me an interview, and I am
659 happy to share his answers with you here.&lt;/p&gt;
660
661 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
662
663 &lt;p&gt;I&#39;m a 44 year old country guy that have been working 12 years at
664 the same school as 50% IT-manager and 50% Teacher. My educational
665 background is fil.kand in history and religious beliefs, an exam as a
666 &quot;folkhighschool&quot; teacher, that is, for teaching grownups. In
667 Norwegian I believe it&#39;s called &quot;Vuxenupplaring&quot;. I also have a master
668 in &quot;Technology and social change&quot;. So I&#39;m not really a tech guy, I
669 just like to study how humans and technology interact and that is my
670 perspective when working with IT.&lt;/p&gt;
671
672 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
673 project?&lt;/strong&gt;&lt;/p&gt;
674
675 I have followed the Skolelinux project for quite some time by
676 now. Earlier I tested out the K12-LTSP project, which we used for some
677 time, but I really like the idea of having a distribution aimed to be
678 a complete solution for schools with necessary tools integrated. When
679 K12-LTSP abandoned that idea some years ago, I started to look more
680 seriously into Skolelinux instead.
681
682 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
683 Edu?&lt;/strong&gt;&lt;/p&gt;
684
685 The big point of Skolelinux to me is that it is a complete
686 distribution, ready to install. It has LDAP-support, MS Windows
687 integration tools and so forth already configured, saving an
688 administrator a lot of time and headache. We were using another Linux
689 based thin-client system called Thinlinc, that has served us very
690 well. But that Skolelinux is based on VNC and LTSP, to me, is better
691 when it comes to the kind of multimedia used in schools. That is
692 showing videos from Youtube or educational TV. It is also easier to
693 mix thin clients with workstations, since the user settings will be the
694 same. In our VNC-based solution you had to &quot;beat around the bush&quot; by
695 setting up a second, hidden, home-directory for user settings for the
696 workstations, because they will be different from the ones used on the
697 thin clients. Skolelinux support for diskless workstations are very
698 convenient since a school today often need to use a class room
699 projector showing videos in full screen. That is easily done with a
700 small integrated media computer running as a diskless workstation. You
701 have only two installs to update and configure. One for the thin
702 clients and one for the workstations. Also saving a lot of time. Our
703 old system was also based on Redhat and CentOS. They are both very
704 nice distributions, but they are sometimes painfully slow when it
705 comes to updating multimedia support and multimedia programs (even
706 such as Gimp), leaving us with a bit &quot;oldish&quot; applications. Debian is
707 quicker to update.
708
709 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
710 Edu?&lt;/strong&gt;&lt;/p&gt;
711
712 &lt;p&gt;Debian is a bit too quick when it comes to updating. As an example
713 we use old HP terminals as thinclients, and two times already this
714 year (2012) the updates you get from the repositories has stopped
715 sound from working with them. It&#39;s a kernel/ALSA issue. So you have
716 to be more careful properly testing the updates before you run them in
717 a production environment. This has never happened with CentOS.&lt;/p&gt;
718
719 &lt;p&gt;I also would like to be able to set my own domain-settings at
720 install time. In Skolelinux they are kind of hard coded into the
721 distribution, when it comes to LDAP and at least samba integration.
722 That is more a cosmetic/translation issue, and not a real problem.
723 Running MS Windows applications within the Skolelinux environment needs
724 to be better supported. That is, running them seamlessly via RDP, and
725 support for single-sign on. That will make the transition to free
726 software easier, because you can keep the applications you really
727 need. No support will make it impossible if you work in a school where
728 some applications can&#39;t be open source. As for us we really need to
729 run Adobe InDesign in our journalist classes. We run a journalist
730 education, and is one of the very few non university ones that is ok:d
731 by Svenska journalistförbundet (Swedish journalist association). Our
732 education gives the pupils the right of membership there, once they
733 are done. This is important if you want to get a job.&lt;/p&gt;
734
735 &lt;p&gt;Adobe InDesign is the program most commonly used in newspapers and
736 magazines. We used Quark Express before, but they seem to loose there
737 market to Adobe. The only &quot;equivalent&quot; to InDesign in the opensource
738 world is Scribus, and its not advanced enough. At least not according
739 to the teacher. I think it would be possible to use it, because they
740 are not supposed to learn a program, they are supposed to learn how to
741 edit and compile a newspaper. But politically at our school we are not
742 there yet. And Scribus lacks a lot of things you find i InDesign.&lt;/p&gt;
743
744 &lt;p&gt;We used even a windows program for sound editing when it comes to
745 the radio-journalist part. The year to come we are going to try
746 Audacity. That software has the same kind of limitations compared to
747 Adobe Audition, but that teacher is a bit more open minded. We have
748 tried Ardour also, but that instead is more like a music studio
749 program, not intended for the kind of editing taking place in a radio
750 studio. Its way to complex and the GUI is to scattered when you only
751 want to cut, make pass-overs, add extra channels and normalise. Those
752 things you can do in Audacity, but its not as easy as in Audition. You
753 have to do more things manually with envelopes, and that is a bit old
754 fashion and timewasting. Its also harder to cut and move sound from
755 one channel to another, which is a thing that you do frequently
756 because you often find yourself needing to rearrange parts of the
757 sound file.&lt;/p&gt;
758
759 &lt;p&gt;So, I am not sure we will succeed in replacing even Audition, but we
760 will try. The problem is the students have certain expectations when
761 they start an education towards a profession. So the programs has to
762 look and feel professional. Good thing with radio, there are many
763 programs out there, that radio studios use, so its not as standardised
764 as Newspaper editing. That means, it does not really matter what
765 program they learn, because once they start working they still have to
766 learn the program the studio uses, so instead focus has to be to learn
767 the editing part without to much focus on a specific software.&lt;/p&gt;
768
769 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
770
771 &lt;p&gt;Myself I&#39;m running Linux Mint, or Ubuntu these days. I use almost
772 only open source software, and preferably Linux based. When it comes
773 to most used applications its OpenOffice, and Firefox (of course ;)
774 )&lt;/p&gt;
775
776 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
777 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
778
779 &lt;p&gt;To get schools to use free software there has to be good open
780 source software that are windows based, to ease the transition. But
781 it&#39;s also very important that the multimedia support is working
782 flawlessly. The problems with Youtube, Twitter, Facebook and whatever
783 will create problems when it comes to both teachers and
784 students. Economy are also important for schools, so using thin
785 clients, as long as they have good multimedia support, is a very good
786 idea. It&#39;s also important that the open source software works even for
787 the administration. It&#39;s hard to convince the teachers to stick with
788 open source, if the principal has to run Windows. It also creates a
789 problem if some classes has to use Windows for there tasks, since that
790 will create a difference in &quot;status&quot; between classes, so a good
791 support for running windows applications via the thin client (Linux)
792 desktop is essential. At least at our school, where we have mixed
793 level of educations, from high-school to journalist-school.&lt;/p&gt;
794
795 &lt;p&gt;Update 2012-07-09 08:30: Paul Wise tipped me on IRC about three
796 useful sources related to Free Software for radio stations: the LWN
797 article &lt;a href=&quot;https://lwn.net/Articles/481607/&quot;&gt;Radio station
798 management with Airtime&lt;/a&gt;,
799 &lt;a href=&quot;http://www.sourcefabric.org/en/airtime/&quot;&gt;Airtime&lt;/a&gt; which
800 claim to be a Free open source radio automation software and
801 &lt;a href=&quot;http://www.rivendellaudio.org/&quot;&gt;Rivendell&lt;/a&gt; which claim to
802 be complete radio broadcast automation solution. All of them seem
803 useful to the aspiring radio producer.&lt;/p&gt;
804 </description>
805 </item>
806
807 <item>
808 <title>Why do schools waste money on IT?</title>
809 <link>http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</link>
810 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</guid>
811 <pubDate>Sun, 8 Jul 2012 09:40:00 +0200</pubDate>
812 <description>&lt;p&gt;In the Debian Edu / Skolelinux project, we have realised that one
813 of the major blockers for the project success is the purchasing skills
814 in schools and municipalities. We provide what the happy users of
815 Debian Edu / Skolelinux say they need and to a lower cost than the
816 alternatives, and yet so few schools decide to use our solution. I
817 was pleased to discover the same observation done by mySociety and Tom
818 Steinberg in his blog post
819 &quot;&lt;a href=&quot;http://www.mysociety.org/2012/06/19/can-you-recognize-the-million-pound-chair/&quot;&gt;Can
820 you recognize the million pound chair?&lt;/a&gt;&quot;. Read it and weep for the
821 spending of your tax money.&lt;/p&gt;
822
823 &lt;p&gt;Of course there are other factors involved as well, like our
824 projects bad marketing skills and the Linux community fragmentation
825 causing worry with the people on the outside, so we as a project need
826 to keep working hard to gain users, but it is a up-hill battle when
827 public decision makers are unable to understand computer system
828 purchases.&lt;/p&gt;
829 </description>
830 </item>
831
832 <item>
833 <title>Free Timetabling Software - nice free software</title>
834 <link>http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</link>
835 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</guid>
836 <pubDate>Sat, 7 Jul 2012 09:50:00 +0200</pubDate>
837 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
838 Skolelinux&lt;/a&gt; is a large collection of end user and school specific
839 software. It is one of the packages not installed by default but
840 provided in the Debian archive for schools to install if they want to,
841 is a system to automatically plan the school time table using
842 information about available teachers, classes and rooms, combined with
843 the list of required courses and how many hours each topic should
844 receive. The software is
845
846 &lt;a href=&quot;http://lalescu.ro/liviu/fet/&quot;&gt;named FET&lt;/a&gt;, and it provide a
847 graphical user interface to input the required information, save the
848 result in a fairly simple XML format, and generate time tables for
849 both teachers and students. It is available both for
850 &lt;a href=&quot;http://lalescu.ro/liviu/fet/download.html&quot;&gt;Linux, MacOSX and
851 Windows&lt;/a&gt;.&lt;/p&gt;
852
853 &lt;p&gt;This is &lt;a href=&quot;http://lalescu.ro/liviu/fet/features.html&quot;&gt;the
854 feature list&lt;/a&gt;, liftet from the project web site:&lt;/p&gt;
855
856 &lt;p&gt;&lt;ul&gt;
857
858 &lt;li&gt;FET is free software, licensed under the GNU GPL v2 or later.
859 You can freely use, copy, modify and redistribute it &lt;/li&gt;
860
861 &lt;li&gt;Localized to en_US (US English, default), ar (Arabic), ca
862 (Catalan), da (Danish), de (German), el (Greek), es (Spanish), fa
863 (Persian), fr (French), gl (Galician), he (Hebrew), hu
864 (Hungarian), id (Indonesian), it (Italian), lt (Lithuanian), mk
865 (Macedonian), ms (Malay), nl (Dutch), pl (Polish), pt_BR
866 (Brazilian Portuguese), ro (Romanian), ru (Russian), si (Sinhala),
867 sk (Slovak), sr (Serbian), tr (Turkish), uk (Ukrainian), uz
868 (Uzbek) and vi (Vietnamese) (incompletely for some languages)
869 &lt;/li&gt;
870
871 &lt;li&gt;Fully automatic generation algorithm, allowing also
872 semi-automatic or manual allocation&lt;/li&gt;
873
874 &lt;li&gt;Platform independent implementation, allowing running on
875 GNU/Linux, Windows, Mac and any system that Qt supports &lt;/li&gt;
876
877 &lt;li&gt;Flexible modular XML format for the input file, allowing editing
878 with an XML editor or by hand (besides FET interface)&lt;/li&gt;
879
880 &lt;li&gt;Import/export from CSV format&lt;/li&gt;
881
882 &lt;li&gt;The resulted timetables are exported into HTML, XML and CSV
883 formats &lt;/li&gt;
884
885 &lt;li&gt;Flexible students structure, organized into sets: years, groups
886 and subgroups. FET allows overlapping years and groups and
887 non-overlapping subgroups. You can even define individual students
888 (as separate sets)&lt;/li&gt;
889
890 &lt;li&gt;Each constraint has a weight percentage, from 0.0% to 100.0%
891 (but some special constraints are allowed to have only 100% weight
892 percentage)&lt;/li&gt;
893
894 &lt;li&gt;Limits for the algorithm (all these limits can be increased on
895 demand, as a custom version, because this would require a bit more
896 memory):
897 &lt;ul&gt;
898 &lt;li&gt;Maximum total number of hours (periods) per day: 60&lt;/li&gt;
899 &lt;li&gt;Maximum number of working days per week: 35&lt;/li&gt;
900 &lt;li&gt;Maximum total number of teachers: 6000&lt;/li&gt;
901 &lt;li&gt;Maximum total number of sets of students: 30000&lt;/li&gt;
902 &lt;li&gt;Maximum total number of subjects: 6000&lt;/li&gt;
903 &lt;li&gt;Virtually unlimited number of activity tags&lt;/li&gt;
904 &lt;li&gt;Maximum number of activities: 30000&lt;/li&gt;
905 &lt;li&gt;Maximum number of rooms: 6000&lt;/li&gt;
906 &lt;li&gt;Maximum number of buildings: 6000&lt;/li&gt;
907 &lt;li&gt;Possibility of adding multiple teachers and
908 students sets for each activity. (it is possible
909 also to have no teachers or no students sets for an
910 activity)&lt;/li&gt;
911 &lt;li&gt;Virtually unlimited number of time constraints&lt;/li&gt;
912 &lt;li&gt;Virtually unlimited number of space constraints&lt;/li&gt;
913 &lt;/ul&gt;&lt;/li&gt;
914
915 &lt;li&gt;A large and flexible palette of time constraints:
916 &lt;ul&gt;
917 &lt;li&gt;Break periods&lt;/li&gt;
918 &lt;li&gt;For teacher(s):
919 &lt;ul&gt;
920 &lt;li&gt;Not available periods&lt;/li&gt;
921 &lt;li&gt;Max/min days per week&lt;/li&gt;
922 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
923 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
924 &lt;li&gt;Min hours daily&lt;/li&gt;
925 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
926
927 &lt;li&gt;Respect working in an hourly interval a max number of
928 days per week&lt;/li&gt;
929 &lt;/ul&gt;&lt;/li&gt;
930 &lt;li&gt;For students (sets):
931 &lt;ul&gt;
932 &lt;li&gt;Not available periods&lt;/li&gt;
933 &lt;li&gt;Begins early (specify max allowed beginnings at second hour)&lt;/li&gt;
934 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
935 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
936 &lt;li&gt;Min hours daily&lt;/li&gt;
937 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
938
939 &lt;li&gt;Respect working in an hourly interval a max number of
940 days per week&lt;/li&gt;
941 &lt;/ul&gt;&lt;/li&gt;
942 &lt;li&gt;For an activity or a set of activities/subactivities:
943 &lt;ul&gt;
944 &lt;li&gt;A single preferred starting time&lt;/li&gt;
945 &lt;li&gt;A set of preferred starting times&lt;/li&gt;
946 &lt;li&gt;A set of preferred time slots&lt;/li&gt;
947 &lt;li&gt;Min/max days between them&lt;/li&gt;
948 &lt;li&gt;End(s) students day&lt;/li&gt;
949 &lt;li&gt;Same starting time/day/hour&lt;/li&gt;
950 &lt;li&gt;Occupy max time slots from selection (a complex and
951 flexible constraint, useful in many situations)&lt;/li&gt;
952 &lt;li&gt;Consecutive, ordered, grouped (for 2 or 3 (sub)activities)&lt;/li&gt;
953 &lt;li&gt;Not overlapping&lt;/li&gt;
954 &lt;li&gt;Max simultaneous in selected time slots&lt;/li&gt;
955 &lt;li&gt;Min gaps between a set of (sub)activities&lt;/li&gt;
956 &lt;/ul&gt;&lt;/li&gt;
957 &lt;/ul&gt;&lt;/li&gt;
958
959 &lt;li&gt;A large and flexible palette of space constraints:
960 &lt;ul&gt;
961 &lt;li&gt;Room not available periods&lt;/li&gt;
962 &lt;li&gt;For teacher(s):
963 &lt;ul&gt;
964 &lt;li&gt;Home room(s)&lt;/li&gt;
965 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
966 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
967 &lt;/ul&gt;
968 &lt;/li&gt;
969
970 &lt;li&gt;For students (sets):
971 &lt;ul&gt;
972 &lt;li&gt;Home room(s)&lt;/li&gt;
973 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
974 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
975 &lt;/ul&gt;
976 &lt;/li&gt;
977 &lt;li&gt;Preferred room(s):
978 &lt;ul&gt;
979 &lt;li&gt;For a subject&lt;/li&gt;
980 &lt;li&gt;For an activity tag&lt;/li&gt;
981 &lt;li&gt;For a subject and an activity tag&lt;/li&gt;
982 &lt;li&gt;Individually for a (sub)activity&lt;/li&gt;
983 &lt;/ul&gt;
984 &lt;/li&gt;
985
986 &lt;li&gt;For a set of activities:
987 &lt;ul&gt;
988 &lt;li&gt;Occupy a maximum number of different rooms&lt;/li&gt;
989 &lt;/ul&gt;
990 &lt;/li&gt;
991 &lt;/ul&gt;
992 &lt;/li&gt;
993 &lt;/ul&gt;&lt;/p&gt;
994
995 &lt;p&gt;I have not used it myself, as I am not involved in time table
996 planning at a school, but it seem to work fine when I test it. If you
997 need to set up your schools time table, and is tired of doing it
998 manually, check it out.
999
1000 A quick summary on how to use it can be found in
1001 &lt;a href=&quot;http://marvelsoft.co.in/wp/2012/03/generate-timetable-for-state-cbse-icse-igcse-schools-free/&quot;&gt;a
1002 blog post from MarvelSoft&lt;/a&gt;. If you find FET useful, please provide
1003 a recipe for the Debian Edu project in the
1004 &lt;a href=&quot;http://wiki.debian.org/DebianEdu#Howtos&quot;&gt;Debian Edu HowTo
1005 section&lt;/a&gt;.&lt;/p&gt;
1006 </description>
1007 </item>
1008
1009 <item>
1010 <title>Skolelinux-intervju: Markus Gamenius</title>
1011 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</link>
1012 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</guid>
1013 <pubDate>Sat, 30 Jun 2012 12:50:00 +0200</pubDate>
1014 <description>&lt;p&gt;Tidligere leder av
1015 &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;foreningen som
1016 organiserer Skolelinux-dugnaden&lt;/a&gt;, Markus Gamenius , har i vår vært
1017 i media og
1018 &lt;a href=&quot;http://www.dn.no/privatokonomi/article2345489.ece&quot;&gt;debattert
1019 skattepolitikk&lt;/a&gt;, og det fikk meg til å høre om han kunne lokkes til
1020 å fortelle om hans inntrykk nå, etter at han ble lokket bort fra
1021 Linux- og &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-verden
1022 for å overta familiebedriften. Her har vi hans betraktninger i dag,
1023 noen måneder etter at
1024 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Skolelinux
1025 Squeeze&lt;/a&gt;-utgaven ble gitt ut.&lt;/p&gt;
1026
1027 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
1028
1029 &lt;p&gt;Jeg heter Markus Gamenius og er 40 år. Utdannet biolog med ymse
1030 fag på siden. Har jobbet som lærer der jeg var driftsansvarlig på
1031 Ulsrud VGS i Oslo. Senere eide og jobbet jeg flere år i Linuxlabs AS,
1032 som jeg solgte til Redpill Linpro AS (den gangen Linpro AS). I dag
1033 jobber jeg med ulike investeringer, hovedsaklig i eiendom, men også i
1034 en del ulike IT-relaterte bedrifter.&lt;/p&gt;
1035
1036 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
1037
1038 &lt;p&gt;Fruen og jeg dro på en lengre seiltur i 2000, der jeg måtte ha &quot;noe
1039 å gjøre&quot; under hjemturen over Atlanteren. Jeg kjøpte et par bøker om
1040 Linux i en bokhandel i New York og ble veldig fascinert. Etter
1041 hjemkomsten begynte jeg å jobbe på Ulsrud VGS, som naturfagslærer, men
1042 som IT-interessert ble jeg fort en del av den nye IT-satsningen som
1043 skulle løfte Ulsrud og gi skolen en bedre rykte. Vi hadde ganske
1044 mange maskiner, som gikk på Win98 og to servere som ble oppgradert til
1045 Win2000. Systemene var ustabil og dårlige. På leting etter noe
1046 bedre, uten å knekke ryggen økonomisk, kom jeg over &quot;Linux i Skolen&quot;
1047 og Skolelinux. Jeg tok kontakt med miljøet og en gjeng møtte opp på
1048 skolen, der vi gjorde en liten testinstallasjon. Etter et par år var
1049 ryggraden på skolen Linux (Skolelinux) og vi hadde flere hundre
1050 maskiner, både tynne klienter (gamle og nye), bærbare (Debian) og noen
1051 stasjonære (Win2000). På et tidspunkt var Ulsrud den råeste IT-skolen
1052 og det irriterte skolesjefen i Oslo, da de satset hardt på
1053 Windows.&lt;/p&gt;
1054
1055 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1056
1057 &lt;p&gt;Det som gjorde at vi fikk inn Skolelinux var ene og alene
1058 økonomiske. Det faktum at vi slapp å kjøpe masse nye lisenser og at
1059 vi kunne bruke gammel hardware. Alt i alt gjorde dette at vi sparte
1060 mye, men i stede for å bruke mindre på IT brukte vi det vi sparte på å
1061 skaffe mer hardware og på den måten gi det beste tilbudet i landet til
1062 våre elever. For oss som driftet var det himmel å ha et system som
1063 gikk å administrere sentralt og effektivt. Det var heller ikke så
1064 dumt at vi kunne &quot;låse&quot; maskinene mer effektivt enn vi kunne med
1065 Microsoft Windows, slik at vi slapp mye feil og problemer som ble
1066 forårsaket av &quot;kreative&quot; elever.&lt;/p&gt;
1067
1068 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1069
1070 &lt;p&gt;Det vi slet med var mangelen av en del programmer lærerne ville ha.
1071 Husker ikke alle, men det var et knippe med pedagogiske programmer de
1072 ikke fikk. I dag tror jeg det problemet er langt mindre da det meste
1073 av disse kjøres gjennom nettleseren.&lt;/p&gt;
1074
1075 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
1076
1077 &lt;p&gt;Jeg bruker mye Apple i dag og er ikke så stolt av det, men jeg har
1078 både OpenOffice, Firefox og en del andre programmer på den bærbare.
1079 Firefox brukes mest av disse. På Apple-serveren hjemme bruker jeg
1080 HandBrake mye, og jeg har installert OpenWRT på flere av
1081 basestasjonene både hjemme og på jobben. I tillegg til det har jeg i
1082 flere år finansiert et prosjekt som heter
1083 &lt;a href=&quot;http://www.found.no/&quot;&gt;Found IT&lt;/a&gt;. Dette er et prosjekt der
1084 vi lager et rammeverk for søk, der alt vi bruker fri programvare. Det
1085 er Alex Brasetvik som er daglig leder i Found IT.&lt;/p&gt;
1086
1087 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
1088 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
1089
1090 &lt;p&gt;Når det gjelder IT og skole er fortsatt økonomi veldig viktig. Så
1091 man må oppfylle minimumskravene (ikke være best, men bra nok) og selge
1092 seg inn på hvor mye man sparer. Det betyr selvsagt at man sparer på
1093 lisenser, men også på driftsinnsats. Men nå når jeg ikke er en aktiv
1094 del av miljøet lenger hører jeg nesten ingen ting om fri programvare.
1095 Jeg stiller meg da spørsmålet om det har blitt stille rundt miljøet,
1096 eller om jeg kun så det tydeligere før når jeg var aktiv? Uansett er
1097 det for stille rundt Skolelinux-prosjektet nå.&lt;/p&gt;
1098 </description>
1099 </item>
1100
1101 <item>
1102 <title>Debian Edu interview: José Luis Redrejo Rodríguez</title>
1103 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</link>
1104 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</guid>
1105 <pubDate>Tue, 26 Jun 2012 08:30:00 +0200</pubDate>
1106 <description>&lt;p&gt;I&#39;ve been too busy at home, but finally I found time to wrap up
1107 another interview with the people behind
1108 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
1109 This time we get to know José Luis Redrejo Rodríguez, one of our great
1110 helpers from Spain. His effort was the reason we added support for
1111 several desktop types (KDE, Gnome and most recently LXDE) in Debian
1112 Edu, and have all of these available in the recently published
1113 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
1114 Squeeze&lt;/a&gt; version.&lt;/p&gt;
1115
1116 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1117
1118 &lt;p&gt;I&#39;m a father, teacher and engineer who is working for the Education
1119 ministry of the Region of Extremadura (Spain) in the implementation of
1120 ICT in schools&lt;/p&gt;
1121
1122 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
1123 project?&lt;/strong&gt;&lt;/p&gt;
1124
1125 &lt;p&gt;At 2006, I verified that both, we in Extremadura and Skolelinux
1126 project, had been working in parallel for some years, doing very
1127 similar things, using very similar tools and with similar targets, so
1128 I decided it was time to join forces as much as possible.&lt;/p&gt;
1129
1130 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1131 Edu?&lt;/strong&gt;&lt;/p&gt;
1132
1133 &lt;p&gt;A community of highly skilled experts working together, with a
1134 really open schema of collaboration and work. I really love the
1135 concepts of Do-ocracy and Merit-ocracy and the way these concepts are
1136 been used everyday inside Debian Edu.&lt;/p&gt;
1137
1138 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
1139 Edu?&lt;/strong&gt;&lt;/p&gt;
1140
1141 &lt;p&gt;Sometimes the differences in the implementations, laws or
1142 economical and technical resources in the different countries don&#39;t
1143 allow us to agree in the same solution for all of us, and several
1144 approaches are needed, what is a waste of effort. Also, there is a
1145 lack of more man power to be able to follow the fast evolution of the
1146 technologies in school.&lt;/p&gt;
1147
1148 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1149
1150 &lt;p&gt;Debian, of course, and due to my kind of job I am most of my time
1151 between Iceweasel, &lt;a href=&quot;http://www.geany.org/&quot;&gt;Geany&lt;/a&gt; and
1152 &lt;a href=&quot;http://www.ohloh.net/p/gnome-terminator&quot;&gt;Terminator&lt;/a&gt;.&lt;/p&gt;
1153
1154 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1155 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1156
1157 &lt;p&gt;I think there is not a single strategy because there are very
1158 different scenarios: schools with mixed proprietary and free
1159 environments, schools using only workstations, other schools using
1160 laptops, netbooks, tablets, interactive white-boards, etc.&lt;/p&gt;
1161
1162 &lt;p&gt;Also the range of ages of the students is very broad and you can
1163 not use the same solutions for primary schools and secondary or even
1164 universities. So different strategies are needed.&lt;/p&gt;
1165
1166 &lt;p&gt;But, looking at these differences, and looking back to the things
1167 we&#39;ve done and implemented, and the places were we have spent most of
1168 our forces, I think we should focus as much as possible in free
1169 multi-platform environments, using only standards tools, and moving
1170 more and more to Internet or network solutions that could be deployed
1171 using wireless. I think we&#39;ll see more and more personal devices in
1172 the schools, devices the students and teachers will take home with
1173 them, so the solutions must be able to be taken at home and continue
1174 working there.&lt;/p&gt;
1175 </description>
1176 </item>
1177
1178 <item>
1179 <title>Debian Edu - some ideas for the future versions</title>
1180 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</link>
1181 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</guid>
1182 <pubDate>Mon, 11 Jun 2012 14:30:00 +0200</pubDate>
1183 <description>&lt;p&gt;During my work on
1184 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.nb.html&quot;&gt;Debian Edu
1185 based on Squeeze&lt;/a&gt;, I came across some issues that should be
1186 addressed in the Wheezy release. I finally found time to wrap up my
1187 notes and provide quick summary of what I found, with a bit
1188 explanation.&lt;/p&gt;
1189
1190 &lt;p&gt;&lt;ul&gt;
1191
1192 &lt;li&gt;We need to rewrite our package installation framework, as tasksel
1193 changed from using tasksel tasks to using meta packages (aka packages
1194 with dependencies like our education-* packages), and our installation
1195 system depend on tasksel tasks in
1196 /usr/share/tasksel/debian-edu-tasks.desc for package
1197 installation.&lt;/li&gt;
1198
1199 &lt;li&gt;Enable Kerberos login for more services. Now with the Kerberos
1200 foundation in place, we should use it to get single sign on with more
1201 services, and avoiding unneeded password / login questions. We should
1202 at least try to enable it for these services:
1203 &lt;ul&gt;
1204
1205 &lt;li&gt;CUPS for admins to add/configure printers and users when using
1206 quotas.&lt;/li&gt;
1207 &lt;li&gt;Nagios for admins checking the system status.&lt;/li&gt;
1208 &lt;li&gt;GOsa for admins updating LDAP and users changing their passwords.&lt;/li&gt;
1209 &lt;li&gt;LDAP for admins updating LDAP.&lt;/li&gt;
1210 &lt;li&gt;Squid for users when exam mode / filtering is active.&lt;/li&gt;
1211 &lt;li&gt;ssh for admins and users to save a password prompt.&lt;/li&gt;
1212
1213 &lt;/ul&gt;&lt;/li&gt;
1214
1215 &lt;li&gt;When we move GOsa to use Kerberos instead of LDAP bind to
1216 authenticate users, we should try to block or at least limit access to
1217 use LDAP bind for authentication, to ensure Kerberos is used when it
1218 is intended, and nothing fall back to using the less safe LDAP bind&lt;/li&gt;
1219
1220 &lt;li&gt;Merge debian-edu-config and debian-edu-install. The split made
1221 sense when d-e-install did a lot more, but these days it is just an
1222 inconvenience when we update the debconf preseeding values.&lt;/li&gt;
1223
1224 &lt;li&gt;Fix partman-auto to allow us to abort the installation before
1225 touching the disk if the disk is too small. This is
1226 &lt;a href=&quot;http://bugs.debian.org/653305&quot;&gt;BTS report #653305&lt;/a&gt; and the
1227 d-i developers are fine with the patch and someone just need to apply
1228 it and upload. After this is done we need to adjust
1229 debian-edu-install to use this new hook.&lt;/li&gt;
1230
1231 &lt;li&gt;Adjust to new LTSP framework (boot time config instead of install
1232 time config). LTSP changed its design, and our hooks to install
1233 packages and update the configuration is most likely not going to work
1234 in Wheezy.
1235
1236 &lt;li&gt;Consider switching to NBD instead of NFS for LTSP root, to allow
1237 the Kernel to cache files in its normal file cache, possibly speeding
1238 up KDE login on slow networks.&lt;/li&gt;
1239
1240 &lt;li&gt;Make it possible to create expired user passwords that need to
1241 change on first login. This is useful when handing out password on
1242 paper, to make sure only the user know the password. This require
1243 fixes to the PAM handling of kdm and gdm.&lt;/li&gt;
1244
1245 &lt;li&gt;Make GUI for adding new machines automatically from sitesummary.
1246 The current command line script is not very friendly to people most
1247 familiar with GUIs. This should probably be integrated into GOsa to
1248 have it available where the admin will be looking for it..&lt;/li&gt;
1249
1250 &lt;li&gt;We should find way for Nagios to check that the DHCP service
1251 actually is working (as in handling out IP addresses). None of the
1252 Nagios checks I have found so far have been working for me.&lt;/li&gt;
1253
1254 &lt;li&gt;We should switch from libpam-nss-ldapd to sssd for all profiles
1255 using LDAP, and not only on for roaming workstations, to have less
1256 packages to configure and consistent setup across all profiles.&lt;/li&gt;
1257
1258 &lt;li&gt;We should configure Kerberos to update LDAP and Samba password
1259 when changing password using the Kerberos protocol. The hook was
1260 requested in &lt;a href=&quot;http://bugs.debian.org/588968&quot;&gt;BTS report
1261 #588968&lt;/a&gt; and is now available in Wheezy. We might need to write a
1262 MIT Kerberos plugin in C to get this.&lt;/li&gt;
1263
1264 &lt;li&gt;We should clean up the set of applications installed by default.
1265 &lt;ul&gt;
1266
1267 &lt;li&gt;reduce the number of chemistry visualisers&lt;/li&gt;
1268 &lt;li&gt;consider dropping xpaint&lt;/li&gt;
1269 &lt;li&gt;and probably more?&lt;/li&gt;
1270 &lt;/ul&gt;&lt;/li&gt;
1271
1272 &lt;li&gt;Some hardware need external firmware to work properly. This is
1273 mostly the case for WiFi network cards, but there are some other
1274 examples too. For popular laptops to work out of the box, such
1275 firmware need to be installed from non-free, and we should provide
1276 some GUI to do this. Ubuntu already have this implemented, and we
1277 could consider using their packages. At the moment we have some
1278 command line script to do this (one for the running system, another
1279 for the LTSP chroot).&lt;/li&gt;
1280
1281
1282 &lt;li&gt;In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
1283 should extend the list to Xfce and Sugar, and preferably find a way to
1284 install several and allow the admin or the user to select which one to
1285 use.&lt;/li&gt;
1286
1287 &lt;li&gt;The golearn tool from the goplay package make it easy to check out
1288 interesting educational packages. We should work on the package
1289 tagging in Debian to ensure it represent all the useful educational
1290 packages, and extend the tool to allow it to use packagekit to install
1291 new applications with a simple mouse click.&lt;/li&gt;
1292
1293 &lt;li&gt;The Squeeze version got half a exam solution already in place,
1294 with the introduction of iptable based network blocking, but for it to
1295 be a complete exam solution the Squid proxy need to enable
1296 filtering/blocking as well when the exam mode is enabled. We should
1297 implement a way to easily enable this for the schools that want it,
1298 instead of the &quot;it is documented&quot; method of today.&lt;/li&gt;
1299
1300 &lt;li&gt;A feature used in several schools is the ability for a teacher to
1301 &quot;take over&quot; the desktop of individual or all computers in the room.
1302 There are at least three implementations,
1303 &lt;a href=&quot;italc.sourceforge.net/&quot;&gt;italc&lt;/a&gt;,
1304 &lt;a href=&quot;http://www.itais.net/help/en/&quot;&gt;controlaula&lt;/a&gt; og
1305 &lt;a href=&quot;http://www.epoptes.org/&quot;&gt;epoptes&lt;/a&gt; and we should pick one of
1306 them and make it trivial to set it up in a school. The challenges is
1307 how to distribute crypto keys and how to group computers in one room
1308 and how to set up which machine/user can control the machines in a
1309 given room.&lt;/li&gt;
1310
1311 &lt;li&gt;Tablets and surf boards are getting more and more popular, and we
1312 should look into providing a good solution for integrating these into
1313 the Debian Edu network. Not quite sure how. Perhaps we should
1314 provide a installation profile with better touch screen support for
1315 them, or add some sync services to allow them to exchange
1316 configuration and data with the central server. This should be
1317 investigated.&lt;/li&gt;
1318
1319 &lt;/ul&gt;&lt;/p&gt;
1320
1321 &lt;p&gt;I guess we will discover more as we continue to work on the Wheezy
1322 version.&lt;/p&gt;
1323 </description>
1324 </item>
1325
1326 <item>
1327 <title>Debian Edu interview: Mike Gabriel</title>
1328 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</link>
1329 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</guid>
1330 <pubDate>Sat, 2 Jun 2012 15:00:00 +0200</pubDate>
1331 <description>&lt;p&gt;Back in 2010, Mike Gabriel showed up on the
1332 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
1333 mailing list. He quickly proved to be a valuable developer, and
1334 thanks to his tireless effort we now have Kerberos integrated into the
1335 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
1336 Squeeze&lt;/a&gt; version.&lt;/p&gt;
1337
1338 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1339
1340 &lt;p&gt;My name is Mike Gabriel, I am 38 years old and live near Kiel,
1341 Schleswig-Holstein, Germany. I live together with a wonderful partner
1342 (Angela Fuß) and two own children and two bonus children (contributed
1343 by Angela).&lt;/p&gt;
1344
1345 &lt;p&gt;During the day I am part-time employed as a system administrator
1346 and part-time working as an IT consultant. The consultancy work
1347 touches free software topics wherever and whenever possible. During
1348 the nights I am a free software developer. In the gaps I also train in
1349 becoming an osteopath.&lt;/p&gt;
1350
1351 &lt;p&gt;Starting in 2010 we (Andreas Buchholz, Angela Fuß, Mike Gabriel)
1352 have set up a free software project in the area of Kiel that aims at
1353 introducing free software into schools. The project&#39;s name is
1354 &quot;IT-Zukunft Schule&quot; (IT future for schools). The project links IT
1355 skills with communication skills.&lt;/p&gt;
1356
1357 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
1358 project?&lt;/strong&gt;&lt;/p&gt;
1359
1360 &lt;p&gt;While preparing our own customised Linux distribution for
1361 &quot;IT-Zukunft Schule&quot; we were repeatedly asked if we really wanted to
1362 reinvent the wheel. What schools really need is already available,
1363 people said. From this impulse we started evaluating other Linux
1364 distributions that target being used for school networks.&lt;/p&gt;
1365
1366 &lt;p&gt;At the end we short-listed two approaches and compared them: a
1367 commercial Linux distribution developed by a company in Bremen,
1368 Germany, and Skolelinux / Debian Edu. Between 12/2010 and 03/2011 we
1369 went to several events and met people being responsible for marketing
1370 and development of either of the distributions. Skolelinux / Debian
1371 Edu was by far much more convincing compared to the other product that
1372 got short-listed beforehand--across the full spectrum. What was most
1373 attractive for me personally: the perspective of collaboration within
1374 the developmental branch of the Debian Edu project itself.&lt;/p&gt;
1375
1376 &lt;p&gt;In parallel with this, we talked to many local and not-so-local
1377 people. People teaching at schools, headmasters, politicians, data
1378 protection experts, other IT professionals.&lt;/p&gt;
1379
1380 &lt;p&gt;We came to two conclusions:&lt;/p&gt;
1381
1382 &lt;p&gt;First, a technical conclusion: What schools need is available in
1383 bits and pieces here and there, and none of the solutions really fit
1384 by 100%. Any school we have seen has a very individual IT setup
1385 whereas most of each school&#39;s requirements could mapped by a standard
1386 IT solution. The requirement to this IT solution is flexibility and
1387 customisability, so that individual adaptations here and there are
1388 possible. In terms of re-distributing and rolling out such a
1389 standardised IT system for schools (a system that is still to some
1390 degree customisable) there is still a lot of work to do here
1391 locally. Debian Edu / Skolelinux has been our choice as the starting
1392 point.&lt;/p&gt;
1393
1394 &lt;p&gt;Second, a holistic conclusion: What schools need does not exist at
1395 all (or we missed it so far). There are several technical solutions
1396 for handling IT at schools that tend to make a good impression. What
1397 has been missing completely here in Germany, though, is the enrolment
1398 of people into using IT and teaching with IT. &quot;IT-Zukunft Schule&quot;
1399 tries to provide an approach for this.&lt;/p&gt;
1400
1401 &lt;p&gt;Only some schools have some sort of a media concept which explains,
1402 defines and gives guidance on how to use IT in class. Most schools in
1403 Northern Germany do not have an IT service provider, the school&#39;s IT
1404 equipment is managed by one or (if the school is lucky) two (admin)
1405 teachers, most of the workload these admin teachers get done in there
1406 spare time.&lt;/p&gt;
1407
1408 &lt;p&gt;We were surprised that only a very few admin teachers were
1409 networked with colleagues from other schools. Basically, every school
1410 here around has its individual approach of providing IT equipment to
1411 teachers and students and the exchange of ideas has been quasi
1412 non-existent until 2010/2011.&lt;/p&gt;
1413
1414 &lt;p&gt;Quite some (non-admin) teachers try to avoid using IT technology in
1415 class as a learning medium completely. Several reasons for this
1416 avoidance do exist.&lt;/p&gt;
1417
1418 &lt;p&gt;We discovered that no-one has ever taken a closer look at this
1419 social part of IT management in schools, so far. On our quest journey
1420 for a technical IT solution for schools, we discussed this issue with
1421 several teachers, headmasters, politicians, other IT professionals and
1422 they all confirmed: a holistic approach of considering IT management
1423 at schools, an approach that includes the people in place, will be new
1424 and probably a gain for all.&lt;/p&gt;
1425
1426 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1427 Edu?&lt;/strong&gt;&lt;/p&gt;
1428
1429 &lt;p&gt;There is a list of advantages: international context, openness to
1430 any kind of contributions, do-ocracy policy, the closeness to Debian,
1431 the different installation scenarios possible (from stand-alone
1432 workstation to complex multi-server sites), the transparency within
1433 project communication, honest communication within the group of
1434 developers, etc.&lt;/p&gt;
1435
1436 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
1437 Edu?&lt;/strong&gt;&lt;/p&gt;
1438
1439 &lt;p&gt;Every coin has two sides:&lt;/p&gt;
1440
1441 &lt;p&gt;Technically: &lt;a href=&quot;http://bugs.debian.org/311188&quot;&gt;BTS issue
1442 #311188&lt;/a&gt;, tricky upgradability of a Debian Edu main server, network
1443 client installations on top of a plain vanilla Debian installation
1444 should become possible sometime in the near future, one could think
1445 about splitting the very complex package debian-edu-config into
1446 several portions (to make it easier for new developers to
1447 contribute).&lt;/p&gt;
1448
1449 &lt;p&gt;Another issue I see is that we (as Debian Edu developers) should
1450 find out more about the network of people who do the marketing for
1451 Debian Edu / Skolelinux. There is a very active group in Germany
1452 promoting Skolelinux on the bigger Linux Days within Germany. Are
1453 there other groups like that in other countries? How can we bring
1454 these marketing people together (marketing group A with group B and
1455 all of them with the group of Debian Edu developers)? During the last
1456 meeting of the German Skolelinux group, I got the impression of people
1457 there being rather disconnected from the development department of
1458 Debian Edu / Skolelinux.&lt;/p&gt;
1459
1460 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1461
1462 &lt;p&gt;For my daily business, I do not use commercial software at all.&lt;/p&gt;
1463
1464 &lt;p&gt;For normal stuff I use Iceweasel/Firefox, Libreoffice.org. For
1465 serious text writing I prefer LaTeX. I use gimp, inkscape, scribus for
1466 more artistic tasks. I run virtual machines in KVM and Virtualbox.&lt;/p&gt;
1467
1468 &lt;p&gt;I am one of the upstream developers of X2Go. In 2010 I started the
1469 development of a Python based X2Go Client, called PyHoca-GUI.
1470 PyHoca-GUI has brought forth a Python X2Go Client API that currently
1471 is being integrated in Ubuntu&#39;s software center.&lt;/p&gt;
1472
1473 &lt;p&gt;For communications I have my own Kolab server running using Horde
1474 as web-based groupware client. For IRC I love to use irssi, for Jabber
1475 I have several clients that I use, mostly pidgin, though. I am also
1476 the Debian maintainer of Coccinella, a Jabber-based interactive
1477 whiteboard.&lt;/p&gt;
1478
1479 &lt;p&gt;My favourite terminal emulator is KDE&#39;s Yakuake.&lt;/p&gt;
1480
1481 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1482 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1483
1484 &lt;p&gt;Communicate, communicate, communicate. Enrol people, enrol people,
1485 enrol people.&lt;/p&gt;
1486 </description>
1487 </item>
1488
1489 <item>
1490 <title>Debian Edu interview: Ralf Gesellensetter</title>
1491 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</link>
1492 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</guid>
1493 <pubDate>Sun, 27 May 2012 17:15:00 +0200</pubDate>
1494 <description>&lt;p&gt;In 2003, a German teacher showed up on the
1495 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
1496 mailing list with interesting problems and reports proving he setting
1497 up Linux for a (for us at the time) lot of pupils. His name was Ralf
1498 Gesellensetter, and he has been an important tester and contributor
1499 since then, helping to make sure the
1500 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
1501 Squeeze&lt;/a&gt; release became as good as it is..&lt;/p&gt;
1502
1503 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1504
1505 &lt;p&gt;I am a teacher from Germany, and my subjects are Geography,
1506 Mathematics, and Computer Science (&quot;Informatik&quot;). During the past 12
1507 years (since 2000), I have been working for a comprehensive (and soon,
1508 also inclusive) school leading to all kind of general levels, such as
1509 O- or A-level (&quot;Abitur&quot;). For quite as long, I&#39;ve been taking care of
1510 our computer network.&lt;/p&gt;
1511
1512 &lt;p&gt;Now, in my early 40s, I enjoy the privilege of spending a lot of my
1513 spare time together with my wife, our son (3 years) and our daughter
1514 (4 months).&lt;/p&gt;
1515
1516 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
1517 project?&lt;/strong&gt;&lt;/p&gt;
1518
1519 &lt;p&gt;We had tried different Linux based school servers, when members of
1520 my local Linux User Group (LUG OWL) detected Skolelinux. I remember
1521 very well, being part of a party celebrating the Linux New Media Award
1522 (&quot;Best Newcomer Distribution&quot;, also nominated: Ubuntu) that was given
1523 to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
1524 months later, I had the chance to join a developer meeting in Ulsrud
1525 (Oslo) and to hand out the award to Knut Yrvin and others. For more
1526 than 7 years, Skolelinux is part of our schools infrastructure, namely
1527 our main server (tjener), one LTSP (today without thin clients), and
1528 approximately 50 work stations. Most of these have the option to boot a
1529 locally installed Skolelinux image. As a consequence, I joined quite
1530 a few events dealing with free software or Linux, and met many Debian
1531 (Edu) developers. All of them seemed quite nice and competent to me,
1532 one more reason to stick to Skolelinux.&lt;/p&gt;
1533
1534 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1535 Edu?&lt;/strong&gt;&lt;/p&gt;
1536
1537 &lt;p&gt;Debian driven, you are given all the advantages of a community
1538 project including well maintained updates. Once, you are familiar with
1539 the network layout, you can easily roll out an entire educational
1540 computer infrastructure, from just one installation media. As only
1541 free software (FOSS) is used, that supports even elderly hardware,
1542 up-sizing your IT equipment is only limited by space (i.e. available
1543 labs). Especially if you run a LTSP thin client server, your
1544 administration costs tend towards zero.&lt;/p&gt;
1545
1546 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
1547 Edu?&lt;/strong&gt;&lt;/p&gt;
1548
1549 &lt;p&gt;While Debian&#39;s stability has loads of advantages for servers, this
1550 might be different in some cases for clients: Schools with unlimited
1551 budget might buy new hardware with components that are not yet
1552 supported by Debian stable, or wish to use more recent versions of
1553 office packages or desktop environments. These schools have the
1554 option to run Debian testing or other distributions - if they have the
1555 capacity to do so. Another issue is that Debian release cycles
1556 include a wide range of changes; therefor a high percentage of human
1557 power seems to be absorbed by just keeping the features of Skolelinux
1558 within the new setting of the version to come. During this process,
1559 the cogs of Debian Edu are getting more and more professional,
1560 i.e. harder to understand for novices.&lt;/p&gt;
1561
1562 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1563
1564 &lt;p&gt;LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
1565 KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
1566 PC, Laptop, Mobile, but also our SAT receiver)&lt;/p&gt;
1567
1568 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1569 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1570
1571 &lt;p&gt;&lt;ol&gt;
1572
1573 &lt;li&gt;Support computer science as regular subject in schools to make
1574 people really &quot;own&quot; their hardware, to make them understand the
1575 difference between proprietary software products, and free software
1576 developing.&lt;/li&gt;
1577
1578 &lt;li&gt;Make budget baskets corresponding: In Germany&#39;s public schools
1579 there are more or less fixed budgets for IT equipment (including
1580 licenses), so schools won&#39;t benefit from any savings here. This
1581 privilege is left to private schools which have consequently a large
1582 share among German Skolelinux schools.&lt;/li&gt;
1583
1584 &lt;li&gt;Get free software in the seminars where would-be teachers are
1585 trained. In many cases, teachers&#39; software customs are respected by
1586 decision makers rather than the expertise of any IT experts.&lt;/li&gt;
1587
1588 &lt;li&gt;Don&#39;t limit ourself to free software run natively. Everybody uses
1589 free software or free licenses (for instance Wikipedia), and this
1590 general concept should get expanded to free educational content to be
1591 shared world wide (school books e.g.).&lt;/li&gt;
1592
1593 &lt;li&gt;Make clear where ever you can that the market share of free (libre)
1594 office suites is much above 20 p.c. today, and that you pupils don&#39;t
1595 need to know the &quot;ribbon menu&quot; in order to get employed.&lt;/li&gt;
1596
1597 &lt;li&gt;Talk about the difference between freeware and free software.&lt;/li&gt;
1598
1599 &lt;li&gt;Spread free software, or even collections of portable free apps
1600 for USB pen drives. Endorse students to get a legal copy of
1601 Libreoffice rather than accepting them to use illegal serials. And
1602 keep sending documents in ODF formats.&lt;/li&gt;
1603
1604 &lt;/ol&gt;&lt;/p&gt;
1605 </description>
1606 </item>
1607
1608 <item>
1609 <title>Skolelinux-intervju: Alf Tonny Bätz</title>
1610 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</link>
1611 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</guid>
1612 <pubDate>Sun, 20 May 2012 11:50:00 +0200</pubDate>
1613 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektets&lt;/a&gt;
1614 musiker og mannen bak
1615 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals/Rosegarden/&quot;&gt;opplæringsdokumentene
1616 i Rosegarden&lt;/a&gt;
1617 (&lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/nb/rosegarden-manual.html&quot;&gt;norsk
1618 utgave&lt;/a&gt;) for musikklærere, Alf Tonny Bätz, er neste mann ut i min
1619 intervjurunde av folkene bak Skolelinux-løsningen. Jeg har kjent Alf
1620 Tonny siden vi møttes som barn på påskefjellet i Ofoten, og ble
1621 gledelig overrasket da han dukket opp i Skolelinux-prosjektet etter å
1622 ikke ha sett noe til ham på mange år.&lt;/p&gt;
1623
1624 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
1625
1626 &lt;p&gt;Jeg er utdannet kokk av yrke, og har utøvet yrket i 12 år. Men
1627 etter at ryggen sa takk før seg, studerte jeg nettverksadministrasjon
1628 ved Næringsakademiet i Bergen årene 2008-2009 slik at jeg kunne
1629 forfølge en av mine største interesser - data. Til daglig jobber jeg
1630 ved &lt;a href=&quot;http://www.narvikskolen.no/parken/&quot;&gt;Parken
1631 ungdomsskole&lt;/a&gt; med å drifte skolens PC-er. Har også litt
1632 musikkundervisning.&lt;/p&gt;
1633
1634 &lt;p&gt;Mitt mål er å bevisstgjøre musikklærene mulighetene med de frie
1635 programmene som finnes i Skolelinux, blant annet Rosegarden.&lt;/p&gt;
1636
1637 &lt;p&gt;Har i mange år drevet med musikk og en av grunnen til at Rosegarden
1638 falt i smak for min del, var fordi denne fungere og ligner mest på
1639 Windows-programmet (cubase) jeg jobbet mye med da jeg i mine yngre
1640 dager var «Windows fanatiker». Ble introdusert til Linux av en kompis
1641 av meg for omtrent 14 år siden, og har bare blitt mer og mer glad i
1642 dette operativsystemet.&lt;/p&gt;
1643
1644 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
1645
1646 &lt;p&gt;Da jeg ble sykemeldt fra min gamle jobb, og måtte omskoleres,
1647 havnet jeg i 2007 sammen med Viggo Fedreheim på IKT-avdelingen i
1648 Narvik kommune, der ble jeg for første gang introdusert til
1649 Skolelinuxprosjektet.&lt;/p&gt;
1650
1651 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1652
1653 &lt;p&gt;Skolelinux er enkelt å holde i drift og masse flotte programmer som
1654 geogebra, ktouch og kgeografi følger med pakken. Man kan ta i bruk
1655 gamle PC-er igjen, slik at skoler med dårlig råd får opp en brukbar
1656 PC-park. PC-er som er ca 6-9 år gamle fungere tilfredstillende, bare
1657 de har 512 MB RAM eller mer.&lt;/p&gt;
1658
1659 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
1660
1661 &lt;p&gt;Ulempene er at noen av de pedagogiske programmene som lærene ønsker
1662 å bruke fungere dårlig med Linux. Mye pga. av at disse programmene
1663 blir ikke laget til Linuxbaserte operativsystemer.&lt;/p&gt;
1664
1665 &lt;p&gt;Video- og bilde-redigering har dessverre en del mangler, mange av
1666 programmene har en tendens til og krasje. Det gjelder blant annet
1667 &lt;a href=&quot;http://www.kdenlive.org/&quot;&gt;kdenlive&lt;/a&gt; og
1668 &lt;a href=&quot;http://www.openshotvideo.com/&quot;&gt;openshot&lt;/a&gt;, for å nevne
1669 noen. De er ikke stabile nok. Når elevene kommer med filmsnutter de
1670 ønsker og jobbe med, så godtar ikke programmene filene, og når elevene
1671 jobber med redigering bare krasjer programmene uten forvarsel. Det er
1672 for vanskelig å få noe som bare fungerer ut av boksen her. Når en elev
1673 plugger inn et videokamera eller fotoapparat så er det alltid noe som
1674 ikke vil fungere. Programmene godtar ikke format, godtar ikke
1675 kameraet, osv., osv. Det er dessverre med på og dra ned en positiv
1676 opplevelse av bruk av fri programvare.&lt;/p&gt;
1677
1678 &lt;p&gt;Man må ofte bruke flere en et video redigerings program før og få
1679 fullført en ønsket oppgave.&lt;/p&gt;
1680
1681 &lt;p&gt;Eksempel:&lt;/p&gt;
1682
1683 &lt;p&gt;Hvis det ene programmet ikke vil ta i mot videofilen klarer et
1684 annet det, men det programmet som klarer det kan ikke gjøre de samme
1685 oppgavene som det programmet som ikke ville ta i mot filen,
1686 Tilsvarende er det med foto, man må bruke flere programmer for å få
1687 et ferdig resultat. Til dags dato har jeg enda ikke funnet et video-
1688 og fotoprogram som kan tilfredstillende fullføre en oppgave.&lt;/p&gt;
1689
1690 &lt;p&gt;Så man kan klare og fullføre en oppgave, men i verste fall må man
1691 innom 3-4 programmer for å få det til. Så jeg har enda ikke til dags
1692 dato sett at et program fungere 100% til alt.&lt;/p&gt;
1693
1694 &lt;p&gt;Det programmet jeg har best erfaring til er
1695 &lt;a href=&quot;http://cinelerra.org/&quot;&gt;cinelerra&lt;/a&gt;, men dessverre har det
1696 også tendenser og krasje av og til uten grunn.&lt;/p&gt;
1697
1698 Lydsystemet kan også være et mareritt. Konkret snakker jeg om når du
1699 bruker for eksempel et smartboard, så følger det med USB-lydkort på
1700 disse. Problemet ligger her i at systemet ikke vil velge rett
1701 lydkort, så man må inn med padevchooser for å sette opp PulseAudio
1702 til og velge at USB-lydkortet skal brukes. Det blir for tungvindt for
1703 lærene, de ønsker at ting skal fungere med en gang. (min løsning på
1704 det problemet ble at jeg måtte deaktivere lydkortet som fantes på
1705 maskinen) men da må man bestandig slå på smartboard-tavla.
1706
1707 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
1708
1709 Programmene jeg bruker mest av er: Rosegarden, jack, qsynth, audacity,
1710 k3b, openttd og libreoffice.
1711
1712 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
1713 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
1714
1715 Jeg tror det må bevisstgjøring av Skolene til, dvs. reklamere høylytt
1716 og fortelle og vise de andre skolene at frie programvarer faktisk
1717 fungere. Jeg trur faktisk mange ikke vet at det finnes frie
1718 alternativer.
1719 </description>
1720 </item>
1721
1722 <item>
1723 <title>Debian Edu interview: Jürgen Leibner</title>
1724 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</link>
1725 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</guid>
1726 <pubDate>Sun, 13 May 2012 20:30:00 +0200</pubDate>
1727 <description>&lt;p&gt;It has been a few busy weeks for me, but I am finally back to
1728 publish another interview with the people behind
1729 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
1730 This time it is one of our German developers, who have helped out over the
1731 years to make sure both a lot of major but also a lot of the minor
1732 details get right before release.
1733
1734 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1735
1736 &lt;p&gt;My name is Jürgen Leibner, I&#39;m 49 years old and living in
1737 Bielefeld, a town in northern Germany. I worked nearly 20 years as
1738 certified engineer in the department for plant design and layout of an
1739 international company for machinery and equipment. Since 2011 I&#39;m a
1740 certified technical writer (tekom e.V.) and doing technical
1741 documentations for a steam turbine manufacturer. From April this year
1742 I will manage the department of technical documentation at a
1743 manufacturer of automation and assembly line engineering.&lt;/p&gt;
1744
1745 &lt;p&gt;My first contact with linux was around 1993. Since that time I used
1746 it at work and at home repeatedly but not exclusively as I do now at
1747 home since 2006.&lt;/p&gt;
1748
1749 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
1750 project?&lt;/strong&gt;&lt;/p&gt;
1751
1752 &lt;p&gt;Once a day in the early year of 2001 when I wanted to fetch my
1753 daughter from primary school, there was a teacher sitting in the
1754 middle of 20 old computers trying to boot them and he failed. I helped
1755 him to get them booting. That was seen by the school director and she
1756 asked me if I would like to manage that the school gets all that old
1757 computers in use. I answered: &quot;Yes&quot;.&lt;/p&gt;
1758
1759 &lt;p&gt;Some weeks later every of the 10 classrooms had one computer
1760 running Windows98. I began to collect old computers and equipment as
1761 gifts and installed the first computer room with a peer-to-peer
1762 network. I did my work at school without being payed in my spare time
1763 and with a lot of fun. About one year later the school was connected
1764 to Internet and a local area network was installed in the school
1765 building. That was the time to have a server and I knew it must be a
1766 Linux server to be able to fulfil all the wishes of the teachers and
1767 being able to do this in a transparent and economic way, without extra
1768 costs for things like licence and software. So I searched for a
1769 school server system running under Linux and I found a couple of
1770 people nearby who founded &#39;skolelinux.de&#39;. It was the Skolelinux
1771 prerelease 32 I first tried out for being used at the school. I
1772 managed the IT of that school until the municipal authority took over
1773 the IT management and centralised the services for all schools in
1774 Bielefeld in December of 2006.&lt;/p&gt;
1775
1776 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1777 Edu?&lt;/strong&gt;&lt;/p&gt;
1778
1779 &lt;p&gt;When I&#39;m looking back to the beginning, there were other advantages
1780 for me as today.&lt;/p&gt;
1781
1782 &lt;p&gt;In the past there were advantages like:&lt;/p&gt;
1783
1784 &lt;p&gt;&lt;ul&gt;
1785
1786 &lt;li&gt;I don&#39;t need to buy it so it generates no costs to the school as
1787 they had little money to spent for computers and software.&lt;/li&gt;
1788
1789 &lt;li&gt;It has a licence which grands all rights to use it without
1790 cost.&lt;/li&gt;
1791
1792 &lt;li&gt;It was more able to fit all requirements of a server system for
1793 schools than a Microsoft server system, even if there are only Windows
1794 clients because of it&#39;s preconfigured overall concept of being a
1795 infrastructure solution and community for schools, not only a
1796 server&lt;/li&gt;
1797
1798 &lt;li&gt;I was able to configure the server to the needs of the
1799 school.&lt;/li&gt;
1800
1801 &lt;/ul&gt;&lt;/p&gt;
1802
1803 &lt;p&gt;Today some of the advantages has been lost, changed or new ones
1804 came up in this way:&lt;/p&gt;
1805
1806 &lt;p&gt;&lt;ul&gt;
1807
1808 &lt;li&gt;Most schools here do have money to buy hardware and software
1809 now.&lt;/li&gt;
1810
1811 &lt;li&gt;They are today mostly managed from central IT departments which
1812 have own concepts which often do not fit to Debian Edu concepts
1813 because they are to close to Microsoft ideology.&lt;/li&gt;
1814
1815 &lt;li&gt;With the Squeeze version of Debian Edu which now uses GOsa² for
1816 management I feel more able to manage the daily tasks than with the
1817 interfaces used in the past.&lt;/li&gt;
1818
1819 &lt;li&gt;It is more modular than in the past and fits even better to the
1820 different needs.&lt;/li&gt;
1821
1822 &lt;li&gt;The documentation is usable and gets better every day.&lt;/li&gt;
1823
1824 &lt;li&gt;More people than ever before are using Debian Edu all over the
1825 world and so the community, which is an very important part I think,
1826 is sharing knowledge and minds.&lt;/li&gt;
1827
1828 &lt;li&gt;Most, maybe all, of the technical requirements for schools are
1829 solved today by Debian Edu. &lt;/li&gt;
1830
1831 &lt;/ul&gt;&lt;/p&gt;
1832
1833 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
1834 Edu?&lt;/strong&gt;&lt;/p&gt;
1835
1836 &lt;p&gt;&lt;ul&gt;
1837
1838 &lt;li&gt;There are too few IT companies able to integrate Debian Edu into
1839 their product portfolio for serving schools with concepts or even
1840 whole municipality areas.&lt;/li&gt;
1841
1842 &lt;li&gt;Debian Edu has beside other free and open software projects not
1843 enough lobbyists which promote free and open software to
1844 politicians.&lt;/li&gt;
1845
1846 &lt;li&gt;Technically there are no disadvantages I&#39;m aware of.&lt;/li&gt;
1847
1848 &lt;/ul&gt;&lt;/p&gt;
1849
1850 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1851
1852 &lt;p&gt;I use Debian stable on my home server and on my little desktop
1853 computer. On my laptop I use Debian testing/sid. The applications I
1854 use on my laptop and my desktop are Open/Libre-office, Iceweasel,
1855 KMail, DigiKam, Amarok, Dolphin, okular and all the other programs I
1856 need from the KDE environment. On console I use newsbeuter, mutt,
1857 screen, irssi and all the other famous and useful tools.&lt;/p&gt;
1858
1859 &lt;p&gt;My home server provides mail services with exim, dovecot, roundcube
1860 and mutt over ssh on the console, file services with samba, NFS,
1861 rsync, web services with apache, moinmoin-wiki, multimedia services
1862 with gallery2 and mediatomb and database services with MySQL for me
1863 and the whole family. I probably forgot something.&lt;/p&gt;
1864
1865 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1866 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1867
1868 &lt;p&gt;I believe, we should provide concepts for IT companies to integrate
1869 Debian Edu into their product portfolio with use cases for different
1870 countries and areas all over the world.&lt;/p&gt;
1871 </description>
1872 </item>
1873
1874 <item>
1875 <title>Forskning: &quot;GPL gir lokal frihet og kontroll gjennom omfordeling av makt fra produsent til bruker&quot;</title>
1876 <link>http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</link>
1877 <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>
1878 <pubDate>Sun, 15 Apr 2012 13:00:00 +0200</pubDate>
1879 <description>&lt;p&gt;Da jeg googlet etter noe annet kom jeg tilfeldigvis over
1880 &lt;a href=&quot;http://www.duo.uio.no/sok/work.html?WORKID=58309&quot;&gt;en
1881 hovedfagsoppgave&lt;/a&gt; ved Universitetet i Oslo som diskuterer verdien
1882 av GPLs fire friheter for brukerne av IT-systemer. Jeg ble fascinert
1883 over det som presenteres der. Her er sammendraget:&lt;/p&gt;
1884
1885 &lt;p&gt;&lt;blockquote&gt;
1886
1887 &lt;p&gt;Motivasjonen til å skrive denne oppgaven er en personlig undring
1888 over hvorfor det primært, og ofte eksklusivt, fokuseres på det
1889 økonomiske aspektet ved utredninger om fri programvare er et godt valg
1890 for det offentlige. Fri og produsenteid programvare bygger på
1891 fundamentalt forskjellige ideologier som kan ha implikasjoner utover
1892 økonomiske kostnader. Kunnskapskulturen som er med på å definere fri
1893 programvare er basert på åpenhet, og er en verdi i seg selv.&lt;/p&gt;
1894
1895 &lt;p&gt;Oppgavens tema er programvarelisensen GPL og frihet. GPL-lisensiert
1896 programvare gir visse friheter i forhold til produsenteid
1897 programvare. Mitt spørsmål er om, og eventuelt i hvilken utstrekning,
1898 disse frihetene blir benyttet av ulike brukere og hvordan de
1899 manifesterer seg for disse brukerne. Sentrale spørsmål i oppgaven
1900 er:&lt;/p&gt;
1901
1902 &lt;ul&gt;
1903 &lt;li&gt;Hvordan fordeles handlekraft gjennom lisensieringen av programvaren?&lt;/li&gt;
1904 &lt;li&gt;Hvilke konsekvenser har programvarelisensen for de ulike brukere? &lt;/li&gt;
1905 &lt;/ul&gt;
1906
1907 &lt;p&gt;Fri programvare gir blant annet brukeren mulighet til å studere og
1908 modifisere kildekoden. Denne formen for frihet erverves gjennom
1909 kunnskap og krever at brukeren også er en ekspert. Hva skjer med
1910 frihetene til GPL når sluttbrukeren er en annen? Dette diskuteres i
1911 dialog med informantene.&lt;/p&gt;
1912
1913 &lt;p&gt;Jeg har i denne oppgaven samlet inn intervjudata fra IKT-ansvarlige
1914 ved grunnskolene i Nittedal kommune, driftsansvarlig og IKT-veilederen
1915 for skolene i kommunen, samt IKT-koordinator for utdanning i Akershus
1916 fylkeskommune og bokmåloversettere av OpenOffice.org. Den empiriske
1917 delen av oppgaven er delt inn i to seksjoner; den første omhandler
1918 operativsystemet Skolelinux, den andre kontorprogrampakken
1919 OpenOffice.org.&lt;/p&gt;
1920
1921 &lt;p&gt;Som vi vil se gir GPL lokal frihet og kontroll gjennom omfordeling
1922 av makt fra produsent til bruker. Brukerens makt analyseres gjennom
1923 begrepene brukermedvirkning og handlingsfrihet. Det blir også lagt
1924 vekt på strukturelle forhold rundt bruken av teknologi, og spesielt de
1925 økonomiske begrepene nettverkseksternaliteter, innlåsing og
1926 stiavhengighet. Dette er begreper av spesiell nytte når objektet som
1927 omsettes eller distribueres er et kommunikasjonsprodukt, fordi verdien
1928 til et slikt gode for en potensiell bruker avhenger av antall
1929 eksisterende brukere av godet. I tilknytning til denne problematikken
1930 inneholder oppgaven også en diskusjon rundt åpne standarder og
1931 formater.&lt;/p&gt;
1932
1933 &lt;p&gt;Oppgaven konkluderer med at de «fire frihetene» som GPL-lisensen er
1934 laget for å beskytte er av avgjørende betydning for bruken av
1935 OpenOffice.org og Skolelinux, i Akershus fylkeskommune såvel som i
1936 skolene i Nittedal. Distribusjonen av handlekraft er ikke helt
1937 symmetrisk. Det er først og fremst de profesjonelle utviklerne i
1938 Skolelinux som direkte kan nyttiggjøre seg friheten til å endre kode,
1939 mens en sluttbruker som Nittedal kommune nyttiggjør seg den økonomiske
1940 friheten til å kunne distribuere programmene. Det er imidlertid også
1941 slik at ingen aktør klarer seg uten alle disse «frihetene».&lt;/p&gt;
1942 &lt;/blockquote&gt;&lt;/p&gt;
1943
1944 &lt;p&gt;Jeg fant også en masteroppgave fra 2006, men der ligger ikke
1945 komplett oppgave tilgjengelig. På tide å holde et øye med
1946 &lt;a href=&quot;http://www.duo.uio.no/sok/search.html?q=skolelinux&quot;&gt;Skolelinux-søket&lt;/a&gt;
1947 til DUO...&lt;/p&gt;
1948
1949 </description>
1950 </item>
1951
1952 <item>
1953 <title>Debian Edu interview: Andreas Mundt</title>
1954 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</link>
1955 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</guid>
1956 <pubDate>Sun, 15 Apr 2012 12:10:00 +0200</pubDate>
1957 <description>&lt;p&gt;Behind &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
1958 Skolelinux&lt;/a&gt; there are a lot of people doing the hard work of
1959 setting together all the pieces. This time I present to you Andreas
1960 Mundt, who have been part of the technical development team several
1961 years. He was also a key contributor in getting GOsa and Kerberos set
1962 up in the recently released
1963 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
1964 Edu Squeeze&lt;/a&gt; version.&lt;/p&gt;
1965
1966 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1967
1968 &lt;p&gt;My name is Andreas Mundt, I grew up in south Germany. After
1969 studying Physics I spent several years at university doing research in
1970 Quantum Optics. After that I worked some years in an optics company.
1971 Finally I decided to turn over a new leaf in my life and started
1972 teaching 10 to 19 years old kids at school. I teach math, physics,
1973 information technology and science/technology.&lt;/p&gt;
1974
1975 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
1976 project?&lt;/strong&gt;&lt;/p&gt;
1977
1978 &lt;p&gt;Already before I switched to teaching, I followed the Debian Edu
1979 project because of my interest in education and Debian. Within the
1980 qualification/training period for the teaching, I started
1981 contributing.&lt;/p&gt;
1982
1983 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1984 Edu?&lt;/strong&gt;&lt;/p&gt;
1985
1986 &lt;p&gt;The advantages of Debian Edu are the well known name, the
1987 out-of-the-box philosophy and of course the great free software of the
1988 Debian Project!&lt;/p&gt;
1989
1990 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
1991 Edu?&lt;/strong&gt;&lt;/p&gt;
1992
1993 &lt;p&gt;As every coin has two sides, the out-of-the-box philosophy has its
1994 downside, too. In my opinion, it is hard to modify and tweak the
1995 setup, if you need or want that. Further more, it is not easily
1996 possible to upgrade the system to a new release. It takes much too
1997 long after a Debian release to prepare the -Edu release, perhaps
1998 because the number of developers working on the core of the code is
1999 rather small and often busy elsewhere.&lt;/p&gt;
2000
2001 &lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/DebianLAN&quot;&gt;Debian LAN&lt;/a&gt;
2002 project might fill the use case of a more flexible system.&lt;/p&gt;
2003
2004 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2005
2006 &lt;p&gt;I am only using non-free software if I am forced to and run Debian
2007 on all my machines. For documents I prefer LaTeX and PGF/TikZ, then
2008 mutt and iceweasel for email respectively web browsing. At school I
2009 have Arduino and Fritzing in use for a micro controller project.&lt;/p&gt;
2010
2011 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2012 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2013
2014 &lt;p&gt;One of the major problems is the vendor lock-in from top to bottom:
2015 Especially in combination with ignorant government employees and
2016 politicians, this works out great for the &quot;market-leader&quot;. The school
2017 administration here in Baden-Wuerttemberg is occupied by that vendor.
2018 Documents have to be prepared in non-free, proprietary formats. Even
2019 free browsers do not work for the school administration. Publishers
2020 of school books provide software only for proprietary platforms.&lt;/p&gt;
2021
2022 &lt;p&gt;To change this, political work is very important. Parts of the
2023 political spectrum have become aware of the problem in the last years.
2024 However it takes quite some time and courageous politicians to &#39;free&#39;
2025 the system. There is currently some discussion about &quot;Open Data&quot; and
2026 &quot;Free/Open Standards&quot;. I am not sure if all the involved parties have
2027 a clue about the potential of these ideas, and probably only a
2028 fraction takes them seriously. However it might slowly make free
2029 software and the philosophy behind it more known and popular.&lt;/p&gt;
2030 </description>
2031 </item>
2032
2033 <item>
2034 <title>Debian Edu interview: Justin B. Rye</title>
2035 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</link>
2036 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</guid>
2037 <pubDate>Sun, 8 Apr 2012 10:50:00 +0200</pubDate>
2038 <description>&lt;p&gt;It take all kind of contributions to create a Linux distribution
2039 like &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;,
2040 and this time I lend the ear to Justin B. Rye, who is listed as a big
2041 contributor to the
2042 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
2043 Edu Squeeze release manual&lt;/a&gt;.
2044
2045 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2046
2047 &lt;p&gt;I&#39;m a 44-year-old linguistics graduate living in Edinburgh who has
2048 occasionally been employed as a sysadmin.&lt;/p&gt;
2049
2050 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
2051 project?&lt;/strong&gt;&lt;/p&gt;
2052
2053 &lt;p&gt;I&#39;m neither a developer nor a Skolelinux/Debian Edu user! The only
2054 reason my name&#39;s in the credits for the documentation is that I hang
2055 around on debian-l10n-english waiting for people to mention things
2056 they&#39;d like a native English speaker to proofread... So I did a sweep
2057 through the wiki for typos and Norglish and inconsistent spellings of
2058 &quot;localisation&quot;.&lt;/p&gt;
2059
2060 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2061 Edu?&lt;/strong&gt;&lt;/p&gt;
2062
2063 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
2064 Edu?&lt;/strong&gt;&lt;/p&gt;
2065
2066 &lt;p&gt;These questions are too hard for me - I don&#39;t use it! In fact I
2067 had hardly any contact with I.T. until long after I&#39;d got out of the
2068 education system.&lt;/p&gt;
2069
2070 &lt;p&gt;I can tell you the advantages of Debian for me though: it soaks up
2071 as much of my free time as I want and no more, and lets me do
2072 everything I want a computer for without ever forcing me to spend
2073 money on the latest hardware.&lt;/p&gt;
2074
2075 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2076
2077 &lt;p&gt;I&#39;ve been using Debian since Rex; popularity-contest says the
2078 software that I use most is xinit, xterm, and xulrunner (in other
2079 words, I use a distinctly retro sort of desktop).&lt;/p&gt;
2080
2081 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2082 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2083
2084 &lt;p&gt;Well, I don&#39;t know. I suppose I&#39;d be inclined to try reasoning
2085 with the people who make the decisions, but obviously if that worked
2086 you would hardly need a strategy.&lt;/p&gt;
2087 </description>
2088 </item>
2089
2090 <item>
2091 <title>Why the KDE menu is slow when /usr/ is NFS mounted - and a workaround</title>
2092 <link>http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</link>
2093 <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>
2094 <pubDate>Fri, 6 Apr 2012 22:40:00 +0200</pubDate>
2095 <description>&lt;p&gt;Recently I have spent time with
2096 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; on speeding
2097 up a &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
2098 Lenny installation using LTSP diskless workstations, and in the
2099 process I discovered something very surprising. The reason the KDE
2100 menu was responding slow when using it for the first time, was mostly
2101 due to the way KDE find application icons. I discovered that showing
2102 the Multimedia menu would cause more than 20 000 IP packages to be
2103 passed between the LTSP client and the NFS server. Most of these were
2104
2105 NFS LOOKUP calls, resulting in a NFS3ERR_NOENT response. Because the
2106 ping times between the client and the server were in the range 2-20
2107 ms, the menus would be very slow. Looking at the strace of kicker in
2108 Lenny (or plasma-desktop i Squeeze - same problem there), I see that
2109 the source of these NFS calls are access(2) system calls for
2110 non-existing files. KDE can do hundreds of access(2) calls to find
2111 one icon file. In my example, just finding the mplayer icon required
2112 around 230 access(2) calls.&lt;/p&gt;
2113
2114 &lt;p&gt;The KDE code seem to search for icons using a list of icon
2115 directories, and the list of possible directories is large. In
2116 (almost) each directory, it look for files ending in .png, .svgz, .svg
2117 and .xpm. The result is a very slow KDE menu when /usr/ is NFS
2118 mounted. Showing a single sub menu may result in thousands of NFS
2119 requests. I am not the first one to discover this. I found a
2120 &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=211416&quot;&gt;KDE bug report
2121 from 2009&lt;/a&gt; about this problem, and it is still unsolved.&lt;/p&gt;
2122
2123 &lt;p&gt;My solution to speed up the KDE menu was to create a package
2124 kde-icon-cache that upon installation will look at all .desktop files
2125 used to generate the KDE menu, find their icons, search the icon paths
2126 for the file that KDE will end up finding at run time, and copying the
2127 icon file to /var/lib/kde-icon-cache/. Finally, I add symlinks to
2128 these icon files in one of the first directories where KDE will look
2129 for them. This cut down the number of file accesses required to find
2130 one icon from several hundred to less than 5, and make the KDE menu
2131 almost instantaneous. I&#39;m not quite sure where to make the package
2132 publicly available, so for now it is only available on request.&lt;/p&gt;
2133
2134 &lt;p&gt;The bug report mention that this do not only affect the KDE menu
2135 and icon handling, but also the login process. Not quite sure how to
2136 speed up that part without replacing NFS with for example NBD, and
2137 that is not really an option at the moment.&lt;/p&gt;
2138
2139 &lt;p&gt;If you got feedback on this issue, please let us know on debian-edu
2140 (at) lists.debian.org.&lt;/p&gt;
2141 </description>
2142 </item>
2143
2144 <item>
2145 <title>Debian Edu in the Linux Weekly News</title>
2146 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</link>
2147 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</guid>
2148 <pubDate>Thu, 5 Apr 2012 08:00:00 +0200</pubDate>
2149 <description>&lt;p&gt;About two weeks ago, I was interviewed via email about
2150 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt; by
2151 Bruce Byfield in Linux Weekly News. The result was made public for
2152 non-subscribers today. I am pleased to see liked our Linux solution
2153 for schools. Check out his article
2154 &lt;a href=&quot;https://lwn.net/Articles/488805/&quot;&gt;Debian Edu/Skolelinux: A
2155 distribution for education&lt;/a&gt; if you want to learn more.&lt;/p&gt;
2156 </description>
2157 </item>
2158
2159 <item>
2160 <title>Debian Edu interview: Wolfgang Schweer</title>
2161 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</link>
2162 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</guid>
2163 <pubDate>Sun, 1 Apr 2012 23:00:00 +0200</pubDate>
2164 <description>&lt;p&gt;Germany is a core area for the
2165 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2166 user community, and this time I managed to get hold of Wolfgang
2167 Schweer, a valuable contributor to the project from Germany.
2168
2169 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2170
2171 &lt;p&gt;I&#39;ve studied Mathematics at the university &#39;Ruhr-Universität&#39; in
2172 Bochum, Germany. Since 1981 I&#39;m working as a teacher at the school
2173 &quot;&lt;a href=&quot;http://www.westfalenkolleg-dortmund.de/&quot;&gt;Westfalen-Kolleg
2174 Dortmund&lt;/a&gt;&quot;, a second chance school. Here, young adults is given
2175 the opportunity to get further education in order to do the school
2176 examination &#39;Abitur&#39;, which will allow to study at a university. This
2177 second chance is of value for those who want a better job perspective
2178 or failed to get a higher school examination being teens.&lt;/p&gt;
2179
2180 &lt;p&gt;Besides teaching I was involved in developing online courses for a
2181 blended learning project called &#39;abitur-online.nrw&#39; and in some other
2182 information technology related projects. For about ten years I&#39;ve been
2183 teacher and coordinator for the &#39;abitur-online&#39; project at my
2184 school. Being now in my early sixties, I&#39;ve decided to leave school at
2185 the end of April this year.&lt;/p&gt;
2186
2187 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
2188 project?&lt;/strong&gt;&lt;/p&gt;
2189
2190 &lt;p&gt;The first information about Skolelinux must have come to my
2191 attention years ago and somehow related to LTSP (Linux Terminal Server
2192 Project). At school, we had set up a network at the beginning of 1997
2193 using Suse Linux on the desktop, replacing a Novell network. Since
2194 2002, we used old machines from the city council of Dortmund as thin
2195 clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
2196 reach. At home I&#39;m using Debian since years and - subscribed to the
2197 Debian news letter - heard from time to time about Skolelinux. About
2198 two years ago I proposed to replace the (somehow undocumented and only
2199 known to me) system at school by a well known Debian based system:
2200 Skolelinux.&lt;/p&gt;
2201
2202 &lt;p&gt;Students and teachers appreciated the new system because of a
2203 better look and feel and an enhanced access to local media on thin
2204 clients. The possibility to alter and/or reset passwords using a GUI
2205 was welcomed, too. Being able to do administrative tasks using a GUI
2206 and to easily set up workstations using PXE was of very high value for
2207 the admin teachers.&lt;/p&gt;
2208
2209 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2210 Edu?&lt;/strong&gt;&lt;/p&gt;
2211
2212 &lt;p&gt;It&#39;s open source, easy to set up, stable and flexible due to it&#39;s
2213 Debian base. It integrates LTSP out-of-the-box. And it is documented!
2214 So it was a perfect choice.&lt;/p&gt;
2215
2216 &lt;p&gt;Being open source, there are no license problems and so it&#39;s
2217 possible to point teachers and students to programs like
2218 OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It&#39;s of
2219 high value to be able to adapt parts of the system to special needs of
2220 a school and to choose where to get support for this.&lt;/p&gt;
2221
2222 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
2223 Edu?&lt;/strong&gt;&lt;/p&gt;
2224
2225 &lt;p&gt;Nothing yet.&lt;/p&gt;
2226
2227 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2228
2229 &lt;p&gt;At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
2230 Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
2231 Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
2232 LibreOffice.&lt;/p&gt;
2233
2234 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2235 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2236
2237 &lt;p&gt;Some time ago I thought it was enough to tell people about it. But
2238 that doesn&#39;t seem to work quite well. Now I concentrate on those more
2239 interested and hope to get multiplicators that way.&lt;/p&gt;
2240 </description>
2241 </item>
2242
2243 <item>
2244 <title>Linux-skoler har høyere PC-tetthet enn landsgjennomsnittet - pressemelding fra FRiSK</title>
2245 <link>http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</link>
2246 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</guid>
2247 <pubDate>Fri, 30 Mar 2012 19:30:00 +0200</pubDate>
2248 <description>&lt;p&gt;I dag har &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;FRiSK&lt;/a&gt;
2249 sendt ut følgende pressemelding basert på mine beregninger av
2250 PC-tetthet på Linux-skoler:&lt;/p&gt;
2251
2252 &lt;p&gt;&lt;strong&gt;Linux-skoler har høyere PC-tetthet enn
2253 landsgjennomsnittet&lt;/strong&gt;&lt;/p&gt;
2254
2255 &lt;p&gt;Oslo, 30 Mars 2012&lt;/p&gt;
2256
2257 &lt;p&gt;Det er store forskjeller på skolenes digitale tilstand, viser
2258 undersøkelsen Monitor 2011 som er laget på oppdrag fra
2259 Kunnskapsdepartementet. Dette har ført til debatt om PC-tilgangen i
2260 skolen, og om de med Linux i skolen gjør det bedre bedre eller
2261 dårligere enn snittet i landet.&lt;/p&gt;
2262
2263 &lt;p&gt;Nå har vi tallene. Skoler med Linux har 36% større PC-tetthet en
2264 landsgjennomsnittet. På spørsmål hvorfor skoler med Linux har større
2265 PC-tetthet, observerer Paul Reidar Løsnesløkken som er IKT-konsulent i
2266 Nord-Odal:&lt;/p&gt;
2267
2268 &lt;p&gt;&lt;blockquote&gt;&quot;Vi erfarer at klienter med Skolelinux har god funksjon
2269 til de er 8 til 10 år gamle. Dette er omtrent dobbelt så lenge som
2270 andre løsninger, og skolene får mer datautstyr for
2271 pengene.&quot;&lt;/blockquote&gt;&lt;/p&gt;
2272
2273 &lt;p&gt;Undersøkelsen baserer seg på 56 skoler som har gjort det offentlig
2274 at de kjører Skolelinux eller annen Linux-utgave. De kan også ha PC-er
2275 med Windows i skolenettet. Når en sammenligner PC-tetthetene på
2276 skolene i kommunene Flora, Harstad, Kongsvinger, Narvik, Nittedal,
2277 Nord-Odal og Randaberg, er det i snitt 2,28 elev pr. PC på skolene med
2278 Linux. På landsbasis er det 3.11 elev per PC i grunnskolen, i følge
2279 side 95 i Monitor-rapporten for 2011. Målingen viser dermed 36% større
2280 PC-tetthet i skoler med Linux.&lt;/p&gt;
2281
2282 &lt;p&gt;&lt;strong&gt;Om Skolelinux/Debian Edu&lt;/strong&gt;&lt;/p&gt;
2283
2284 &lt;p&gt;Skolelinux har til hensikt å gi alle barn full tilgang til
2285 skoleaktuelle dataprogram på sitt eget morsmål. Derfor følger det med
2286 godt over 100 skoleaktuelle programmene laget for læring. De fleste
2287 programmene er oversatt til over 50 språk. Elevene skal også kunne
2288 studere alle sider av dataprogrammene. Derfor følger også kildekode
2289 med. Elever med interesse kan lære av eksperter som har laget
2290 systemet. Dette med enkelt programmering i læreprogram som KTurtle,
2291 til profesjonelle verktøy som Qt Creator eller Java.&lt;/p&gt;
2292
2293 &lt;p&gt;Skolelinux er laget for sentralisert drift, der alt teknisk
2294 administrasjon av alle skolene kan gjøres sentralt fra kommunehuset
2295 eller sentralt i en region. F.eks. drifter to-tre personer 70.000
2296 skoledatamaskiner på 200 skoler i delstaten Extremadura i
2297 Spania. Etter velykket bruk av Debian Edu i skolen, legger delstaten
2298 over til Debian på 40.000 datamaskiner i administrasjonen. Det er idag
2299 mange selskap som tilbyr profesjonell støtte til innføring og drift i
2300 Norge og verden.&lt;/p&gt;
2301
2302 &lt;p&gt;&lt;strong&gt;Om FRiSK&lt;/strong&gt;&lt;/p&gt;
2303
2304 &lt;p&gt;Medlemsforeningen Fri Programvare i Skolen organiserer
2305 dugnadsprosjektet som står bak Skolelinux.&lt;/p&gt;
2306
2307 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
2308
2309 &lt;p&gt;Knut Yrvin&lt;/p&gt;
2310
2311 &lt;p&gt;Leder av Fri Programvare i Skolen (FRISK)&lt;/p&gt;
2312
2313 &lt;p&gt;Epost: knuty at skolelinux.no
2314 &lt;br&gt;Mobil: +47 93 479 561&lt;/p&gt;
2315
2316 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
2317
2318 &lt;p&gt;&lt;ul&gt;
2319
2320 &lt;li&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt;&lt;/li&gt;
2321 &lt;li&gt;&lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;http://www.friprogramvareiskolen.no/&lt;/a&gt;&lt;/li&gt;
2322 &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;
2323 &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;
2324 &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;
2325 &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;
2326 &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;
2327
2328 &lt;/ul&gt;&lt;/p&gt;
2329 </description>
2330 </item>
2331
2332 <item>
2333 <title>Skolelinux-intervju: Roy-Arne Myhre</title>
2334 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</link>
2335 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</guid>
2336 <pubDate>Wed, 28 Mar 2012 15:15:00 +0200</pubDate>
2337 <description>&lt;p&gt;I serien med intervjuer av folk i
2338 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi
2339 denne gangen høre fra en IKT-ansvarlig som har brukt Skolelinux i
2340 mange år, og vært storfornøyd med erfaringene så langt.&lt;/p&gt;
2341
2342 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2343
2344 &lt;p&gt;Mitt navn er Roy-Arne Myhre og jeg er 42 år. Jeg er ansatt hos
2345 &lt;a href=&quot;http://www.sandskole.no/&quot;&gt;Sand skole&lt;/a&gt; (Balsfjord kommune)
2346 og har stort sett vært det siden 1990. Jeg er IKT ansvarlig ved
2347 skolen i 40% stilling – 10% undervisning – musikk.&lt;/p&gt;
2348
2349 &lt;p&gt;Ved skolen er det ca 100 elever og ca 18 lærere + 4 assistenter i
2350 hele og delte stillinger. Alle lærerne har bærbar PC (dessverre med
2351 Win Vista) – assistenter har tilgang til egne. Vi benytter Fronter i
2352 det daglige arbeidet. Vi har ca 90 elevmaskiner som fungerer til
2353 daglig opp mot Linux server (XFCE) som driftes av
2354 &lt;a href=&quot;http://www.bzz.no/&quot;&gt;BzzWare AS&lt;/a&gt; via nett. Maskinparken
2355 består kun av brukt utstyr for elevene – og noe av dette begynner å
2356 bli vel gammelt selv som halvtykke klienter.&lt;/p&gt;
2357
2358 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med
2359 Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2360
2361 &lt;p&gt;Vi kom første gang i kontakt med Skolelinux rundt 1997. Den gang
2362 var det oppstart-disketter i hver maskin, ikke mulighet for lyd og
2363 video, gamle nettverkskort og mye plundring. Vi hadde en ihuga
2364 forelder med som pådriver, forsker og inspirator for hele opplegget.
2365 Selv ante jeg knapt at Skolelinux fantes, men han var av den
2366 utforskende typen, og fikk både meg og skolelederen i trua på at dette
2367 var ting som kunne fungere. Etter dette har det gått gradvis
2368 framover; flere maskiner er hentet inn gjennom bl.a
2369 &lt;a href=&quot;http://www.greentech.no/&quot;&gt;Greentech&lt;/a&gt; og utrangert utstyr
2370 fra høgskole / Avinor og private givere. Når maskinene ble for trege
2371 for nye Windows-versjoner, sto vi klare til å putte dem i nettverket
2372 vårt. Dette betyr at vi i dag har 1:1 dekning av maskiner på
2373 ungdomstrinnet og bedre enn 1:2 på barnetrinnet. Dette er vi veldig
2374 fornøyd med, og vi kan ikke se for oss hverdagen som ville vært
2375 alternativet ved bruk av Windows med sine lisenser pr. Bruker/maskin.
2376 Da ville vi nok vært tilbake til 1-2 maskiner pr klasserom med de
2377 negative konsekvenser det ville hatt for undervisningsformene våre. Vi
2378 kan ha en hel klasse i prosjektjobbing eller individuell jobbing
2379 samtidig – vi kan avholde tentamen og eksamen uten
2380 logistikkproblemer.&lt;/p&gt;
2381
2382 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2383
2384 Hvor skal jeg begynne... Stabiliteten er et nøkkelord - det bare
2385 virker. Har du først fått en server med Skolelinux opp og gå, så må
2386 det en maskinarefeil eller sabotasje til for å stoppe den. Det at man
2387 kan bruke eldre maskiner som normalt sett ville gått på dynga, er også
2388 glimrende - billig for skoler med dårlig økonomi og bra for miljøet
2389 siden vi gjenbruker utstyr i stedet for å skaffe nytt. Vi ville aldri
2390 hatt mulighet til å operere med det maskinantallet vi har pr i dag
2391 hvis det ikke var for Skolelinux - så tilgjengelighet er et annet
2392 nøkkelord. Et tredje moment er sikkerhet og brukertilgang. Alle
2393 brukerer opererer med egne brukernavn og passord, samt egne
2394 brukerområder som kan tilpasses for både enbrukertilgang og for
2395 samarbeid med andre.
2396
2397 Elever har godt av å se at det finnes andre alternativer enn de som
2398 storindustrien selger på lisensbasis - på den måten trenes de opp til
2399 å se flere muligheter og å foreta valg ut fra flere opsjoner.
2400
2401 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2402
2403 &lt;p&gt;Ulempene med Skolelinux er nok utbredelsen og mangelen på kjennskap
2404 til dette i skolenorge. De som skal ta økonomiske avgjørelser rynker
2405 på nesen og vil gå for det kjente og «sikre» selv om det koster mye
2406 mer. Man får rett og slett litt hetta av å ikke kunne noe – og unngår
2407 dette for enhver pris.&lt;/p&gt;
2408
2409 &lt;p&gt;I tillegg er mye av linux-systemet administrert av tekstkommandoer
2410 og er lite intuitiv/visuell for oss som ikke er «inne i»
2411 kildekodene». Så problemet er nok mye godt at de som
2412 utarbeider/drifter Skolelinux ikke helt klarer å sette seg ned på
2413 skoleadministratorens nivå når det gjelder problemer og
2414 utfordringer. Men dette er nok en utfordring alle administratorer
2415 sliter med uansett OS.&lt;/p&gt;
2416
2417 &lt;p&gt;Derfor har vi valgt å støtte oss til BzzWare AS for assistanse i
2418 drifta slik at jeg har kunnet konsentrere meg mer om kabling, skifting
2419 av komponenter, veiledning av lærere og elever, vedlikehold av
2420 skrivere og annen daglig drift.&lt;/p&gt;
2421
2422 &lt;p&gt;Elevene mestrer Skolelinux helt fint. Så lenge Internett
2423 (Iceweasel) og Libreoffice (Openoffice) fungerer er 90% av
2424 skolehverdagen velfungerende. I tillegg brukes jo en del av den
2425 pedagogiske programpakken bla. i forhold til matematikk og geografi,
2426 men det er såpass mye bra på nett om dagen, så disse programmene er
2427 mer som krydder å regne.&lt;/p&gt;
2428
2429 &lt;p&gt;Jeg skulle ønske neste versjon av Skolelinux kunne komme litt
2430 mindre stappet med programmer, for halvparten blir aldri brukt, eller
2431 fungerer ikke uansett. Hva med et pedagogisk panel av lærere/IKT
2432 ansvarlige som kunne sagt: disse programmene skal være standard, så
2433 får resten være slike man kan legge til ved behov – det kan lett bli
2434 en jungel å bevege seg i.&lt;/p&gt;
2435
2436 &lt;p&gt;Jeg ønsker meg også en mer grafisk versjon av
2437 &lt;a href=&quot;http://bzz.no/lwat/trac/trac.cgi&quot;&gt;Lwat&lt;/a&gt; hvor man kan krysse
2438 ut de som f.eks ikke skal ha internett-tilgang en dag pga
2439 eksamen/tentamen, samt en noe enklere brannmurløsning hvor man kan
2440 stenge for en del (få) sider på en enkel måte. Jeg liker godt
2441 Skolelinux sin ideologi om at filteret skal trenes i hodet på eleven –
2442 men av og til skulle jeg ønske at f.eks Facebook og Youtube kunne vært
2443 koblet vekk en periode for å få bedre utnyttelse av tid og
2444 ressurser. Disse to nettstedene er nok mye av årsaken til at mange
2445 lærere holder igjen databruken noe mer enn man kunne ønske.&lt;/p&gt;
2446
2447 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2448
2449 Jeg benytter nesten bare fri programvare til daglig. LibreOffice,
2450 Iceweasel (Firefox), Thunderbird til e-post og Gimp til
2451 bildebehandling. Vi har PHP-Nuke-oppsatt hjemmeside. Det eneste som
2452 jeg ikke har fått helt til enda er videoredigering - her må man vel
2453 innrømme at Mac er hakket over, men da er vi igjen over på å se hva
2454 som egner seg best, og ta valg ut fra det. Folk flest lever i
2455 villfarelsen om at regneark HETER Excel og tekstbehandling HETER
2456 Word. Dette er en misforståelse som jeg bruker mye energi på å
2457 diskutere og &quot;åpne sinn&quot; på Microsoft-slaver. Dessverre er det mange
2458 IKT-ansvarlige som også har låst seg på at det eneste saliggjørende er
2459 Bill G sine produkter.
2460
2461 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2462 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2463
2464 &lt;p&gt;For å komme lenger i utbredelsen av Skolelinux tror jeg det må mer
2465 fram i nasjonale medier, samt komme bedre fram hva økonomien i dette
2466 valget vil være – samt mulighetene. Fri programvare er en berikelse og
2467 gjør oss i stand til å utføre arbeidet i skolen uten å måtte legge
2468 igjen tusener på tusener i Bill Gates lomme.. Få ETT nettsted med
2469 forståelig veiledning av installasjon/oppgradering og ETT forum med
2470 konkrete feilrettinger og problemer, så tror jeg vi kunne kommet et
2471 par skritt framover. Ellers tror jeg bare at ildsjelene må fortsette å
2472 skinne – kanskje flere enn oss følger etter på veien.&lt;/p&gt;
2473 </description>
2474 </item>
2475
2476 <item>
2477 <title>Debian Edu screencast: Checking email with kmail using Kerberos authentication</title>
2478 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</link>
2479 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</guid>
2480 <pubDate>Sun, 25 Mar 2012 10:00:00 +0200</pubDate>
2481 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
2482
2483 &lt;p&gt;The same Debian Edu developer that did the last screen cast I
2484 published, Wolfgang Schweer, has created a new screen cast showing how
2485 to set up Kmail in Debian Edu Squeze to authenticate using Kerberos,
2486 allowing users to check their local email account without providing
2487 any password. The video is embedded here in quarter size,
2488 and also available from &lt;a href=&quot;https://vimeo.com/38601767&quot;&gt;vimeo&lt;/a&gt;
2489 and download as a
2490 &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
2491 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
2492
2493 &lt;p&gt;&lt;video id=&quot;kmail-kerberos-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
2494 &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;
2495 &lt;p&gt;Download video as
2496 &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;
2497 &lt;/video&gt;&lt;/p&gt;
2498 </description>
2499 </item>
2500
2501 <item>
2502 <title>Større PC-tetthet i skolen med Skolelinux?</title>
2503 <link>http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</link>
2504 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</guid>
2505 <pubDate>Mon, 19 Mar 2012 23:25:00 +0100</pubDate>
2506 <description>&lt;p&gt;Den siste uka har det vært en del skriverier om hvor store
2507 forskjeller det er mellom skolene når det gjelder digital kompetanse.
2508 Et eksempel er
2509 &lt;a href=&quot;http://www.digi.no/891660/bekymret-for-it-i-skolen&quot;&gt;oppslaget
2510 i Digi&lt;/a&gt;. Diskusjonen fikk meg til å bli litt nysgjerrig på om
2511 Linux-skoler har større PC-tettet enn snittet i landet. Grunnlaget
2512 for diskusjonen har vært undersøkelsen
2513 &lt;a href=&quot;https://iktsenteret.no/ressurser/monitor-2011-skolens-digitale-tilstand&quot;&gt;Monitor
2514 2011&lt;/a&gt;, som bruker informasjon fra
2515 &lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;Grunnskolens Informasjonssystem&lt;/a&gt;
2516 (GSI). GSI-data kan lastes ned fra web og jeg lastet ned en Excel-fil
2517 (intet åpen standard-valg tilgjengelig) med navn på alle skoler,
2518 hvilke kommune de befinner seg i og hvor mange elever pr. elev-PC de
2519 har rapportert inn. For å få en ide om svaret trenger jeg deretter å
2520 vite hvilke skoler i landet som bruker Linux, slik at jeg kan slå dem
2521 opp i GSI og finne ut hvor stor PC-tetthet de har.&lt;/p&gt;
2522
2523 &lt;p&gt;Jeg vet om skoler i Balsfjord, Flora, Harstad, Kongsvinger, Narvik,
2524 Nittedal, Nord-Odal, Randaberg og Sunndal som bruker Skolelinux eller
2525 andre Linux-varianter. Jeg tror det er flere enn de 56 skolene jeg
2526 har klart å identifisere de siste dagene, men har ikke klart å få det
2527 bekreftet med offentlige kilder.&lt;/p&gt;
2528
2529 &lt;p&gt;Monitor 2011-rapporteres side 95 forteller at det &quot;ifølge GSI
2530 (20120-2011) er det 3,11 elever per datamaskin når vi tar med alle
2531 grunnskoler (1.-10.trinn)&quot;. For de 56 Linux-skolene jeg har klart å
2532 koble mot informasjon i GSI er det 2,28 elever per elevdatamaskin,
2533 hvilket betyr at det er 36% høyere PC-tetthet på Linux-skoler enn
2534 landsgjennomsnittet. Linux-skolen med høyest tettet blant de jeg har
2535 notert -skole er Flora ungdomsskule i Flora kommune med 0.82 elev
2536 pr. PC (482 elever, 588 elevdatamaskiner).&lt;/p&gt;
2537
2538 &lt;p&gt;Skolelinux gir datamaskiner lengre levetid, og en kan dermed få
2539 flere operative datamaskiner for samme budsjett, i tillegg til en
2540 rekke andre fordeler. Kan det være forklaringen på forskjellen?&lt;/p&gt;
2541
2542 &lt;p&gt;Tallene må tas med en liten klype, da GSI ser ut til å ha endel
2543 feilføringer. Jeg synes i hvert fall en skole med 423 elever og 9
2544 elevmaskiner ser mistenkelig ut. Eller en skole med 346 elever, 0
2545 elevmaskiner, som er et annet ekstremt eksempel jeg fant.&lt;/p&gt;
2546
2547 &lt;p&gt;Takk til Sturle Sunde, Klaus Ade Johnstad, Ole-Anders Andreassen og
2548 Trond Mæhlum for innspill om skoler med Linux.&lt;/p&gt;
2549 </description>
2550 </item>
2551
2552 <item>
2553 <title>Debian Edu interview: John Ingleby</title>
2554 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</link>
2555 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</guid>
2556 <pubDate>Mon, 19 Mar 2012 21:15:00 +0100</pubDate>
2557 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
2558 users are spread all across the globe. The second inteview after
2559 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
2560 Squeeze release&lt;/a&gt; was publised is with John Ingleby, a teacher and
2561 long time Linux user in United Kingdom.&lt;/p&gt;
2562
2563 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2564
2565 &lt;p&gt;I teach ICT part time at the Rudolf Steiner School in Kings
2566 Langley, near London, UK. Previously I worked as a technical
2567 author/trainer while my children attended the school, and I also
2568 contributed to the Schoolforge UK community with the aim of
2569 encouraging UK schools to adopt free/open source software. Five or six
2570 years ago we had about 50 schools interested in some way, but we
2571 weren&#39;t able to convert many of them into sustainable
2572 installations.&lt;/p&gt;
2573
2574 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
2575 project?&lt;/strong&gt;&lt;/p&gt;
2576
2577 &lt;p&gt;Skolelinux had two representatives at an early Edubuntu meeting in
2578 London which I attended. However at that time our school network had
2579 just been installed using CentOS, LTSP 4 and GNOME. When LTSP 5 came
2580 along we switched to Edubuntu thin client servers so now we have a
2581 mixed environment which includes Windows PCs and student laptops, as
2582 well as their MacBooks and iPads. However, the proprietary systems
2583 have always been rather problematic, and we never built a GUI for the
2584 LDAP server, so when I discovered Skolelinux is configured for all
2585 these things we decided to try it.&lt;/p&gt;
2586
2587 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2588 Edu?&lt;/strong&gt;&lt;/p&gt;
2589
2590 &lt;p&gt;By far the biggest advantage is the Debian Edu community. Apart
2591 from that I have always believed in the same &quot;sustainable computing&quot;
2592 goals that Skolelinux is built on: installing Linux on computers which
2593 would otherwise be thrown away, to provide a reliable, secure and
2594 low-cost IT environment for schools. From my own experience I know
2595 that a part-time person can teach and manage a network of about 25
2596 Linux computers, but it would take much more of my time if we had
2597 proprietary software everywhere.&lt;/p&gt;
2598
2599 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
2600 Edu?&lt;/strong&gt;&lt;/p&gt;
2601
2602 &lt;p&gt;As a newcomer I&#39;m just finding out who&#39;s who in the community and
2603 how you&#39;re organised, and what your procedures are for dealing with
2604 various things such as editing manual pages and so-on. The only
2605 English language mailing list seems to be for developers as well as
2606 users, so my inbox needs heavy pruning each day!&lt;/p&gt;
2607
2608 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2609
2610 &lt;p&gt;Besides the software already mentioned at school we use Samba,
2611 OpenLDAP, CUPS, Nagios and Dansguardian for the network, and on the
2612 desktops we have LibreOffice, Firefox, GIMP and Inkscape. At home I
2613 use Ubuntu and an Android 4 eePad Transformer (but I&#39;m not sure if
2614 that counts...)&lt;/p&gt;
2615
2616 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2617 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2618
2619 &lt;p&gt;That&#39;s a tough question! For very many years UK schools installed
2620 and taught only proprietary software, so that at the highest levels
2621 the notion of &quot;computer&quot; means simply &quot;proprietary office
2622 applications&quot;. However, schools today are experiencing budget
2623 constraints, and many are having to think hard about upgrading Windows
2624 XP. At the same time, we have students showing teachers how to use
2625 iPads, MacBooks and Android, so the choice of operating system is no
2626 longer quite so automatic. What is more, our government at last
2627 realised that we need people with programming skills, so they&#39;re
2628 putting coding back in the curriculum! And it&#39;s encouraging that the
2629 first 10,000 Raspberry Pi units sold out in 2 hours.&lt;/p&gt;
2630
2631 &lt;p&gt;I don&#39;t really know what strategy is going to get UK schools to use
2632 free software, but building an active community of Skolelinux/Debian
2633 Edu users in this country has to be part of it.&lt;/p&gt;
2634 </description>
2635 </item>
2636
2637 <item>
2638 <title>Writing and translating documentation in Debian Edu</title>
2639 <link>http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</link>
2640 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</guid>
2641 <pubDate>Fri, 16 Mar 2012 09:55:00 +0100</pubDate>
2642 <description>&lt;p&gt;Documentation in Debian Edu is provided in several languages, and
2643 it is important to make it both easy to contribute and to keep the
2644 translated versions in sync. To do this we have come up with what we
2645 believe is a very efficient work flow.&lt;/p&gt;
2646
2647 &lt;ol&gt;
2648
2649 &lt;li&gt;The documentation is written in a
2650 &lt;a href=&quot;http://moinmo.in&quot;&gt;moinmoin wiki&lt;/a&gt; (see for example
2651 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;the
2652 Squeeze release manual&lt;/a&gt;) with support for exporting the content as
2653 docbook XML.&lt;/li&gt;
2654
2655 &lt;li&gt;This docbook document is given to po4a to extract a gettext style
2656 .pot file with the content, which in turn is used to create .po files
2657 with the translated text.&lt;/li&gt;
2658
2659 &lt;li&gt;The .po files are given to translators, and they can always tell
2660 which part of the original wiki document is new or changed. They can
2661 use their normal translation tools like lokalize or poedit to write
2662 the translation. There is even a system in place to handle translated
2663 images.&lt;/li&gt;
2664
2665 &lt;li&gt;The translated .po files are combined with the original docbook
2666 XML document using po4a to create a translated docbook document.&lt;/li&gt;
2667
2668 &lt;li&gt;The final step is to use all the generated docbook files and
2669 create PDF and HTML version of the original and translated documents.&lt;/li&gt;
2670
2671 &lt;/ol&gt;
2672
2673 &lt;p&gt;This setup work very well, but have a few issues. The biggest
2674 issue is that &lt;a href=&quot;http://moinmo.in/DocBook&quot;&gt;the docbook support
2675 we use in moinmoin&lt;/a&gt; is not actively maintained. The docbook
2676 support is also buggy, and our build system contain workarounds to
2677 make sure the generated docbook is usable despite these bugs.&lt;/p&gt;
2678
2679 &lt;p&gt;If you want to have a look at our setup, it is all there in the
2680 &lt;a href=&quot;http://packages.qa.debian.org/debian-edu-doc&quot;&gt;debian-edu-doc
2681 package&lt;/a&gt;.&lt;/p&gt;
2682 </description>
2683 </item>
2684
2685 <item>
2686 <title>NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</title>
2687 <link>http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</link>
2688 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</guid>
2689 <pubDate>Tue, 13 Mar 2012 23:55:00 +0100</pubDate>
2690 <description>&lt;p&gt;I dag presenterte jeg ny versjon av Skolelinux for NUUGs medlemmer.
2691 &lt;a href=&quot;http://www.hungry.com/~pere/mypapers/20120313-skolelinux-squeeze.html&quot;&gt;Lysark&lt;/a&gt;
2692 er tilgjengelige allerede og
2693 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;video-opptak&lt;/a&gt;
2694 kommer så snart videogruppa til NUUG får publisert den. Jeg kom på
2695 endel punkter om nye ting i Squeeze-utgaven under veis som jeg burde
2696 hatt med, og har sikkert skrevet noe tull på lysarkene som jeg ennå
2697 ikke har oppdaget. Denne presentasjonen ble smurt ihop på veldig kort
2698 tid, og jeg rakk ikke finpusse den. Håper den kan være lærerik
2699 likevel.&lt;/p&gt;
2700 </description>
2701 </item>
2702
2703 <item>
2704 <title>Skolelinux-intervju: Kåre Nordby</title>
2705 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</link>
2706 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</guid>
2707 <pubDate>Mon, 12 Mar 2012 21:10:00 +0100</pubDate>
2708 <description>&lt;p&gt;Første ut i serien med intervjuer av folk i
2709 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet etter at
2710 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;ny
2711 versjon av Skolelinux&lt;/a&gt; ble lansert i helga, er nylig valgte
2712 styremedlem i foreningen
2713 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
2714 Skolen&lt;/a&gt; (FRiSK) som organiserer
2715 Skolelinux-utviklingen og daglig leder i
2716 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, selskapet
2717 prosjektet opprettet som et tilbud til skoler som ønsket en
2718 kommersiell samarbeidsparter. Det bør nevnes at jeg er styremedlem i
2719 Skolelinux Drift AS og styreleder i selskapets hovedeier stiftelsen
2720 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/&quot;&gt;SLX Debian Labs&lt;/a&gt;
2721 som beskytter verdiene til Skolelinux-prosjektet, og kjenner Kåre den
2722 veien.&lt;/p&gt;
2723
2724 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2725
2726 &lt;p&gt;Jeg har siden januar 2010 vært daglig leder i Skolelinux Drift AS,
2727 som leverer support, installasjon, tilpasning, drift, og opplæring på
2728 Debian Edu / Skolelinux. Fra 2012 er jeg valgt inn som styremedlem i
2729 FRiSK. Min forrige jobb var som KAM i Redpill Linpro (som er en av
2730 eierne i Skolelinux Drift). Før det var jeg daglig leder i et eget 7
2731 manns konsulent selskap som også startet med fri programvare mot
2732 slutten.&lt;/p&gt;
2733
2734 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2735
2736 &lt;p&gt;Jeg hørte om det først når jeg jobbet i Redpill Linpro. Men jeg
2737 har også en datter som går på en friskole, som også bruker Skolelinux.
2738 Som kjent har ikke friskoler de samme økonomiske rammebetingelsene som
2739 offentlige skoler, så for dem var det det absolutt beste alternativet.
2740 De anser også Skolelinux som et stabilt system, som bare går og går (i
2741 motsetning til det lille Windows-baserte nettverket de har på
2742 admin-siden).&lt;/p&gt;
2743
2744 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2745
2746 &lt;p&gt;Sentralisert drift av tynne og diskløse arbeidsstasjoner. Således
2747 lydløse og raskere arbeidsstasjoner som er bedre i klasserommet.
2748 Lengre levetid på PC&#39;er. Store besparelser på maskinvare og drift. Og
2749 så klart fjerning av alle lisenskostnader. Personlig synes jeg også at
2750 mange av programmene er bedre enn alternativene. Men dette er ofte en
2751 smakssak og avhengig om man må ha det man er vant til fra før.&lt;/p&gt;
2752
2753 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2754
2755 &lt;p&gt;For lite kjentskap til løsningen. Noen ganger for dårlig
2756 kompatibilitet med arbeidsstasjoners/bærbare maskiner sine
2757 nettverksdrivere eller skjermkort. Men dette løser vi i skolene ved
2758 standardisering. Ellers er det få, om nesten ingen, av de kjente
2759 maskinvare / infrastruktur leverandørene til fylkes- / kommuner som
2760 tilbyr denne plattformen. Skal dette endre seg så må kommunene selv
2761 sette slike krav til leverandørene.&lt;/p&gt;
2762
2763 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2764
2765 &lt;p&gt;Har brukt OpenOffice.org siden starten (2001 ?), Kun Linux på
2766 desktop siden 2005. Bruker i dag Kubuntu, Libreoffice og ymse annet
2767 programvare til ulik kontorbruk som er lett å installere / teste via
2768 alle programarkivene som finnes.&lt;/p&gt;
2769
2770 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2771 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2772
2773 &lt;p&gt;Fortsette å presentere flere av de gode eksemplene hvor Debian Edu
2774 / Skolelinux brukes i kommuner og enkeltskoler. Vi må få bedre frem
2775 at det er mulig tilknytte både Windows og Mac klienter på denne
2776 plattformen (selv om det vil øke driftskostnadene). Dette gjøres
2777 mange steder. Spesielt er det mange lærere som ønsker å bruke
2778 Windows/Mac-bærbare, gjerne som sin private PC også. Det er også mulig
2779 for kommunen å integrere med Active Directory i stedet for OpenLDAP
2780 som kommer med ut av boksen (selv om også dette øker kostnadene).
2781 Dette vil muligens bidra til å fjerne noe motstand hos noen
2782 potensielle brukere / driftpersonell for å ta i bruk noe
2783 nytt. Fremveksten av mobile brukere og nettbrett går i vår favør.
2784 Brukerne blir kjent og vant til flere nye operativsystemer /
2785 brukergrensesnitt. Så utviklerfellesskapet bør jobbe videre med å
2786 integrere flere nye klienttyper, som ultra lav-kostklienter og
2787 nettbrett (blant annet fri programvare-alternativet
2788 &lt;a href=&quot;http://makeplaylive.com/&quot;&gt;Spark&lt;/a&gt; med
2789 &lt;a href=&quot;http://www.merproject.org/&quot;&gt;Mer OS&lt;/a&gt; og
2790 &lt;a href=&quot;http://plasma-active.org/&quot;&gt;KDE Active Plasma&lt;/a&gt;).&lt;/p&gt;
2791 </description>
2792 </item>
2793
2794 <item>
2795 <title>Skolelinux / Debian Edu Squeeze is out!</title>
2796 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</link>
2797 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</guid>
2798 <pubDate>Sun, 11 Mar 2012 23:00:00 +0100</pubDate>
2799 <description>&lt;p&gt;This weekend we finally published the first stable release of
2800 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; based
2801 on Debian/Squeeze. The full announcement is
2802 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;available&lt;/a&gt;
2803 from the project announcement list. Now is a good time to test if it
2804 you have not done so already.&lt;/p&gt;
2805
2806 &lt;p&gt;I plan to present the new version at
2807 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;a NUUG
2808 meeting&lt;/a&gt; on tuesday. I look forward to seeing you there if you are
2809 in Oslo, Norway.&lt;/p&gt;
2810 </description>
2811 </item>
2812
2813 <item>
2814 <title>Debian Edu interview: Nigel Barker</title>
2815 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</link>
2816 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</guid>
2817 <pubDate>Fri, 9 Mar 2012 11:30:00 +0100</pubDate>
2818 <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;the
2819 interview series&lt;/a&gt; conducted by Raphael, I started a Norwegian
2820 interview series with people involved in the Debian Edu / Skolelinux
2821 community. This was so popular that I believe it is time to move to a
2822 more international audience.&lt;/p&gt;
2823
2824 &lt;p&gt;While &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
2825 Skolelinux&lt;/a&gt; originated in France and Norway, and have most users in
2826 Europe, there are users all around the globe. One of those far away
2827 from me is Nigel Barker, a long time Debian Edu system administrator
2828 and contributor. It is thanks to him that Debian Edu is adjusted to
2829 work out of the box in Japan. I got him to answer a few questions,
2830 and am happy to share the response with you. :)
2831
2832
2833 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2834
2835 &lt;p&gt;My name is Nigel Barker, and I am British. I am married to Yumiko,
2836 and we have three lovely children, aged 15, 14 and 4(!) I am the IT
2837 Coordinator at Hiroshima International School, Japan. I am also a
2838 teacher, and in fact I spend most of my day teaching Mathematics,
2839 Science, IT, and Chemistry. I was originally a Chemistry teacher, but
2840 I have always had an interest in computers. Another teacher teaches
2841 primary school IT, but apart from that I am the only computer person,
2842 so that means I am the network manager, technician and webmaster,
2843 also, and I help people with their computer problems. I teach python
2844 to beginners in an after-school club. I am way too busy, so I really
2845 appreciate the simplicity of Skolelinux.&lt;/p&gt;
2846
2847 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
2848 project?&lt;/strong&gt;&lt;/p&gt;
2849
2850 &lt;p&gt;In around 2004 or 5 I discovered the ltsp project, and set up a
2851 server in the IT lab. I wanted some way to connect it to our central
2852 samba server, which I was also quite poor at configuring. I discovered
2853 Edubuntu when it came out, but it didn&#39;t really improve my setup. I
2854 did various desperate searches for things like &quot;school Linux server&quot;
2855 and ended up in a document called &quot;Drift&quot; something or other. Reading
2856 there it became clear that Skolelinux was going to solve all my
2857 problems in one go. I was very excited, but apprehensive, because my
2858 previous attempts to install Debian had ended in failure (I used
2859 Mandrake for everything - ltsp, samba, apache, mail, ns...). I
2860 downloaded a beta version, had some problems, so subscribed to the
2861 Debian Edu list for help. I have remained subscribed ever since, and
2862 my school has run a Skolelinux network since Sarge.&lt;/p&gt;
2863
2864 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
2865 Edu?&lt;/strong&gt;&lt;/p&gt;
2866
2867 &lt;p&gt;For me the integrated setup. This is not just the server, or the
2868 workstation, or the ltsp. Its all of them, and its all configured
2869 ready to go. I read somewhere in the early documentation that it is
2870 designed to be setup and managed by the Maths or Science teacher, who
2871 doesn&#39;t necessarily know much about computers, in a small Norwegian
2872 school. That describes me perfectly if you replace Norway with
2873 Japan.&lt;/p&gt;
2874
2875 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
2876 Edu?&lt;/strong&gt;&lt;/p&gt;
2877
2878 &lt;p&gt;The desktop is fairly plain. If you compare it with Edubuntu, who
2879 have fun themes for children, or with distributions such as Mint, who
2880 make the desktop beautiful. They create a good impression on people
2881 who don&#39;t need to understand how to use any of it, but who might be
2882 important to the school. School administrators or directors, for
2883 instance, or parents. Even kids. Debian itself usually has ugly
2884 default theme settings. It was my dream a few years back that some
2885 kind of integration would allow Edubuntu to do the desktop stuff and
2886 Debian Edu the servers, but now I realise how impossible that is. A
2887 second disadvantage is that if something goes wrong, or you need to
2888 customise something, then suddenly the level of expertise required
2889 multiplies. For example, backup wasn&#39;t working properly in Lenny. It
2890 took me ages to learn how to set up my own server to do rsync backups.
2891 I am afraid of anything to do with ldap, but perhaps Gosa will
2892 help.&lt;/p&gt;
2893
2894 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2895
2896 &lt;p&gt;Nowadays I only use Debian on my personal computers. I have one for
2897 studio work (I play guitar and write songs), running AV Linux
2898 (customised Debian) a netbook running Squeeze, and a bigger laptop
2899 still running Skolelinux Lenny workstation. I have a Tjener in my
2900 house, that&#39;s very useful for the family photos and music. At school
2901 the students only use Skolelinux. (Some teachers and the office still
2902 have windows). So that means we only use free software all day every
2903 day. Open office, The GIMP, Firefox/Iceweasel, VLC and Audacity are
2904 installed on every computer in school, irrespective of OS. We also
2905 have Koha on Debian for the library, and Apache, Moodle, b2evolution
2906 and Etomite on Debian for the www. The firewall is Untangle.&lt;/p&gt;
2907
2908 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2909 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2910
2911 &lt;p&gt;Current trends are in our favour. Open source is big in industry,
2912 and ordinary people have heard of it. The spread of Android and the
2913 popularity of Apple have helped to weaken the impression that you have
2914 to have Microsoft on everything. People complain to me much less about
2915 file formats and Word than they did 5 years ago. The Edu aspect is
2916 also a selling point. This is all customised for schools. Where is the
2917 Windows-edu, or the Mac-edu? But of course the main attraction is
2918 budget.The trick is to convince people that the quality is not
2919 compromised when you stop paying and use free software instead. That
2920 is one reason why I say the desktop experience is a weakness. People
2921 are not impressed when their USB drive doesn&#39;t work, or their browser
2922 doesn&#39;t play flash, for example.&lt;/p&gt;
2923 </description>
2924 </item>
2925
2926 <item>
2927 <title>Debian Edu screencast: Mass creation of user accounts in Squeeze</title>
2928 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</link>
2929 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</guid>
2930 <pubDate>Wed, 7 Mar 2012 13:40:00 +0100</pubDate>
2931 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
2932
2933 &lt;p&gt;One of the Debian Edu developers, Wolfgang Schweer, just created a
2934 screen cast documenting how to create a lot of new users in LDAP on
2935 Debian Edu Squeeze. The video is embedded here in quarter size, and
2936 also available from &lt;a href=&quot;http://vimeo.com/37675399&quot;&gt;vimeo&lt;/a&gt; and
2937 download as a
2938 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg
2939 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
2940
2941 &lt;p&gt;&lt;video id=&quot;gosa-mass-user-create-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
2942 &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;
2943 &lt;p&gt;Download video as
2944 &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;
2945 &lt;/video&gt;&lt;/p&gt;
2946 </description>
2947 </item>
2948
2949 <item>
2950 <title>Third release candidate of Debian Edu / Skolelinux based on Squeeze</title>
2951 <link>http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
2952 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
2953 <pubDate>Sun, 4 Mar 2012 18:20:00 +0100</pubDate>
2954 <description>&lt;p&gt;This weekend we wrapped up and published the third release
2955 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
2956 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement is
2957 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00000.html&quot;&gt;available&lt;/a&gt;
2958 from the project announcement list. Check it out if you
2959 need a software solution for your school.&lt;/p&gt;
2960 </description>
2961 </item>
2962
2963 <item>
2964 <title>Stopmotion for making stop motion animations on Linux - reloaded</title>
2965 <link>http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</link>
2966 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</guid>
2967 <pubDate>Sat, 3 Mar 2012 12:50:00 +0100</pubDate>
2968 <description>&lt;p&gt;Many years ago, the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
2969 / Debian Edu project&lt;/a&gt; initiated a student project to create a tool
2970 for making stop motion movies. The proposal came from a teacher
2971 needing such tool on Skolelinux. The project, called &quot;stopmotion&quot;,
2972 was manned by two extraordinary students and won a school award and a
2973 national aware with this great project. The project was initiated and
2974 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
2975 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
2976 Animation studio and received feedback on how professionals would like
2977 such stopmotion tool to work, and the end result was and is used by
2978 animators around the globe. But as is usual after studying, both got
2979 jobs and went elsewhere, and did not have time to properly tend to the
2980 project, and it has been lingering for a few years now. Until last
2981 year...&lt;/p&gt;
2982
2983 &lt;p&gt;Last year some of the users got together with Herman, and moved the
2984 project to Sourceforge and in effect restarted the project under a new
2985 name,
2986 &lt;a href=&quot;http://sourceforge.net/projects/linuxstopmotion/&quot;&gt;linuxstopmotion&lt;/a&gt;.
2987 The name change was done to make it possible to find the project using
2988 Internet search engines (try to search for &#39;stopmotion&#39; to see what I
2989 mean). I&#39;ve been following
2990 &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community&quot;&gt;the
2991 mailing list&lt;/a&gt; and the improvement already in place and planned for
2992 the future is encouraging. If you want to make stop motion movies.
2993 Check it out. :)&lt;/p&gt;
2994 </description>
2995 </item>
2996
2997 <item>
2998 <title>Skolelinux-intervju: Frode Danielsen</title>
2999 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</link>
3000 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</guid>
3001 <pubDate>Mon, 27 Feb 2012 14:35:00 +0100</pubDate>
3002 <description>&lt;p&gt;I serien med intervjuer av folk i
3003 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet møter vi
3004 denne gangen Frode Danielsen, som er leder for en IT-virksomhet som
3005 passer på IT-løsningen til flere kommuner i Hedmark-området, der noen
3006 av dem bruker Skolelinux i dag.&lt;/p&gt;
3007
3008 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3009
3010 &lt;p&gt;Daglig leder i &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark
3011 IKT&lt;/a&gt;. En interkommunal IKT-virksomhet for Stange, Nord-Odal,
3012 Kongsvinger, Grue, Løten og Hamar kommuner. Vi er 32 ansatte&lt;/p&gt;
3013
3014 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3015
3016 &lt;p&gt;Vi har vært i kontakt med Skolelinux-prosjektet i flere
3017 sammenhenger, blant annet gjennom et par piloter som ikke har ført til
3018 noe konkret resultat. Nå sist gjennom satsingen på skolelinux i Grue,
3019 Kongsvinger og Nord-Odal.&lt;/p&gt;
3020
3021 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;
3022 &lt;br&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3023
3024 &lt;p&gt;Jeg tror alle løsninger har fordeler og ulemper, litt avhengig av
3025 hvilket ståsted du selv har, så jeg unnlater å svare på dette.&lt;/p&gt;
3026
3027 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3028
3029 &lt;p&gt;Ingen for min egen del, men vi har noe fri programvare i våre
3030 løsninger.&lt;/p&gt;
3031
3032 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3033 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3034
3035 &lt;p&gt;Jeg tror ikke man skal ha en slik strategi. Man bør ha en strategi
3036 basert på å løse fremtidige behov, og velge løsninger som støtter opp
3037 under dette.&lt;/p&gt;
3038 </description>
3039 </item>
3040
3041 <item>
3042 <title>Second release candidate of Debian Edu / Skolelinux based on Squeeze</title>
3043 <link>http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
3044 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
3045 <pubDate>Mon, 27 Feb 2012 14:00:00 +0100</pubDate>
3046 <description>&lt;p&gt;This weekend we wrapped up and published the second release
3047 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3048 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement did for some
3049 reason not make it the project announcement list, but is
3050 &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2012/02/msg00015.html&quot;&gt;available&lt;/a&gt;
3051 from the Debian development announcement list. Check it out if you
3052 need a software solution for your school.&lt;/p&gt;
3053 </description>
3054 </item>
3055
3056 <item>
3057 <title>Skolelinux-intervju: Knut Yrvin</title>
3058 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</link>
3059 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</guid>
3060 <pubDate>Tue, 21 Feb 2012 07:40:00 +0100</pubDate>
3061 <description>&lt;p&gt;I serien med intervjuer av folk i
3062 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
3063 høre fra nyvalgt leder i foreningen
3064 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
3065 Skolen&lt;/a&gt; og en av stifterne av Skolelinux-prosjektet.&lt;/p&gt;
3066
3067 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3068
3069 &lt;p&gt;Knut Yrvin her. Jobber i Nokia med å fremme rammeverket Qt og QML
3070 med tilhørende utviklerverktøy. Rollen er som leder av
3071 friprog-samfunn. I fjor var jeg med å legge om utviklingen av Qt til
3072 åpen forvaltning. På den måten kan alle som bidrar til Qt gjøre det
3073 på like vilkår. Nå er det
3074 &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
3075 1000 utviklere&lt;/a&gt; som bidrar til Qt. Med overgangen til åpen
3076 forvaltning er utviklingen av Qt mer åpen enn Linux-kjernen.&lt;/p&gt;
3077
3078 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3079
3080 &lt;p&gt;Jeg var en av initiativtagerne til Skolelinux i 2001. Skolene slet
3081 med både utstyr og Internett-tilgang. De klarte ikke å møte
3082 forventningene til data i skolen. Driften av PC-ene var uholdbar. Som
3083 regel hadde rektor pekt ut en ivrig lærer til å passe på PC-ene,
3084 gjerne naturfaglæreren. Mange lærere jobbet mye ubetalt overtid for å
3085 vedlikeholde 30-40 datamaskiner på hver sin skole. Med 300 elever og
3086 lærere som brukere, blir det fort mye mer arbeid enn de 4-8 timene de
3087 kunne bruke på PC-drift. Skolene hadde kun en femtedel av
3088 IT-budsjettet som ble brukt på PC-ene i rådhuset.&lt;/p&gt;
3089
3090 &lt;p&gt;Vi erfarte at skolene hadde mye datautstyr som stod ubrukt. Skolene
3091 manglet penger til Microsoft-lisenser. Selv med solide skolerabatter,
3092 kostet Microsoft-lisensene gjerne like mye som PC-ene i seg selv over
3093 en periode på 5-6 år.&lt;/p&gt;
3094
3095 &lt;p&gt;Viktigheten av språklig mangfold og pedagogiske programmer var også
3096 viktig for oss. Vi oversatte mange skoleaktuelle programmer til
3097 nynorsk, nordsamisk og bokmål. Dette lenge før andre tok denne
3098 oppgaven seriøst. Allerede etter ett år hadde vi etablert et helt
3099 arsenal av skoleaktuelle programmer på nynorsk, bokmål og
3100 nordsamisk. Vi spredde vår ide om språklig mangfold til de andre frie
3101 prosjekter internasjonalt. Resultatene ser vi i mange land. Det er de
3102 frie programmene som kommer på brukernes morsmål. Det er en av flere
3103 gode grunner til at fri programvare som LibreOffice, VLC, KDE og
3104 Firefox konkurrerer ut godseid programvare mange steder i verden.&lt;/p&gt;
3105
3106 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3107
3108 &lt;p&gt;Fordelene er at Skolelinux tilbyr over 100 skoleaktuelle programmer
3109 på de norske språkene, uten ett øre i lisenskostnader. Systemet gir
3110 enormt lave driftskostnader med diskløse arbeidsstasjoner og bærbare
3111 med roaming. Skolelinux krever også mindre av maskinvaren.&lt;/p&gt;
3112
3113 &lt;p&gt;Man kan fint kjøre systemet med 512 MB RAM på en bærbar PC sammen
3114 med en nettvideo i nettleseren og en presentasjon med
3115 LibreOffice. Konkurrerende system krever fort 2 GB RAM for å få til
3116 noe tilsvarende uten at det går ufattelig tregt. Skal man gjøre noe
3117 nyttig, krever konkurrentene til Linux mye større harddisk. Skoler har
3118 rapportert at de fort har fått 50% flere nye maskiner om de velger
3119 Linux. Dette i tillegg til de årlige besparelsene ved å unngå
3120 lisensbetaling til godseid programvare.&lt;/p&gt;
3121
3122 &lt;p&gt;De lave driftskostnadene gjør at delstater i Europa har titusener
3123 av datamaskiner med Skolelinux i skolen. F.eks. er det under ti
3124 personer som drifter 70.000 PC-systemer i skolene i Extremadura i
3125 Spania. Det er slett ikke uvanlig at norske kommuner har 1500-2000
3126 datamaskiner med Skolelinux. Driften tar ett årsverk. Slår flere
3127 kommuner seg sammen, kan de få samme sentraliserte stordriftsfordeler
3128 som delstater i Tyskland og Spania. Delstater som kjører Skolelinux
3129 på alle skolene. Bare noen få personer sentraldrifter titusenvis av
3130 PC-er.&lt;/p&gt;
3131
3132 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3133
3134 &lt;p&gt;Den største ulempen for Skolelinux er motstand mot Linux fra
3135 IT-sjefer i det offentlige. Dette er ledere som holder innlegg som
3136 snytt ut av evangelist-håndboka til Microsoft. Dette gjøres i ett
3137 arbeidsmarked med stor vekst i etterspørselen etter Linux-fagfolk i
3138 privat sektor. Etterspørselen har økt mer enn noe annet tekniske yrke
3139 siste tiåret. Åtte av ti ledere vil ansette Linux-fagfolk i 2012,
3140 rapporterer jobbnettstedet Dice.com på oppdrag av Linux
3141 Foundation.&lt;/p&gt;
3142
3143 &lt;p&gt;Det mangler 16.000 ingeniører og IKT-fagfolk i Norge rapporterte
3144 arbeids- og velferdsetaten NAV. Linux-fagfolk kan velge svært
3145 interessante jobber med alt fra apps på ledende mobilsystem laget med
3146 Linux, sky- tjenester eller web-applikasjoner. De raskest voksende
3147 teknologiselskapene i verden er ute etter Linux-fagfolk. Det være seg
3148 Amazon, Google, Facebook og IBM for å nevne noen. Linux er kritisk
3149 for å sikre veksten i markedet. Det sier seg selv at lønningene og
3150 jobbmulighetene er bedre enn for andre tekniske yrker.&lt;/p&gt;
3151
3152 &lt;p&gt;Skal man lage apps for mobilen, smart-TV-en eller
3153 underholdningssystemet i bilen eller på flyet, er det Linux som
3154 gjelder. Med en slik konkurranse om Linux-kompetansen, kombinert med
3155 motstanden mot Linux hos mange IT-sjefer i offentlig sektor, så
3156 hindrer kommunene rekruttering av flere Linux- fagfolk. Skolene blir
3157 tvunget til å velge dyrere og mindre komplette IT-system. De har
3158 blitt hengende igjen slik IT var på begynnelsen av 2000- tallet. Dette
3159 fordi IT-ledere ikke har tilpasset seg markedet det siste tiåret.&lt;/p&gt;
3160
3161 &lt;p&gt;Når det er sagt, er Skolelinux svært enkelt å lære seg også for de
3162 som ikke kan. Det viser alle lærerne som drifter systemet for
3163 hundrevis og tusenvis av systemer. Det meste er på plass rett ut av
3164 boksen. I tillegg er det solid med dokumentasjon med god hjelp på
3165 nettet. Det er mange kommuner som har ansatt en lærer som først lærte
3166 Skolelinux på sin skole, for så å drifte alle PC-ene i kommunen med
3167 Skolelinux. Det kan fort være snakk om 1000-3000 datamaskiner på 10-15
3168 skoler som sentraldriftes med en stilling. Står man ordentlig fast,
3169 kan man også kjøpe profesjonell hjelp fra selskap som støtter
3170 Skolelinux. Det er flere slike selskap i Norge og i utlandet.&lt;/p&gt;
3171
3172 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3173
3174 &lt;p&gt;Qt SDK, LibreOffice, Firefox, VLC og KDE-skrivebordet. Dette på et
3175 Debian-basert GNU/Linux-system. Jeg bruker også noen morsomme
3176 3D-spill. Idag kan jeg velge mellom over 30.000 Linux-programmer. Det
3177 finnes ikke tid i livet å undersøke alle valgmulighetene. Derfor er
3178 det bra med Skolelinux i skolen, da utvalget av programmer er
3179 begrenset til hva som er aktuelt i skolefagene.&lt;/p&gt;
3180
3181 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3182 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3183
3184 &lt;p&gt;Vi må selge hele Skolelinux forhåndsinstallert på maskinvare i hele
3185 pakker med 50-100-1000 PC-klienter med servere. Dette kan selges til
3186 enkeltskoler eller hele kommuner. Pakken må inneholde tjenermaskiner,
3187 svært rimelige diskløse arbeidsstasjoner, nettbrett med Plasma Active,
3188 og bærbare med roaming. Alt er godt testet med Debian. I et slikt
3189 anbud er det mulig å legge til sentraliserte drifts- og
3190 støttetjenester.&lt;/p&gt;
3191
3192 &lt;p&gt;Man bør også selge sky-tjenester som læreadministrative systemet
3193 Moodle og driftsovervåking. I tillegg så bør man slenge seg på med
3194 presentasjoner de gangene LibreOffice og andre friprog-produkter
3195 selges til kommuner.&lt;/p&gt;
3196 </description>
3197 </item>
3198
3199 <item>
3200 <title>First release candidate of Debian Edu / Skolelinux based on Squeeze</title>
3201 <link>http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
3202 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
3203 <pubDate>Sun, 19 Feb 2012 23:10:00 +0100</pubDate>
3204 <description>&lt;p&gt;One week delayed due to DVD build problems, we managed today to
3205 wrap up and publish the first release candidate for
3206 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
3207 on Squeeze. The full announcement is
3208 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00001.html&quot;&gt;available&lt;/a&gt;
3209 on the project announcement list. Check it out if you need a software
3210 solution for your school.&lt;/p&gt;
3211 </description>
3212 </item>
3213
3214 <item>
3215 <title>Skolelinux-intervju: Olav Dahlum</title>
3216 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</link>
3217 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</guid>
3218 <pubDate>Sat, 18 Feb 2012 10:40:00 +0100</pubDate>
3219 <description>&lt;p&gt;I serien med intervjuer av folk i
3220 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
3221 høre fra et nyvalgt medlem i foreningen
3222 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
3223 Skolen&lt;/a&gt;.&lt;/p&gt;
3224
3225 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3226
3227 &lt;p&gt;Jeg heter Olav Dahlum, og er frilans oversetter, tester,
3228 prosjektleder og bruker av fri og åpen programvare som
3229 LibreOffice. Jeg er også et av styremedlemmene i FRISK.&lt;/p&gt;
3230
3231 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3232
3233 &lt;p&gt;Jeg kom i kontakt med prosjektet i 2009, da jeg ble ansatt i
3234 stiftelsen Åpne kontorprogram på norsk for å oversette og teste den
3235 norske utgaven av OpenOffice.org. Arbeidet har hele tiden vært
3236 koordinert sammen med Skolelinux, og mange av de samme menneskene er
3237 involvert, så på den måten ble jeg en del av den utvidede
3238 familien.&lt;/p&gt;
3239
3240 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3241
3242 &lt;p&gt;Skolelinux handler i likhet med utdanningssektoren om å dele
3243 kunnskap med andre, og det er dette som er hovedstyrken til
3244 prosjektet. Selv om Skolelinux hovedsaklig er involvert i utvikling
3245 av programvare, er det også et sted der man kan utfolde seg uavhengig
3246 av bakgrunn og ferdigheter.&lt;/p&gt;
3247
3248 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3249
3250 &lt;p&gt;Liten utbredelse og manglende støtte fra leverandører som leverer
3251 pedagogisk programvare til skolebruk. Kunne kanskje hatt flere
3252 verktøy som letter administrasjonen ytterligere, slik at også mindre
3253 erfarne databrukere kan utføre lett vedlikehold og rutinejobber.&lt;/p&gt;
3254
3255 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3256
3257 &lt;p&gt;Jeg er nesten forpliktet til å si at jeg bruker LibreOffice... Jeg
3258 bruker forøvrig frie og åpne operativsystemer basert på
3259 operativsystemkjernen Linux, for tiden openSUSE 12,1 med KDE4. Men
3260 hvis jeg skal dra fram noen flere eksempler så er nok Mozilla Firefox
3261 og Thunderbird to av de jeg bruker mest. I tillegg er jeg en flittig
3262 bruker av OpenSSH, Irssi, Midnight Commander, Git, Subversion,
3263 Translation Toolkit og Super Maryo Chronicles (litt gøy skal man ha,
3264 og med to håndkontroller liggende er det ikke til å unngå).&lt;/p&gt;
3265
3266 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3267 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3268
3269 &lt;p&gt;Vi må få leverandører av pedagogisk programvare med på laget, men
3270 også utvikle vår egen tilpasset det norske markedet. Det er også
3271 mulig å involvere utdanningssektoren direkte i arbeidet, for eksempel
3272 gjennom studentprosjekter der elevene selv er med å utforme
3273 programvare direkte eller indirekte gjennom aktive bidrag. Dette gjør
3274 ikke bare samarbeidet tettere, men fokuset på standarder og friheten
3275 til å velge sin egen løsning vil kanskje stimulere interessen for
3276 framtidig deltakelse i bransjen. Vi som driver med fri og åpen
3277 programvare ønsker oss ikke rene konsumenter, men tenkende og
3278 selvstendige individer som kan være med å skape sin egen fremtid.&lt;/p&gt;
3279 </description>
3280 </item>
3281
3282 <item>
3283 <title>Automatic proxy configuration with Debian Edu / Skolelinux</title>
3284 <link>http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</link>
3285 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</guid>
3286 <pubDate>Mon, 13 Feb 2012 23:40:00 +0100</pubDate>
3287 <description>&lt;p&gt;New in the Squeeze version of
3288 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is the
3289 ability for clients to automatically configure their proxy settings
3290 based on their environment. We want all systems on the client to use
3291 the WPAD based proxy definition fetched from &lt;tt&gt;http://wpad/wpad.dat&lt;/tt&gt;, to
3292 allow sites to control the proxy setting from a central place and make
3293 sure clients do not have hard coded proxy settings. The schools can
3294 change the global proxy setting by editing
3295 &lt;tt&gt;tjener:/etc/debian-edu/www/wpad.dat&lt;/tt&gt; and the change propagate
3296 to all Debian Edu clients in the network.&lt;/p&gt;
3297
3298 &lt;p&gt;The problem is that some systems do not understand the WPAD system.
3299 In other words, how do one get from a WPAD file like this (this is a
3300 simple one, they can run arbitrary code):&lt;/p&gt;
3301
3302 &lt;blockquote&gt;&lt;pre&gt;
3303 function FindProxyForURL(url, host)
3304 {
3305 if (!isResolvable(host) ||
3306 isPlainHostName(host) ||
3307 dnsDomainIs(host, &quot;.intern&quot;))
3308 return &quot;DIRECT&quot;;
3309 else
3310 return &quot;PROXY webcache:3128; DIRECT&quot;;
3311 }
3312 &lt;/pre&gt;&lt;/blockquote&gt;
3313
3314 &lt;p&gt;to a proxy setting in the process environment looking like this:&lt;/p&gt;
3315
3316 &lt;blockquote&gt;&lt;pre&gt;
3317 http_proxy=http://webcache:3128/
3318 ftp_proxy=http://webcache:3128/
3319 &lt;/pre&gt;&lt;/blockquote&gt;
3320
3321 &lt;p&gt;To do this conversion I developed a perl script that will execute
3322 the javascript fragment in the WPAD file and return the proxy that
3323 would be used for
3324 &lt;tt&gt;&lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;/tt&gt;,
3325 and insert this extracted proxy URL in &lt;tt&gt;/etc/environment&lt;/tt&gt; and
3326 &lt;tt&gt;/etc/apt/apt.conf&lt;/tt&gt;. The perl script wpad-extract work just
3327 fine in Squeeze, but in Wheezy the library it need to run the
3328 javascript code is &lt;a href=&quot;http://bugs.debian.org/631045&quot;&gt;no longer
3329 able to build&lt;/a&gt; because the C library it depended on is now a C++
3330 library. I hope someone find a solution to that problem before Wheezy
3331 is frozen. An alternative would be for us to rewrite wpad-extract to
3332 use some other javascript library currently working in Wheezy, but no
3333 known alternative is known at the moment.&lt;/p&gt;
3334
3335 &lt;p&gt;This automatic proxy system allow the roaming workstation (aka
3336 laptop) setup in Debian Edu/Squeeze to use the proxy when the laptop
3337 is connected to the backbone network in a Debian Edu setup, and to
3338 automatically use any proxy present and announced using the WPAD
3339 feature when it is connected to other networks. And if no proxy is
3340 announced, direct connections will be used instead.&lt;/p&gt;
3341
3342 &lt;p&gt;Silently using a proxy announced on the network might be a privacy
3343 or security problem. But those controlling DHCP and DNS on a network
3344 could just as easily set up a transparent proxy, and force all HTTP
3345 and FTP connections to use a proxy anyway, so I consider that
3346 distinction to be academic. If you are afraid of using the wrong
3347 proxy, you should avoid connecting to the network in question in the
3348 first place. In Debian Edu, the proxy setup is updated using dhcp and
3349 ifupdown hooks, to make sure the configuration is updated every time
3350 the network setup changes.&lt;/p&gt;
3351
3352 &lt;p&gt;The WPAD system is documented in a
3353 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-wrec-wpad-01&quot;&gt;IETF
3354 draft&lt;/a&gt; and a
3355 &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol&quot;&gt;Wikipedia
3356 page&lt;/a&gt; for those that want to learn more.&lt;/p&gt;
3357 </description>
3358 </item>
3359
3360 <item>
3361 <title>Skolelinux-intervju: Axel Bojer</title>
3362 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</link>
3363 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</guid>
3364 <pubDate>Tue, 7 Feb 2012 14:50:00 +0100</pubDate>
3365 <description>&lt;p&gt;I serien med intervjuer av folk i
3366 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet har jeg
3367 fått en av oversetterne som har vært med siden starten i tale.&lt;/p&gt;
3368
3369 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3370
3371 &lt;p&gt;Jeg heter Axel Bojer og er datalærer, tysklærer, oversetter med
3372 mere.&lt;/p&gt;
3373
3374 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3375
3376 &lt;p&gt;Tror jeg så en annonsering på nettet i slutten av 2001 og ville
3377 være med som oversetter. Jeg kom med på en utviklersamling og
3378 prosjektet var da helt i starten. Det var spennende å være med mens
3379 prosjektet vokste til og utviklet seg.&lt;/p&gt;
3380
3381 &lt;p&gt;Jeg har «alltid» vært språkinteressert og hadde nettopp startet med
3382 Linux og tror jeg tenkte det passet å bidra. Var også glad for å få
3383 en Debian-distribusjon, og ville gjerne bruke den selv. Til å begynne
3384 med brukte jeg først Mandrake og så Debian. Og siden jeg oppdaget at
3385 det ikke var noen mulighet for å bruke den som enkeltstående i lang
3386 tid, så gikk jeg etterhvert over til Kubuntu&lt;/p&gt;
3387
3388 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3389
3390 &lt;p&gt;Løsningen er forholdsvis lett å sette opp, gratis, fri programvare
3391 og gjør det mulig å gjenbruke eldre maskiner. Det fine med Debian er
3392 at det er stabilt og har en veldig stor mengde programmer. Jeg liker
3393 også apt. :-) Jeg liker også friheten ved Linux og muligheten til å
3394 delta og forme sin egen datahverdag.&lt;/p&gt;
3395
3396 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3397
3398 &lt;p&gt;Skolelinux er for lite kjent og for sent ute med å gi ut nye
3399 versjoner.&lt;/p&gt;
3400
3401 &lt;p&gt;Da jeg selv i hovedsak bruker Kubuntu, så kan jeg egentlig ikke
3402 svare så detaljert rundt ulempene med Skolelinux. Hovedårsaken til at
3403 jeg bruker Kubuntu er nok at da vi begynte med det mener jeg det ikke
3404 var noen annen løsning. «Vandrende arbeidsstasjon» mener jeg ikke
3405 fantes da. Dessuten ville jeg ha siste versjon, da den KDE-versjonen
3406 som var i Skolelinux den gangen var en god del enklere (tror det var
3407 KDE 2) var dårligere i mine øyne enn versjon 3.&lt;/p&gt;
3408
3409 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3410
3411 &lt;p&gt;Jeg bruker blant annet Kubuntu, LibreOffice, Thunderbird, Firefox,
3412 Kate, &lt;a href=&quot;http://comix.sourceforge.net/&quot;&gt;Comix&lt;/a&gt; og Konsole. Og
3413 en hel haug andre ved behov :-)&lt;/p&gt;
3414
3415 &lt;p&gt;Har oversatt Comix selv, men det er jo ikke skjedd noe med Comix
3416 siden 2009, så den er det nok bare jeg som har. Om andre vil ha den
3417 gir jeg den gjerne videre. Ser at noen har startet på
3418 &lt;a href=&quot;http://mcomix.sourceforge.net/&quot;&gt;MComix&lt;/a&gt; siden jeg så på så
3419 på dette sist, så nå er jeg igang med å teste og oversette den
3420 også.&lt;/p&gt;
3421
3422 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3423 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3424
3425 &lt;p&gt;Det viktigste er å forankre beslutningen i kollegiet og med de som
3426 er ansvarlige for å vedlikeholde og bruke datamaskinene. Flest mulig
3427 bør være med på å holde det (sosialt) vedlike, kjenne og støtte
3428 prinsippene. Som enkeltmannsprosjekt blir det lett veldig sårbart,
3429 særlig når (Skole)linux ennå i stor grad er en motkultur og ikke noe
3430 en stor nok andel av beslutningstakere, brukere osv kjenner til og
3431 bruker.&lt;/p&gt;
3432
3433 &lt;p&gt;Jeg tror det viktigste er å fortsette å holde fri programvare godt,
3434 oppdatert, minimere antall feil, ha en god kontakt med brukerne og
3435 attraktivt og spennende programmer. Beholde alt som er bra og ha det
3436 tilgjengelig samtidig som man tilbyr det nyeste og rareste for de som
3437 vil ha det.&lt;/p&gt;
3438 </description>
3439 </item>
3440
3441 <item>
3442 <title>Saving power with Debian Edu / Skolelinux using shutdown-at-night</title>
3443 <link>http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</link>
3444 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</guid>
3445 <pubDate>Sun, 5 Feb 2012 09:45:00 +0100</pubDate>
3446 <description>&lt;p&gt;Since the Lenny version of
3447 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, a
3448 feature to save power have been included. It is as simple as it is
3449 practical: Shut down unused clients at night, and turn them on again
3450 in the morning. This is done using the
3451 &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;
3452
3453 &lt;p&gt;To enable this feature on a client, the machine need to be added to
3454 the netgroup shutdown-at-night-hosts. For Debian Edu, this is done in
3455 LDAP, and once this is in place, the machine in question will check
3456 every hour from 16:00 until 06:00 to see if the machine is unused, and
3457 shut it down if it is. If the hardware in question is supported by
3458 the
3459 &lt;a href=&quot;http://packages.qa.debian.org/n/nvram-wakeup.html&quot;&gt;nvram-wakeup&lt;/a&gt;
3460 package, the BIOS is told to turn the machine back on around 07:00 +-
3461 10 minutes. If this isn&#39;t working, one can configure wake-on-lan to
3462 try to turn on the client. The wake-on-lan option is only documented
3463 and not enabled by default in Debian Edu.&lt;/p&gt;
3464
3465 &lt;p&gt;It is important to not turn all machines on at once, as this can
3466 blow a fuse if several computers are connected to the same fuse like
3467 the common setup for a classroom. The nvram-wakeup method only work
3468 for machines with a functioning hardware/BIOS clock. I&#39;ve seen old
3469 machines where the BIOS battery were dead and the hardware clock were
3470 starting from 0 (or was it 1990?) every boot. If you have one of
3471 those, you have to turn on the computer manually.&lt;/p&gt;
3472
3473 &lt;p&gt;The shutdown-at-night package is completely self contained, and can
3474 also be used outside the Debian Edu environment. For those without a
3475 central LDAP server with netgroups, one can instead touch the file
3476 &lt;tt&gt;/etc/shutdown-at-night/shutdown-at-night&lt;/tt&gt; to enable it.
3477 Perhaps you too can use it to save some power?&lt;/p&gt;
3478 </description>
3479 </item>
3480
3481 <item>
3482 <title>Third beta version of Debian Edu / Skolelinux based on Squeeze</title>
3483 <link>http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
3484 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
3485 <pubDate>Sat, 4 Feb 2012 13:25:00 +0100</pubDate>
3486 <description>&lt;p&gt;I am happy to announce that finally we managed today to wrap up and
3487 publish the third beta version of
3488 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
3489 on Squeeze. If you want to test a LDAP backed Kerberos server with
3490 out of the box PXE configuration for running diskless machines and
3491 installing new machines, check it out. If you need a software
3492 solution for your school, check it out too. The full announcement is
3493 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00000.html&quot;&gt;available&lt;/a&gt;
3494 on the project announcement list.&lt;/p&gt;
3495
3496 &lt;p&gt;I am very happy to report these changes and improvements since
3497 beta2 (there are more, see announcement for full list):&lt;/p&gt;
3498
3499 &lt;ul&gt;
3500
3501 &lt;li&gt;It is now possible to change the pre-configured IP subnet from
3502 10.0.0.0/8 to something else by using the subnet-change tool after
3503 the installation.&lt;/li&gt;
3504
3505 &lt;li&gt;Too full partitions are now automatically extended on the Main
3506 Server, based on the rules specified in /etc/fsautoresizetab.&lt;/li&gt;
3507
3508 &lt;li&gt;The CUPS queues are now automatically flushed every night, and all
3509 disabled queues are restarted every hour. This should cut down on
3510 the amount of manual administration needed for printers.&lt;/li&gt;
3511
3512 &lt;li&gt;The set of initial users have been changed. Now a personal user
3513 for the local system administrator is created during installation
3514 instead of the previously created localadmin and super-admin users,
3515 and this user is granted administrative privileges using group
3516 membership. This reduces the number of passwords one need to keep
3517 up to date on the system.&lt;/li&gt;
3518
3519 &lt;/ul&gt;
3520
3521 &lt;p&gt;The new main server seem to work so well that I am testing it as my
3522 private DNS/LDAP/Kerberos/PXE/LTSP server at home. I will use it look
3523 for issues we could fix to polish Debian Edu even further before the
3524 final Squeeze release is published.&lt;/p&gt;
3525
3526 &lt;p&gt;Next weekend the project organise a
3527 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00001.html&quot;&gt;developer
3528 gathering&lt;/a&gt; in Oslo. We will continue the work on the Squeeze
3529 version, and start initial planning for the Wheezy version. Perhaps I
3530 will see you there?&lt;/p&gt;
3531 </description>
3532 </item>
3533
3534 <item>
3535 <title>Handling non-free firmware in Debian Edu/Squeeze</title>
3536 <link>http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</link>
3537 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</guid>
3538 <pubDate>Fri, 27 Jan 2012 23:30:00 +0100</pubDate>
3539 <description>&lt;p&gt;With some computer hardware, one need non-free firmware blobs.
3540 This is the sad fact of todays computers. In the next version of
3541 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
3542 on Squeeze, we provide several scripts and modifications to make
3543 firmware blobs easier to handle. The common use case I run into is a
3544 laptop with a wireless network card requiring non-free firmware to
3545 work, but there are other use cases as well.&lt;/p&gt;
3546
3547 &lt;p&gt;First and foremost, Debian Edu provide ISO images for DVD and CD
3548 with all firmware packages in the Debian sections main and non-free
3549 included, to ensure debian-installer find and can install all of them
3550 during installation. This take care firmware for network devices used
3551 by the installer when installing from from local media. But for
3552 example multimedia devices are not activated in the installer and are
3553 not taken care of by this.&lt;/p&gt;
3554
3555 &lt;p&gt;For non-network devices, we provide the script
3556 &lt;tt&gt;/usr/share/debian-edu-config/tools/auto-addfirmware&lt;/tt&gt; which
3557 search through the &lt;tt&gt;dmesg&lt;/tt&gt; output for drivers requesting extra
3558 firmware. The firmware file name is looked up in the Contents-ARCH.gz
3559 file available in the package repository, and the packages providing
3560 the requested firmware file(s) is installed. I have proposed to do
3561 something similar in debian-installer (BTS report
3562 &lt;a href=&quot;http://bugs.debian.org/655507&quot;&gt;#655507&lt;/a&gt;), to allow PXE
3563 installs of Debian to handle firmware installation better. Run the
3564 script as root from the command line to fetch and install the needed
3565 firmware packages.&lt;/p&gt;
3566
3567 &lt;p&gt;Debian Edu provide PXE installation of Debian out of the box, and
3568 because some machines need firmware to get their network cards
3569 working, the installation initrd some times need extra firmware
3570 included to be able to install at all. To fill the PXE installation
3571 initrd with extra firmware, the
3572 &lt;tt&gt;/usr/share/debian-edu-config/tools/pxe-addfirmware&lt;/tt&gt; script is
3573 provided. Again, just run it as root on the command line to fill the
3574 PXE initrd with firmware packages.&lt;/p&gt;
3575
3576 &lt;p&gt;Last, some LTSP clients might also need firmware to get their
3577 network cards working. For this,
3578 &lt;tt&gt;/usr/share/debian-edu-config/tools/ltsp-addfirmware&lt;/tt&gt; is
3579 provided to update the LTSP initrd with firmware blobs. It is used
3580 the same way as the other firmware related tools.&lt;/p&gt;
3581
3582 &lt;p&gt;At the moment, we do not run any of these during installation. We
3583 do not know if this is acceptable for the local administrator to use
3584 non-free software, and it is their choice.&lt;/p&gt;
3585
3586 &lt;p&gt;We plan to release beta3 this weekend. You might want to give it a
3587 try.&lt;/p&gt;
3588 </description>
3589 </item>
3590
3591 <item>
3592 <title>Skjermbilder fra nordsamisk installasjon av Skolelinux/Squeeze</title>
3593 <link>http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</link>
3594 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</guid>
3595 <pubDate>Thu, 26 Jan 2012 20:00:00 +0100</pubDate>
3596 <description>&lt;p&gt;For morro skyld har jeg gjennomført en nordsamisk installasjon for
3597 neste utgave av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
3598 (Squeeze) og knipset skjermbilder av resultatet.&lt;/p&gt;
3599
3600 &lt;p&gt;Som en kan se der er det noen oversettelser som mangler. Det hadde
3601 vært hyggelig hvis alle tekstene som vises i Skolelinux-installasjonen
3602 ble oversatt til nordsamisk, men for å få det til må noen som forstår
3603 språket melde seg til dyst. Det er mangel på nordsamiske oversettere
3604 av fri programvare. Hvis noen starter raskt, så bør en rekke å
3605 fullføre Wheezy-utgaven før den gis ut. :)&lt;/p&gt;
3606
3607 &lt;p&gt;Se &lt;a href=&quot;http://d-i.debian.org/l10n-stats/&quot;&gt;oversetterstatistikk for
3608 debian installer&lt;/a&gt; for detaljert status. Jeg har tipset
3609 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-sme&quot;&gt;epostlisten for samiskoversettelser&lt;/a&gt;,
3610 men det har vært veldig liten aktivitet der de siste årene.&lt;/p&gt;
3611
3612 &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;
3613 &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;
3614 &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;
3615 &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;
3616 &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;
3617 &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;
3618 &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;
3619 &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;
3620 &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;
3621 &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;
3622 &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;
3623 &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;
3624 &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;
3625 &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;
3626 &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;
3627 &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;
3628 &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;
3629 &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;
3630 &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;
3631 &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;
3632 &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;
3633 &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;
3634 </description>
3635 </item>
3636
3637 <item>
3638 <title>Setting up a new school with Debian Edu/Squeeze</title>
3639 <link>http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</link>
3640 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</guid>
3641 <pubDate>Wed, 25 Jan 2012 21:00:00 +0100</pubDate>
3642 <description>&lt;p&gt;The next version of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu
3643 / Skolelinux&lt;/a&gt; will include a new tool
3644 &lt;tt&gt;sitesummary2ldapdhcp&lt;/tt&gt;, which can be used to quickly set up all
3645 the computers in a school without much manual labour. Here is a short
3646 summary on how to use it to set up a new school.&lt;/p&gt;
3647
3648 &lt;p&gt;First, install a combined Main Server and Thin Client Server as the
3649 central server in the network. Next, PXE boot all the client machines
3650 as thin clients and wait 5 minutes after the last client booted to
3651 allow the clients to report their existence to the central server. When
3652 this is done, log on to the central server and run
3653 &lt;tt&gt;sitesummary2ldapdhcp -a&lt;/tt&gt; in the &lt;tt&gt;konsole&lt;/tt&gt; to use the
3654 collected information to generate system objects in LDAP. The output
3655 will look similar to this:&lt;/p&gt;
3656
3657 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
3658 % sitesummary2ldapdhcp -a
3659 info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05.
3660 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.
3661
3662 Enter password if you want to activate these changes, and ^c to abort.
3663
3664 Connecting to LDAP as cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no
3665 enter password: *******
3666 %
3667 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
3668
3669 &lt;p&gt;After providing the LDAP administrative password (the same as the
3670 root password set during installation), the LDAP database will be
3671 populated with system objects for each PXE booted machine with
3672 automatically generated names. The final step to set up the school is
3673 then to log into &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa&lt;/a&gt;,
3674 the web based user, group and system administration system to change
3675 system names, add systems to the correct host groups and finally
3676 enable DHCP and DNS for the systems. All clients that should be used
3677 as diskless workstations should be added to the workstation-hosts
3678 group. After this is done, all computers can be booted again via PXE
3679 and get their assigned names and group based configuration
3680 automatically.&lt;/p&gt;
3681
3682 &lt;p&gt;We plan to release beta3 with the updated version of this feature
3683 enabled this weekend. You might want to give it a try.&lt;/p&gt;
3684
3685 &lt;p&gt;Update 2012-01-28: When calling sitesummary2ldapdhcp to add new
3686 hosts, one need to add the option -a. I forgot to mention this in my
3687 original text, and have added it to the text now.&lt;/p&gt;
3688 </description>
3689 </item>
3690
3691 <item>
3692 <title>Skolelinux-intervju: Paul Reidar Løsnesløkken</title>
3693 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</link>
3694 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</guid>
3695 <pubDate>Wed, 18 Jan 2012 14:30:00 +0100</pubDate>
3696 <description>&lt;p&gt;I serien med intervjuer av folk i
3697 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, har jeg nå
3698 lyktes med å få tak i en skolemann som ikke er aktiv med utviklingen,
3699 men likevel har vært med nesten siden starten av prosjektet. Jeg
3700 ønsker derfor velkommen til Paul Reidar Løsnesløkken, en mann med
3701 mange års erfaring i bruk av Skolelinux.&lt;/p&gt;
3702
3703 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3704
3705 &lt;p&gt;Jeg driftet tidligere IKT løsningen for skolene i
3706 &lt;a href=&quot;http://www.nord-odal.kommune.no/&quot;&gt;Nord-Odal&lt;/a&gt;. I dag er jeg
3707 IKT-konsulent for hele kommunen og samarbeider med
3708 &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark-IKT&lt;/a&gt; for best mulig
3709 tjenester til kommunen. Jeg har bakgrunn som elektronikkreparatør og
3710 grunnskolelærer og har tatt en del fag innen IKT, i hovedsak
3711 driftsfag. IKT i Nord-Odal kommune blir i dag driftet av Hedmark IKT
3712 som er et samarbeid mellom Løten, Stange, Grue, Hamar, Kongsvinger og
3713 Nord-Odal. Jeg er fortsatt &quot;IKT-personen&quot; på skolene i kommunen og
3714 følger opp og gjør enkelte mindre endringer der.&lt;/p&gt;
3715
3716 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3717
3718 &lt;p&gt;Kommunen satset på Skolelinux i 2004. Jeg var ikke med i
3719 beslutningsprosessen den gang, men ble likevel med fra starten når
3720 dette ble levert.&lt;/p&gt;
3721
3722 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3723
3724 &lt;p&gt;Fordelene med Skolelinux er rask oppstart, sentral drift av
3725 klientene, klienter som jobber raskt og effektivt, bedre
3726 funksjonalitet på eldre utstyr og en ganske god programpakke med fri
3727 programvare som følger med. Løsningen med halvtykke klienter gjør at
3728 prosessering skjer lokalt med alltid ferske maskiner.&lt;/p&gt;
3729
3730 &lt;p&gt;Skolelinux kan fungere godt på gammelt utstyr, men det er klart at
3731 utstyr også blir for gammelt selv for Skolelinux. I forbindelese med
3732 at vi nylig fikk nye servere og ny installasjon kastet jeg ut ca 60
3733 klienter som fortsatt var i drift etter at de var kjøpt godt brukt i
3734 2004. Noe var rundt 15 år gammelt, men var fortsatt i bruk. Noen
3735 klaget på at det nå gikk veldig tregt på en del pedagogiske nettsider
3736 med flash o.l. Det er fullt forståelig.&lt;/p&gt;
3737
3738 &lt;p&gt;Jeg fikk nylig et spørsmål fra ungdomsskolens rektor om jeg kunne
3739 legge inn &lt;a href=&quot;http://freemind.sourceforge.net/&quot;&gt;FreeMind&lt;/a&gt;, et
3740 tankekartprogram , på skolens elev-Windowsmaskiner. Lærerne hadde
3741 vært på kurs og ville ta dette i bruk. Skolen har ca halvparten av
3742 elevmaskinene på bærbare Windowsmaskiner. Da kunne jeg fortelle at
3743 dette programmet allerede lå inne på den nye Skolelinuxløsningen
3744 som nettopp var satt i drift, klart til bruk.&lt;/p&gt;
3745
3746 &lt;p&gt;Vi har de bærbare maskinene på ungdomsskolen i domene med
3747 Skolelinux. Dette fungerer også meget bra nå. Elevene får opp en
3748 midlertidig windowsprofil når de logger på. Denne profilen slettes
3749 etter at de logger av, noe som medfører rene profiler hver gang de
3750 starter opp en maskin. De må lagre i sin Skolelinprofil, noe som
3751 medfører at de får tak i sine filer uavhengig av om de starter en
3752 Windowsmaskin eller en Skolelinuxklient. Det er mye mindre trafikk i
3753 det trådløse nettet etter at ikke hele profiler blir lastet opp til de
3754 enkelte Windowsmaskinene og tilbake når man avslutter. Jeg vet ikke om
3755 dette er standardoppsett i Skolelinux, men slik er vårt oppsett
3756 nå.&lt;/p&gt;
3757
3758 &lt;p&gt;Vi har i flere år satt opp vår løsning slik at skriverkøer slettes
3759 og skrivere startes hver natt. Hyggelig å høre at dette nå skal bli
3760 en standard i Skolelinuxløsningen. Dette har vært en god hjelp for
3761 oss.&lt;/p&gt;
3762
3763 &lt;p&gt;Elevene er lite opptatt av om de jobber på en Skolelinux eller en
3764 Windowsmaskin bare de har de programmene de trenger og at det virker
3765 når det skal brukes. Vi kjører mest mulig de samme programmene på
3766 Windows som i Skolelinux, som f.eks Audacity og LibreOffice.&lt;/p&gt;
3767
3768 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3769
3770 &lt;p&gt;Lærere bruker hos oss Windows. Dette fordi de da selv har mer
3771 kontroll over sin maskin, kan bruke den overalt, og kan legge inn
3772 programmer selv når de trenger noe i forhold til kurs o.l de er
3773 på. Jeg tror lærernes selvstendighet her gjør dem tryggere på IKT-bruk
3774 generelt. Det at de av og til får opp advarsler og lignende gjør også
3775 at de må tenke igjennom og spørre om ting rundt datasikkerhet.&lt;/p&gt;
3776
3777 &lt;p&gt;Det er en del programmer vi bruker som ikke finnes for Linux. Mest
3778 brukt er nok Photostory3 som brukes i mange sammenhenger, særlig på
3779 ungdomsskolen, bl.a. til å lage herbarier (plantesamling) . Dette
3780 finnes gratis for Windows, men er ikke fri programvare. Vi er opptatt
3781 av at programmer elevene bruker på skolen også kan brukes gratis
3782 hjemme. Det er også en del programmer som brukes til spesielle elever
3783 som bare går i Windows. Det er viktig med fokus på funksjoner og ikke
3784 på hvilket OS man bruker.&lt;/p&gt;
3785
3786 &lt;p&gt;For oss er det kombinasjonen mellom Skolelinux og Windows som gir
3787 oss en god og hel løsning. Skolelinux er best der de er gode.&lt;/p&gt;
3788
3789 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3790
3791 &lt;p&gt;Selv er det LibreOffice jeg bruker til daglig. Jeg bruker selv en
3792 Windowsmaskin. Jeg har benyttet en del fri programvare i forbindelse
3793 med sjekking av trafikk i nettverk, slik som Wireshark, men dette er
3794 jo ikke aktuelt for skolene. Jeg er generelt glad i programmer som
3795 fungerer på både Linux og Windows og gjerne MAC.&lt;/p&gt;
3796
3797 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3798 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3799
3800 &lt;p&gt;Det er viktig at det benyttes programmer som elevene også kan ta i
3801 bruk hjemme. Det skal da være enkelt, lovlig og gratis for
3802 elevene. Da er jeg ikke lenger veldig opptatt av om det kalles &quot;fri
3803 programvare&quot;. For skolene tror jeg &quot;gratis&quot; og &quot;funksjonelt&quot; er bedre
3804 begreper enn &quot;fri&quot; i forhold til programmer. De fleste skiller nok
3805 ikke mellom &quot;fri&quot; og &quot;gratis&quot;. Det er nå svært mange elever som
3806 benytter OpenOffice eller LibreOffice som sin primære kontorpakke
3807 hjemme.&lt;/p&gt;
3808 </description>
3809 </item>
3810
3811 <item>
3812 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze</title>
3813 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</link>
3814 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</guid>
3815 <pubDate>Tue, 10 Jan 2012 15:30:00 +0100</pubDate>
3816 <description>&lt;p&gt;In the Squeeze version of
3817 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; soon
3818 to be released, users of the system will get their default browser
3819 start page set from LDAP, allowing the system administrator to point
3820 all users to the school web page by updating one setting in LDAP. In
3821 addition to setting the default start page when a machine boots, users
3822 are shown the same page as a welcome page when they log in for the
3823 first time.&lt;/p&gt;
3824
3825 &lt;p&gt;The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
3826 labeledURI with &quot;http://www/ LDAP for Debian Edu/Skolelinux&quot; as the
3827 default content. By changing this value to another URL, all users get
3828 to see the page behind this new URL.&lt;/p&gt;
3829
3830 &lt;p&gt;An easy way to update it is by using the ldapvi tool. It can be
3831 called as &quot;&lt;tt&gt;ldapvi -ZD &#39;(cn=admin)&#39;&lt;/tt&gt;&#39; to update LDAP with the
3832 new setting.&lt;/p&gt;
3833
3834 &lt;p&gt;We have written the code to adjust the default start page and show
3835 the welcome page, and I wonder if there is an easier way to do this
3836 from within Iceweasel instead.&lt;/p&gt;
3837 </description>
3838 </item>
3839
3840 <item>
3841 <title>Second beta version of Debian Edu / Skolelinux based on Squeeze</title>
3842 <link>http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
3843 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
3844 <pubDate>Sat, 7 Jan 2012 22:50:00 +0100</pubDate>
3845 <description>&lt;p&gt;I am happy to announce that today we managed to wrap up and publish
3846 the second beta version of
3847 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;. If
3848 you want to test a LDAP backed Kerberos server with out of the box PXE
3849 configuration for running diskless machines and installing new
3850 machines, check it out. If you need a software solution for your
3851 school, check it out too. The full announcement is
3852 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00000.html&quot;&gt;available&lt;/a&gt;
3853 on the project announcement list.&lt;/p&gt;
3854 </description>
3855 </item>
3856
3857 <item>
3858 <title>Fixing an hanging debian installer for Debian Edu</title>
3859 <link>http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</link>
3860 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</guid>
3861 <pubDate>Tue, 3 Jan 2012 11:25:00 +0100</pubDate>
3862 <description>&lt;p&gt;During christmas, I have been working getting the next version of
3863 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ready
3864 for release. The initial problem I looked at was particularly
3865 interesting.&lt;/p&gt;
3866
3867 &lt;P&gt;The installer would hang at the end when it was doing it
3868 post-installation configuration, and whatevery I did to try to find
3869 the cause and fix it always worked while I tested it, but never when I
3870 integrated it into the installer and ran the installation from
3871 scratch. I would try to restart processes, close file descriptors,
3872 remove or create files, and the installer would always unblock and
3873 wrap up its tasks.&lt;/p&gt;
3874
3875 &lt;p&gt;Eventually the cause was found. The kernel was simply running out
3876 of entropy, causing the Kerberos setup to hang waiting for more.
3877 Pressing keys was adding entropy to the kernel, and thus all my tries
3878 to fix the problem worked not because what I was typing to fix it, but
3879 because I was typing.&lt;/P&gt;
3880
3881 &lt;p&gt;The fix I implemented was to add a background process looking at
3882 the level of entropy in the kernel (by checking
3883 /proc/sys/kernel/random/entropy_avail), and if it was too small, the
3884 installer will flush the kernel file buffers and do &#39;find /&#39; to
3885 generate some disk IO. Disk IO generate entropy in the kernel, and is
3886 one of the few things that can be initated from within the system to
3887 generate entropy.&lt;/p&gt;
3888
3889 &lt;p&gt;The fix is in
3890 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation&quot;&gt;beta1
3891 of the Debian Edu/Squeeze&lt;/a&gt; version, and we
3892 &lt;a href=&quot;http://wiki.debian.org/DebianEdu&quot;&gt;welcome more testers and
3893 developers&lt;/a&gt;. We plan to release beta2 this weekend.&lt;/p&gt;
3894 </description>
3895 </item>
3896
3897 <item>
3898 <title>Skolelinux-intervju: Peter Hansteen</title>
3899 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</link>
3900 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</guid>
3901 <pubDate>Sun, 11 Dec 2011 23:10:00 +0100</pubDate>
3902 <description>&lt;p&gt;Etter en lang pause er det klart for neste mann ut i min serie med
3903 intervjuer av
3904 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-relaterte personer.
3905
3906 Denne gangen har jeg besøk av et avtroppende styremedlem i
3907 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, og en mann
3908 som har vært aktiv i Linux-miljøet i Bergen siden 90-tallet.&lt;/p&gt;
3909
3910 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3911
3912 &lt;p&gt;Jeg heter Peter Hansteen, og jobber til daglig som seniorkonsulent
3913 i EDB ErgoGroup i Bergen. I praksis betyr det systemadministrasjon på
3914 Unix (primært Solaris, men en viss komponent av Linux). Men Solaris
3915 er for meg et relativt nytt bekjentskap, hovedplattformen min har
3916 generelt vært OpenBSD og til dels FreeBSD.&lt;/p&gt;
3917
3918 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
3919
3920 &lt;p&gt;Jeg husker ikke helt alle detaljene mer ;) - men jeg tror det var
3921 gjennom news-gruppen no.it.os.unix.linux.diverse, efn-listen og
3922 etterhvert også BLUG-miljøet her i Bergen. Vi hadde et par
3923 Skolelinux-sentrerte BLUG-møter for noen år siden, og det har vært et
3924 par Skolelinux-utviklersamlinger her.&lt;/p&gt;
3925
3926 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3927
3928 &lt;p&gt;Jeg bruker dessverre ikke Skolelinux daglig. Men slik jeg kjenner
3929 prosjektet har det vært i stand til å ta opp i seg det beste av fri
3930 programvare i mange kategorier, så fra et sysadmin-perspektiv ser det
3931 ut som en svært behagelig sak. For brukerne er det vel både en fordel
3932 og en ulempe at det ikke er Windows. Men vi håper at fordelene med et
3933 fritt system etterhvert vil bli åpenbare for både elever, lærekrefter
3934 og foreldre.&lt;/p&gt;
3935
3936 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
3937
3938 &lt;p&gt;Vel, ulempen er vel først og fremst at andre aktører med mer
3939 kapitalmuskel har klart å etablere seg som det både lærere og foreldre
3940 føler seg trygge på, selv om det etter mitt hode ikke er noen grunn
3941 til å være spesielt trygg på de kommersielle alternativene.&lt;/p&gt;
3942
3943 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3944
3945 &lt;p&gt;Når jeg får bestemme helt selv, bruker jeg kun fri programvare. Da
3946 helst med vekt på ting som kjører greit på OpenBSD. Hjemme er det
3947 OpenBSD, Ubuntu eller FreeBSD vi bruker. På skrivebordet er det en
3948 avveining mellom Gnome, KDE eller hva-det-nå-heter som er
3949 standardvalget i Ubuntu, ellers er det de kjente tingene som
3950 LibreOffice, Emacs, mplayer. På server er det selvfølgelig Apache,
3951 for overvåking både OpenNMS og Nagios (det bare ble sånn, og
3952 forskjellige siter). Jeg skriver til tider om slikt jeg holder på med
3953
3954 &lt;a href=&quot;http://bsdly.blogspot.com&quot;&gt;http://bsdly.blogspot.com&lt;/a&gt;.&lt;/p&gt;
3955
3956 &lt;p&gt;Men vi må nevne at selv vi har en Microsoft-ting som vi slår på når
3957 vi av en eller annen grunn må. Det betyr igjen vanligvis når en
3958 mobiltelefon eller en annen lukket elektronisk dings krever kontakt
3959 via en slik for å få oppdateringene sine.&lt;/p&gt;
3960
3961 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3962 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3963
3964 &lt;p&gt;Hadde vi hatt det rette svaret på det spørsmålet, så hadde vi
3965 gjerne hatt Skolelinux som førstevalg på alle skoler ;)&lt;/p&gt;
3966
3967 &lt;p&gt;Men jeg tror vi må legge vekt på flere forskjellige ting. En helt
3968 sentral sak er å fokusere på fri programvare og åpne standarder som de
3969 demokratiske verdiene de faktisk er. Det har kanskje kommet litt for
3970 mye i bakgrunnen i forhold til strevet etter å lage det mest mulig
3971 &#39;brukervennlige&#39; systemet. Det er en tung vei å gå, så det er
3972 forståelig at freenix-aktivister heller velger å skrive kode og annet
3973 som er mer lystbetont. Mer praktisk tror jeg vi må gjøre i alle fall
3974 to ting: For det første sørge for å fortsette med å levere det best
3975 mulige frie produktet, slik at det er lett å både komme i gang og
3976 holde systemene i daglig drift, og for det andre 2) spore opp mulige
3977 aktivister der de finnes, via lokale brukergrupper, sosiale medier
3978 eller annet og sørge for at de fortsetter å være aktive. Mer og
3979 mindre uformelle treff kan være nyttig i tillegg til de mer
3980 organiserte møtene med foredrag, konferanser og utviklersamlinger.&lt;/p&gt;
3981 </description>
3982 </item>
3983
3984 <item>
3985 <title>Skolelinux-intervju: Frode Jemtland</title>
3986 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</link>
3987 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</guid>
3988 <pubDate>Wed, 27 Jul 2011 08:50:00 +0200</pubDate>
3989 <description>&lt;p&gt;Neste mann ut i min serie med intervjuer av Skolelinux-relaterte
3990 personer er en tidligere styreleder i
3991 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; som var med
3992 fra starten av
3993 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
3994
3995 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
3996
3997 &lt;p&gt;Mitt navn er Frode Jemtland, og jeg jobber i Hedmark IKT, som er et
3998 driftsselskap for Grue, Hamar, Kongsvinger, Løten, Nord-Odal og Stange
3999 kommuner. Her er jeg leder for avdelingen Løsninger og Arkitektur. Vi
4000 har i hovedansvar for servere, infrastruktur og løsninger som
4001 helhet.&lt;/p&gt;
4002
4003 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4004
4005 &lt;p&gt;Jobbet i IBM fra 2000, og da spesielt med Linux. Dette var da et av
4006 de mest tydelige linux prosjektene i Norge, og her ønsket jeg å
4007 bidra. Var aktivt med i prosjektet i 4-5 år.&lt;/p&gt;
4008
4009 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4010
4011 &lt;p&gt;Fordelene slik jeg ser det er den sentraliserte driftmodellen, og
4012 alle de vel gjennomtenkte løsningene som er inkludert i denne
4013 løsningen. Samtidig er det basert på en stabil, og godt kjent
4014 plattform. Dette vil si at man har en løsning som skal være mye
4015 tilgjengelig, og hvor det er relativt enkelt å få tak i personer som
4016 kan mye om den grunnleggende plattformen.&lt;/p&gt;
4017
4018 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4019
4020 &lt;p&gt;De største utfordringene med en løsningen er at den er intensiv på f.eks
4021 nettverk. I seg selv ikke et problem for en enkelt skole, men skal løsningen
4022 kjøres i større skala, med sentraliserte servere, så gir dette noen
4023 utfordringer.&lt;/p&gt;
4024
4025 &lt;p&gt;Utifra hva jeg har sett på større installasjoner så er det ikke så
4026 enkelt å skjønne, hva som bør gjøres for at den skal skaleres opp, og
4027 da ta godt vare på alle sider av dette, ikke bare mer server å fordele
4028 last/trykk, men hvordan også beholde robustheten og fleksibiliteten i
4029 løsningen.&lt;/p&gt;
4030
4031 &lt;p&gt;En annen utfordring er at stadig flere produkter som skal brukes i
4032 skoleløsningen ikke er laget til å kunne brukes i en
4033 skolelinuxløsning. Det blir derfor fort mye skreddersøm i de
4034 forskjellige installasjonene, for å få diverse pedagogiske programmer,
4035 webløsninger, smartboards, m.m. til å fungere. Man er også en for
4036 liten kundebase til at leverandørene ønsker å gjøre noe med
4037 utfordringen. Problemet overlates til oss.&lt;/p&gt;
4038
4039 &lt;p&gt;Det er også en kontinuerlig utfordring rundt problemet med å holde
4040 programvare på stabile versjoner, kontra å få ny funksjonalitet. Dette
4041 er jo en konflikt mellom oss som ønsker å drifte en stabil, og
4042 kostnadseffektiv løsning, mot sluttbrukerne som ønsker seg funksjoner
4043 det er vant med fra andre løsninger, eller som de må ha for at et
4044 eller annet nytt produkt skal fungere i løsningen. Dette er en
4045 utfordring også for andre plattformer.&lt;/p&gt;
4046
4047 &lt;p&gt;En siste utfordring som ikke har noe med løsningen å gjøre, men med
4048 det omkringliggende miljøet denne skal kjøre i, er at de enhetene som
4049 skal drifte dataløsninger for kommuner og fylkeskommuner begynner å
4050 profesjonaliseres, og er da avhengig av å ha standard løsninger for å
4051 drifte store brukermasser. MS er selvsagt klar over dette, og har jo
4052 nå flere områder de begynner å bli veldig dominerende på. Den største,
4053 og mest problematiske er katalogtjenesten. Man får snart ikke tak i
4054 større løsninger som ikke krever en AD. Når man da har store enheter
4055 som drifter både kommunalt ansatte og skoler, så vil det være et
4056 stordriftargument å standardisere på en katalog tjeneste, og da har
4057 man ikke noe valg. Her er alle slike driftsenheter for små til å få
4058 gjort om på dette. Her burde konkurransemyndighetene kommet på
4059 banen. Men konkurransetilsynet i USA griper sjeldent (og ikke før det
4060 har gått veldig lang tid) inn i monopolsituasjoner så lenge
4061 monopolisten er et amerikansk firma, så da har vel ikke andre
4062 myndigheter så mye de skulle ha sagt....&lt;/p&gt;
4063
4064 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4065
4066 &lt;p&gt;Privat kjører jeg Debian på alle mine datamaskiner. Det gjør jeg
4067 også på min jobbmaskin. Vi har også 15-20 linux servere av typene
4068 SuSE, Debian, Redhat, CentOS m.m. Jeg bruker derfor mye fri
4069 programvare. Av enkelt programmer kan sikkert masse nevnes. Hvis vi
4070 skal begrense oss til daglig, så må jeg si: OpenOffice, Firefox,
4071 Kontact, Kopete, Amarok,
4072 &lt;a href=&quot;http://gramps-project.org/&quot;&gt;Gramps&lt;/a&gt;, Kate, ssh, bash,
4073 rsync, backuppc m.m.&lt;/p&gt;
4074
4075 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4076 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4077
4078 &lt;p&gt;Det er et godt spørsmål, som jeg har lurt på selv.&lt;/p&gt;
4079
4080 &lt;p&gt;Argumentene som ofte har vært brukt om at ting koster mindre holder
4081 ikke mål når man ser på hva som faktisk koster penger. Det er de
4082 ansatte som er en kostnadsdriver. Det vil si at hvis man har et system
4083 som den ansatte kan, så vil en kostnad på dette systemet kunne
4084 forsvares ganske mye ved at den ansatte gjør dette raskere og
4085 effektivt. Også uten å måtte eventuelt leie inn folk.&lt;/p&gt;
4086
4087 &lt;p&gt;Jeg syns det er viktigere å fokusere på prinsippet med å velge fri
4088 programvare, men det er også et felt hvor man fort møter lite
4089 forståelse blant de ansatte i skolen.&lt;/p&gt;
4090
4091 &lt;p&gt;Her må nok strategien fortsette å være at de sentrale myndighetene
4092 må sende tydelige signaler for hva de ønsker at offentlige enheter
4093 skal gjøre. Det var mye positivt på gang ang. dette for et par år
4094 siden. Både med eNorge og eKommune planene, men dette syns jeg har
4095 stoppet opp. En del av dette kan jo kanskje være usikkerheten som
4096 etter hvert har blitt, når man har sett kompleksiteten i de
4097 prosjektene som har blitt igangsatt. Det har også blitt noe usikkerhet
4098 i markedet ref. Sun, Oracle, Novell, Microsoft m.m. Samtidig har jo
4099 også de proprietære programleverandørene sørget for å endre sine
4100 lisenser slik at man uansett ikke slipper unna kostnaden til deres
4101 produkter, selv om man skulle velge alternativer. Da er det økonomiske
4102 argumentet, som jeg nevnte tidligere, spilt ganske godt ut over
4103 sidelinjen.&lt;/p&gt;
4104 </description>
4105 </item>
4106
4107 <item>
4108 <title>Skolelinux-intervju: Marius Kotsbak</title>
4109 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</link>
4110 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</guid>
4111 <pubDate>Sun, 10 Apr 2011 11:00:00 +0200</pubDate>
4112 <description>&lt;p&gt;Neste mann ut er Marius Kotsbak, styremedlem i
4113 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; og mangeårig
4114 bidragsyter i
4115 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
4116
4117 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4118
4119 &lt;p&gt;Jeg er en systemutvikler/kybernetiker og jobber med dette til
4120 daglig. På fritiden tester jeg ut/bruker mye fri programvare, og
4121 bidrar med testing og utvikling når jeg ser stort nok behov for det og
4122 jeg har noe å bidra med.&lt;/p&gt;
4123
4124 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4125
4126 &lt;p&gt;Hmm, det er lenge siden, så det er nesten så jeg ikke husker. Jeg
4127 hadde vel hørt om prosjektet i media før en gjeng i Trondheim startet
4128 opp SPIST, Skolelinux-prosjektet i Sør-Trøndelag, hvor vi hjalp noen
4129 skoler i nærområdet med å installere Skolelinux og finne brukt
4130 IT-utstyr til disse. Det var moro å gjøre noe praktisk for å spre
4131 Skolelinux, og å se hvor fort gjort det var å sette opp utrangerte
4132 klientmaskiner og få disse opp som tynnklienter på helt nye datasaler
4133 på skolene, kun med kostnaden til servere.&lt;/p&gt;
4134
4135 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4136
4137 &lt;p&gt;Det er et system spesielt skreddersydd for drift av et stort antall
4138 klienter mot servere, og da spesielt i henhold til skolers behov. Det
4139 er enkelt og billig å installere og drifte, og det trenger ikke ny
4140 maskinvare for god ytelse.&lt;/p&gt;
4141
4142 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4143
4144 &lt;p&gt;Hardwarestøtten kunne vært bedre og i enda større grad
4145 installerbart rett ut av boksen. Distribusjonen har til tider hatt
4146 litt gammel programvare pga. at den følger Debian sine utgivelser.
4147 Kanskje man skulle vurdert en versjon basert på Ubuntu eller andre
4148 distribusjoner i tillegg?&lt;/p&gt;
4149
4150 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4151
4152 &lt;p&gt;Oi, det er ikke lite. Her er det jeg kommer på i farta. Jeg bruker
4153 Linux og Ubuntu, og på Ubuntu programene Firefox, Thunderbird,
4154 Chromium, Pidgin, Digikam, OpenOffice, Wireshark, git og irssi.
4155 Telefonen min er en Android, og der bruker jeg programmene K-9 Mail,
4156 OI Shopping list, Shuffle, ZXing, OI Notepad og ADW Desktop. På jobb
4157 bruker jeg JBoss, Eclipse, uCLinux for Blackfin, RCF-CPP, Qt, Maven,
4158 og boost-bibliotekene for C++.&lt;/p&gt;
4159
4160 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4161 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4162
4163 &lt;p&gt;En bør fokusere på totalkostnader inkludert driftsbehov,
4164 fleksibilitet, åpenhet og ikke låsing til en leverandør framfor sparte
4165 lisenskostnader, samt programvarens kvalitet og fortrinn, og at den
4166 fritt kan brukes på et ubegrenset antall PC-er, også hjemme hos
4167 elevene. En bør også forbedre den fri programvaren ved testing,
4168 bugrapportering og kodebidrag om man kan, og ikke anbefale programvare
4169 uten at man har forsikret seg at den har tilstrekkelig kvalitet,
4170 ellers kan man lett oppnå det motsatte. Tror en bør selge inn
4171 konseptet til fylkes-/statsnivå, kanskje med bidrag til
4172 utviklingsarbeid fra disse som alle landets skoler kan få glede
4173 av.&lt;/p&gt;
4174 </description>
4175 </item>
4176
4177 <item>
4178 <title>Skolelinux-intervju: Odin Hetland Nøsen</title>
4179 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</link>
4180 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</guid>
4181 <pubDate>Mon, 28 Mar 2011 13:30:00 +0200</pubDate>
4182 <description>&lt;p&gt;Mine bloggposter om Linux i skolene i Norge førte til at inspektør
4183 og ildsjel på Harestad skole tok kontakt og fortalte at de bruker
4184 Linux på sin skole, og lurte på om de kunne bidra til å gjøre
4185 fordelene kjent. Riktig nok bruker de ikke
4186 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på denne skolen,
4187 men jeg synes dette er en god anledning til å gjøre flere fasetter
4188 rundt Linux-økosystemet kjent, og tok et lite intervju.&lt;/p&gt;
4189
4190 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4191
4192 &lt;p&gt;Mitt navn er Odin Hetland Nøsen og er en 70-modell. Jeg er bosatt i
4193 Stavanger og jobber nå på 9. året som undervisninginspektør på
4194 Harestad skole i Randaberg kommune (nabokommune til Stavanger).&lt;/p&gt;
4195
4196 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4197
4198 &lt;p&gt;I 2002 begynte daværende IKT-ansvarlige og jeg et arbeid på skolen
4199 med å gå over fra Win98 til... noe annet. Vi testet en rekke
4200 forskjellige løsninger, deriblant Skolelinux, men endte opp med
4201 RedHat. Skolelinux var den gang ikke modent for det vi ville ha. Jeg
4202 har siden fulgt jevnlig med på hva skolelinux holder på med, men har
4203 hele tiden vært bedre fornøyd med vår egen &quot;standardiserte&quot; løsning på
4204 RedHat/CentOS og Fedora. Vi snuser for tiden på Ubuntu som løsning på
4205 klientsiden.&lt;/p&gt;
4206
4207 &lt;p&gt;I dag har vi på skolen vår en større linux-løsning med 400 klienter
4208 som kjører en blanding av LTSP (tynnklient) og DRBL (tykk klient uten
4209 harddisk) med en masse tjenere på serverrommet. Vi drifter hele
4210 sulamitten selv med webtjener, eposttjener, webmail, filtjenere,
4211 virtuelle tjenere osv. Og IT-ansvarlig har en 80% stilling som
4212 IT-ansvarlig - og så er han KoH-lærer i de resterende 20% :-)&lt;/p&gt;
4213
4214 &lt;p&gt;Du kan få en ide om hva vi holder på med om du går inn på
4215 &lt;a href=&quot;http://www.gnuskole.no/&quot;&gt;http://www.gnuskole.no/&lt;/a&gt;.&lt;/p&gt;
4216
4217 &lt;p&gt;For å ta brodden av frykten for at ildsjeler gjør skolen sårbar om
4218 ildsjelene falle fra, har jeg forsikret kommunen og skolesjefen i
4219 Randaberg om at det finnes godt kommersielle tjenester vi kan benytte
4220 oss av - om det skulle bli nødvendig. Vi er tre stykker i kommunen som
4221 nå har &lt;strong&gt;god&lt;/strong&gt; linux-kompetanse ift. å drifte et større
4222 system. IT-avdelingen i kommunen vil ikke ta på oss med ildtang -
4223 selv om vi nok har større IT-kompetanse mot linux enn det de selv har
4224 mot windows (de kjøper en &lt;strong&gt;masse&lt;/strong&gt; konsulenttjenester
4225 fra ErgoGroup).&lt;/p&gt;
4226
4227 &lt;p&gt;I kvantitet er Harestad og Grødem skole tilsammen et større
4228 IT-system enn resten av Randaberg kommune + Kvitsøy og Rennesøy, som
4229 kommunen også har driftsansvar for. Vi har som sagt rundt 800
4230 maskiner, mens kommunen med sitt driftsansvar har ansvar for rundt 500
4231 maskiner. Det er selvfølgelig litt forskjell i hvor kritiske
4232 tjenestene våre er, men det gir allikevel et litt rart bilde når
4233 IT-avdelingen overhode ikke er interessert i å snakke med oss om
4234 hvordan vi gjør ting :-)&lt;/p&gt;
4235
4236 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4237
4238 &lt;p&gt;Fra linux-perspektivet (ikke bare Skolelinux) er det en fordel av
4239 systemet er basert på fri programvare - og dermed fritt i ordets mange
4240 betydninger. Det er alt vi trenger: stabilt, relativt enkelt å drifte
4241 (tross alt - et større windowssystem er ikke enkelt å holde live det
4242 heller), rimelig i innkjøp og drift, og sist, men ikke minst, det er
4243 moderne for sluttbruker! Linux, i sine mange varianter,
4244 &lt;strong&gt;ser&lt;/strong&gt; nytt ut, fordi det hele tiden blir
4245 oppdatert. Derfor lever systemet opp til hvordan elever forventer at
4246 et moderne GUI skal være (i motsetning til WinXP :-).&lt;/p&gt;
4247
4248 &lt;p&gt;Vi var veldig pragmatiske da vi begynte med linux i skolen. Det var
4249 billig, det fungerte og kunne bruke alle de gamle windows-maskinene
4250 som &quot;nye&quot; tynne klienter. I dag er vi mer bevisste fri
4251 programvare-tilhengere. Vi har oppdaget hva det er - og vi liker
4252 det!&lt;/p&gt;
4253
4254 &lt;p&gt;En av de &lt;strong&gt;store&lt;/strong&gt; fordelene med fri programvare er at
4255 vi kan installere tjenester vi ønsker å tilby brukerne våre - uten å
4256 måtte tenke på om vi har råd til lisensene (fordi det er ingen). Alt
4257 vi setter i produksjon er ut i fra brukernes behov og vår kapasitet
4258 til å drifte dem. Vi skreddersyr tjenestene etter behovet og dermed
4259 trenger vi ikke ende opp med å kjøpe en pakke der vi egentlig bare var
4260 interessert i en liten del av den.&lt;/p&gt;
4261
4262 &lt;p&gt;Bruk av linux frigjør ikke økonomiske midler, fordi midlene til IKT
4263 i skole er for få i utgangspunktet - men vi får så
4264 &lt;strong&gt;mye&lt;/strong&gt; mer igjen for dem når vi bruker en linux-løsning
4265 fremfor en windows-løsning. I praksis ser vi at vi måtte ut med det
4266 dobbelte på budsjettet vårt om vi skulle hatt en tilsvarende
4267 windows-løsning, som det vi i dag drifter med linux.&lt;/p&gt;
4268
4269 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4270
4271 &lt;p&gt;Ikke all pedagogisk programvare er tilgjengelig. Det er en del
4272 programvare i skolen som er laget med utviklerverktøy som bare virker
4273 i windows, f.eks. Drillpro, LingDys/LingWrite. Det er også
4274 &quot;programmer&quot; som bare virker om du har tilgang til Microsoft Office,
4275 f.eks. AskiRaski.&lt;/p&gt;
4276
4277 &lt;p&gt;Vi sliter også litt med at video-codecer ikke alltid er like lett å
4278 få opp å gå på klientene. Det er alltid en eller annen videosnutt fra
4279 nrk.no som ikke er så samarbeidsvillig, uansett mediaplayer.&lt;/p&gt;
4280
4281 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4282
4283 &lt;p&gt;Alt :-) På skolen bruker vi det som finnes og som er nyttig. Det vi
4284 bruker mest er Firefox (jobber med Chrome, fordi det er
4285 &lt;strong&gt;mye&lt;/strong&gt; raskere med Flash enn Firefox), OpenOffice (skal
4286 over til LibreOffice), GIMP osv. Standardpakken av
4287 sluttbrukerprogrammer.&lt;/p&gt;
4288
4289 &lt;p&gt;På tjenernivå bruker vi OpenWebMail (skal over til Zimbra), Exim
4290 osv.&lt;/p&gt;
4291
4292 &lt;p&gt;Personlig bruker jeg de fleste programmer over flere plattformer,
4293 men jeg har lagt meg til en vane å prioritere bruken av fri
4294 programvare også i Windows 7 og OSX.&lt;/p&gt;
4295
4296 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4297 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4298
4299 &lt;p&gt;Jeg er langt i fra sikker. For det første handler det mye om at
4300 IKT-avdelingen i kommunen ofte er de som styrer hva som er IKT på
4301 skolene - og de liker å bruke avtalene med Microsoft, som de garantert
4302 har fra før. Dessuten - Select 6-avtalen til skolene gjør Microsoft
4303 skvettbillig.&lt;/p&gt;
4304
4305 &lt;p&gt;Vi la vekt på effektiv drift av systemet - og at vi kunne øke
4306 antall maskiner uten å måtte øke budsjett for utstyr eller personell
4307 særlig mye, enn om vi hadde gått for en Microsoft-løsning. I praksis
4308 ser vi at en ren linux-installasjon driftes til halve prisen av en
4309 Microsoft-løsning.&lt;/p&gt;
4310
4311 &lt;p&gt;Vi har i praksis også sett at det lærerne (og elevene) liker er at
4312 vi tilbyr &lt;strong&gt;veldig&lt;/strong&gt; mange tjenester som ikke er så
4313 vanlige i en Microsoft-løsning. Det er ikke så vanlig at
4314 &lt;strong&gt;elevene&lt;/strong&gt; også har epost, hjemmekontor osv. Det har vi
4315 også brukt som et vellykket argument mot Microsoft.&lt;/p&gt;
4316
4317 &lt;p&gt;Den beste måten er selvfølgelig at noen bare bestemmer
4318 det. Problemet er å få dem som har makt til å bestemme det til faktisk
4319 å gjøre det ;-)&lt;/p&gt;
4320 </description>
4321 </item>
4322
4323 <item>
4324 <title>Skolelinux-intervju: Astri Sletteng</title>
4325 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</link>
4326 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</guid>
4327 <pubDate>Sun, 27 Feb 2011 12:50:00 +0100</pubDate>
4328 <description>&lt;p&gt;En dame som har bidratt lenge til fri programvare i skoleverket og
4329 i foreningen som organiserer skolelinux-utviklersamlinger,
4330 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er neste
4331 intervjuoffer. Det er en glede å her presentere en lærer fra Håkvik.&lt;/p&gt;
4332
4333 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4334
4335 &lt;p&gt;Jeg heter Astri Sletteng. Jeg er lærer og IKT veileder ved Håkvik
4336 skole i Narvik kommune. Min bakgrunn når det gjelder IKT: Av formell
4337 utdannelse har jeg lærerutdanning, Master i skoleledelse og IKT for
4338 lærere. Har jobba som IKT veileder siden 2002.&lt;/p&gt;
4339
4340 &lt;p&gt;Det viktigste for meg som IKT veileder er å få fundamentert den
4341 5. basisferdigheten, digital kompetanse ved skolen min på en god måte
4342 slik at hele skolesamfunnet tar i bruk IKT i alle fag. Dette arbeidet
4343 gjøres i nært samarbeid med skolens ledelse.&lt;/p&gt;
4344
4345 &lt;p&gt;Min viktigste jobb som IKT veileder er å være motivator og pådriver
4346 i IKT arbeidet ved skolen.&lt;/p&gt;
4347
4348 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4349
4350 &lt;p&gt;Jobber i en kommune hvor vi satser på Fri programvare. I 2004 ble
4351 det gjort et politisk vedtak om at vi skulle innføre Skolelinux ved
4352 alle skolene i kommunen. Jeg har dermed en god del erfaring med
4353 Skolelinux, samt annen fri programvare som Open Office, Joomla, Moodle
4354 etc.&lt;/p&gt;
4355
4356 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4357
4358 &lt;p&gt;Siden vi jobber med åpen kildekode kan vi få programmene og
4359 produktene tilpasset vår bruk. Det er jo heller ikke en ulempe at
4360 skolen kommer bedre ut økonomisk, men først og fremst er det viktig
4361 for oss at vi har digitale systemer som gjør at vi kan følge
4362 læreplanen i alle fag. Det syns jeg at vi kan gjøre gjennom
4363 Skolelinux.&lt;/p&gt;
4364
4365 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4366
4367 &lt;p&gt;Skolen er avhengige av å ha folk på IT avdelinga i kommunen som kan
4368 drive support, og være tilgjengelige når vi trenger hjelp. Det er en
4369 ulempe at ikke alle på denne avdelingen nødvendigvis er god på
4370 Linux.&lt;/p&gt;
4371
4372 &lt;p&gt;Vi har også noen utfordringer når det kommer til spesielle
4373 programmer som enkelte elever er avhengige av ? og som ikke er
4374 plattform uavhengige. Her har vi i Friprog-verden, men også
4375 departement en jobb å gjøre.&lt;/p&gt;
4376
4377 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4378
4379 &lt;p&gt;Skolen vår bruker Skolelinux, Open Office, Iceweazel (Mozilla),
4380 VLC, Tux paint, Scribus, FreeMind, GIMP, digiKam, Ksnapshot, GeoGebra,
4381 Moodle (innført på alle klassetrinn + som et administrativt verktøy)
4382 og Joomla som hjemmeside.&lt;p&gt;
4383
4384 &lt;p&gt;Det er de jeg kommer på i farten. I tillegg har vi Smartboard
4385 installert på server, men det regnes vel ikke som fri programvare?&lt;/p&gt;
4386
4387 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4388 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4389
4390 &lt;p&gt;Først og fremst trenger skolen oppetider på sine datasystemer. Syns
4391 også at det at vi kan få tilpasset plattform og systemer til vår bruk
4392 er en god strategi å bruke.&lt;/p&gt;
4393 </description>
4394 </item>
4395
4396 <item>
4397 <title>Skolelinux-intervju: Rubén Romero y Cordero</title>
4398 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</link>
4399 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</guid>
4400 <pubDate>Wed, 16 Feb 2011 12:00:00 +0100</pubDate>
4401 <description>&lt;p&gt;Styret i foreningen som organiserer skolelinux-utviklersamlinger,
4402 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er fullt av
4403 flinke folk. Denne gangen har jeg fått et ferskt styremedlem som
4404 kommer fra Ubuntu-miljøet i tale.&lt;/p&gt;
4405
4406 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4407
4408 &lt;p&gt;Rubén Romero y Cordero, 81-modell, deltidspappa (50%) for en jente
44096 år. Jobber i Oslo som Global Sales Executive hos Varnish Software
4410 og til daglig har jeg kontakt med kunder fra hele verden. Min
4411 forkjærlighet for fri programvare har gjort at jeg har nå flere års
4412 erfaring med salg av slike løsninger (bl.a. fra Redpill Linpro og
4413 Freecode) og mye innsikt og kunnskap om det globale IT-markedet.
4414 Ellers er jeg involvert i flere prosjekter bl.a. er jeg Ubuntu
4415 Community medlem, kontaktpersonen for Ubuntu Norge og driveren av
4416 SpreadUbuntu marketing prosjektet og nå fersk styremedlem i FRISK. Jeg
4417 har brukt GNU/Linux siden 1997.&lt;/p&gt;
4418
4419 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4420
4421 &lt;p&gt;Som Debian bruker siden slutten av 90-tallet var det uunngåelig å
4422 ikke komme bort i Skolelinux. Dette var vel i slutten av 2001 når jeg
4423 var student ved UiO. Flere år senere fikk jeg lastet og testet Venus
4424 (Skolelinux 1.0) på release dagen.&lt;/p&gt;
4425
4426 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4427
4428 &lt;p&gt;Fri programvare bygges sten for sten i det åpne, slik at koden og
4429 prosessen den lages på kan gjennomskues av andre enn de som har laget
4430 det. Det er et vitenskapelig og gjennomsiktig måte å lage programvare
4431 på.&lt;/p&gt;
4432
4433 &lt;p&gt;Skoler i vårt samfunn skal være steder hvor vitenskapelig kunnskap
4434 deles til alle. I dag har vi ikke et vitenskapelig tilnærming til
4435 hvordan programvaren som brukes på skolen lages. Skolelinux bringer
4436 inn at slik tilnærming i skoleverkets klasserom, siden
4437 operativsystemet er en åpent platform som gir skolene muligheten til å
4438 dra nytte av programvare som er laget av tusenvis av mennesker verden
4439 rundt og som gir elevene så vel som lærerne muligheten til å bruke,
4440 dele, forandre og forbedre OSet sitt uten begrensninger. I den
4441 forbindelsen representerer Skolelinux også konkrete resultater utfra
4442 samhandling på tvers av grenser.&lt;/p&gt;
4443
4444 &lt;p&gt;Når det gjelder de tekniske fordelene av Skolelinux er jeg sikker
4445 på at andre enn meg har allerede beskrevet disse bedre enn det jeg
4446 kan. Men jeg kan likevel tilføye noe: Skolelinux som sådan er en
4447 community-drevet operativsystemplatform. Som i ethvert
4448 community-prosjekt har alle Skolelinux brukere muligheten til å
4449 påvirke retning av prosjektet og resultatet som gjenspeiles i
4450 programvaren. Dette kommer sjeldent frem og jeg mener at det er noe
4451 som burde fokuseres mer på.&lt;/p&gt;
4452
4453 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4454
4455 &lt;p&gt;De største ulempene er:&lt;/p&gt;
4456
4457 &lt;ul&gt;
4458 &lt;li&gt;Mangel på kompetanse&lt;/li&gt;
4459 &lt;li&gt;Mangel av administrative verktøy som kunne hjelpe lokale IT
4460 avdelinger å bruke Skolelinux til mer enn bare en tjener for
4461 terminalklienter. Et eksempel: Zentyal sin web-dashboard.&lt;/li&gt;
4462 &lt;/ul&gt;
4463
4464 &lt;p&gt;Bedre og mer intuitive administrative verktøy kunne løst deler av
4465 problemet, men det er unektelig at ved bruk av Skolelinux må
4466 IT-personalet vite hva de gjør for å få ting gjort riktig, eller i det
4467 hele tatt. Med andre platformer er kompetansen enklere tilgjengelig og
4468 løsningene kan fungere på en tilfredstillende, om ikke riktig
4469 måte.&lt;/p&gt;
4470
4471 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4472
4473 &lt;p&gt;Har brukt GNU/Linux utelukkende sommitt skrivebord OS siden 2000. I
4474 dag bruker jeg Ubuntu og gjør det meste med friprogramvare verktøyene
4475 som er tilgjengelige der. Med over 20.000 programmer å velge mellom er
4476 dette mer enn nok for de fleste brukerne.&lt;/p&gt;
4477
4478 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4479 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4480
4481 &lt;p&gt;Opplysning og pragmatikk. Vi prøver å løse problemer med bruk av
4482 programvare. De fleste utfordringene skolene har på IKT-siden kan
4483 løses ved hjelp av friprogramvareverktøy i dag. Det som trenges er
4484 opplysning, kunnskap og kompetanse.&lt;/p&gt;
4485 </description>
4486 </item>
4487
4488 <item>
4489 <title>Skolelinux-intervju: Morten Amundsen</title>
4490 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</link>
4491 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</guid>
4492 <pubDate>Sun, 23 Jan 2011 12:00:00 +0100</pubDate>
4493 <description>&lt;p&gt;Denne gangen er det Tromsøkontoret til Friprog-senteret, og nyvalgt
4494 styremedlem i &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
4495 FRISK&lt;/a&gt; jeg har fått i tale i min intervjuserie med
4496 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-folk.&lt;/p&gt;
4497
4498 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4499
4500 &lt;p&gt;Jeg heter Morten Amundsen og jobber i
4501 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;Friprog.no&lt;/a&gt;, men er for tiden leid
4502 ut til &lt;a href=&quot;http://www.bredbandsfylket.no/&quot;&gt;Bredbåndsfylket
4503 Troms&lt;/a&gt; der jeg jobber med ett prosjekt som heter
4504 &quot;&lt;a href=&quot;http://www.bredbandsfylket.no/skolefjoela.157417.no.html&quot;&gt;Skolefjøla&lt;/a&gt;&quot;
4505 Vi ser på en åpen løsning som integrerer eksisterende lukkete
4506 løsninger sammen med fri programvare. Målet er å gi elever og lærere
4507 en plattform som de kan tilpasse utfra behov.&lt;/p&gt;
4508
4509 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4510
4511 &lt;p&gt;Skolelinux har jeg møtt ved flere anledninger opp gjennom åra, både gjennom
4512 entusiastiske skolelinuxbrukere og skeptiske &quot;forståsegpåere&quot; :-)&lt;/p&gt;
4513
4514 &lt;p&gt;Jeg husker en leverandør av et stort OS for noen år siden mente at
4515 Skolelinux var kun for hackere og nerder og at ingen seriøse skoler
4516 kunne ta dette i bruk. Heldigvis er kunnskapen større nå og
4517 skikkelige &quot;IT-folk&quot; søker alltid å utvide sin kunnskap.
4518
4519 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4520
4521 &lt;p&gt;Ja det er mange fordeler. Uavhengighet, stabilitet, åpenhet, standarder
4522 osv. Tror det er viktig at man ikke begrenser mulighetene på den plattformen
4523 elevene skal jobbe.&lt;/p&gt;
4524
4525 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4526
4527 &lt;p&gt;Det største hinderet er det vi opplever på andre områder rundt
4528 fri programvare, nemlig kunnskap. For mange er det trygt å velge det vi
4529 alltid har valgt. Fordi leverandørene rundt oss sitter på den kunnskapen og
4530 de vi støtter oss på har den samme. Hvis vi klarer å riste løs litt og
4531 glemme gamle kriger mellom operativsystemer og leverandører, men sette ned
4532 hva som er viktig og velge ut fra det, så hadde man kanskje kommet ut med
4533 litt andre resultat. Jeg tror IT-folk er konservative og velger tradisjonelt
4534 og det er synd.&lt;/p&gt;
4535
4536 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4537
4538 &lt;p&gt;Jeg bruker Ubuntu, Android, Jolicloud, Open Office, Zimbra, Picasa
4539 og Firefox samt en bråte med tjenester som er webbasert. Det eneste
4540 som er betalingslisens for er OSX. Ser at jeg jobber mer og mer i
4541 skyen og setter pris på alt jeg slipper egen klient til. Derfor er
4542 jeg veldig sjarmert av små kjappe operativsystemer som krever minimalt
4543 av maskinvaren.&lt;/p&gt;
4544
4545 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4546 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4547
4548 &lt;p&gt;Tror en blanding av krav og informasjon er veien å gå. Krav om
4549 sikkerhet, oppetid og åpne standarder. Informasjon om muligheter og
4550 alternativer. Her har leverandører, IT-avdelinger og pedagoger en vei
4551 å gå sammen. Det er til slutt LÆRING det dreier seg om, og da må man
4552 få mest mulig læring for pengene man har.&lt;/p&gt;
4553 </description>
4554 </item>
4555
4556 <item>
4557 <title>Skolelinux-intervju: Sturle Sunde</title>
4558 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</link>
4559 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</guid>
4560 <pubDate>Wed, 19 Jan 2011 12:00:00 +0100</pubDate>
4561 <description>&lt;p&gt;Denne gang har jeg fått tak i en mangeårig unix-mann som etter
4562 mange år ved Universitetet i Oslo, der jeg først traff ham, har
4563 flyttet tilbake til vestlandet, og der bidratt til å revitalisere
4564 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-oppsettet i
4565 Florø.&lt;/p&gt;
4566
4567 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4568
4569 &lt;p&gt;Sturle Sunde, ansvarleg for skulenettet i Flora kommune. Eg driv,
4570 vidareutviklar og er andrelinje brukarstøtte for datanettet ved
4571 skulane i Flora kommune. 10 skular og meir enn 700 maskiner med
4572 Linux, medrekna tynnklientar. Tidlegare jobba eg i mange år med
4573 unix-drift ved Universitetets senter for informasjonsteknologi ved
4574 Universitetet i Oslo.&lt;/p&gt;
4575
4576 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4577
4578 &lt;p&gt;Det er vanskeleg å svare konkret på. Eg har drive med Unix og Linux i
4579 alle år, og Skulelinux er eit godt kjent prosjekt i miljøet. Det var
4580 først i 2008, då eg tok til i min noverande jobb, at eg fekk bruk for
4581 Skulelinux for alvor.&lt;/p&gt;
4582
4583 &lt;p&gt;Jobben min skulle vere drift av eit nytt skulenett i Flora kommune,
4584 levert av eit firma eg ikkje vil reklamere for. Systemet skulle vere
4585 ferdig levert i september året før. Dette viste seg å ta mykje lenger
4586 tid, og i haustferien 2008 hadde dei endå ikkje klart å få opp ei
4587 fungerande løysing. Situasjonen var prekær for den største skulen i
4588 kommunen med meir enn 500 elevar på ungdomssteget. Skulen hadde brukt
4589 Skulelinux før, og var tilfredse med det. No hadde dei vore utan
4590 fungerande datasystem i nesten eit år. Difor fekk eg opp ein ny tenar
4591 utanfor prosjektet og installerte Skulelinux på den. Etter litt
4592 justering av konfigurasjonen med god hjelp av #skolelinux på IRC, var
4593 den nye tenaren oppe og gjekk med både tynne og halv-tjukke klientar.
4594 Autentisering gjekk mot det nye systemet, slik at elevar og lærarar
4595 framleis har same brukarnamn og passord over alt. Dette berre
4596 fungerte, og vi bestemte oss for å erstatte delar av løysinga vi
4597 skulle få levert med Skulelinux.&lt;/p&gt;
4598
4599 &lt;p&gt;Det høyrer med til historia at det nye systemet eg skulle drive frå
4600 januar 2008 endå ikkje er ferdig levert. Dei jobbar med saka, seier
4601 dei, og har von om å fullføre leveransen i løpet av 2011.&lt;/p&gt;
4602
4603 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4604
4605 &lt;p&gt;Det er veldig mange. Eg skal ta nokre få.&lt;/p&gt;
4606
4607 &lt;p&gt;Den viktigaste fordelen er at det igrunn berre er ei maskin å passe
4608 på, og det er tenaren. Med andre løysingar har ein gjerne programvare
4609 og anna som skal vedlikehaldast på kvar enkelt maskin. Med Skulelinux
4610 kan alle feil rettast og alle program oppgraderast på alle maskiner
4611 samstundes ved å gjere endringa som må til på tenaren. Eg kan sitje
4612 på kontoret og passe på alle tenarane i kommunen derifrå.&lt;/p&gt;
4613
4614 &lt;ul&gt;
4615
4616 &lt;li&gt;Tynne klientar gjer det mogleg å bruke eldre utstyr lenge, so lenge
4617 tenaren er sterk nok. Ein liten tenar med eit par halv-moderne CPUar
4618 og 2 GiB RAM held lenge for eit typisk klasserom med 30 tynnklientar,
4619 og det er lett å utvide med fleire.
4620
4621 &lt;li&gt;Halvtjukke klientar gjer det mogleg å utnytte kapasiteten i litt
4622 nyare maskiner betre, og avlaste tenaren. Ingenting vert installert
4623 lokalt på desse heller, og harddisken kan gjerne koblast frå. Gode
4624 halvtjukke klientar kan kjøpast brukt for under 1000-lappen, og det er
4625 heile kostnaden. Ingen lisensar eller anna på toppen, og det er ikkje
4626 krav til kraftigare tenar heller.
4627
4628 &lt;li&gt;Det er Linux. Vi har ikkje noko kluss med drivarar, dei berre er
4629 der. Heller ikkje med virus, dei finst i realiteten ikkje. Eller med
4630 elevar som klussar med installert programvare, for dei klarar ikkje å
4631 øydeleggje for nokon andre enn seg sjølve.
4632
4633 &lt;/ul&gt;
4634
4635 &lt;p&gt;Skulelinux er lagt opp til å vere veldig lett å installere rett ut
4636 av boksen på ein heil skule av ein interessert lærar. Det er ofte ei
4637 god løysing for skulen. Å ha nokon til stades som kjenner systemet og
4638 kan forklare enkle ting eller løyse problem der og då, er uvurderleg
4639 viktig for ein stressa lærar fem minutt før det ringer inn.&lt;/p&gt;
4640
4641 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4642
4643 &lt;p&gt;All den ferdige konfigurasjonen gjer det tungvint å tilpasse
4644 Skulelinux til eit system som skal fungere saman med mange andre
4645 installasjonar i eit felles datanett for skulane i ein kommune. Det
4646 heile er prekonfigurert for ein skule, og utviding til mange skular
4647 med eigne tenarar er ikkje berre enkelt.&lt;/p&gt;
4648
4649 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4650
4651 &lt;p&gt;Eg brukar mest alle små hjelpeprogram som føl med operativsystemet,
4652 samt scriptspråket perl. Elles er Firefox/Iceweasel, Gnome-terminal
4653 og ssh i kontinuerleg bruk. Av Linux-distribusjonar brukar eg både
4654 Debian, Ubuntu, SuSE og RedHat dagleg. Eg prøvar å finne det verktyet
4655 som passar best til kvar del av jobben.&lt;/p&gt;
4656
4657 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4658 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4659
4660 &lt;p&gt;Det er to målgrupper ein må sikte mot. Det eine er alle skulane som
4661 manglar eller har eit lite tilfredsstillande opplegg i dag, og ikkje
4662 har råd til å kjøpe noko nytt og blankpussa opplegg. Der er det om å
4663 gjere å gjere det enkelt for skulane å finne Skulelinux, og gjere det
4664 enkelt for dei å få hjelp til installasjon på skulen. Gjerne med
4665 lokale kontaktpersonar. Her er det dugnadsinnsats som må til, for
4666 desse skulane har ikkje råd til å betale for dette.&lt;/p&gt;
4667
4668 &lt;p&gt;Den andre og kanskje viktigare målgruppa er dei meir eller mindre
4669 profesjonelle kundane. Alle store offentlege innkjøp, inkludert
4670 innkjøp av nytt datasystem for skular, må ut på offentleg anbod.
4671 Offentlege anbod er mykje meir lukka enn dei gjev inntrykk av, og både
4672 regelboka og boka med triks for å sminke tilbodet er tjukk. Det er
4673 vanskeleg å komme inn utan eit solid salsapparat i ryggen. Kanskje
4674 Skulelinux skulle prøve aktivt å få seg eit partnarskap med eit av dei
4675 store som gjerne vil sterkare inn på den offentlege IT-marknaden?
4676 Nokon som kjenner triksa og har krefter til å ta opp kampen mot både
4677 dårlege anbod og Rudolf Blostrupmoen IT AS. Leveranse til skulane i
4678 ein kommune er ein god måte å få ein fot inn døra som leverandør til
4679 ein lukrativ kommunemarknad som kjøper alle tenester. Ta kontakt med
4680 nokon som er passeleg store og ikkje er Microsoft-partnar, og fortell:
4681 «Vi har eit ferdig produkt som du kan selje. Nei vi skal ikkje ha for
4682 det. Du kan gjerne gjere kva du vil med det, berre vi får lov til å
4683 hjelpe deg. Målgruppa er alle kommunar, og det er noko dei vil ha.
4684 Det er eit godt produkt, brukt av mange og godt likt.»&lt;/p&gt;
4685 </description>
4686 </item>
4687
4688 <item>
4689 <title>Skolelinux-intervju: Embrik Kaslegard</title>
4690 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</link>
4691 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</guid>
4692 <pubDate>Sun, 16 Jan 2011 12:00:00 +0100</pubDate>
4693 <description>&lt;p&gt;Neste ut i min intervjuserie med folk i
4694 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt; er
4695 lærer, mangeårig bidragsyter på epostlistene og tidligere
4696 Skolelinux-administrator på en skole i Hemsedal.&lt;/p&gt;
4697
4698 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4699
4700 &lt;p&gt;Embrik Kaslegard, 1964-modell, fire barn (7-20 år). Begynte som
4701 lærer i 1989 - har hatt IKT-ansvar siden første året i jobb. Har
4702 jobbet som lærer/IKT-ansvarlig uavbrutt siden 1989. Jobbet med
4703 Skolelinux fra 2004 til 2010. Nå har jeg fått ny arbeidsplass og er
4704 40% lærer og 60% IKT med Windows XP, Win2003 server og et regionalt
4705 IKT-regime som legger premissene og begrensingene for hva vi kan gjøre
4706 på skolen.&lt;/p&gt;
4707
4708 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4709
4710 &lt;p&gt;Jeg leste en artikkel om en dugnadsinstallasjon av Skolelinux på en
4711 skole på Jæren et sted. Tanken om dugnad og frihet appellerte til
4712 meg. Da vi skulle bygge ny skole var det en del vi måtte spare på,
4713 fordi vi beveget oss mot en kostnadssprekk. Kabling og investering i
4714 PC-er var en av tingene vi sparte på. Derfor kjøpe vi 72 pc-er for 390
4715 pr stk. En filtjener og en applikasjonsserver.&lt;/p&gt;
4716
4717 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4718
4719 &lt;p&gt;Fordelen er at så mye er satt opp fra starten. I tillegg er det
4720 tydelig at pakka er laga for skoleverket. Brukerne har egne
4721 skrivebord, tilgang på mange gode verktøyprogrammer. Vi slipper å
4722 tenke på virus. Brukerne har ikke mulighet til å ødelegge
4723 klientoppsett, men har gode muligheter til å endre eget oppsett. Dette
4724 tror jeg er inspirerende og kjekt for mange brukere. Mappestrukturen
4725 er ferdig og det er &quot;enkelt&quot; å designe lokale mappestrukturer via
4726 skeleton. Noen av oss i skoleverket mener skolen skal være en
4727 &quot;mot-kultur&quot;. Da er Skolelinux et av valgene man kan ta. Et annet er å
4728 spise på indisk restaurant i stedet for Mc Donald&#39;s når vi er på bytur
4729 osv.. Ordene deling, frihet, dugnad osv er positive ord i
4730 skoleverket. Det er viktig at elevene blir bevisst dette.&lt;/p&gt;
4731
4732 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4733
4734 &lt;p&gt;Kompabiliteten er selvsagt et problem, selv om det er mindre nå enn
4735 før. For IKT-personer på skolene som skal drifte dette er det
4736 problematisk med kommandoer i terminalen. I tillegg er det alt for
4737 mange programmer i Skolelinux som ikke blir brukt. Jeg tror
4738 Skolelinux er tjent med å tone ned begrepet pedagogisk programvare.
4739 Slik jeg ser det finnes ikke denne kategorien programmer lengre slik
4740 de gjorde før, som frittsående programmer som installeres på en
4741 datamaskin eller på serveren. Det finnes en del spesialpedagogiske
4742 programmer, som Textpilot, LingDys, LingRight, AskiRaski, Ny i Norge
4743 osv. Men dette er programmer for enkelt-elever eller små grupper av
4744 elever. Det som bør være fokus er at alle undervisningsressurser som
4745 lages for nettet skal være nettleseruavhengig.&lt;/p&gt;
4746
4747 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4748
4749 &lt;p&gt;OpenOffice bruker jeg til vanlig kontorarbeide. VLC bruker jeg som
4750 videoavspiller og av og til streaming av film. Gimp bruker jeg i
4751 undervisningen til bildemanipulering. Firefox og Chrome er mine
4752 favoritt-nettlesere. Firefox har lenge vært førstevalget mitt, nå
4753 bruker jeg mest Chrome. Opplever den som raskere og smidigere enn
4754 Firefox. Ubuntu bruker jeg som dualboot på jobb-maskinen min i
4755 tillegg til at alle PCer hjemme har en eller annen Ubuntu-distribusjon
4756 installert. Jeg bruker Clonezilla på Ubuntu 10.04 til kloning av
4757 datamaskiner på jobb. Det er selvsagt en haug andre frie programmer
4758 jeg bruker men jeg bruker dem ikke daglig. Jeg kan ramse opp:
4759 recordmydesktop, cinelerra, acidrip, soundjuicer, audacity, NX
4760 (no-machine), Kino, Rythmbox...&lt;/p&gt;
4761
4762 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4763 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4764
4765 &lt;p&gt;Jeg tror oppsøkende virksomhet er den rette strategien.
4766 Ressurspersoner gjør avtaler med rådmenn, skolesjefer, rektorer. Det
4767 er slik konkurrentene gjør det. Fokuset i slike samtaler bør være
4768 kost-nytte. Dersom personer med økonomisk ansvar ser at de kan få
4769 like godt tilbud til mindre utgifter, tror jeg det er mulighet til å
4770 få innpass. Dersom de også kan få konkrete tilbud på drift i slike
4771 samtaler, vil de kanskje bli litt mer interesserte i hvor mye penger
4772 som faktisk går til IKT i skolene. Det er også viktig at vi ikke
4773 firer for mye på krav til datamaskiner. Det er flott at Skolelinux
4774 går på &quot;utrangert&quot; utstyr, men dette bør bare presenteres som et
4775 alternativ. Skolelinux-installasjoner med utrangert utstyr er ikke å
4776 foretrekke dersom man kan unngå det. Det skaper ikke entusiasme hos
4777 brukerne (elever og lærere) når de bruker gamle datamaskiner som går
4778 tregt. Det er kjempefint med skoler som har kommet seg frem til
4779 Skolelinux og fri programvare av seg selv, men de lever på nåde.
4780 Slike valg må fundamenteres hos skoleeier.&lt;/p&gt;
4781
4782 &lt;p&gt;Oppdatering 2011-01-16 22:40: Oppdatert svarene for de tre siste
4783 spørsmålene litt mer tekst fra Embrik.&lt;/p&gt;
4784 </description>
4785 </item>
4786
4787 <item>
4788 <title>Skolelinux-intervju: Viggo Fedreheim</title>
4789 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</link>
4790 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</guid>
4791 <pubDate>Wed, 12 Jan 2011 12:00:00 +0100</pubDate>
4792 <description>&lt;p&gt;Jeg fortsetter min intervjuserie med folk i
4793 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Denne
4794 gang er det en av folkene som har vært med lenge og som har tatt i
4795 bruk Skolelinux på alle skolene i Narvik kommune som skal i ilden.
4796 Han er styremedlem i
4797 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
4798 FRISK&lt;/a&gt;.&lt;/p&gt;
4799
4800 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4801
4802 &lt;p&gt;Mitt navn er Viggo Fedreheim, og jeg er pedagogisk og teknisk
4803 IKT-veileder for alle skoler i Narvik kommune. Jeg drifter totalt 17
4804 servere basert på Skolelinux og Debian. Jeg holder i tillegg noen kurs
4805 mellom all driftingen. For tiden arbeider jeg med en sentral
4806 LDAP-tjener for alle skoleservere samt våre Moodle- og
4807 Joomla-installasjoner.&lt;/p&gt;
4808
4809 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4810
4811 &lt;p&gt;Gjennom en eller annen nettavis i 2001 der var det skrevet om
4812 Skolelinux. Artikkelen ga meg lyst til å prøve ut systemet.&lt;/p&gt;
4813
4814 &lt;p&gt;Det startet i 2002 ved at jeg installerte en av de første utgavene
4815 av Skolelinux på en standard pc på Solneset skole i Tromsø. Denne var
4816 oppe fram til desember 2003 da jeg sluttet på den skolen og begynte i
4817 ny jobb i Narvik kommune.&lt;/p&gt;
4818
4819 &lt;p&gt; I Narvik kommune var det i 2004 kun 2 servere på da totalt 15
4820 skoler. Disse var Windows NT baserte. På disse to skolene var det lite
4821 med maskiner. Jobben med å få Narvik Kommune opp på akseptabelt nivå
4822 virket å være formidabel. Men med hjelp av gode kollegaer og leder
4823 skrev jeg en IKT plan for Narvik kommune som ble vedtatt av politikere
4824 i august 2004. I denne planen ble det bestemt at Narvik kommune skulle
4825 bruke Skolelinux. Her ble det også satt av midler til kabling av god
4826 infrastruktur på alle skoler samt innkjøp av nye datamaskiner. Så i
4827 dag har vi 17 servere hvorav 13 er på Skolelinux, med ca 1500 klienter
4828 basert på tynne, &quot;halvtykke&quot; og et stort antall bærbare pcer basert på
4829 Kubuntu.&lt;/p&gt;
4830
4831 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4832
4833 &lt;p&gt;Lisenskostnader, driftkostnader og hardwarekrav som er mye lavere
4834 enn for andre systemer.&lt;/p&gt;
4835
4836 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4837
4838 &lt;p&gt;Pedagogiske programvare som ikke fungerer mot Linux. En Stoooor
4839 flaskehals og som gjør at Linux kanskje ikke blir valgt andre
4840 plasser.&lt;/p&gt;
4841
4842 &lt;p&gt;Eksempler er Relemo, Lindys (lingit sine programmer), 5plus
4843 (matematikk). Disse er programmer som ikke lar seg kjøre i Linux.&lt;/p&gt;
4844
4845 &lt;p&gt; Men det ser ut for at mange leverandører går over til mer
4846 nettbaserte programmer istedet for å installere lokalt. Dette med
4847 enkelte leverandører som ikke kan levere programmer til Linux er et
4848 lite problem og over tid tror jeg at denne barrieren er borte.&lt;/p&gt;
4849
4850 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4851
4852 &lt;p&gt;Kjører Kubuntu på laptoper, Debian squeeze på stasjonær
4853 kontorpc. Ut over dette arbeder jeg svært mye via konsoll mot andre
4854 servere.&lt;/p&gt;
4855 </description>
4856 </item>
4857
4858 <item>
4859 <title>Skolelinux-intervju: Arnt Ove Gregersen</title>
4860 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</link>
4861 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</guid>
4862 <pubDate>Sun, 9 Jan 2011 12:00:00 +0100</pubDate>
4863 <description>&lt;p&gt;Inspirert av
4864 &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;intervjurunden&lt;/a&gt;
4865 som Raphael Hertzog har startet med folk i Debianprosjektet, fikk jeg
4866 lyst til å gjøre det samme med folk i
4867 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Håpet
4868 er at de som til daglig bidrar til å fremme fri programvare i
4869 skoleverket og utvikler en linux-distribusjon spesiallaget for
4870 skolebruk kan bli bedre kjent og kanskje inspirere flere til å bidra
4871 til Skolelinux-prosjektet.&lt;/p&gt;
4872
4873 &lt;p&gt;Først ut er nyvalgt leder i
4874 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen FRISK&lt;/a&gt; som
4875 organiserer utviklingen av Skolelinux-distribusjonen. FRISK trenger
4876 alltid flere medlemmer, så
4877 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/index.php?page=signup&quot;&gt;meld
4878 deg gjerne inn&lt;/a&gt; hvis du vil støtte oss.&lt;/p&gt;
4879
4880 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4881
4882 &lt;p&gt;&lt;!-- Mitt navn er Arnt Ove Gregersen, jeg er en småbarnfar på 32 år som
4883 for tiden bor Trondheim. --&gt;
4884 Mitt navn er Arnt Ove Gregersen, jeg er 32 år og bor for tiden i Trondheim.
4885
4886 Her jobber jeg som systemutvikler i et firma
4887 som heter &lt;a href=&quot;http://www.geomatikk-ikt.no/&quot;&gt;Geomatikk IKT AS&lt;/a&gt;,
4888 hvor jeg er på et Vegmeldings-prosjekt for Statens Vegvesen. På
4889 fritiden er jeg styreleder i FRISK (Fri programvare i skolen) og
4890 bidrar til bl.a. Skolelinux-prosjektet når jeg får tid til det. Det er
4891 primært hjemmesiden til Skolelinux-prosjektet og
4892 &lt;a href=&quot;http://linuxveiviseren.no/&quot;&gt;Linux-veiviseren&lt;/a&gt; jeg har
4893 jobbet med her, men jeg har også gjort en del arbeid i forhold til
4894 FRISK sin hjemmeside.&lt;/p&gt;
4895
4896 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4897
4898 &lt;p&gt;Jeg var på en presentasjon av prosjektet i regi av Knut Yrvin på
4899 Gløshaugen i Trondheim, hvor jeg fattet stor interesse for prosjektet
4900 og ville hjelpe til så godt jeg kunne. Dette var vel i 2002 eller
4901 2003.&lt;/p&gt;
4902
4903 &lt;p&gt;Jeg hadde fra før hørt om prosjektet fra før og syntes tanken bak var
4904 ganske fin, men hadde ikke noen interesse av bruke min egen fritid på
4905 det selv.&lt;/p&gt;
4906
4907 &lt;p&gt;I etterkant av presentasjonen startet jeg og noen andre fra
4908 Trondheim &quot;Skolelinux-prosjektet i Sør-Trøndelag&quot; . Hvor vi var med å
4909 bidra til at Trondheim kommune satte igang Selsbakk ungdomskole som et
4910 pilotprosjekt med Skolelinux, som egentlig var og er en stor suksess,
4911 men det virker ut som det ikke skjer noe mer på. I tillegg var vi med
4912 på dugnad på Brundalen videregående skole hvor vi installerte
4913 Skolelinux som såvidt jeg vet fortsatt kjører på Skolelinux.&lt;/p&gt;
4914
4915 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4916
4917 &lt;p&gt;Det bygger på fri programvare og har lav kostnad i forhold til
4918 nytteverdien. Dette fordi det har forholdsvis lav inngangsum og bruker
4919 en arkitektur med sentral-drift som gir mange driftfordeler. I
4920 tillegg vil det kunne frigjøre kostnader for skolene slik at de kan
4921 bruke dem til å ansette f,eks flere lærere om det er ønskelig.&lt;/p&gt;
4922
4923 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4924
4925 &lt;P&gt;Ikke all pedagogisk programvare er tilgjengelig der, som f.eks
4926 Drillpro om jeg ikke husker feil.&lt;/p&gt;
4927
4928 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4929
4930 &lt;p&gt;Til utvikling av Java-applikasjoner og Android bruker jeg Eclipse og
4931 Quanta til web-utvikling via php. For all bildebehandling bruker jeg
4932 GIMP og Blender til 3d-modellering . Dessverre har Blender en bratt
4933 læringskurve i starten, men det er absolutt verdt det.
4934
4935 &lt;p&gt;Til musikk bruker jeg stort Rhytmbox. Firefox til surfing på nettet og
4936 Thunderbird og Evolution til e-post,
4937
4938 &lt;p&gt;På database-siden bruker jeg PostgreSQL, Postgis og av og til Mysql.
4939
4940 &lt;p&gt;Når jeg får tid til å spille bruker jeg som regel et strategi-spill
4941 som er basert på TA Spring-motoren (springrts.com), her er det et
4942 veldig bra utvalg av gratis spill som er av høy kvalitet. Veldig lett
4943 å bli hektet :)&lt;/p&gt;
4944 </description>
4945 </item>
4946
4947 <item>
4948 <title>Inspirerende fra en ukjent Skolelinux-skole</title>
4949 <link>http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</link>
4950 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</guid>
4951 <pubDate>Tue, 4 Jan 2011 07:50:00 +0100</pubDate>
4952 <description>&lt;p&gt;Følgende inspirerende historie fant jeg i
4953 &lt;a href=&quot;http://www.digi.no/php/ny_debatt.php?id=858869#innlegg_770926&quot;&gt;kommentarfeltet
4954 hos digi.no&lt;/a&gt; i forbindelse med en trist sak om hvordan
4955 &lt;a href=&quot;http://www.digi.no/858869/datakaos-etter-linux-satsing&quot;&gt;skolen
4956 i Hemsedal har fått ødelagt&lt;/a&gt; sin Skolelinux-installasjon. Jeg har
4957 fikset endel åpenbare skrivefeil for lesbarhetens skyld.&lt;/p&gt;
4958
4959 &lt;blockquote&gt;
4960 &lt;p&gt;&lt;strong&gt;Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
4961 &lt;br&gt;av Inspektør Siri (gjest)
4962
4963 &lt;p&gt;Kommunen min har to omtrent jevnstore tettsteder, og en
4964 ungdomsskole i hvert av tettstedene. Den minste av disse har ca 300
4965 elever og til denne sogner det 3 barneskoler. Den største har ca 350
4966 elever og til denne sogner det 4 barneskoler.&lt;/p&gt;
4967
4968 &lt;ul&gt;
4969
4970 &lt;li&gt;Kommunen har i veldig lang tid forsømt IKT i skolen, og det har
4971 bare blitt gitt smuler i ny og ne. Det er kun den største av
4972 ungdomsskolene som har hatt en skikkelig datapark, og dette takket
4973 være en naturfaglærer som ble lei av å vente på kommunen. Det gjorde
4974 at vi bestemte oss for å ta ting i egne hender, og da vha
4975 skolelinux. En testinstallasjon med 10 gamle PCer ble gjort, og vi så
4976 raskt at dette var veldig lovende. Neste etappe var å gi alle lærere
4977 egen PC på arbeidsplassene sine (2004), og så sette opp 16 PCer på to
4978 datarom. Vi har kun basert oss på å kjøpe inn brukte maskiner, og
4979 aldri dyrere enn 1000 kr pr klient. For to år siden så hadde vi
4980 klienter i alle klasserom, og totalt hadde vi da rundt 250 stk. Rundt
4981 40 klienter brukes av lærerne og kjører på en egen server. Elvene har
4982 resten, og kjører også en egen server. Servere har vi også kjøpt
4983 brukt, 2 år gamle servere koster 6-7000 kroner.&lt;/li&gt;
4984
4985 &lt;li&gt;Skolen vår er et relativt gammelt bygg, men en meget dyktig
4986 vaktmester har sammen med IKT-ansvarlig/Naturfaglærer lagt kabler til alle
4987 rom. Gradvis har vi byttet ut billige svitsjer med mer solide saker
4988 som er mulig å fjernstyre.&lt;/li&gt;
4989
4990 &lt;li&gt;Vi har i all hovedsak greid å få dette til over eget budsjett, men
4991 vi har også passet på å få penger når de andre skolene har fått
4992 bærbare PCer til lærere osv.&lt;/li&gt;
4993
4994 &lt;li&gt;Vår IKT-ansvarlig har gjort (og gjør) en fenomenal jobb, og vi har
4995 en maskinpark som de andre av kommunens skoler bare kan drømme
4996 om.&lt;/li&gt;
4997
4998 &lt;/ul&gt;
4999
5000 &lt;p&gt;Så skjer det som ofte skjer. Det kommer en eller annen
5001 selger/blåruss og skal fikse ALT. I vårt tilfelle betyr dette også
5002 sentralisering av drift. Den ny-ansatte på kommunens IT-avdelingen
5003 skal også ha jobb, og ser for seg å ta over skoledriften. Kommunen
5004 kjøper inn eksterne driftstjenester, og nekter i samme slengen å ta
5005 hensyn til skolen vår. Dette til tross for at vi alene har like mange
5006 datamaskiner som de andre til sammen. &lt;/p&gt;
5007
5008 &lt;ul&gt;
5009
5010 &lt;li&gt;Det blir krevd at vi skal innlemmes i de kommunale systemet, og
5011 det er VI som får ansvar for at dette kommer på plass. Og det er her
5012 de horrible tingene begynner å skje. &lt;/li&gt;
5013
5014 &lt;li&gt;Det settes opp en lukket Exchange server som gjør av vi ikke kan
5015 hente epost for våre ansatte. Og det kreves at vi finner løsning på
5016 dette.&lt;/li&gt;
5017
5018 &lt;li&gt;Det velges sak arkivsystem som vi pålegges å bruke, noe som gjør
5019 at vi må bruke en terminalløsning mot kommunal server. Ikke i seg selv
5020 et problem i følge IKT-ansvarlig hos oss. Men kommunens IT-avd nektet
5021 faktisk å åpne de porter OSV som vi måtte bruke.&lt;/li&gt;
5022
5023 &lt;li&gt;Vi blir pålagt å flytte på innsiden av det kommunale
5024 nettverket. Dette gjorde at vi mistet hjemmekontor for lærere og
5025 elever. Å få åpnet porter i kommunal brannmur var ikke
5026 aktuelt. Mulighet for fjerndrift ble også vekk i samme slengen. &lt;/li&gt;
5027
5028 &lt;li&gt;Vår LMS Moodle er ikke mulig å nå for elevene og lærerne.
5029
5030 &lt;/ul&gt;
5031
5032 &lt;p&gt;Den andre ungdomsskolen i kommunen begynner så å kreve at de skal
5033 få bedre datatetthet, og komme opp på et nivå som ligner det vi
5034 har. De ser at vi kan avholde eksamen hvor alle 10. klassingene får
5035 sitte ved hver sin PC. Og de har fått tilbakemelding (klager) fra VGS
5036 om manglende datakompetanse på elevene som kommer fra dem. Dette fører
5037 videre til at kommunen endelig innser at de må ta grep. &lt;/p&gt;
5038
5039 &lt;p&gt;Grepet betyr sentralisering, og farvel til vår plattform får vi
5040 høre. Det blir gjort en rekke bestemmelser og vedtak som vi ikke får
5041 være en del av. Det blir helt klart at vi må redusere antall maskiner,
5042 og det skal satses på bærbare maskiner. Siden vi ikke har fått tatt
5043 del i prosessene som angår oss, så bruker vi fagforening. Vi har ikke
5044 blitt hørt i forbindelse med endringer som er betydelig for vår
5045 hverdag, og greier å stoppe omlegging. I tillegg så har vi et politisk
5046 vedtak i kommunen på at vi skal kjøre Linux på elevnett, og dette
5047 vedtaket kan ikke administrasjonen i kommunene helt uten videre
5048 tilsidesette. &lt;/p&gt;
5049
5050 &lt;p&gt;I sum har dette gjort at vi har fått jobbe videre i fred. Og en del
5051 runder i kommunens kontrollutvalg har gjort det tydelig at vi har blitt
5052 systematisk motarbeidet. &lt;/p&gt;
5053
5054 &lt;p&gt;I dag har de andre skolene fått sine bærbare maskiner til elever og
5055 lærere, men etter 2 år med innkjøring er det fremdeles problemer
5056 her. &lt;/p&gt;
5057
5058 &lt;ul&gt;
5059
5060 &lt;li&gt;Ungdomsskolen med windows kan ikke kjøre eksamen med sine bærbare,
5061 det er for mye arbeid å renske disse for innhold slik at juks ikke er
5062 mulig.&lt;/li&gt;
5063
5064 &lt;li&gt;Utskrift er et mareritt, etter sigende pga at utskrift først
5065 sendes til sentral server, og så sendes ut til rett skriver. I snitt
5066 så tar det 7-8 minutter før utskrift starter på enkelte av
5067 skolene.&lt;/li&gt;
5068
5069 &lt;li&gt;Trådløst skaper store problemer, og det er i perioder helt umulig
5070 å komme seg på nett. Og lagring på felles server er bare å glemme i
5071 perioder.&lt;/li&gt;
5072
5073 &lt;/ul&gt;
5074
5075 &lt;p&gt;Vi har slitt mye, kranglet og sloss. Ikke med tekniske problemer,
5076 men med omgivelsene rundt som vil oss til livs. Men det har vært verdt
5077 hver dråpe med svette, og timer med irritasjon. Men vi har begynt å få
5078 rutine her nå. &lt;/p&gt;
5079
5080 &lt;ul&gt;
5081
5082 &lt;li&gt;Vi har fremdeles et system som vi styrer helt selv. &lt;/li&gt;
5083 &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;
5084 &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;
5085 &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;
5086 &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;
5087 &lt;li&gt;Vår IKT-ansvarlig har 50% stilling som lærer og 50% som IKT-ansvarlig. &lt;/li&gt;
5088 &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;
5089 &lt;li&gt;Vi opplever at de yngste lærerne ved den andre ungdomsskolen ønsker seg over til oss. &lt;/li&gt;
5090
5091 &lt;/ul&gt;
5092
5093 &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;
5094
5095 &lt;p&gt;Beklager hvis dette ble litt usammenhengende, men det ble tastet i
5096 fei, og jeg har ikke lest gjennom&lt;/p&gt;
5097 &lt;/blockquote&gt;
5098
5099 &lt;p&gt;Det kom raskt et lite svar:&lt;/p&gt;
5100
5101 &lt;blockquote&gt;
5102 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
5103 &lt;br&gt;av captain_obvious&lt;/p&gt;
5104
5105 &lt;p&gt;Inspirerende å lese. Har dere gjort noe for å fortelle denne
5106 historien videre?&lt;/p&gt;
5107
5108 &lt;p&gt;Hadde vært svært interessant om dere tok kontakt med dokument 2 eller
5109 lignende for å fortelle hvordan det egentlig står til med
5110 IT-satsningen i kommune-Norge. Om ikke annet kan du begynner med å
5111 raffinere innlegget ditt og få en gjesteartikkel på digi.no&lt;/p&gt;
5112 &lt;/blockquote&gt;
5113
5114 &lt;p&gt;Og deretter en lengre oppfølging.&lt;/p&gt;
5115
5116 &lt;blockquote&gt;
5117 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
5118 &lt;br&gt;av Inspektør Siri (gjest)
5119
5120 &lt;p&gt;Joda, vi har lekt med tanken, og vi har t.o.m skrevet flere lengre
5121 leserinnlegg myntet på aviser. Disse er ikke sendt til aviser, men
5122 brukt internt i forbindelse med møter med kommune. Vår IKT-ansvarlig
5123 har også truet med å si opp jobben sin hvis det ikke ble tatt hensyn i
5124 større grad enn hva som har vært tilfelle. VI kan også dokumentere
5125 flere brudd på anbudsregler, og vi kjenner til at relativt store
5126 IT-leverandører som ikke har fått tatt del i disse anbudene, rett og
5127 slett ikke tør melde fra av redsel for å få et dårlig rykte. &lt;/p&gt;
5128
5129 &lt;p&gt;Alt ser ut til å roe seg ned, og vi har fått opp øynene på
5130 politikerne. I sum gjør dette at vi ikke ønsker for mye publisitet nå,
5131 det vil bare rote til igjen. &lt;/p&gt;
5132
5133 &lt;p&gt;Jeg glemte å nevne at vi nå nesten ikke bruker tid på å drifte
5134 systemet vårt, noe som gjør at det aller meste av tid blir brukt til å
5135 støtte lærerne og elevene. F.eks så bruker vår IKT-ansvarlig den
5136 første timen på jobb, 0730-0830 kun til å gå ute på arbeidsplassene
5137 til læreren. Dette for å kunne svare på små og store problem, gi tips
5138 og råd, eller bare for å plukke opp hva som er behovet ute i
5139 undervisningsarealene. Det er dessverre ikke slik at alle lærerne har
5140 nok digital kompetanse til å kunne formulere alle spørsmålene de har,
5141 men ved å kunne få vise eller lufte tanker med IKT-ansvarlig så er det
5142 utrolig hva som kommer fram. &lt;/p&gt;
5143
5144 &lt;ul&gt;
5145
5146 &lt;li&gt;Jeg ser at mange bruker økonomi som argument i forhold til å bruke
5147 SkoleLinux, og jeg skal ikke legge skjul på at det var dette som i
5148 utgangspunktet var årsaken til vårt valg. Men diskusjonene og kampen
5149 med kommunens IT-avdeling har gjort at vi har fått et noe annet
5150 fokus. Fordelene med drift og stabilitet, gjør at vi ville ha valgt
5151 samme løsning selv om den var dyrere. At vi slipper langt billigere
5152 unna, som følge av 0,- lisenskostnader og lave maskinvarekostnader, er
5153 bare en bonus. &lt;/li&gt;
5154
5155 &lt;li&gt;Etter å ha kranglet oss til å få skikkelig oversikt over hva de
5156 andre skolene i kommunen bruker på IT, så har vi fått gehør for å få
5157 samme midler til innkjøp. Dette har gjort at vi nå kan kjøpe inn
5158 utstyr som de andre skolene bare kan se langt etter. Vi har nettopp
5159 kjøpt inn 3 videokamera i semiproff-klassen for å kunne lage film,
5160 samt sende live fra skoleteater/konserter. Vi har kjøpt inn digitale
5161 kompaktkamera til alle klassene. Vi har et team av lærere som skal i
5162 gang med å teste ut tablets på svake elever. Håpet et at teknologien
5163 kan være med på å gi noen av elevene litt mer motivasjon. Vi har kjøpt
5164 inn et halvt klassesett med pulsklokker, noe som har vist seg å være
5165 overraskende inspirerende for en del av elevene. Vi har også oss på
5166 fag på en høyskole litt lengre sør for oss, slik at 3 av oss nå skal
5167 ta faget &quot;Linux tjenestedrift&quot;. Som inspektør og en del av skolens
5168 administrasjon er det veldig praktisk å kunne trå til hvis det
5169 kniper. Men IKT-ansvarlig har vært UTROLIG flink til å lage rene
5170 smørbrødlister for hvordan de mest vanlige driftsproblem løses, så det
5171 er lett for flere av oss å ta del i den daglige driften. Vi har svært
5172 stor nytte av lærling (som også hjelper to av naboskolene), men det er
5173 nesten blitt slik at det er om å gjøre å komme til først for å få løse
5174 problem. Det å få fingrene på problem og utfordringer er den aller
5175 beste læremester. &lt;/li&gt;
5176
5177 &lt;/ul&gt;
5178
5179 &lt;p&gt;Når vi nå tar til med planlegging av ny skole, så vil det være med
5180 tanke på at det skal være mulig med datautstyr på alle plasser. Vi
5181 kommer i all hovedsak til å legge kabel til alle tenkelige og
5182 utenkelige plasser. WiFi koster tilnærmet NULL å sette opp i
5183 ettertid.&lt;/p&gt;
5184
5185 &lt;p&gt;Vi har ikke vært noe flink til å bidra til SkoleLinux-prosjektet,
5186 vi har rett og slett vært for opptatt med vår egen kamp. Vi har hentet
5187 mye inspirasjon fra diskusjoner som har gått i det miljøet, og vi
5188 håper at vi nå framover kan få tid til å bidra. Vi er i ferd med å
5189 bytte ut en av serverne våre, og da vil denne trolig bli satt opp som
5190 testserver for neste versjon av Skolelinux. På den måten vil vi i alle
5191 fall kunne gi tilbakemeldinger og rapportere feil. I tillegg så vil
5192 det kanskje gi oss noen nye utfordringer, for som lærlingen vår sier:
5193 &quot;Skolelinux er noe herk, det skjer jo ikke noe galt og hvordan skal
5194 jeg da lære?&quot;&lt;/p&gt;
5195
5196 &lt;/blockquote&gt;
5197
5198 &lt;p&gt;Det er veldig hyggelig å høre at
5199 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; fungerer så bra i
5200 skoleverdagen etter å ha jobbet med det i 10 år.&lt;/p&gt;
5201 </description>
5202 </item>
5203
5204 <item>
5205 <title>How to test if a laptop is working with Linux</title>
5206 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
5207 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
5208 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
5209 <description>&lt;p&gt;The last few days I have spent at work here at the &lt;a
5210 href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt; testing if the new
5211 batch of computers will work with Linux. Every year for the last few
5212 years the university have organised shared bid of a few thousand
5213 computers, and this year HP won the bid. Two different desktops and
5214 five different laptops are on the list this year. We in the UNIX
5215 group want to know which one of these computers work well with RHEL
5216 and Ubuntu, the two Linux distributions we currently handle at the
5217 university.&lt;/p&gt;
5218
5219 &lt;p&gt;My test method is simple, and I share it here to get feedback and
5220 perhaps inspire others to test hardware as well. To test, I PXE
5221 install the OS version of choice, and log in as my normal user and run
5222 a few applications and plug in selected pieces of hardware. When
5223 something fail, I make a note about this in the test matrix and move
5224 on. If I have some spare time I try to report the bug to the OS
5225 vendor, but as I only have the machines for a short time, I rarely
5226 have the time to do this for all the problems I find.&lt;/p&gt;
5227
5228 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
5229 I perform on a new model.&lt;/p&gt;
5230
5231 &lt;ul&gt;
5232
5233 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
5234 and Ubuntu Maverik at the moment. If I feel like it, I also test with
5235 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
5236
5237 &lt;li&gt;Is X.org working? If the graphical login screen show up after
5238 installation, X.org is working.&lt;/li&gt;
5239
5240 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
5241 package mesa-utils on Ubuntu) and writing down the frames per second
5242 reported by the program.&lt;/li&gt;
5243
5244 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
5245 logging in, and if I can hear this the test is successful. If there
5246 are several audio exits on the machine, I try them all and check if
5247 the Gnome/KDE audio mixer can control where to send the sound. I
5248 normally test this by playing
5249 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
5250 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
5251
5252 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
5253 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
5254
5255 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
5256 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
5257
5258 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
5259 picture from the v4l device show up.&lt;/li&gt;
5260
5261 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
5262 any bluetooth devices are discovered. In my office, I normally see a
5263 few.&lt;/li&gt;
5264
5265 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
5266 memory modules lying around, and stick them in and see if Gnome/KDE
5267 notice this.&lt;/li&gt;
5268
5269 &lt;li&gt;For laptops, is suspend/hibernate working? I&#39;m testing if the
5270 special button work, and if the laptop continue to work after
5271 resume.&lt;/li&gt;
5272
5273 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
5274 adjusting background light, switching on/off external video output,
5275 switching on/off wifi, bluetooth, etc? The set of buttons differ from
5276 laptop to laptop, so I just write down which are working and which are
5277 not.&lt;/li&gt;
5278
5279 &lt;li&gt;Some laptops have smart card readers, finger print readers,
5280 acceleration sensors etc. I rarely test these, as I do not know how
5281 to quickly test if they are working or not, so I only document their
5282 existence.&lt;/li&gt;
5283
5284 &lt;/ul&gt;
5285
5286 &lt;p&gt;By now I suspect you are really curious what the test results are
5287 for the HP machines I am testing. I&#39;m not done yet, so I will report
5288 the test results later. For now I can report that HP 8100 Elite work
5289 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
5290 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
5291 can see, I have most machines left to test. One interesting
5292 observation is that Ubuntu Lucid has almost twice the frame rate than
5293 RHEL6 with glxgears. No idea why.&lt;/p&gt;
5294 </description>
5295 </item>
5296
5297 <item>
5298 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
5299 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
5300 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
5301 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
5302 <description>&lt;p&gt;On friday, the first Debian Edu / Skolelinux
5303 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
5304 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
5305 really look forward to seeing all the good people working on the
5306 Squeeze release. The gathering is open for everyone interested in
5307 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
5308
5309 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
5310 organizing these development gatherings, Fri Programvare i Skolen,
5311 will hold its
5312 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
5313 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
5314 people registered as members. Last year 32 members cast their vote in
5315 the memberdb based election system. I hope more people find time to
5316 vote this year.&lt;/p&gt;
5317 </description>
5318 </item>
5319
5320 <item>
5321 <title>Why isn&#39;t Debian Edu using VLC?</title>
5322 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
5323 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
5324 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
5325 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
5326 presented, and the winner among the multimedia player were VLC.
5327 Personally, I like VLC, and it is my player of choice when I first try
5328 to play a video file or stream. Only if VLC fail will I drag out
5329 gmplayer to see if it can do better. The reason is mostly the failure
5330 model and trust. When VLC fail, it normally pop up a error message
5331 reporting the problem. When mplayer fail, it normally segfault or
5332 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
5333
5334 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
5335 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
5336 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
5337 plugin to play web videos seamlessly, and the VLC browser plugin is
5338 not very good. For example, it lack in-line control buttons, so there
5339 is no way for the user to pause the video. Also, when I
5340 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
5341 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
5342 failed on several video pages where mplayer based plugins worked. If
5343 the browser plugin for VLC was as good as the gecko-mediaplayer
5344 package (which uses mplayer), we would switch.&lt;/P&gt;
5345
5346 &lt;p&gt;While VLC is a good player, its user interface is slightly
5347 annoying. The most annoying feature is its inconsistent use of
5348 keyboard shortcuts. When the player is in full screen mode, its
5349 shortcuts are different from when it is playing the video in a window.
5350 For example, space only work as pause when in full screen mode. I
5351 wish it had consisten shortcuts and that space also would work when in
5352 window mode. Another nice shortcut in gmplayer is [enter] to restart
5353 the current video. It is very nice when playing short videos from the
5354 web and want to restart it when new people arrive to have a look at
5355 what is going on.&lt;/p&gt;
5356 </description>
5357 </item>
5358
5359 <item>
5360 <title>Lenny-&gt;Squeeze upgrades of the Gnome and KDE desktop, now with apt-get autoremove</title>
5361 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</link>
5362 <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>
5363 <pubDate>Mon, 22 Nov 2010 14:15:00 +0100</pubDate>
5364 <description>&lt;p&gt;Michael Biebl suggested to me on IRC, that I changed my automated
5365 upgrade testing of the
5366 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
5367 Gnome and KDE Desktop&lt;/a&gt; to do &lt;tt&gt;apt-get autoremove&lt;/tt&gt; when using apt-get.
5368 This seem like a very good idea, so I adjusted by test scripts and
5369 can now present the updated result from today:&lt;/p&gt;
5370
5371 &lt;p&gt;This is for Gnome:&lt;/p&gt;
5372
5373 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
5374
5375 &lt;blockquote&gt;&lt;p&gt;
5376 apache2.2-bin
5377 aptdaemon
5378 baobab
5379 binfmt-support
5380 browser-plugin-gnash
5381 cheese-common
5382 cli-common
5383 cups-pk-helper
5384 dmz-cursor-theme
5385 empathy
5386 empathy-common
5387 freedesktop-sound-theme
5388 freeglut3
5389 gconf-defaults-service
5390 gdm-themes
5391 gedit-plugins
5392 geoclue
5393 geoclue-hostip
5394 geoclue-localnet
5395 geoclue-manual
5396 geoclue-yahoo
5397 gnash
5398 gnash-common
5399 gnome
5400 gnome-backgrounds
5401 gnome-cards-data
5402 gnome-codec-install
5403 gnome-core
5404 gnome-desktop-environment
5405 gnome-disk-utility
5406 gnome-screenshot
5407 gnome-search-tool
5408 gnome-session-canberra
5409 gnome-system-log
5410 gnome-themes-extras
5411 gnome-themes-more
5412 gnome-user-share
5413 gstreamer0.10-fluendo-mp3
5414 gstreamer0.10-tools
5415 gtk2-engines
5416 gtk2-engines-pixbuf
5417 gtk2-engines-smooth
5418 hamster-applet
5419 libapache2-mod-dnssd
5420 libapr1
5421 libaprutil1
5422 libaprutil1-dbd-sqlite3
5423 libaprutil1-ldap
5424 libart2.0-cil
5425 libboost-date-time1.42.0
5426 libboost-python1.42.0
5427 libboost-thread1.42.0
5428 libchamplain-0.4-0
5429 libchamplain-gtk-0.4-0
5430 libcheese-gtk18
5431 libclutter-gtk-0.10-0
5432 libcryptui0
5433 libdiscid0
5434 libelf1
5435 libepc-1.0-2
5436 libepc-common
5437 libepc-ui-1.0-2
5438 libfreerdp-plugins-standard
5439 libfreerdp0
5440 libgconf2.0-cil
5441 libgdata-common
5442 libgdata7
5443 libgdu-gtk0
5444 libgee2
5445 libgeoclue0
5446 libgexiv2-0
5447 libgif4
5448 libglade2.0-cil
5449 libglib2.0-cil
5450 libgmime2.4-cil
5451 libgnome-vfs2.0-cil
5452 libgnome2.24-cil
5453 libgnomepanel2.24-cil
5454 libgpod-common
5455 libgpod4
5456 libgtk2.0-cil
5457 libgtkglext1
5458 libgtksourceview2.0-common
5459 libmono-addins-gui0.2-cil
5460 libmono-addins0.2-cil
5461 libmono-cairo2.0-cil
5462 libmono-corlib2.0-cil
5463 libmono-i18n-west2.0-cil
5464 libmono-posix2.0-cil
5465 libmono-security2.0-cil
5466 libmono-sharpzip2.84-cil
5467 libmono-system2.0-cil
5468 libmtp8
5469 libmusicbrainz3-6
5470 libndesk-dbus-glib1.0-cil
5471 libndesk-dbus1.0-cil
5472 libopal3.6.8
5473 libpolkit-gtk-1-0
5474 libpt2.6.7
5475 libpython2.6
5476 librpm1
5477 librpmio1
5478 libsdl1.2debian
5479 libsrtp0
5480 libssh-4
5481 libtelepathy-farsight0
5482 libtelepathy-glib0
5483 libtidy-0.99-0
5484 media-player-info
5485 mesa-utils
5486 mono-2.0-gac
5487 mono-gac
5488 mono-runtime
5489 nautilus-sendto
5490 nautilus-sendto-empathy
5491 p7zip-full
5492 pkg-config
5493 python-aptdaemon
5494 python-aptdaemon-gtk
5495 python-axiom
5496 python-beautifulsoup
5497 python-bugbuddy
5498 python-clientform
5499 python-coherence
5500 python-configobj
5501 python-crypto
5502 python-cupshelpers
5503 python-elementtree
5504 python-epsilon
5505 python-evolution
5506 python-feedparser
5507 python-gdata
5508 python-gdbm
5509 python-gst0.10
5510 python-gtkglext1
5511 python-gtksourceview2
5512 python-httplib2
5513 python-louie
5514 python-mako
5515 python-markupsafe
5516 python-mechanize
5517 python-nevow
5518 python-notify
5519 python-opengl
5520 python-openssl
5521 python-pam
5522 python-pkg-resources
5523 python-pyasn1
5524 python-pysqlite2
5525 python-rdflib
5526 python-serial
5527 python-tagpy
5528 python-twisted-bin
5529 python-twisted-conch
5530 python-twisted-core
5531 python-twisted-web
5532 python-utidylib
5533 python-webkit
5534 python-xdg
5535 python-zope.interface
5536 remmina
5537 remmina-plugin-data
5538 remmina-plugin-rdp
5539 remmina-plugin-vnc
5540 rhythmbox-plugin-cdrecorder
5541 rhythmbox-plugins
5542 rpm-common
5543 rpm2cpio
5544 seahorse-plugins
5545 shotwell
5546 software-center
5547 system-config-printer-udev
5548 telepathy-gabble
5549 telepathy-mission-control-5
5550 telepathy-salut
5551 tomboy
5552 totem
5553 totem-coherence
5554 totem-mozilla
5555 totem-plugins
5556 transmission-common
5557 xdg-user-dirs
5558 xdg-user-dirs-gtk
5559 xserver-xephyr
5560 &lt;/p&gt;&lt;/blockquote&gt;
5561
5562 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
5563
5564 &lt;blockquote&gt;&lt;p&gt;
5565 cheese
5566 ekiga
5567 eog
5568 epiphany-extensions
5569 evolution-exchange
5570 fast-user-switch-applet
5571 file-roller
5572 gcalctool
5573 gconf-editor
5574 gdm
5575 gedit
5576 gedit-common
5577 gnome-games
5578 gnome-games-data
5579 gnome-nettool
5580 gnome-system-tools
5581 gnome-themes
5582 gnuchess
5583 gucharmap
5584 guile-1.8-libs
5585 libavahi-ui0
5586 libdmx1
5587 libgalago3
5588 libgtk-vnc-1.0-0
5589 libgtksourceview2.0-0
5590 liblircclient0
5591 libsdl1.2debian-alsa
5592 libspeexdsp1
5593 libsvga1
5594 rhythmbox
5595 seahorse
5596 sound-juicer
5597 system-config-printer
5598 totem-common
5599 transmission-gtk
5600 vinagre
5601 vino
5602 &lt;/p&gt;&lt;/blockquote&gt;
5603
5604 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
5605
5606 &lt;blockquote&gt;&lt;p&gt;
5607 gstreamer0.10-gnomevfs
5608 &lt;/p&gt;&lt;/blockquote&gt;
5609
5610 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
5611
5612 &lt;blockquote&gt;&lt;p&gt;
5613 [nothing]
5614 &lt;/p&gt;&lt;/blockquote&gt;
5615
5616 &lt;p&gt;This is for KDE:&lt;/p&gt;
5617
5618 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
5619
5620 &lt;blockquote&gt;&lt;p&gt;
5621 ksmserver
5622 &lt;/p&gt;&lt;/blockquote&gt;
5623
5624 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
5625
5626 &lt;blockquote&gt;&lt;p&gt;
5627 kwin
5628 network-manager-kde
5629 &lt;/p&gt;&lt;/blockquote&gt;
5630
5631 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
5632
5633 &lt;blockquote&gt;&lt;p&gt;
5634 arts
5635 dolphin
5636 freespacenotifier
5637 google-gadgets-gst
5638 google-gadgets-xul
5639 kappfinder
5640 kcalc
5641 kcharselect
5642 kde-core
5643 kde-plasma-desktop
5644 kde-standard
5645 kde-window-manager
5646 kdeartwork
5647 kdeartwork-emoticons
5648 kdeartwork-style
5649 kdeartwork-theme-icon
5650 kdebase
5651 kdebase-apps
5652 kdebase-workspace
5653 kdebase-workspace-bin
5654 kdebase-workspace-data
5655 kdeeject
5656 kdelibs
5657 kdeplasma-addons
5658 kdeutils
5659 kdewallpapers
5660 kdf
5661 kfloppy
5662 kgpg
5663 khelpcenter4
5664 kinfocenter
5665 konq-plugins-l10n
5666 konqueror-nsplugins
5667 kscreensaver
5668 kscreensaver-xsavers
5669 ktimer
5670 kwrite
5671 libgle3
5672 libkde4-ruby1.8
5673 libkonq5
5674 libkonq5-templates
5675 libnetpbm10
5676 libplasma-ruby
5677 libplasma-ruby1.8
5678 libqt4-ruby1.8
5679 marble-data
5680 marble-plugins
5681 netpbm
5682 nuvola-icon-theme
5683 plasma-dataengines-workspace
5684 plasma-desktop
5685 plasma-desktopthemes-artwork
5686 plasma-runners-addons
5687 plasma-scriptengine-googlegadgets
5688 plasma-scriptengine-python
5689 plasma-scriptengine-qedje
5690 plasma-scriptengine-ruby
5691 plasma-scriptengine-webkit
5692 plasma-scriptengines
5693 plasma-wallpapers-addons
5694 plasma-widget-folderview
5695 plasma-widget-networkmanagement
5696 ruby
5697 sweeper
5698 update-notifier-kde
5699 xscreensaver-data-extra
5700 xscreensaver-gl
5701 xscreensaver-gl-extra
5702 xscreensaver-screensaver-bsod
5703 &lt;/p&gt;&lt;/blockquote&gt;
5704
5705 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
5706
5707 &lt;blockquote&gt;&lt;p&gt;
5708 ark
5709 google-gadgets-common
5710 google-gadgets-qt
5711 htdig
5712 kate
5713 kdebase-bin
5714 kdebase-data
5715 kdepasswd
5716 kfind
5717 klipper
5718 konq-plugins
5719 konqueror
5720 ksysguard
5721 ksysguardd
5722 libarchive1
5723 libcln6
5724 libeet1
5725 libeina-svn-06
5726 libggadget-1.0-0b
5727 libggadget-qt-1.0-0b
5728 libgps19
5729 libkdecorations4
5730 libkephal4
5731 libkonq4
5732 libkonqsidebarplugin4a
5733 libkscreensaver5
5734 libksgrd4
5735 libksignalplotter4
5736 libkunitconversion4
5737 libkwineffects1a
5738 libmarblewidget4
5739 libntrack-qt4-1
5740 libntrack0
5741 libplasma-geolocation-interface4
5742 libplasmaclock4a
5743 libplasmagenericshell4
5744 libprocesscore4a
5745 libprocessui4a
5746 libqalculate5
5747 libqedje0a
5748 libqtruby4shared2
5749 libqzion0a
5750 libruby1.8
5751 libscim8c2a
5752 libsmokekdecore4-3
5753 libsmokekdeui4-3
5754 libsmokekfile3
5755 libsmokekhtml3
5756 libsmokekio3
5757 libsmokeknewstuff2-3
5758 libsmokeknewstuff3-3
5759 libsmokekparts3
5760 libsmokektexteditor3
5761 libsmokekutils3
5762 libsmokenepomuk3
5763 libsmokephonon3
5764 libsmokeplasma3
5765 libsmokeqtcore4-3
5766 libsmokeqtdbus4-3
5767 libsmokeqtgui4-3
5768 libsmokeqtnetwork4-3
5769 libsmokeqtopengl4-3
5770 libsmokeqtscript4-3
5771 libsmokeqtsql4-3
5772 libsmokeqtsvg4-3
5773 libsmokeqttest4-3
5774 libsmokeqtuitools4-3
5775 libsmokeqtwebkit4-3
5776 libsmokeqtxml4-3
5777 libsmokesolid3
5778 libsmokesoprano3
5779 libtaskmanager4a
5780 libtidy-0.99-0
5781 libweather-ion4a
5782 libxklavier16
5783 libxxf86misc1
5784 okteta
5785 oxygencursors
5786 plasma-dataengines-addons
5787 plasma-scriptengine-superkaramba
5788 plasma-widget-lancelot
5789 plasma-widgets-addons
5790 plasma-widgets-workspace
5791 polkit-kde-1
5792 ruby1.8
5793 systemsettings
5794 update-notifier-common
5795 &lt;/p&gt;&lt;/blockquote&gt;
5796
5797 &lt;p&gt;Running apt-get autoremove made the results using apt-get and
5798 aptitude a bit more similar, but there are still quite a lott of
5799 differences. I have no idea what packages should be installed after
5800 the upgrade, but hope those that do can have a look.&lt;/p&gt;
5801 </description>
5802 </item>
5803
5804 <item>
5805 <title>Migrating Xen virtual machines using LVM to KVM using disk images</title>
5806 <link>http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</link>
5807 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</guid>
5808 <pubDate>Mon, 22 Nov 2010 11:20:00 +0100</pubDate>
5809 <description>&lt;p&gt;Most of the computers in use by the
5810 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux project&lt;/a&gt;
5811 are virtual machines. And they have been Xen machines running on a
5812 fairly old IBM eserver xseries 345 machine, and we wanted to migrate
5813 them to KVM on a newer Dell PowerEdge 2950 host machine. This was a
5814 bit harder that it could have been, because we set up the Xen virtual
5815 machines to get the virtual partitions from LVM, which as far as I
5816 know is not supported by KVM. So to migrate, we had to convert
5817 several LVM logical volumes to partitions on a virtual disk file.&lt;/p&gt;
5818
5819 &lt;p&gt;I found
5820 &lt;a href=&quot;http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM&quot;&gt;a
5821 nice recipe&lt;/a&gt; to do this, and wrote the following script to do the
5822 migration. It uses qemu-img from the qemu package to make the disk
5823 image, parted to partition it, losetup and kpartx to present the disk
5824 image partions as devices, and dd to copy the data. I NFS mounted the
5825 new servers storage area on the old server to do the migration.&lt;/p&gt;
5826
5827 &lt;pre&gt;
5828 #!/bin/sh
5829
5830 # Based on
5831 # http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM
5832
5833 set -e
5834 set -x
5835
5836 if [ -z &quot;$1&quot; ] ; then
5837 echo &quot;Usage: $0 &amp;lt;hostname&amp;gt;&quot;
5838 exit 1
5839 else
5840 host=&quot;$1&quot;
5841 fi
5842
5843 if [ ! -e /dev/vg_data/$host-disk ] ; then
5844 echo &quot;error: unable to find LVM volume for $host&quot;
5845 exit 1
5846 fi
5847
5848 # Partitions need to be a bit bigger than the LVM LVs. not sure why.
5849 disksize=$( lvs --units m | grep $host-disk | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
5850 swapsize=$( lvs --units m | grep $host-swap | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
5851 totalsize=$(( ( $disksize + $swapsize ) ))
5852
5853 img=$host.img
5854 #dd if=/dev/zero of=$img bs=1M count=$(( $disksize + $swapsize ))
5855 qemu-img create $img ${totalsize}MMaking room on the Debian Edu/Sqeeze DVD
5856
5857 parted $img mklabel msdos
5858 parted $img mkpart primary linux-swap 0 $disksize
5859 parted $img mkpart primary ext2 $disksize $totalsize
5860 parted $img set 1 boot on
5861
5862 modprobe dm-mod
5863 losetup /dev/loop0 $img
5864 kpartx -a /dev/loop0
5865
5866 dd if=/dev/vg_data/$host-disk of=/dev/mapper/loop0p1 bs=1M
5867 fsck.ext3 -f /dev/mapper/loop0p1 || true
5868 mkswap /dev/mapper/loop0p2
5869
5870 kpartx -d /dev/loop0
5871 losetup -d /dev/loop0
5872 &lt;/pre&gt;
5873
5874 &lt;p&gt;The script is perhaps so simple that it is not copyrightable, but
5875 if it is, it is licenced using GPL v2 or later at your discretion.&lt;/p&gt;
5876
5877 &lt;p&gt;After doing this, I booted a Debian CD in rescue mode in KVM with
5878 the new disk image attached, installed grub-pc and linux-image-686 and
5879 set up grub to boot from the disk image. After this, the KVM machines
5880 seem to work just fine.&lt;/p&gt;
5881 </description>
5882 </item>
5883
5884 <item>
5885 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome and KDE desktop</title>
5886 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</link>
5887 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</guid>
5888 <pubDate>Sat, 20 Nov 2010 22:50:00 +0100</pubDate>
5889 <description>&lt;p&gt;I&#39;m still running upgrade testing of the
5890 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
5891 Gnome and KDE Desktop&lt;/a&gt;, but have not had time to spend on reporting the
5892 status. Here is a short update based on a test I ran 20101118.&lt;/p&gt;
5893
5894 &lt;p&gt;I still do not know what a correct migration should look like, so I
5895 report any differences between apt and aptitude and hope someone else
5896 can see if anything should be changed.&lt;/p&gt;
5897
5898 &lt;p&gt;This is for Gnome:&lt;/p&gt;
5899
5900 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
5901
5902 &lt;blockquote&gt;&lt;p&gt;
5903 apache2.2-bin aptdaemon at-spi baobab binfmt-support
5904 browser-plugin-gnash cheese-common cli-common cpp-4.3 cups-pk-helper
5905 dmz-cursor-theme empathy empathy-common finger
5906 freedesktop-sound-theme freeglut3 gconf-defaults-service gdm-themes
5907 gedit-plugins geoclue geoclue-hostip geoclue-localnet geoclue-manual
5908 geoclue-yahoo gnash gnash-common gnome gnome-backgrounds
5909 gnome-cards-data gnome-codec-install gnome-core
5910 gnome-desktop-environment gnome-disk-utility gnome-screenshot
5911 gnome-search-tool gnome-session-canberra gnome-spell
5912 gnome-system-log gnome-themes-extras gnome-themes-more
5913 gnome-user-share gs-common gstreamer0.10-fluendo-mp3
5914 gstreamer0.10-tools gtk2-engines gtk2-engines-pixbuf
5915 gtk2-engines-smooth hal-info hamster-applet libapache2-mod-dnssd
5916 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
5917 libart2.0-cil libatspi1.0-0 libboost-date-time1.42.0
5918 libboost-python1.42.0 libboost-thread1.42.0 libchamplain-0.4-0
5919 libchamplain-gtk-0.4-0 libcheese-gtk18 libclutter-gtk-0.10-0
5920 libcryptui0 libcupsys2 libdiscid0 libeel2-data libelf1 libepc-1.0-2
5921 libepc-common libepc-ui-1.0-2 libfreerdp-plugins-standard
5922 libfreerdp0 libgail-common libgconf2.0-cil libgdata-common libgdata7
5923 libgdl-1-common libgdu-gtk0 libgee2 libgeoclue0 libgexiv2-0 libgif4
5924 libglade2.0-cil libglib2.0-cil libgmime2.4-cil libgnome-vfs2.0-cil
5925 libgnome2.24-cil libgnomepanel2.24-cil libgnomeprint2.2-data
5926 libgnomeprintui2.2-common libgnomevfs2-bin libgpod-common libgpod4
5927 libgtk2.0-cil libgtkglext1 libgtksourceview-common
5928 libgtksourceview2.0-common libmono-addins-gui0.2-cil
5929 libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil
5930 libmono-i18n-west2.0-cil libmono-posix2.0-cil
5931 libmono-security2.0-cil libmono-sharpzip2.84-cil
5932 libmono-system2.0-cil libmtp8 libmusicbrainz3-6
5933 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libopal3.6.8
5934 libpolkit-gtk-1-0 libpt-1.10.10-plugins-alsa
5935 libpt-1.10.10-plugins-v4l libpt2.6.7 libpython2.6 librpm1 librpmio1
5936 libsdl1.2debian libservlet2.4-java libsrtp0 libssh-4
5937 libtelepathy-farsight0 libtelepathy-glib0 libtidy-0.99-0
5938 libxalan2-java libxerces2-java media-player-info mesa-utils
5939 mono-2.0-gac mono-gac mono-runtime nautilus-sendto
5940 nautilus-sendto-empathy openoffice.org-writer2latex
5941 openssl-blacklist p7zip p7zip-full pkg-config python-4suite-xml
5942 python-aptdaemon python-aptdaemon-gtk python-axiom
5943 python-beautifulsoup python-bugbuddy python-clientform
5944 python-coherence python-configobj python-crypto python-cupshelpers
5945 python-cupsutils python-eggtrayicon python-elementtree
5946 python-epsilon python-evolution python-feedparser python-gdata
5947 python-gdbm python-gst0.10 python-gtkglext1 python-gtkmozembed
5948 python-gtksourceview2 python-httplib2 python-louie python-mako
5949 python-markupsafe python-mechanize python-nevow python-notify
5950 python-opengl python-openssl python-pam python-pkg-resources
5951 python-pyasn1 python-pysqlite2 python-rdflib python-serial
5952 python-tagpy python-twisted-bin python-twisted-conch
5953 python-twisted-core python-twisted-web python-utidylib python-webkit
5954 python-xdg python-zope.interface remmina remmina-plugin-data
5955 remmina-plugin-rdp remmina-plugin-vnc rhythmbox-plugin-cdrecorder
5956 rhythmbox-plugins rpm-common rpm2cpio seahorse-plugins shotwell
5957 software-center svgalibg1 system-config-printer-udev
5958 telepathy-gabble telepathy-mission-control-5 telepathy-salut tomboy
5959 totem totem-coherence totem-mozilla totem-plugins
5960 transmission-common xdg-user-dirs xdg-user-dirs-gtk xserver-xephyr
5961 zip
5962 &lt;/p&gt;&lt;/blockquote&gt;
5963
5964 Installed using apt-get, removed with aptitude
5965
5966 &lt;blockquote&gt;&lt;p&gt;
5967 arj bluez-utils cheese dhcdbd djvulibre-desktop ekiga eog
5968 epiphany-extensions epiphany-gecko evolution-exchange
5969 fast-user-switch-applet file-roller gcalctool gconf-editor gdm gedit
5970 gedit-common gnome-app-install gnome-games gnome-games-data
5971 gnome-nettool gnome-system-tools gnome-themes gnome-utils
5972 gnome-vfs-obexftp gnome-volume-manager gnuchess gucharmap
5973 guile-1.8-libs hal libavahi-compat-libdnssd1 libavahi-core5
5974 libavahi-ui0 libbind9-50 libbluetooth2 libcamel1.2-11 libcdio7
5975 libcucul0 libcurl3 libdirectfb-1.0-0 libdmx1 libdvdread3
5976 libedata-cal1.2-6 libedataserver1.2-9 libeel2-2.20 libepc-1.0-1
5977 libepc-ui-1.0-1 libexchange-storage1.2-3 libfaad0 libgadu3
5978 libgalago3 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
5979 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
5980 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
5981 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtk-vnc-1.0-0
5982 libgtkhtml2-0 libgtksourceview1.0-0 libgtksourceview2.0-0
5983 libgucharmap6 libhesiod0 libicu38 libisccc50 libisccfg50 libiw29
5984 libjaxp1.3-java-gcj libkpathsea4 liblircclient0 libltdl3 liblwres50
5985 libmagick++10 libmagick10 libmalaga7 libmozjs1d libmpfr1ldbl libmtp7
5986 libmysqlclient15off libnautilus-burn4 libneon27 libnm-glib0
5987 libnm-util0 libopal-2.2 libosp5 libparted1.8-10 libpisock9
5988 libpisync1 libpoppler-glib3 libpoppler3 libpt-1.10.10 libraw1394-8
5989 libsdl1.2debian-alsa libsensors3 libsexy2 libsmbios2 libsoup2.2-8
5990 libspeexdsp1 libssh2-1 libsuitesparse-3.1.0 libsvga1
5991 libswfdec-0.6-90 libtalloc1 libtotem-plparser10 libtrackerclient0
5992 libvoikko1 libxalan2-java-gcj libxerces2-java-gcj libxklavier12
5993 libxtrap6 libxxf86misc1 libzephyr3 mysql-common rhythmbox seahorse
5994 sound-juicer swfdec-gnome system-config-printer totem-common
5995 totem-gstreamer transmission-gtk vinagre vino w3c-dtd-xhtml wodim
5996 &lt;/p&gt;&lt;/blockquote&gt;
5997
5998 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
5999
6000 &lt;blockquote&gt;&lt;p&gt;
6001 gstreamer0.10-gnomevfs
6002 &lt;/p&gt;&lt;/blockquote&gt;
6003
6004 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
6005
6006 &lt;blockquote&gt;&lt;p&gt;
6007 [nothing]
6008 &lt;/p&gt;&lt;/blockquote&gt;
6009
6010 &lt;p&gt;This is for KDE:&lt;/p&gt;
6011
6012 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
6013
6014 &lt;blockquote&gt;&lt;p&gt;
6015 autopoint bomber bovo cantor cantor-backend-kalgebra cpp-4.3 dcoprss
6016 edict espeak espeak-data eyesapplet fifteenapplet finger gettext
6017 ghostscript-x git gnome-audio gnugo granatier gs-common
6018 gstreamer0.10-pulseaudio indi kaddressbook-plugins kalgebra
6019 kalzium-data kanjidic kapman kate-plugins kblocks kbreakout kbstate
6020 kde-icons-mono kdeaccessibility kdeaddons-kfile-plugins
6021 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
6022 kdeedu kdeedu-data kdeedu-kvtml-data kdegames kdegames-card-data
6023 kdegames-mahjongg-data kdegraphics-kfile-plugins kdelirc
6024 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
6025 kdepim-kfile-plugins kdepim-kio-plugins kdessh kdetoys kdewebdev
6026 kdiamond kdnssd kfilereplace kfourinline kgeography-data kigo
6027 killbots kiriki klettres-data kmoon kmrml knewsticker-scripts
6028 kollision kpf krosspython ksirk ksmserver ksquares kstars-data
6029 ksudoku kubrick kweather libasound2-plugins libboost-python1.42.0
6030 libcfitsio3 libconvert-binhex-perl libcrypt-ssleay-perl libdb4.6++
6031 libdjvulibre-text libdotconf1.0 liberror-perl libespeak1
6032 libfinance-quote-perl libgail-common libgsl0ldbl libhtml-parser-perl
6033 libhtml-tableextract-perl libhtml-tagset-perl libhtml-tree-perl
6034 libio-stringy-perl libkdeedu4 libkdegames5 libkiten4 libkpathsea5
6035 libkrossui4 libmailtools-perl libmime-tools-perl
6036 libnews-nntpclient-perl libopenbabel3 libportaudio2 libpulse-browse0
6037 libservlet2.4-java libspeechd2 libtiff-tools libtimedate-perl
6038 libunistring0 liburi-perl libwww-perl libxalan2-java libxerces2-java
6039 lirc luatex marble networkstatus noatun-plugins
6040 openoffice.org-writer2latex palapeli palapeli-data parley
6041 parley-data poster psutils pulseaudio pulseaudio-esound-compat
6042 pulseaudio-module-x11 pulseaudio-utils quanta-data rocs rsync
6043 speech-dispatcher step svgalibg1 texlive-binaries texlive-luatex
6044 ttf-sazanami-gothic
6045 &lt;/p&gt;&lt;/blockquote&gt;
6046
6047 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
6048
6049 &lt;blockquote&gt;&lt;p&gt;
6050 amor artsbuilder atlantik atlantikdesigner blinken bluez-utils cvs
6051 dhcdbd djvulibre-desktop imlib-base imlib11 kalzium kanagram kandy
6052 kasteroids katomic kbackgammon kbattleship kblackbox kbounce kbruch
6053 kcron kdat kdemultimedia-kappfinder-data kdeprint kdict kdvi kedit
6054 keduca kenolaba kfax kfaxview kfouleggs kgeography kghostview
6055 kgoldrunner khangman khexedit kiconedit kig kimagemapeditor
6056 kitchensync kiten kjumpingcube klatin klettres klickety klines
6057 klinkstatus kmag kmahjongg kmailcvt kmenuedit kmid kmilo kmines
6058 kmousetool kmouth kmplot knetwalk kodo kolf kommander konquest kooka
6059 kpager kpat kpdf kpercentage kpilot kpoker kpovmodeler krec
6060 kregexpeditor kreversi ksame ksayit kshisen ksig ksim ksirc ksirtet
6061 ksmiletris ksnake ksokoban kspaceduel kstars ksvg ksysv kteatime
6062 ktip ktnef ktouch ktron kttsd ktuberling kturtle ktux kuickshow
6063 kverbos kview kviewshell kvoctrain kwifimanager kwin kwin4 kwordquiz
6064 kworldclock kxsldbg libakode2 libarts1-akode libarts1-audiofile
6065 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
6066 libavahi-core5 libavc1394-0 libbind9-50 libbluetooth2
6067 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0
6068 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
6069 libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0 libicu38
6070 libiec61883-0 libindex0 libisccc50 libisccfg50 libiw29
6071 libjaxp1.3-java-gcj libk3b3 libkcal2b libkcddb1 libkdeedu3
6072 libkdegames1 libkdepim1a libkgantt0 libkleopatra1 libkmime2
6073 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
6074 libksieve0 libktnef1 liblockdev1 libltdl3 liblwres50 libmagick10
6075 libmimelib1c2a libmodplug0c2 libmozjs1d libmpcdec3 libmpfr1ldbl
6076 libneon27 libnm-util0 libopensync0 libpisock9 libpoppler-glib3
6077 libpoppler-qt2 libpoppler3 libraw1394-8 librss1 libsensors3
6078 libsmbios2 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90
6079 libtalloc1 libxalan2-java-gcj libxerces2-java-gcj libxtrap6 lskat
6080 mpeglib network-manager-kde noatun pmount tex-common texlive-base
6081 texlive-common texlive-doc-base texlive-fonts-recommended tidy
6082 ttf-dustin ttf-kochi-gothic ttf-sjfonts
6083 &lt;/p&gt;&lt;/blockquote&gt;
6084
6085 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
6086
6087 &lt;blockquote&gt;&lt;p&gt;
6088 dolphin kde-core kde-plasma-desktop kde-standard kde-window-manager
6089 kdeartwork kdebase kdebase-apps kdebase-workspace
6090 kdebase-workspace-bin kdebase-workspace-data kdeutils kscreensaver
6091 kscreensaver-xsavers libgle3 libkonq5 libkonq5-templates libnetpbm10
6092 netpbm plasma-widget-folderview plasma-widget-networkmanagement
6093 xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
6094 xscreensaver-screensaver-bsod
6095 &lt;/p&gt;&lt;/blockquote&gt;
6096
6097 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
6098
6099 &lt;blockquote&gt;&lt;p&gt;
6100 kdebase-bin konq-plugins konqueror
6101 &lt;/p&gt;&lt;/blockquote&gt;
6102 </description>
6103 </item>
6104
6105 <item>
6106 <title>Gnash buildbot slave and Debian kfreebsd</title>
6107 <link>http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</link>
6108 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</guid>
6109 <pubDate>Sat, 20 Nov 2010 07:20:00 +0100</pubDate>
6110 <description>&lt;p&gt;Answering
6111 &lt;a href=&quot;http://www.listware.net/201011/gnash-dev/67431-gnash-dev-buildbot-looking-for-slaves.html&quot;&gt;the
6112 call from the Gnash project&lt;/a&gt; for
6113 &lt;a href=&quot;http://www.gnashdev.org:8010&quot;&gt;buildbot&lt;/a&gt; slaves to test the
6114 current source, I have set up a virtual KVM machine on the Debian
6115 Edu/Skolelinux virtualization host to test the git source on
6116 Debian/Squeeze. I hope this can help the developers in getting new
6117 releases out more often.&lt;/p&gt;
6118
6119 &lt;p&gt;As the developers want less main-stream build platforms tested to,
6120 I have considered setting up a &lt;a
6121 href=&quot;http://www.debian.org/ports/kfreebsd-gnu/&quot;&gt;Debian/kfreebsd&lt;/a&gt;
6122 machine as well. I have also considered using the kfreebsd
6123 architecture in Debian as a file server in NUUG to get access to the 5
6124 TB zfs volume we currently use to store DV video. Because of this, I
6125 finally got around to do a test installation of Debian/Squeeze with
6126 kfreebsd. Installation went fairly smooth, thought I noticed some
6127 visual glitches in the cdebconf dialogs (black cursor left on the
6128 screen at random locations). Have not gotten very far with the
6129 testing. Noticed cfdisk did not work, but fdisk did so it was not a
6130 fatal problem. Have to spend some more time on it to see if it is
6131 useful as a file server for NUUG. Will try to find time to set up a
6132 gnash buildbot slave on the Debian Edu/Skolelinux this weekend.&lt;/p&gt;
6133 </description>
6134 </item>
6135
6136 <item>
6137 <title>Making room on the Debian Edu/Sqeeze DVD</title>
6138 <link>http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</link>
6139 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</guid>
6140 <pubDate>Sun, 7 Nov 2010 11:45:00 +0100</pubDate>
6141 <description>&lt;p&gt;Prioritising packages for the Debian Edu /
6142 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; DVD, which is
6143 supposed provide a school with all the services and user applications
6144 needed on the pupils computer network has always been hard. Even
6145 schools without Internet connections should be able to get Debian Edu
6146 working using this DVD.&lt;/p&gt;
6147
6148 &lt;p&gt;The job became a lot harder when apt and aptitude started
6149 installing recommended packages by default. We want the same set of
6150 packages to be installed when using the DVD and the netinst CD, and
6151 that means all recommended packages need to be on the DVD. I created
6152 a patch for debian-cd in &lt;a href=&quot;http://bugs.debian.org/601203&quot;&gt;BTS
6153 report #601203&lt;/a&gt; to do this, and since this change was applied to
6154 the Debian Edu DVD build, we have been seriously short on space.&lt;/p&gt;
6155
6156 &lt;p&gt;A few days ago we decided to drop blender, wxmaxima and kicad from
6157 the default installation to save space on the DVD, believing that
6158 those needing these applications are few and can get them from the
6159 Debian archive.&lt;/p&gt;
6160
6161 &lt;p&gt;Yesterday, I had a look what source packages to see which packages
6162 were using most space. A few large packages are well know;
6163 openoffice.org, openclipart and fluid-soundfont. But I also
6164 discovered that lilypond used 106 MiB and fglrx-driver used 53 MiB.
6165 The lilypond package is pulled in as a dependency for rosegarden, and
6166 when looking a bit closer I discovered that 99 MiB of the 106 MiB were
6167 the documentation package, which is recommended by the binary package.
6168 I decided to drop this documentation package from our DVD, as most of
6169 our users will use the GUI front-ends and do not need the lilypond
6170 documentation. Similarly, I dropped the non-free fglrx-driver package
6171 which might be installed by d-i when its hardware is detected, as the
6172 free X driver should work.&lt;/p&gt;
6173
6174 &lt;p&gt;With this change, we finally got space for the LXDE and Gnome
6175 desktop packages as well as the language specific packages making the
6176 DVD more useful again.&lt;/p&gt;
6177 </description>
6178 </item>
6179
6180 <item>
6181 <title>Software updates 2010-10-24</title>
6182 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
6183 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
6184 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
6185 <description>&lt;p&gt;Some updates.&lt;/p&gt;
6186
6187 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
6188 raise money for the project is going well. The lower limit of 10
6189 signers was reached in 24 hours, and so far 13 people have signed it.
6190 More signers and more funding is most welcome, and I am really curious
6191 how far we can get before the time limit of December 24 is reached.
6192 :)&lt;/p&gt;
6193
6194 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
6195 about what appear to be a great code coverage tool capable of
6196 generating code coverage stats without any changes to the source code.
6197 It is called
6198 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
6199 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
6200 It is missing in Debian, but the git source built just fine in Squeeze
6201 after I installed libelf-dev, libdwarf-dev, pkg-config and
6202 libglib2.0-dev. Failed to build in Lenny, but suspect that is
6203 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
6204
6205 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
6206 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
6207 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
6208 alpha test release of the Squeeze based Debian Edu /
6209 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
6210 release. Give it a try if you need a complete linux solution for your
6211 school, including central infrastructure server, workstations, thin
6212 client servers and diskless workstations. A nice touch added
6213 yesterday is RDP support on the thin client servers, for windows
6214 clients to get a Linux desktop on request.&lt;/p&gt;
6215 </description>
6216 </item>
6217
6218 <item>
6219 <title>Some notes on Flash in Debian and Debian Edu</title>
6220 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
6221 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
6222 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
6223 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
6224 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
6225 second most popular used package that is missing in Debian. The sixth
6226 most popular is flashplayer-mozilla. This is a clear indication that
6227 working flash is important for Debian users. Around 10 percent of the
6228 users submitting data to popcon.debian.org have this package
6229 installed.&lt;/p&gt;
6230
6231 &lt;p&gt;In the report written by Lars Risan in August 2008
6232&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
6233 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
6234 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
6235 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
6236 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
6237 web sites require Flash to work, and lacking working Flash support in
6238 the web browser and the problems with installing it was perceived as a
6239 good reason to stay with Windows.&lt;/p&gt;
6240
6241 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
6242 said to be the retarded cousin that did not really understand
6243 everything you told him but could work fairly well. This was a
6244 comment regarding the problems Linux have with proprietary formats and
6245 non-standard web pages, and is sad because it exposes a fairly common
6246 understanding of whose fault it is if web pages that only work in for
6247 example Internet Explorer 6 fail to work on Firefox, and funny because
6248 it explain very well how annoying it is for users when Linux
6249 distributions do not work with the documents they receive or the web
6250 pages they want to visit.&lt;/p&gt;
6251
6252 &lt;p&gt;This is part of the reason why I believe it is important for Debian
6253 and Debian Edu to have a well working Flash implementation in the
6254 distribution, to get at least popular sites as Youtube and Google
6255 Video to working out of the box. For Squeeze, Debian have the chance
6256 to include the latest version of Gnash that will make this happen, as
6257 the new release 0.8.8 was published a few weeks ago and is resting in
6258 unstable. The new version work with more sites that version 0.8.7.
6259 The Gnash maintainers have asked for a freeze exception, but the
6260 release team have not had time to reply to it yet. I hope they agree
6261 with me that Flash is important for the Debian desktop users, and thus
6262 accept the new package into Squeeze.&lt;/p&gt;
6263 </description>
6264 </item>
6265
6266 <item>
6267 <title>Broken hard link handling with sshfs</title>
6268 <link>http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</link>
6269 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</guid>
6270 <pubDate>Mon, 30 Aug 2010 19:30:00 +0200</pubDate>
6271 <description>&lt;p&gt;Just got an email from Tobias Gruetzmacher as a followup on my
6272 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html&quot;&gt;previous
6273 post about sshfs&lt;/a&gt;. He reported another problem with sshfs. It
6274 fail to handle hard links properly. A simple way to spot this is to
6275 look at the . and .. entries in the directory tree. These should have
6276 a link count &gt;1, but on sshfs the count is 1. I just tested to see
6277 what happen when trying to hardlink, and this fail as well:&lt;/p&gt;
6278
6279 &lt;pre&gt;
6280 % ln foo bar
6281 ln: creating hard link `bar&#39; =&gt; `foo&#39;: Function not implemented
6282 %
6283 &lt;/pre&gt;
6284
6285 &lt;p&gt;I have not yet found time to implement a test for this in my file
6286 system test code, but believe having working hard links is useful to
6287 avoid surprised unix programs. Not as useful as working file locking
6288 and symlinks, which are required to get a working desktop, but useful
6289 nevertheless. :)&lt;/p&gt;
6290
6291 &lt;p&gt;The latest version of the file system test code is available via
6292 git from
6293 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;&lt;/p&gt;
6294 </description>
6295 </item>
6296
6297 <item>
6298 <title>Skolelinux i Osloskolen</title>
6299 <link>http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</link>
6300 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</guid>
6301 <pubDate>Thu, 26 Aug 2010 22:25:00 +0200</pubDate>
6302 <description>&lt;p&gt;Denne høsten skal endelig alle Osloskolene få mulighet til å bruke
6303 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Ny IT-løsning
6304 har vært rullet ut i noen måneder nå, og så vidt jeg fikk vite før
6305 sommeren skulle alle skoler ha nytt opplegg på plass før oppstart nå i
6306 høst. På alle skolene skal en kunne velge ved installasjon om en skal
6307 ha Windows eller Skolelinux på maskinene, og en kan i tillegg
6308 PXE-boote maskinene over nett som tynne klienter eller diskløse
6309 arbeidsstasjoner. Jeg er spent på hvor mange skoler som velger å ta i
6310 bruk Skolelinux, og gleder meg til å se hvordan dette utvikler seg.
6311 Løsningen leveres av
6312 &lt;a href=&quot;http://www.logica.no/&quot;&gt;Logica&lt;/a&gt; med
6313 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; som
6314 underleverandør, og jeg har vært involvert i utviklingen av løsningen
6315 via Skolelinux Drift AS siden prosjektet starter. Jeg synes det er
6316 fantastisk at Skolelinux er kommet så langt siden vi startet i 2001 at
6317 alle elevene i Osloskolene nå skal få mulighet til å bruke
6318 løsningen. Jeg håper de vil sette pris på alle de
6319 &lt;a href=&quot;http://www.skolelinux.no/linux-signpost/&quot;&gt;fantastiske
6320 brukerprogrammene&lt;/a&gt; som er tilgjengelig i Skolelinux.&lt;/p&gt;
6321 </description>
6322 </item>
6323
6324 <item>
6325 <title>Broken umask handling with sshfs</title>
6326 <link>http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</link>
6327 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</guid>
6328 <pubDate>Thu, 26 Aug 2010 13:30:00 +0200</pubDate>
6329 <description>&lt;p&gt;My file system sematics program
6330 &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
6331 a few days ago&lt;/a&gt; is very useful to verify that a file system can
6332 work as a unix home directory,and today I had to extend it a bit. I&#39;m
6333 looking into alternatives for home directory access here at the
6334 University of Oslo, and one of the options is sshfs. My friend
6335 Finn-Arne mentioned a while back that they had used sshfs with Debian
6336 Edu, but stopped because of problems. I asked today what the problems
6337 where, and he mentioned that sshfs failed to handle umask properly.
6338 Trying to detect the problem I wrote this addition to my fs testing
6339 script:&lt;/p&gt;
6340
6341 &lt;pre&gt;
6342 mode_t touch_get_mode(const char *name, mode_t mode) {
6343 mode_t retval = 0;
6344 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, mode);
6345 if (-1 != fd) {
6346 unlink(name);
6347 struct stat statbuf;
6348 if (-1 != fstat(fd, &amp;statbuf)) {
6349 retval = statbuf.st_mode &amp; 0x1ff;
6350 }
6351 close(fd);
6352 }
6353 return retval;
6354 }
6355
6356 /* Try to detect problem discovered using sshfs */
6357 int test_umask(void) {
6358 printf(&quot;info: testing umask effect on file creation\n&quot;);
6359
6360 mode_t orig_umask = umask(000);
6361 mode_t newmode;
6362 if (0666 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
6363 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 000\n&quot;,
6364 newmode);
6365 }
6366 umask(007);
6367 if (0660 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
6368 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 007\n&quot;,
6369 newmode);
6370 }
6371
6372 umask (orig_umask);
6373 return 0;
6374 }
6375
6376 int main(int argc, char **argv) {
6377 [...]
6378 test_umask();
6379 return 0;
6380 }
6381 &lt;/pre&gt;
6382
6383 &lt;p&gt;Sure enough. On NFS to a netapp, I get this result:&lt;/p&gt;
6384
6385 &lt;pre&gt;
6386 Testing POSIX/Unix sematics on file system
6387 info: testing symlink creation
6388 info: testing subdirectory creation
6389 info: testing fcntl locking
6390 Read-locking 1 byte from 1073741824
6391 Read-locking 510 byte from 1073741826
6392 Unlocking 1 byte from 1073741824
6393 Write-locking 1 byte from 1073741824
6394 Write-locking 510 byte from 1073741826
6395 Unlocking 2 byte from 1073741824
6396 info: testing umask effect on file creation
6397 &lt;/pre&gt;
6398
6399 &lt;p&gt;When mounting the same directory using sshfs, I get this
6400 result:&lt;/p&gt;
6401
6402 &lt;pre&gt;
6403 Testing POSIX/Unix sematics on file system
6404 info: testing symlink creation
6405 info: testing subdirectory creation
6406 info: testing fcntl locking
6407 Read-locking 1 byte from 1073741824
6408 Read-locking 510 byte from 1073741826
6409 Unlocking 1 byte from 1073741824
6410 Write-locking 1 byte from 1073741824
6411 Write-locking 510 byte from 1073741826
6412 Unlocking 2 byte from 1073741824
6413 info: testing umask effect on file creation
6414 error: Wrong file mode 644 when creating using mode 666 and umask 000
6415 error: Wrong file mode 640 when creating using mode 666 and umask 007
6416 &lt;/pre&gt;
6417
6418 &lt;p&gt;So, I can conclude that sshfs is better than smb to a Netapp or a
6419 Windows server, but not good enough to be used as a home
6420 directory.&lt;/p&gt;
6421
6422 &lt;p&gt;Update 2010-08-26: Reported the issue in
6423 &lt;a href=&quot;http://bugs.debian.org/594498&quot;&gt;BTS report #594498&lt;/a&gt;&lt;/p&gt;
6424
6425 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
6426 script so useful that he created a GIT repository and stored it in
6427 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
6428 </description>
6429 </item>
6430
6431 <item>
6432 <title>No hardcoded config on Debian Edu clients</title>
6433 <link>http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</link>
6434 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</guid>
6435 <pubDate>Mon, 9 Aug 2010 20:15:00 +0200</pubDate>
6436 <description>&lt;p&gt;As reported earlier, the last few days I have looked at how Debian
6437 Edu clients are configured, and tried to get rid of all hardcoded
6438 configuration settings on the clients. I believe the work to be
6439 mostly done, and the clients seem to work just fine with dynamically
6440 generated configuration.&lt;/p&gt;
6441
6442 &lt;p&gt;What is the point, you might ask? The point is to allow a Debian
6443 Edu desktop to integrate into an existing network infrastructure
6444 without any manual configuration.&lt;/p&gt;
6445
6446 &lt;p&gt;This is what happens when installing a Debian Edu client here at
6447 the University of Oslo using PXE. With the PXE installation, I am
6448 asked for language (Norwegian Bokmål), locality (Norway) and keyboard
6449 layout (no-latin1), Debian Edu profile (Roaming Workstation), if I
6450 accept to reformat the hard drive (yes), if I want to submit info to
6451 popcon.debian.org (no) and root password (secret). After answering
6452 these questions, the installer goes ahead and does its thing, and
6453 after around 50 minutes it is done. I press enter to finish the
6454 installation, and the machine reboots into KDE. When the machine is
6455 ready and kdm asks for login information, I enter my university
6456 username and password, am told by kdm that a local home directory has
6457 been created and that I must log in again, and finally log in with the
6458 same username and password to the KDE 4.4 desktop. At no point during
6459 this process did it ask for university specific settings, and all the
6460 required configuration was dynamically detected using information
6461 fetched via DHCP and DNS. The roaming workstation is now ready for
6462 use.&lt;/p&gt;
6463
6464 &lt;p&gt;How was this done, you might wonder? First of all, here is the
6465 list of things that need to be configured on the client to get it
6466 working properly out of the box:&lt;/p&gt;
6467
6468 &lt;ul&gt;
6469 &lt;li&gt;IP address/netmask and DNS server.&lt;/li&gt;
6470 &lt;li&gt;Web proxy URL.&lt;/li&gt;
6471 &lt;li&gt;LDAP server for NSS directory information (user, group, etc).&lt;/li&gt;
6472 &lt;li&gt;Kerberos server for PAM password checking.&lt;/li&gt;
6473 &lt;li&gt;SMB mount point to access the network home directory. (*)&lt;/li&gt;
6474 &lt;li&gt;Central syslog server to send syslog messages to. (*)&lt;/li&gt;
6475 &lt;li&gt;Sitesummary collector URL to submit info to central server. (*)&lt;/li&gt;
6476 &lt;/ul&gt;
6477
6478 &lt;p&gt;(Hm, did I forget anything? Let me knew if I did.)&lt;/p&gt;
6479
6480 &lt;p&gt;The points marked (*) are not required to be able to use the
6481 machine, but needed to provide central storage and allowing system
6482 administrators to track their machines. Since yesterday, everything
6483 but the sitesummary collector URL is dynamically discovered at boot
6484 and installation time in the svn version of Debian Edu.&lt;/p&gt;
6485
6486 &lt;p&gt;The IP and DNS setup is fetched during boot using DHCP as usual.
6487 When a DHCP update arrives, the proxy setup is updated by looking for
6488 http://wpat/wpad.dat and using the content of this WPAD file to
6489 configure the http and ftp proxy in /etc/environment and
6490 /etc/apt/apt.conf. I decided to update the proxy setup using a DHCP
6491 hook to ensure that the client stops using the Debian Edu proxy when
6492 it is moved outside the Debian Edu network, and instead uses any local
6493 proxy present on the new network when it moves around.&lt;/p&gt;
6494
6495 &lt;p&gt;The DNS names of the LDAP, Kerberos and syslog server and related
6496 configuration are generated using DNS information at boot. First the
6497 installer looks for a host named ldap in the current DNS domain. If
6498 not found, it looks for _ldap._tcp SRV records in DNS instead. If an
6499 LDAP server is found, its root DSE entry is requested and the
6500 attributes namingContexts and defaultNamingContext are used to
6501 determine which LDAP base to use for NSS. If there are several
6502 namingContexts attibutes and the defaultNamingContext is present, that
6503 LDAP subtree is used as the base. If defaultNamingContext is missing,
6504 the subtrees listed as namingContexts are searched in sequence for any
6505 object with class posixAccount or posixGroup, and the first one with
6506 such an object is used as the LDAP base. For Kerberos, a similar
6507 search is done by first looking for a host named kerberos, and then
6508 for the _kerberos._tcp SRV record. I&#39;ve been unable to find a way to
6509 look up the Kerberos realm, so for this the upper case string of the
6510 current DNS domain is used.&lt;/p&gt;
6511
6512 &lt;p&gt;For the syslog server, the hosts syslog and loghost are searched
6513 for, and the _syslog._udp SRV record is consulted if no such host is
6514 found. This algorithm works for both Debian Edu and the University of
6515 Oslo. A similar strategy would work for locating the sitesummary
6516 server, but have not been implemented yet. I decided to fetch and
6517 save these settings during installation, to make sure moving to a
6518 different network does not change the set of users being allowed to
6519 log in nor the passwords required to log in. Usernames and passwords
6520 will be cached by sssd when the user logs in on the Debian Edu
6521 network, and will not change as the laptop move around. For a
6522 non-roaming machine, there is no caching, but given that it is
6523 supposed to stay in place it should not matter much. Perhaps we
6524 should switch those to use sssd too?&lt;/p&gt;
6525
6526 &lt;p&gt;The user&#39;s SMB mount point for the network home directory is
6527 located when the user logs in for the first time. The LDAP server is
6528 consulted to look for the user&#39;s LDAP object and the sambaHomePath
6529 attribute is used if found. If it isn&#39;t found, the home directory
6530 path fetched from NSS is used instead. Assuming the path is of the
6531 form /site/server/directory/username, the second part is looked up in
6532 DNS and used to generate a SMB URL of the form
6533 smb://server.domain/username. This algorithm works for both Debian
6534 edu and the University of Oslo. Perhaps there are better attributes
6535 to use or a better algorithm that works for more sites, but this will
6536 do for now. :)&lt;/p&gt;
6537
6538 &lt;p&gt;This work should make it easier to integrate the Debian Edu clients
6539 into any LDAP/Kerberos infrastructure, and make the current setup even
6540 more flexible than before. I suspect it will also work for thin
6541 client servers, allowing one to easily set up LTSP and hook it into a
6542 existing network infrastructure, but I have not had time to test this
6543 yet.&lt;/p&gt;
6544
6545 &lt;p&gt;If you want to help out with implementing these things for Debian
6546 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
6547
6548 &lt;p&gt;Update 2010-08-09: Simon Farnsworth gave me a heads-up on how to
6549 detect Kerberos realm from DNS, by looking for _kerberos TXT entries
6550 before falling back to the upper case DNS domain name. Will have to
6551 implement it for Debian Edu. :)&lt;/p&gt;
6552 </description>
6553 </item>
6554
6555 <item>
6556 <title>Testing if a file system can be used for home directories...</title>
6557 <link>http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</link>
6558 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</guid>
6559 <pubDate>Sun, 8 Aug 2010 21:20:00 +0200</pubDate>
6560 <description>&lt;p&gt;A few years ago, I was involved in a project planning to use
6561 Windows file servers as home directory servers for Debian
6562 Edu/Skolelinux machines. This was thought to be no problem, as the
6563 access would be through the SMB network file system protocol, and we
6564 knew other sites used SMB with unix and samba as the file server to
6565 mount home directories without any problems. But, after months of
6566 struggling, we had to conclude that our goal was impossible.&lt;/p&gt;
6567
6568 &lt;p&gt;The reason is simply that while SMB can be used for home
6569 directories when the file server is Samba running on Unix, this only
6570 work because of Samba have some extensions and the fact that the
6571 underlying file system is a unix file system. When using a Windows
6572 file server, the underlying file system do not have POSIX semantics,
6573 and several programs will fail if the users home directory where they
6574 want to store their configuration lack POSIX semantics.&lt;/p&gt;
6575
6576 &lt;p&gt;As part of this work, I wrote a small C program I want to share
6577 with you all, to replicate a few of the problematic applications (like
6578 OpenOffice.org and GCompris) and see if the file system was working as
6579 it should. If you find yourself in spooky file system land, it might
6580 help you find your way out again. This is the fs-test.c source:&lt;/p&gt;
6581
6582 &lt;pre&gt;
6583 /*
6584 * Some tests to check the file system sematics. Used to verify that
6585 * CIFS from a windows server do not work properly as a linux home
6586 * directory.
6587 * License: GPL v2 or later
6588 *
6589 * needs libsqlite3-dev and build-essential installed
6590 * compile with: gcc -Wall -lsqlite3 -DTEST_SQLITE fs-test.c -o fs-test
6591 */
6592
6593 #define _FILE_OFFSET_BITS 64
6594 #define _LARGEFILE_SOURCE 1
6595 #define _LARGEFILE64_SOURCE 1
6596
6597 #define _GNU_SOURCE /* for asprintf() */
6598
6599 #include &amp;lt;errno.h&gt;
6600 #include &amp;lt;fcntl.h&gt;
6601 #include &amp;lt;stdio.h&gt;
6602 #include &amp;lt;string.h&gt;
6603 #include &amp;lt;stdlib.h&gt;
6604 #include &amp;lt;sys/file.h&gt;
6605 #include &amp;lt;sys/stat.h&gt;
6606 #include &amp;lt;sys/types.h&gt;
6607 #include &amp;lt;unistd.h&gt;
6608
6609 #ifdef TEST_SQLITE
6610 /*
6611 * Test sqlite open, as done by gcompris require the libsqlite3-dev
6612 * package and linking with -lsqlite3. A more low level test is
6613 * below.
6614 * See also &amp;lt;URL: http://www.sqlite.org./faq.html#q5 &gt;.
6615 */
6616 #include &amp;lt;sqlite3.h&gt;
6617 #define CREATE_TABLE_USERS \
6618 &quot;CREATE TABLE users (user_id INT UNIQUE, login TEXT, lastname TEXT, firstname TEXT, birthdate TEXT, class_id INT ); &quot;
6619 int test_sqlite_open(void) {
6620 char *zErrMsg;
6621 char *name = &quot;testsqlite.db&quot;;
6622 sqlite3 *db=NULL;
6623 unlink(name);
6624 int rc = sqlite3_open(name, &amp;db);
6625 if( rc ){
6626 printf(&quot;error: sqlite open of %s failed: %s\n&quot;, name, sqlite3_errmsg(db));
6627 sqlite3_close(db);
6628 return -1;
6629 }
6630
6631 /* create tables */
6632 rc = sqlite3_exec(db,CREATE_TABLE_USERS, NULL, 0, &amp;zErrMsg);
6633 if( rc != SQLITE_OK ){
6634 printf(&quot;error: sqlite table create failed: %s\n&quot;, zErrMsg);
6635 sqlite3_close(db);
6636 return -1;
6637 }
6638 printf(&quot;info: sqlite worked\n&quot;);
6639 sqlite3_close(db);
6640 return 0;
6641 }
6642 #endif /* TEST_SQLITE */
6643
6644 /*
6645 * Demonstrate locking issue found in gcompris using sqlite3. This
6646 * work with ext3, but not with cifs server on Windows 2003. This is
6647 * done in the sqlite3 library.
6648 * See also
6649 * &amp;lt;URL:http://www.cygwin.com/ml/cygwin/2001-08/msg00854.html&gt; and the
6650 * POSIX specification
6651 * &amp;lt;URL:http://www.opengroup.org/onlinepubs/009695399/functions/fcntl.html&gt;.
6652 */
6653 int test_gcompris_locking(void) {
6654 struct flock fl;
6655 char *name = &quot;testsqlite.db&quot;;
6656 unlink(name);
6657 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, 0644);
6658 printf(&quot;info: testing fcntl locking\n&quot;);
6659
6660 fl.l_whence = SEEK_SET;
6661 fl.l_pid = getpid();
6662 printf(&quot; Read-locking 1 byte from 1073741824&quot;);
6663 fl.l_start = 1073741824;
6664 fl.l_len = 1;
6665 fl.l_type = F_RDLCK;
6666 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6667
6668 printf(&quot; Read-locking 510 byte from 1073741826&quot;);
6669 fl.l_start = 1073741826;
6670 fl.l_len = 510;
6671 fl.l_type = F_RDLCK;
6672 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6673
6674 printf(&quot; Unlocking 1 byte from 1073741824&quot;);
6675 fl.l_start = 1073741824;
6676 fl.l_len = 1;
6677 fl.l_type = F_UNLCK;
6678 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6679
6680 printf(&quot; Write-locking 1 byte from 1073741824&quot;);
6681 fl.l_start = 1073741824;
6682 fl.l_len = 1;
6683 fl.l_type = F_WRLCK;
6684 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6685
6686 printf(&quot; Write-locking 510 byte from 1073741826&quot;);
6687 fl.l_start = 1073741826;
6688 fl.l_len = 510;
6689 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6690
6691 printf(&quot; Unlocking 2 byte from 1073741824&quot;);
6692 fl.l_start = 1073741824;
6693 fl.l_len = 2;
6694 fl.l_type = F_UNLCK;
6695 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
6696
6697 close(fd);
6698 return 0;
6699 }
6700
6701 /*
6702 * Test if permissions of freshly created directories allow entries
6703 * below them. This was a problem with OpenOffice.org and gcompris.
6704 * Mounting with option &#39;sync&#39; seem to solve this problem while
6705 * slowing down file operations.
6706 */
6707 int test_subdirectory_creation(void) {
6708 #define LEVELS 5
6709 char *path = strdup(&quot;test&quot;);
6710 char *dirs[LEVELS];
6711 int level;
6712 printf(&quot;info: testing subdirectory creation\n&quot;);
6713 for (level = 0; level &amp;lt; LEVELS; level++) {
6714 char *newpath = NULL;
6715 if (-1 == mkdir(path, 0777)) {
6716 printf(&quot; error: Unable to create directory &#39;%s&#39;: %s\n&quot;,
6717 path, strerror(errno));
6718 break;
6719 }
6720 asprintf(&amp;newpath, &quot;%s/%s&quot;, path, &quot;test&quot;);
6721 free(path);
6722 path = newpath;
6723 }
6724 return 0;
6725 }
6726
6727 /*
6728 * Test if symlinks can be created. This was a problem detected with
6729 * KDE.
6730 */
6731 int test_symlinks(void) {
6732 printf(&quot;info: testing symlink creation\n&quot;);
6733 unlink(&quot;symlink&quot;);
6734 if (-1 == symlink(&quot;file&quot;, &quot;symlink&quot;))
6735 printf(&quot; error: Unable to create symlink\n&quot;);
6736 return 0;
6737 }
6738
6739 int main(int argc, char **argv) {
6740 printf(&quot;Testing POSIX/Unix sematics on file system\n&quot;);
6741 test_symlinks();
6742 test_subdirectory_creation();
6743 #ifdef TEST_SQLITE
6744 test_sqlite_open();
6745 #endif /* TEST_SQLITE */
6746 test_gcompris_locking();
6747 return 0;
6748 }
6749 &lt;/pre&gt;
6750
6751 &lt;p&gt;When everything is working, it should print something like
6752 this:&lt;/p&gt;
6753
6754 &lt;pre&gt;
6755 Testing POSIX/Unix sematics on file system
6756 info: testing symlink creation
6757 info: testing subdirectory creation
6758 info: sqlite worked
6759 info: testing fcntl locking
6760 Read-locking 1 byte from 1073741824
6761 Read-locking 510 byte from 1073741826
6762 Unlocking 1 byte from 1073741824
6763 Write-locking 1 byte from 1073741824
6764 Write-locking 510 byte from 1073741826
6765 Unlocking 2 byte from 1073741824
6766 &lt;/pre&gt;
6767
6768 &lt;p&gt;I do not remember the exact details of the problems we saw, but one
6769 of them was with locking, where if I remember correctly, POSIX allow a
6770 read-only lock to be upgraded to a read-write lock without unlocking
6771 the read-only lock (while Windows do not). Another was a bug in the
6772 CIFS/SMB client implementation in the Linux kernel where directory
6773 meta information would be wrong for a fraction of a second, making
6774 OpenOffice.org fail to create its deep directory tree because it was
6775 not allowed to create files in its freshly created directory.&lt;/p&gt;
6776
6777 &lt;p&gt;Anyway, here is a nice tool for your tool box, might you never need
6778 it. :)&lt;/p&gt;
6779
6780 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
6781 script so useful that he created a GIT repository and stored it in
6782 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
6783 </description>
6784 </item>
6785
6786 <item>
6787 <title>Autodetecting Client setup for roaming workstations in Debian Edu</title>
6788 <link>http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</link>
6789 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</guid>
6790 <pubDate>Sat, 7 Aug 2010 14:45:00 +0200</pubDate>
6791 <description>&lt;p&gt;A few days ago, I
6792 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html&quot;&gt;tried
6793 to install&lt;/a&gt; a Roaming workation profile from Debian Edu/Squeeze
6794 while on the university network here at the University of Oslo, and
6795 noticed how much had to change to get it operational using the
6796 university infrastructure. It was fairly easy, but it occured to me
6797 that Debian Edu would improve a lot if I could get the client to
6798 connect without any changes at all, and thus let the client configure
6799 itself during installation and first boot to use the infrastructure
6800 around it. Now I am a huge step further along that road.&lt;/p&gt;
6801
6802 &lt;p&gt;With our current squeeze-test packages, I can select the roaming
6803 workstation profile and get a working laptop connecting to the
6804 university LDAP server for user and group and our active directory
6805 servers for Kerberos authentication. All this without any
6806 configuration at all during installation. My users home directory got
6807 a bookmark in the KDE menu to mount it via SMB, with the correct URL.
6808 In short, openldap and sssd is correctly configured. In addition to
6809 this, the client look for http://wpad/wpad.dat to configure a web
6810 proxy, and when it fail to find it no proxy settings are stored in
6811 /etc/environment and /etc/apt/apt.conf. Iceweasel and KDE is
6812 configured to look for the same wpad configuration and also do not use
6813 a proxy when at the university network. If the machine is moved to a
6814 network with such wpad setup, it would automatically use it when DHCP
6815 gave it a IP address.&lt;/p&gt;
6816
6817 &lt;p&gt;The LDAP server is located using DNS, by first looking for the DNS
6818 entry ldap.$domain. If this do not exist, it look for the
6819 _ldap._tcp.$domain SRV records and use the first one as the LDAP
6820 server. Next, it connects to the LDAP server and search all
6821 namingContexts entries for posixAccount or posixGroup objects, and
6822 pick the first one as the LDAP base. For Kerberos, a similar
6823 algorithm is used to locate the LDAP server, and the realm is the
6824 uppercase version of $domain.&lt;/p&gt;
6825
6826 &lt;p&gt;So, what is not working, you might ask. SMB mounting my home
6827 directory do not work. No idea why, but suspected the incorrect
6828 Kerberos settings in /etc/krb5.conf and /etc/samba/smb.conf might be
6829 the cause. These are not properly configured during installation, and
6830 had to be hand-edited to get the correct Kerberos realm and server,
6831 but SMB mounting still do not work. :(&lt;/p&gt;
6832
6833 &lt;p&gt;With this automatic configuration in place, I expect a Debian Edu
6834 roaming profile installation would be able to automatically detect and
6835 connect to any site using LDAP and Kerberos for NSS directory and PAM
6836 authentication. It should also work out of the box in a Active
6837 Directory environment providing posixAccount and posixGroup objects
6838 with UID and GID values.&lt;/p&gt;
6839
6840 &lt;p&gt;If you want to help out with implementing these things for Debian
6841 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
6842 </description>
6843 </item>
6844
6845 <item>
6846 <title>Debian Edu roaming workstation - at the university of Oslo</title>
6847 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</link>
6848 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</guid>
6849 <pubDate>Tue, 3 Aug 2010 23:30:00 +0200</pubDate>
6850 <description>&lt;p&gt;The new roaming workstation profile in Debian Edu/Squeeze is fairly
6851 similar to the laptop setup am I working on using Ubuntu for the
6852 University of Oslo, and just for the heck of it, I tested today how
6853 hard it would be to integrate that profile into the university
6854 infrastructure. In this case, it is the university LDAP server,
6855 Active Directory Kerberos server and SMB mounting from the Netapp file
6856 servers.&lt;/p&gt;
6857
6858 &lt;p&gt;I was pleasantly surprised that the only three files needed to be
6859 changed (/etc/sssd/sssd.conf, /etc/ldap.conf and
6860 /etc/mklocaluser.d/20-debian-edu-config) and one file had to be added
6861 (/usr/share/perl5/Debian/Edu_Local.pm), to get the client working.
6862 Most of the changes were to get the client to use the university LDAP
6863 for NSS and Kerberos server for PAM, but one was to change a hard
6864 coded DNS domain name in the mklocaluser hook from .intern to
6865 .uio.no.&lt;/p&gt;
6866
6867 &lt;p&gt;This testing was so encouraging, that I went ahead and adjusted the
6868 Debian Edu scripts and setup in subversion to centralise the roaming
6869 workstation setup a bit more and avoid the hardcoded DNS domain name,
6870 so that when I test this tomorrow, I expect to get away with modifying
6871 only /etc/sssd/sssd.conf and /etc/ldap.conf to get it to use the
6872 university servers.&lt;/p&gt;
6873
6874 &lt;p&gt;My goal is to get the clients to have no hardcoded settings and
6875 fetch all their initial setup during installation and first boot, to
6876 allow them to be inserted also into environments where the default
6877 setup in Debian Edu has been changed or as with the university, where
6878 the environment is different but provides the protocols Debian Edu
6879 uses.&lt;/p&gt;
6880 </description>
6881 </item>
6882
6883 <item>
6884 <title>First Debian Edu test release (alpha0) based on Squeeze is released</title>
6885 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</link>
6886 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</guid>
6887 <pubDate>Tue, 27 Jul 2010 17:45:00 +0200</pubDate>
6888 <description>&lt;p&gt;I just posted this announcement culminating several months of work
6889 with the next Debian Edu release. Not nearly done, but one major step
6890 completed.&lt;/p&gt;
6891
6892 &lt;blockquote&gt;
6893 &lt;p&gt;This is the first test release based on Squeeze. The focus of this
6894 release is to test the user application selection. To have a look,
6895 install the standalone profile and let the developers know if the set
6896 of installed packages i.e. applications should be modified. If some
6897 user application is missing, or if there are some applications that no
6898 longer make sense to be included in Debian Edu, please let us know.
6899 Also, if a useful application is missing the translation for your
6900 language of choice, please let us know too.&lt;/p&gt;
6901
6902 &lt;p&gt;In addition, feedback and help to polish the desktop (menus,
6903 artwork, starters, etc.) is appreciated. We would like to ship a nice
6904 and handy KDE4 desktop targeted for schools out of the box.&lt;/p&gt;
6905
6906 &lt;p&gt;The other profiles should be installable, but there is a lot more
6907 work left to be done before they are ready, so do not expect to
6908 much.&lt;/p&gt;
6909
6910 &lt;p&gt;Changes compared to the lenny based version&lt;/p&gt;
6911
6912 &lt;ul&gt;
6913 &lt;li&gt;Everything from Debian Squeeze
6914 &lt;ul&gt;
6915 &lt;li&gt;Desktop environment KDE 4.4 =&gt; the new KDE desktop in
6916 combination with some new artwork
6917 &lt;li&gt;Web browser Iceweasel 3.5
6918 &lt;li&gt;OpenOffice.org 3.2
6919 &lt;li&gt;Educational toolbox GCompris 9.3
6920 &lt;li&gt;Music creator Rosegarden 10.04.2
6921 &lt;li&gt;Image editor Gimp 2.6.10
6922 &lt;li&gt;Virtual universe Celestia 1.6.0
6923 &lt;li&gt;Virtual stargazer Stellarium 0.10.4
6924 &lt;li&gt;3D modeler Blender 2.49.2 (new application)
6925 &lt;li&gt;Video editor Kdenlive 0.7.7 (new application)
6926 &lt;/ul&gt;&lt;/li&gt;
6927 &lt;li&gt;Now using Kerberos for password checking (migration not finished).
6928 Enabled for:
6929 &lt;ul&gt;
6930 &lt;li&gt;PAM
6931 &lt;li&gt;LDAP
6932 &lt;li&gt;IMAP
6933 &lt;li&gt;SMTP (sender verification)
6934 &lt;/ul&gt;
6935 &lt;/li&gt;
6936 &lt;li&gt;New experimental roaming workstation profile for laptops.&lt;/li&gt;
6937 &lt;li&gt;Show welcome page to users when they first log in. The URL is
6938 fetched from LDAP.&lt;/li&gt;
6939 &lt;li&gt;New LXDE desktop option, in addition to KDE (default) and Gnome.&lt;/li&gt;
6940 &lt;li&gt;General cleanup (not finished)&lt;/li&gt;
6941 &lt;/ul&gt;
6942 &lt;p&gt;The following features are not working as they should&lt;/p&gt;
6943
6944 &lt;ul&gt;
6945 &lt;li&gt;No web based administration tool for creating users and groups. The
6946 scripts ldap-createuser-krb and ldap-add-user-to-group can be used
6947 for testing.&lt;/li&gt;
6948 &lt;li&gt;DVD installs are missing debian-installer images for the PXE boot,
6949 and do not set up the PXE menu on eth0 because of this. LTSP
6950 clients should still boot from eth1 on thin client servers.&lt;/li&gt;
6951 &lt;li&gt;The restructured KDE menu is not implemented.&lt;/li&gt;
6952 &lt;li&gt;The LDAP server setup need to be reviewed for security.&lt;/li&gt;
6953 &lt;li&gt;The LDAP directory structure need to be reworked.&lt;/li&gt;
6954 &lt;li&gt;Different sets of packages are installed when using the DVD and the
6955 netinst CD. More packages are installed using the netinst CD.&lt;/li&gt;
6956 &lt;li&gt;The jackd package fail to install. This is believed to be caused by
6957 some ongoing transition, and hopefully should be solved soon. The
6958 jackd1 package can be installed manually for those that need it.&lt;/li&gt;
6959 &lt;li&gt;Some packages lack translations. See
6960 http://wiki.debian.org/DebianEdu/Status/Squeeze for updated status,
6961 and help out with translations.&lt;/li&gt;
6962 &lt;/ul&gt;
6963
6964 &lt;p&gt;To download this multiarch netinstall release you can use&lt;/p&gt;
6965
6966 &lt;ul&gt;
6967 &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;
6968 &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;
6969 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
6970 &lt;/ul&gt;
6971 &lt;p&gt;To download this multiarch dvd release you can use&lt;/p&gt;
6972
6973 &lt;ul&gt;
6974 &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;
6975 &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;
6976 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
6977 &lt;/ul&gt;
6978
6979 &lt;p&gt;There is no source DVD available yet. It will be prepared when we
6980 get closer to the final release.&lt;/p&gt;
6981
6982 &lt;p&gt;The MD5SUM of these images are&lt;/p&gt;
6983
6984 &lt;ul&gt;
6985 &lt;li&gt;3dbf45d59f42a53518b6e3c9ec3b5eb6 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
6986 &lt;li&gt;22f2cbfce281d1c6e478be452638675d debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
6987 &lt;/ul&gt;
6988
6989 &lt;p&gt;The SHA1SUM of these images are&lt;/p&gt;
6990 &lt;ul&gt;
6991 &lt;li&gt;c53d1b69b40cf37cd27aefaf33f6f6a3821bedf0 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
6992 &lt;li&gt;2ec29d7db676d59d32197b05c277ffe16348376c debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
6993 &lt;/ul&gt;
6994 &lt;p&gt;How to report bugs:
6995 http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla&lt;/p&gt;
6996
6997 &lt;p&gt;Please direct replies to debian-edu@lists.debian.org&lt;/p&gt;
6998 &lt;/blockquote&gt;
6999 </description>
7000 </item>
7001
7002 <item>
7003 <title>One step closer to single signon in Debian Edu</title>
7004 <link>http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</link>
7005 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</guid>
7006 <pubDate>Sun, 25 Jul 2010 10:00:00 +0200</pubDate>
7007 <description>&lt;p&gt;The last few months me and the other Debian Edu developers have
7008 been working hard to get the Debian/Squeeze based version of Debian
7009 Edu/Skolelinux into shape. This future version will use Kerberos for
7010 authentication, and services are slowly migrated to single signon,
7011 getting rid of password questions one at the time.&lt;/p&gt;
7012
7013 &lt;p&gt;It will also feature a roaming workstation profile with local home
7014 directory, for laptops that are only some times on the Skolelinux
7015 network, and for this profile a shortcut is created in Gnome and KDE
7016 to gain access to the users home directory on the file server. This
7017 shortcut uses SMB at the moment, and yesterday I had time to test if
7018 SMB mounting had started working in KDE after we added the cifs-utils
7019 package. I was pleasantly surprised how well it worked.&lt;/p&gt;
7020
7021 &lt;p&gt;Thanks to the recent changes to our samba configuration to get it
7022 to use Kerberos for authentication, there were no question about user
7023 password when mounting the SMB volume. A simple click on the shortcut
7024 in the KDE menu, and a window with the home directory popped
7025 up. :)&lt;/p&gt;
7026
7027 &lt;p&gt;One step closer to a single signon solution out of the box in
7028 Debian Edu. We already had PAM, LDAP, IMAP and SMTP in place, and now
7029 also Samba. Next step is Cups and hopefully also NFS.&lt;/p&gt;
7030
7031 &lt;p&gt;We had planned a alpha0 release of Debian Edu for today, but thanks
7032 to the autobuilder administrators for some architectures being slow to
7033 sign packages, we are still missing the fixed LTSP package we need for
7034 the release. It was uploaded three days ago with urgency=high, and if
7035 it had entered testing yesterday we would have been able to test it in
7036 time for a alpha0 release today. As the binaries for ia64 and powerpc
7037 still not uploaded to the Debian archive, we need to delay the alpha
7038 release another day.&lt;/p&gt;
7039
7040 &lt;p&gt;If you want to help out with implementing Kerberos for Debian Edu,
7041 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7042 </description>
7043 </item>
7044
7045 <item>
7046 <title>What are they searching for - PowerDNS and ISC DHCP in LDAP</title>
7047 <link>http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</link>
7048 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</guid>
7049 <pubDate>Sat, 17 Jul 2010 21:00:00 +0200</pubDate>
7050 <description>&lt;p&gt;This is a
7051 &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;
7052 on my
7053 &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
7054 work&lt;/a&gt; on
7055 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html&quot;&gt;merging
7056 all&lt;/a&gt; the computer related LDAP objects in Debian Edu.&lt;/p&gt;
7057
7058 &lt;p&gt;As a step to try to see if it possible to merge the DNS and DHCP
7059 LDAP objects, I have had a look at how the packages pdns-backend-ldap
7060 and dhcp3-server-ldap in Debian use the LDAP server. The two
7061 implementations are quite different in how they use LDAP.&lt;/p&gt;
7062
7063 To get this information, I started slapd with debugging enabled and
7064 dumped the debug output to a file to get the LDAP searches performed
7065 on a Debian Edu main-server. Here is a summary.
7066
7067 &lt;p&gt;&lt;strong&gt;powerdns&lt;/strong&gt;&lt;/p&gt;
7068
7069 &lt;a href=&quot;http://www.linuxnetworks.de/doc/index.php/PowerDNS_LDAP_Backend&quot;&gt;Clues
7070 on how to&lt;/a&gt; set up PowerDNS to use a LDAP backend is available on
7071 the web.
7072
7073 &lt;p&gt;PowerDNS have two modes of operation using LDAP as its backend.
7074 One &quot;strict&quot; mode where the forward and reverse DNS lookups are done
7075 using the same LDAP objects, and a &quot;tree&quot; mode where the forward and
7076 reverse entries are in two different subtrees in LDAP with a structure
7077 based on the DNS names, as in tjener.intern and
7078 2.2.0.10.in-addr.arpa.&lt;/p&gt;
7079
7080 &lt;p&gt;In tree mode, the server is set up to use a LDAP subtree as its
7081 base, and uses a &quot;base&quot; scoped search for the DNS name by adding
7082 &quot;dc=tjener,dc=intern,&quot; to the base with a filter for
7083 &quot;(associateddomain=tjener.intern)&quot; for the forward entry and
7084 &quot;dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,&quot; with a filter for
7085 &quot;(associateddomain=2.2.0.10.in-addr.arpa)&quot; for the reverse entry. For
7086 forward entries, it is looking for attributes named dnsttl, arecord,
7087 nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord, mxrecord,
7088 txtrecord, rprecord, afsdbrecord, keyrecord, aaaarecord, locrecord,
7089 srvrecord, naptrrecord, kxrecord, certrecord, dsrecord, sshfprecord,
7090 ipseckeyrecord, rrsigrecord, nsecrecord, dnskeyrecord, dhcidrecord,
7091 spfrecord and modifytimestamp. For reverse entries it is looking for
7092 the attributes dnsttl, arecord, nsrecord, cnamerecord, soarecord,
7093 ptrrecord, hinforecord, mxrecord, txtrecord, rprecord, aaaarecord,
7094 locrecord, srvrecord, naptrrecord and modifytimestamp. The equivalent
7095 ldapsearch commands could look like this:&lt;/p&gt;
7096
7097 &lt;blockquote&gt;&lt;pre&gt;
7098 ldapsearch -h ldap \
7099 -b dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no \
7100 -s base -x &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
7101 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
7102 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
7103 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
7104 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
7105
7106 ldapsearch -h ldap \
7107 -b dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no \
7108 -s base -x &#39;(associateddomain=2.2.0.10.in-addr.arpa)&#39;
7109 dnsttl, arecord, nsrecord, cnamerecord soarecord ptrrecord \
7110 hinforecord mxrecord txtrecord rprecord aaaarecord locrecord \
7111 srvrecord naptrrecord modifytimestamp
7112 &lt;/pre&gt;&lt;/blockquote&gt;
7113
7114 &lt;p&gt;In Debian Edu/Lenny, the PowerDNS tree mode is used with
7115 ou=hosts,dc=skole,dc=skolelinux,dc=no as the base, and these are two
7116 example LDAP objects used there. In addition to these objects, the
7117 parent objects all th way up to ou=hosts,dc=skole,dc=skolelinux,dc=no
7118 also exist.&lt;/p&gt;
7119
7120 &lt;blockquote&gt;&lt;pre&gt;
7121 dn: dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no
7122 objectclass: top
7123 objectclass: dnsdomain
7124 objectclass: domainrelatedobject
7125 dc: tjener
7126 arecord: 10.0.2.2
7127 associateddomain: tjener.intern
7128
7129 dn: dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no
7130 objectclass: top
7131 objectclass: dnsdomain2
7132 objectclass: domainrelatedobject
7133 dc: 2
7134 ptrrecord: tjener.intern
7135 associateddomain: 2.2.0.10.in-addr.arpa
7136 &lt;/pre&gt;&lt;/blockquote&gt;
7137
7138 &lt;p&gt;In strict mode, the server behaves differently. When looking for
7139 forward DNS entries, it is doing a &quot;subtree&quot; scoped search with the
7140 same base as in the tree mode for a object with filter
7141 &quot;(associateddomain=tjener.intern)&quot; and requests the attributes dnsttl,
7142 arecord, nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord,
7143 mxrecord, txtrecord, rprecord, aaaarecord, locrecord, srvrecord,
7144 naptrrecord and modifytimestamp. For reverse entires it also do a
7145 subtree scoped search but this time the filter is &quot;(arecord=10.0.2.2)&quot;
7146 and the requested attributes are associateddomain, dnsttl and
7147 modifytimestamp. In short, in strict mode the objects with ptrrecord
7148 go away, and the arecord attribute in the forward object is used
7149 instead.&lt;/p&gt;
7150
7151 &lt;p&gt;The forward and reverse searches can be simulated using ldapsearch
7152 like this:&lt;/p&gt;
7153
7154 &lt;blockquote&gt;&lt;pre&gt;
7155 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
7156 &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
7157 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
7158 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
7159 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
7160 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
7161
7162 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
7163 &#39;(arecord=10.0.2.2)&#39; associateddomain dnsttl modifytimestamp
7164 &lt;/pre&gt;&lt;/blockquote&gt;
7165
7166 &lt;p&gt;In addition to the forward and reverse searches , there is also a
7167 search for SOA records, which behave similar to the forward and
7168 reverse lookups.&lt;/p&gt;
7169
7170 &lt;p&gt;A thing to note with the PowerDNS behaviour is that it do not
7171 specify any objectclass names, and instead look for the attributes it
7172 need to generate a DNS reply. This make it able to work with any
7173 objectclass that provide the needed attributes.&lt;/p&gt;
7174
7175 &lt;p&gt;The attributes are normally provided in the cosine (RFC 1274) and
7176 dnsdomain2 schemas. The latter is used for reverse entries like
7177 ptrrecord and recent DNS additions like aaaarecord and srvrecord.&lt;/p&gt;
7178
7179 &lt;p&gt;In Debian Edu, we have created DNS objects using the object classes
7180 dcobject (for dc), dnsdomain or dnsdomain2 (structural, for the DNS
7181 attributes) and domainrelatedobject (for associatedDomain). The use
7182 of structural object classes make it impossible to combine these
7183 classes with the object classes used by DHCP.&lt;/p&gt;
7184
7185 &lt;p&gt;There are other schemas that could be used too, for example the
7186 dnszone structural object class used by Gosa and bind-sdb for the DNS
7187 attributes combined with the domainrelatedobject object class, but in
7188 this case some unused attributes would have to be included as well
7189 (zonename and relativedomainname).&lt;/p&gt;
7190
7191 &lt;p&gt;My proposal for Debian Edu would be to switch PowerDNS to strict
7192 mode and not use any of the existing objectclasses (dnsdomain,
7193 dnsdomain2 and dnszone) when one want to combine the DNS information
7194 with DHCP information, and instead create a auxiliary object class
7195 defined something like this (using the attributes defined for
7196 dnsdomain and dnsdomain2 or dnszone):&lt;/p&gt;
7197
7198 &lt;blockquote&gt;&lt;pre&gt;
7199 objectclass ( some-oid NAME &#39;dnsDomainAux&#39;
7200 SUP top
7201 AUXILIARY
7202 MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
7203 DNSTTL $ DNSClass $ PTRRecord $ HINFORecord $ MINFORecord $
7204 TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $ LOCRecord $
7205 NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
7206 A6Record $ DNAMERecord
7207 ))
7208 &lt;/pre&gt;&lt;/blockquote&gt;
7209
7210 &lt;p&gt;This will allow any object to become a DNS entry when combined with
7211 the domainrelatedobject object class, and allow any entity to include
7212 all the attributes PowerDNS wants. I&#39;ve sent an email to the PowerDNS
7213 developers asking for their view on this schema and if they are
7214 interested in providing such schema with PowerDNS, and I hope my
7215 message will be accepted into their mailing list soon.&lt;/p&gt;
7216
7217 &lt;p&gt;&lt;strong&gt;ISC dhcp&lt;/strong&gt;&lt;/p&gt;
7218
7219 &lt;p&gt;The DHCP server searches for specific objectclass and requests all
7220 the object attributes, and then uses the attributes it want. This
7221 make it harder to figure out exactly what attributes are used, but
7222 thanks to the working example in Debian Edu I can at least get an idea
7223 what is needed without having to read the source code.&lt;/p&gt;
7224
7225 &lt;p&gt;In the DHCP server configuration, the LDAP base to use and the
7226 search filter to use to locate the correct dhcpServer entity is
7227 stored. These are the relevant entries from
7228 /etc/dhcp3/dhcpd.conf:&lt;/p&gt;
7229
7230 &lt;blockquote&gt;&lt;pre&gt;
7231 ldap-base-dn &quot;dc=skole,dc=skolelinux,dc=no&quot;;
7232 ldap-dhcp-server-cn &quot;dhcp&quot;;
7233 &lt;/pre&gt;&lt;/blockquote&gt;
7234
7235 &lt;p&gt;The DHCP server uses this information to nest all the DHCP
7236 configuration it need. The cn &quot;dhcp&quot; is located using the given LDAP
7237 base and the filter &quot;(&amp;(objectClass=dhcpServer)(cn=dhcp))&quot;. The
7238 search result is this entry:&lt;/p&gt;
7239
7240 &lt;blockquote&gt;&lt;pre&gt;
7241 dn: cn=dhcp,dc=skole,dc=skolelinux,dc=no
7242 cn: dhcp
7243 objectClass: top
7244 objectClass: dhcpServer
7245 dhcpServiceDN: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
7246 &lt;/pre&gt;&lt;/blockquote&gt;
7247
7248 &lt;p&gt;The content of the dhcpServiceDN attribute is next used to locate the
7249 subtree with DHCP configuration. The DHCP configuration subtree base
7250 is located using a base scope search with base &quot;cn=DHCP
7251 Config,dc=skole,dc=skolelinux,dc=no&quot; and filter
7252 &quot;(&amp;(objectClass=dhcpService)(|(dhcpPrimaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)(dhcpSecondaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)))&quot;.
7253 The search result is this entry:&lt;/p&gt;
7254
7255 &lt;blockquote&gt;&lt;pre&gt;
7256 dn: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
7257 cn: DHCP Config
7258 objectClass: top
7259 objectClass: dhcpService
7260 objectClass: dhcpOptions
7261 dhcpPrimaryDN: cn=dhcp, dc=skole,dc=skolelinux,dc=no
7262 dhcpStatements: ddns-update-style none
7263 dhcpStatements: authoritative
7264 dhcpOption: smtp-server code 69 = array of ip-address
7265 dhcpOption: www-server code 72 = array of ip-address
7266 dhcpOption: wpad-url code 252 = text
7267 &lt;/pre&gt;&lt;/blockquote&gt;
7268
7269 &lt;p&gt;Next, the entire subtree is processed, one level at the time. When
7270 all the DHCP configuration is loaded, it is ready to receive requests.
7271 The subtree in Debian Edu contain objects with object classes
7272 top/dhcpService/dhcpOptions, top/dhcpSharedNetwork/dhcpOptions,
7273 top/dhcpSubnet, top/dhcpGroup and top/dhcpHost. These provide options
7274 and information about netmasks, dynamic range etc. Leaving out the
7275 details here because it is not relevant for the focus of my
7276 investigation, which is to see if it is possible to merge dns and dhcp
7277 related computer objects.&lt;/p&gt;
7278
7279 &lt;p&gt;When a DHCP request come in, LDAP is searched for the MAC address
7280 of the client (00:00:00:00:00:00 in this example), using a subtree
7281 scoped search with &quot;cn=DHCP Config,dc=skole,dc=skolelinux,dc=no&quot; as
7282 the base and &quot;(&amp;(objectClass=dhcpHost)(dhcpHWAddress=ethernet
7283 00:00:00:00:00:00))&quot; as the filter. This is what a host object look
7284 like:&lt;/p&gt;
7285
7286 &lt;blockquote&gt;&lt;pre&gt;
7287 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
7288 cn: hostname
7289 objectClass: top
7290 objectClass: dhcpHost
7291 dhcpHWAddress: ethernet 00:00:00:00:00:00
7292 dhcpStatements: fixed-address hostname
7293 &lt;/pre&gt;&lt;/blockquote&gt;
7294
7295 &lt;p&gt;There is less flexiblity in the way LDAP searches are done here.
7296 The object classes need to have fixed names, and the configuration
7297 need to be stored in a fairly specific LDAP structure. On the
7298 positive side, the invidiual dhcpHost entires can be anywhere without
7299 the DN pointed to by the dhcpServer entries. The latter should make
7300 it possible to group all host entries in a subtree next to the
7301 configuration entries, and this subtree can also be shared with the
7302 DNS server if the schema proposed above is combined with the dhcpHost
7303 structural object class.
7304
7305 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
7306
7307 &lt;p&gt;The PowerDNS implementation seem to be very flexible when it come
7308 to which LDAP schemas to use. While its &quot;tree&quot; mode is rigid when it
7309 come to the the LDAP structure, the &quot;strict&quot; mode is very flexible,
7310 allowing DNS objects to be stored anywhere under the base cn specified
7311 in the configuration.&lt;/p&gt;
7312
7313 &lt;p&gt;The DHCP implementation on the other hand is very inflexible, both
7314 regarding which LDAP schemas to use and which LDAP structure to use.
7315 I guess one could implement ones own schema, as long as the
7316 objectclasses and attributes have the names used, but this do not
7317 really help when the DHCP subtree need to have a fairly fixed
7318 structure.&lt;/p&gt;
7319
7320 &lt;p&gt;Based on the observed behaviour, I suspect a LDAP structure like
7321 this might work for Debian Edu:&lt;/p&gt;
7322
7323 &lt;blockquote&gt;&lt;pre&gt;
7324 ou=services
7325 cn=machine-info (dhcpService) - dhcpServiceDN points here
7326 cn=dhcp (dhcpServer)
7327 cn=dhcp-internal (dhcpSharedNetwork/dhcpOptions)
7328 cn=10.0.2.0 (dhcpSubnet)
7329 cn=group1 (dhcpGroup/dhcpOptions)
7330 cn=dhcp-thinclients (dhcpSharedNetwork/dhcpOptions)
7331 cn=192.168.0.0 (dhcpSubnet)
7332 cn=group1 (dhcpGroup/dhcpOptions)
7333 ou=machines - PowerDNS base points here
7334 cn=hostname (dhcpHost/domainrelatedobject/dnsDomainAux)
7335 &lt;/pre&gt;&lt;/blockquote&gt;
7336
7337 &lt;P&gt;This is not tested yet. If the DHCP server require the dhcpHost
7338 entries to be in the dhcpGroup subtrees, the entries can be stored
7339 there instead of a common machines subtree, and the PowerDNS base
7340 would have to be moved one level up to the machine-info subtree.&lt;/p&gt;
7341
7342 &lt;p&gt;The combined object under the machines subtree would look something
7343 like this:&lt;/p&gt;
7344
7345 &lt;blockquote&gt;&lt;pre&gt;
7346 dn: dc=hostname,ou=machines,cn=machine-info,dc=skole,dc=skolelinux,dc=no
7347 dc: hostname
7348 objectClass: top
7349 objectClass: dhcpHost
7350 objectclass: domainrelatedobject
7351 objectclass: dnsDomainAux
7352 associateddomain: hostname.intern
7353 arecord: 10.11.12.13
7354 dhcpHWAddress: ethernet 00:00:00:00:00:00
7355 dhcpStatements: fixed-address hostname.intern
7356 &lt;/pre&gt;&lt;/blockquote&gt;
7357
7358 &lt;/p&gt;One could even add the LTSP configuration associated with a given
7359 machine, as long as the required attributes are available in a
7360 auxiliary object class.&lt;/p&gt;
7361 </description>
7362 </item>
7363
7364 <item>
7365 <title>Combining PowerDNS and ISC DHCP LDAP objects</title>
7366 <link>http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</link>
7367 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</guid>
7368 <pubDate>Wed, 14 Jul 2010 23:45:00 +0200</pubDate>
7369 <description>&lt;p&gt;For a while now, I have wanted to find a way to change the DNS and
7370 DHCP services in Debian Edu to use the same LDAP objects for a given
7371 computer, to avoid the possibility of having a inconsistent state for
7372 a computer in LDAP (as in DHCP but no DNS entry or the other way
7373 around) and make it easier to add computers to LDAP.&lt;/p&gt;
7374
7375 &lt;p&gt;I&#39;ve looked at how powerdns and dhcpd is using LDAP, and using this
7376 information finally found a solution that seem to work.&lt;/p&gt;
7377
7378 &lt;p&gt;The old setup required three LDAP objects for a given computer.
7379 One forward DNS entry, one reverse DNS entry and one DHCP entry. If
7380 we switch powerdns to use its strict LDAP method (ldap-method=strict
7381 in pdns-debian-edu.conf), the forward and reverse DNS entries are
7382 merged into one while making it impossible to transfer the reverse map
7383 to a slave DNS server.&lt;/p&gt;
7384
7385 &lt;p&gt;If we also replace the object class used to get the DNS related
7386 attributes to one allowing these attributes to be combined with the
7387 dhcphost object class, we can merge the DNS and DHCP entries into one.
7388 I&#39;ve written such object class in the dnsdomainaux.schema file (need
7389 proper OIDs, but that is a minor issue), and tested the setup. It
7390 seem to work.&lt;/p&gt;
7391
7392 &lt;p&gt;With this test setup in place, we can get away with one LDAP object
7393 for both DNS and DHCP, and even the LTSP configuration I suggested in
7394 an earlier email. The combined LDAP object will look something like
7395 this:&lt;/p&gt;
7396
7397 &lt;blockquote&gt;&lt;pre&gt;
7398 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
7399 cn: hostname
7400 objectClass: dhcphost
7401 objectclass: domainrelatedobject
7402 objectclass: dnsdomainaux
7403 associateddomain: hostname.intern
7404 arecord: 10.11.12.13
7405 dhcphwaddress: ethernet 00:00:00:00:00:00
7406 dhcpstatements: fixed-address hostname
7407 ldapconfigsound: Y
7408 &lt;/pre&gt;&lt;/blockquote&gt;
7409
7410 &lt;p&gt;The DNS server uses the associateddomain and arecord entries, while
7411 the DHCP server uses the dhcphwaddress and dhcpstatements entries
7412 before asking DNS to resolve the fixed-adddress. LTSP will use
7413 dhcphwaddress or associateddomain and the ldapconfig* attributes.&lt;/p&gt;
7414
7415 &lt;p&gt;I am not yet sure if I can get the DHCP server to look for its
7416 dhcphost in a different location, to allow us to put the objects
7417 outside the &quot;DHCP Config&quot; subtree, but hope to figure out a way to do
7418 that. If I can&#39;t figure out a way to do that, we can still get rid of
7419 the hosts subtree and move all its content into the DHCP Config tree
7420 (which probably should be renamed to be more related to the new
7421 content. I suspect cn=dnsdhcp,ou=services or something like that
7422 might be a good place to put it.&lt;/p&gt;
7423
7424 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
7425 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7426 </description>
7427 </item>
7428
7429 <item>
7430 <title>Idea for storing LTSP configuration in LDAP</title>
7431 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</link>
7432 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</guid>
7433 <pubDate>Sun, 11 Jul 2010 22:00:00 +0200</pubDate>
7434 <description>&lt;p&gt;Vagrant mentioned on IRC today that ltsp_config now support
7435 sourcing files from /usr/share/ltsp/ltsp_config.d/ on the thin
7436 clients, and that this can be used to fetch configuration from LDAP if
7437 Debian Edu choose to store configuration there.&lt;/p&gt;
7438
7439 &lt;p&gt;Armed with this information, I got inspired and wrote a test module
7440 to get configuration from LDAP. The idea is to look up the MAC
7441 address of the client in LDAP, and look for attributes on the form
7442 ltspconfigsetting=value, and use this to export SETTING=value to the
7443 LTSP clients.&lt;/p&gt;
7444
7445 &lt;p&gt;The goal is to be able to store the LTSP configuration attributes
7446 in a &quot;computer&quot; LDAP object used by both DNS and DHCP, and thus
7447 allowing us to store all information about a computer in one place.&lt;/p&gt;
7448
7449 &lt;p&gt;This is a untested draft implementation, and I welcome feedback on
7450 this approach. A real LDAP schema for the ltspClientAux objectclass
7451 need to be written. Comments, suggestions, etc?&lt;/p&gt;
7452
7453 &lt;blockquote&gt;&lt;pre&gt;
7454 # Store in /opt/ltsp/$arch/usr/share/ltsp/ltsp_config.d/ldap-config
7455 #
7456 # Fetch LTSP client settings from LDAP based on MAC address
7457 #
7458 # Uses ethernet address as stored in the dhcpHost objectclass using
7459 # the dhcpHWAddress attribute or ethernet address stored in the
7460 # ieee802Device objectclass with the macAddress attribute.
7461 #
7462 # This module is written to be schema agnostic, and only depend on the
7463 # existence of attribute names.
7464 #
7465 # The LTSP configuration variables are saved directly using a
7466 # ltspConfig prefix and uppercasing the rest of the attribute name.
7467 # To set the SERVER variable, set the ltspConfigServer attribute.
7468 #
7469 # Some LDAP schema should be created with all the relevant
7470 # configuration settings. Something like this should work:
7471 #
7472 # objectclass ( 1.1.2.2 NAME &#39;ltspClientAux&#39;
7473 # SUP top
7474 # AUXILIARY
7475 # MAY ( ltspConfigServer $ ltsConfigSound $ ... )
7476
7477 LDAPSERVER=$(debian-edu-ldapserver)
7478 if [ &quot;$LDAPSERVER&quot; ] ; then
7479 LDAPBASE=$(debian-edu-ldapserver -b)
7480 for MAC in $(LANG=C ifconfig |grep -i hwaddr| awk &#39;{print $5}&#39;|sort -u) ; do
7481 filter=&quot;(|(dhcpHWAddress=ethernet $MAC)(macAddress=$MAC))&quot;
7482 ldapsearch -h &quot;$LDAPSERVER&quot; -b &quot;$LDAPBASE&quot; -v -x &quot;$filter&quot; | \
7483 grep &#39;^ltspConfig&#39; | while read attr value ; do
7484 # Remove prefix and convert to upper case
7485 attr=$(echo $attr | sed &#39;s/^ltspConfig//i&#39; | tr a-z A-Z)
7486 # bass value on to clients
7487 eval &quot;$attr=$value; export $attr&quot;
7488 done
7489 done
7490 fi
7491 &lt;/pre&gt;&lt;/blockquote&gt;
7492
7493 &lt;p&gt;I&#39;m not sure this shell construction will work, because I suspect
7494 the while block might end up in a subshell causing the variables set
7495 there to not show up in ltsp-config, but if that is the case I am sure
7496 the code can be restructured to make sure the variables are passed on.
7497 I expect that can be solved with some testing. :)&lt;/p&gt;
7498
7499 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
7500 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7501
7502 &lt;p&gt;Update 2010-07-17: I am aware of another effort to store LTSP
7503 configuration in LDAP that was created around year 2000 by
7504 &lt;a href=&quot;http://www.pcxperience.com/thinclient/documentation/ldap.html&quot;&gt;PC
7505 Xperience, Inc., 2000&lt;/a&gt;. I found its
7506 &lt;a href=&quot;http://people.redhat.com/alikins/ltsp/ldap/&quot;&gt;files&lt;/a&gt; on a
7507 personal home page over at redhat.com.&lt;/p&gt;
7508 </description>
7509 </item>
7510
7511 <item>
7512 <title>jXplorer, a very nice LDAP GUI</title>
7513 <link>http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</link>
7514 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</guid>
7515 <pubDate>Fri, 9 Jul 2010 12:55:00 +0200</pubDate>
7516 <description>&lt;p&gt;Since
7517 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html&quot;&gt;my
7518 last post&lt;/a&gt; about available LDAP tools in Debian, I was told about a
7519 LDAP GUI that is even better than luma. The java application
7520 &lt;a href=&quot;http://jxplorer.org/&quot;&gt;jXplorer&lt;/a&gt; is claimed to be capable of
7521 moving LDAP objects and subtrees using drag-and-drop, and can
7522 authenticate using Kerberos. I have only tested the Kerberos
7523 authentication, but do not have a LDAP setup allowing me to rewrite
7524 LDAP with my test user yet. It is
7525 &lt;a href=&quot;http://packages.qa.debian.org/j/jxplorer.html&quot;&gt;available in
7526 Debian&lt;/a&gt; testing and unstable at the moment. The only problem I
7527 have with it is how it handle errors. If something go wrong, its
7528 non-intuitive behaviour require me to go through some query work list
7529 and remove the failing query. Nothing big, but very annoying.&lt;/p&gt;
7530 </description>
7531 </item>
7532
7533 <item>
7534 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome desktop</title>
7535 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</link>
7536 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</guid>
7537 <pubDate>Sat, 3 Jul 2010 23:55:00 +0200</pubDate>
7538 <description>&lt;p&gt;Here is a short update on my &lt;a
7539 href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;my
7540 Debian Lenny-&gt;Squeeze upgrade testing&lt;/a&gt;. Here is a summary of the
7541 difference for Gnome when it is upgraded by apt-get and aptitude. I&#39;m
7542 not reporting the status for KDE, because the upgrade crashes when
7543 aptitude try because of missing conflicts
7544 (&lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; and
7545 &lt;a href=&quot;http://bugs.debian.org/585716&quot;&gt;#585716&lt;/a&gt;).&lt;/p&gt;
7546
7547 &lt;p&gt;At the end of the upgrade test script, dpkg -l is executed to get a
7548 complete list of the installed packages. Based on this I see these
7549 differences when I did a test run today. As usual, I do not really
7550 know what the correct set of packages would be, but thought it best to
7551 publish the difference.&lt;/p&gt;
7552
7553 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
7554
7555 &lt;blockquote&gt;&lt;p&gt;
7556 at-spi cpp-4.3 finger gnome-spell gstreamer0.10-gnomevfs
7557 libatspi1.0-0 libcupsys2 libeel2-data libgail-common libgdl-1-common
7558 libgnomeprint2.2-data libgnomeprintui2.2-common libgnomevfs2-bin
7559 libgtksourceview-common libpt-1.10.10-plugins-alsa
7560 libpt-1.10.10-plugins-v4l libservlet2.4-java libxalan2-java
7561 libxerces2-java openoffice.org-writer2latex openssl-blacklist p7zip
7562 python-4suite-xml python-eggtrayicon python-gtkhtml2
7563 python-gtkmozembed svgalibg1 xserver-xephyr zip
7564 &lt;/p&gt;&lt;/blockquote&gt;
7565
7566 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
7567
7568 &lt;blockquote&gt;&lt;p&gt;
7569 bluez-utils dhcdbd djvulibre-desktop epiphany-gecko
7570 gnome-app-install gnome-mount gnome-vfs-obexftp gnome-volume-manager
7571 libao2 libavahi-compat-libdnssd1 libavahi-core5 libbind9-50
7572 libbluetooth2 libcamel1.2-11 libcdio7 libcucul0 libcurl3
7573 libdirectfb-1.0-0 libdvdread3 libedata-cal1.2-6 libedataserver1.2-9
7574 libeel2-2.20 libepc-1.0-1 libepc-ui-1.0-1 libexchange-storage1.2-3
7575 libfaad0 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
7576 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
7577 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
7578 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtkhtml2-0
7579 libgtksourceview1.0-0 libgucharmap6 libhesiod0 libicu38 libisccc50
7580 libisccfg50 libiw29 libkpathsea4 libltdl3 liblwres50 libmagick++10
7581 libmagick10 libmalaga7 libmtp7 libmysqlclient15off libnautilus-burn4
7582 libneon27 libnm-glib0 libnm-util0 libopal-2.2 libosp5
7583 libparted1.8-10 libpisock9 libpisync1 libpoppler-glib3 libpoppler3
7584 libpt-1.10.10 libraw1394-8 libsensors3 libsmbios2 libsoup2.2-8
7585 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1
7586 libtotem-plparser10 libtrackerclient0 libvoikko1 libxalan2-java-gcj
7587 libxerces2-java-gcj libxklavier12 libxtrap6 libxxf86misc1 libzephyr3
7588 mysql-common swfdec-gnome totem-gstreamer wodim
7589 &lt;/p&gt;&lt;/blockquote&gt;
7590
7591 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
7592
7593 &lt;blockquote&gt;&lt;p&gt;
7594 gnome gnome-desktop-environment hamster-applet python-gnomeapplet
7595 python-gnomekeyring python-wnck rhythmbox-plugins xorg
7596 xserver-xorg-input-all xserver-xorg-input-evdev
7597 xserver-xorg-input-kbd xserver-xorg-input-mouse
7598 xserver-xorg-input-synaptics xserver-xorg-video-all
7599 xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati
7600 xserver-xorg-video-chips xserver-xorg-video-cirrus
7601 xserver-xorg-video-dummy xserver-xorg-video-fbdev
7602 xserver-xorg-video-glint xserver-xorg-video-i128
7603 xserver-xorg-video-i740 xserver-xorg-video-mach64
7604 xserver-xorg-video-mga xserver-xorg-video-neomagic
7605 xserver-xorg-video-nouveau xserver-xorg-video-nv
7606 xserver-xorg-video-r128 xserver-xorg-video-radeon
7607 xserver-xorg-video-radeonhd xserver-xorg-video-rendition
7608 xserver-xorg-video-s3 xserver-xorg-video-s3virge
7609 xserver-xorg-video-savage xserver-xorg-video-siliconmotion
7610 xserver-xorg-video-sis xserver-xorg-video-sisusb
7611 xserver-xorg-video-tdfx xserver-xorg-video-tga
7612 xserver-xorg-video-trident xserver-xorg-video-tseng
7613 xserver-xorg-video-vesa xserver-xorg-video-vmware
7614 xserver-xorg-video-voodoo
7615 &lt;/p&gt;&lt;/blockquote&gt;
7616
7617 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
7618
7619 &lt;blockquote&gt;&lt;p&gt;
7620 deskbar-applet xserver-xorg xserver-xorg-core
7621 xserver-xorg-input-wacom xserver-xorg-video-intel
7622 xserver-xorg-video-openchrome
7623 &lt;/p&gt;&lt;/blockquote&gt;
7624
7625 &lt;p&gt;I was told on IRC that the xorg-xserver package was
7626 &lt;a href=&quot;http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=9c8080d06c457932d3bfec021c69ac000aa60120&quot;&gt;changed
7627 in git&lt;/a&gt; today to try to get apt-get to not remove xorg completely.
7628 No idea when it hits Squeeze, but when it does I hope it will reduce
7629 the difference somewhat.
7630 </description>
7631 </item>
7632
7633 <item>
7634 <title>Caching password, user and group on a roaming Debian laptop</title>
7635 <link>http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</link>
7636 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</guid>
7637 <pubDate>Thu, 1 Jul 2010 11:40:00 +0200</pubDate>
7638 <description>&lt;p&gt;For a laptop, centralized user directories and password checking is
7639 a bit troubling. Laptops are typically used also when not connected
7640 to the network, and it is vital for a user to be able to log in or
7641 unlock the screen saver also when a central server is unavailable.
7642 This is possible by caching passwords and directory information (user
7643 and group attributes) locally, and the packages to do so are available
7644 in Debian. Here follow two recipes to set this up in Debian/Squeeze.
7645 It is also possible to set up in Debian/Lenny, but require more manual
7646 setup there because pam-auth-update is missing in Lenny.&lt;/p&gt;
7647
7648 &lt;h2&gt;LDAP/Kerberos + nscd + libpam-ccreds + libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
7649
7650 This is the traditional method with a twist. The password caching is
7651 provided by libpam-ccreds (version 10-4 or later is needed on
7652 Squeeze), and the directory caching is done by nscd. The directory
7653 lookup and password checking is done using LDAP. If one want to use
7654 Kerberos for password checking the libpam-ldapd package can be
7655 replaced with libpam-krb5 or libpam-heimdal. If one is happy having a
7656 local home directory with the path listed in LDAP, one can use the
7657 pam_mkhomedir module from pam-modules to make this happen instead of
7658 using libpam-mklocaluser. A setup for pam-auth-update to enable
7659 pam_mkhomedir will have to be written until a fix for
7660 &lt;a href=&quot;http://bugs.debian.org/568577&quot;&gt;bug #568577&lt;/a&gt; is in the
7661 archive. Because I believe it is a bad idea to have local home
7662 directories using misleading paths like /site/server/partition/, I
7663 prefer to create a local user with the home directory in /home/. This
7664 is done using the libpam-mklocaluser package.&lt;/p&gt;
7665
7666 &lt;p&gt;These packages need to be installed and configured&lt;/p&gt;
7667
7668 &lt;blockquote&gt;&lt;pre&gt;
7669 libnss-ldapd libpam-ldapd nscd libpam-ccreds libpam-mklocaluser
7670 &lt;/pre&gt;&lt;/blockquote&gt;
7671
7672 &lt;p&gt;The ldapd packages will ask for LDAP connection information, and
7673 one have to fill in the values that fits ones own site. Make sure the
7674 PAM part uses encrypted connections, to make sure the password is not
7675 sent in clear text to the LDAP server. I&#39;ve been unable to get TLS
7676 certificate checking for a self signed certificate working, which make
7677 LDAP authentication unsafe for Debian Edu (nslcd is not checking if it
7678 is talking to the correct LDAP server), and very much welcome feedback
7679 on how to get this working.&lt;/p&gt;
7680
7681 &lt;p&gt;Because nscd do not have a default configuration fit for offline
7682 caching until &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;bug #485282&lt;/a&gt;
7683 is fixed, this configuration should be used instead of the one
7684 currently in /etc/nscd.conf. The changes are in the fields
7685 reload-count and positive-time-to-live, and is based on the
7686 instructions I found in the
7687 &lt;a href=&quot;http://www.flyn.org/laptopldap/&quot;&gt;LDAP for Mobile Laptops&lt;/a&gt;
7688 instructions by Flyn Computing.&lt;/p&gt;
7689
7690 &lt;blockquote&gt;&lt;pre&gt;
7691 debug-level 0
7692 reload-count unlimited
7693 paranoia no
7694
7695 enable-cache passwd yes
7696 positive-time-to-live passwd 2592000
7697 negative-time-to-live passwd 20
7698 suggested-size passwd 211
7699 check-files passwd yes
7700 persistent passwd yes
7701 shared passwd yes
7702 max-db-size passwd 33554432
7703 auto-propagate passwd yes
7704
7705 enable-cache group yes
7706 positive-time-to-live group 2592000
7707 negative-time-to-live group 20
7708 suggested-size group 211
7709 check-files group yes
7710 persistent group yes
7711 shared group yes
7712 max-db-size group 33554432
7713 auto-propagate group yes
7714
7715 enable-cache hosts no
7716 positive-time-to-live hosts 2592000
7717 negative-time-to-live hosts 20
7718 suggested-size hosts 211
7719 check-files hosts yes
7720 persistent hosts yes
7721 shared hosts yes
7722 max-db-size hosts 33554432
7723
7724 enable-cache services yes
7725 positive-time-to-live services 2592000
7726 negative-time-to-live services 20
7727 suggested-size services 211
7728 check-files services yes
7729 persistent services yes
7730 shared services yes
7731 max-db-size services 33554432
7732 &lt;/pre&gt;&lt;/blockquote&gt;
7733
7734 &lt;p&gt;While we wait for a mechanism to update /etc/nsswitch.conf
7735 automatically like the one provided in
7736 &lt;a href=&quot;http://bugs.debian.org/496915&quot;&gt;bug #496915&lt;/a&gt;, the file
7737 content need to be manually replaced to ensure LDAP is used as the
7738 directory service on the machine. /etc/nsswitch.conf should normally
7739 look like this:&lt;/p&gt;
7740
7741 &lt;blockquote&gt;&lt;pre&gt;
7742 passwd: files ldap
7743 group: files ldap
7744 shadow: files ldap
7745 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
7746 networks: files
7747 protocols: files
7748 services: files
7749 ethers: files
7750 rpc: files
7751 netgroup: files ldap
7752 &lt;/pre&gt;&lt;/blockquote&gt;
7753
7754 &lt;p&gt;The important parts are that ldap is listed last for passwd, group,
7755 shadow and netgroup.&lt;/p&gt;
7756
7757 &lt;p&gt;With these changes in place, any user in LDAP will be able to log
7758 in locally on the machine using for example kdm, get a local home
7759 directory created and have the password as well as user and group
7760 attributes cached.
7761
7762 &lt;h2&gt;LDAP/Kerberos + nss-updatedb + libpam-ccreds +
7763 libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
7764
7765 &lt;p&gt;Because nscd have had its share of problems, and seem to have
7766 problems doing proper caching, I&#39;ve seen suggestions and recipes to
7767 use nss-updatedb to copy parts of the LDAP database locally when the
7768 LDAP database is available. I have not tested such setup, because I
7769 discovered sssd.&lt;/p&gt;
7770
7771 &lt;h2&gt;LDAP/Kerberos + sssd + libpam-mklocaluser&lt;/h2&gt;
7772
7773 &lt;p&gt;A more flexible and robust setup than the nscd combination
7774 mentioned earlier that has shown up recently, is the
7775 &lt;a href=&quot;https://fedorahosted.org/sssd/&quot;&gt;sssd&lt;/a&gt; package from Redhat.
7776 It is part of the &lt;a href=&quot;http://www.freeipa.org/&quot;&gt;FreeIPA&lt;/A&gt; project
7777 to provide a Active Directory like directory service for Linux
7778 machines. The sssd system combines the caching of passwords and user
7779 information into one package, and remove the need for nscd and
7780 libpam-ccreds. It support LDAP and Kerberos, but not NIS. Version
7781 1.2 do not support netgroups, but it is said that it will support this
7782 in version 1.5 expected to show up later in 2010. Because the
7783 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd package&lt;/a&gt;
7784 was missing in Debian, I ended up co-maintaining it with Werner, and
7785 version 1.2 is now in testing.
7786
7787 &lt;p&gt;These packages need to be installed and configured to get the
7788 roaming setup I want&lt;/p&gt;
7789
7790 &lt;blockquote&gt;&lt;pre&gt;
7791 libpam-sss libnss-sss libpam-mklocaluser
7792 &lt;/pre&gt;&lt;/blockquote&gt;
7793
7794 The complete setup of sssd is done by editing/creating
7795 &lt;tt&gt;/etc/sssd/sssd.conf&lt;/tt&gt;.
7796
7797 &lt;blockquote&gt;&lt;pre&gt;
7798 [sssd]
7799 config_file_version = 2
7800 reconnection_retries = 3
7801 sbus_timeout = 30
7802 services = nss, pam
7803 domains = INTERN
7804
7805 [nss]
7806 filter_groups = root
7807 filter_users = root
7808 reconnection_retries = 3
7809
7810 [pam]
7811 reconnection_retries = 3
7812
7813 [domain/INTERN]
7814 enumerate = false
7815 cache_credentials = true
7816
7817 id_provider = ldap
7818 auth_provider = ldap
7819 chpass_provider = ldap
7820
7821 ldap_uri = ldap://ldap
7822 ldap_search_base = dc=skole,dc=skolelinux,dc=no
7823 ldap_tls_reqcert = never
7824 ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt
7825 &lt;/pre&gt;&lt;/blockquote&gt;
7826
7827 &lt;p&gt;I got the same problem here with certificate checking. Had to set
7828 &quot;ldap_tls_reqcert = never&quot; to get it working.&lt;/p&gt;
7829
7830 &lt;p&gt;With the libnss-sss package in testing at the moment, the
7831 nsswitch.conf file is update automatically, so there is no need to
7832 modify it manually.&lt;/p&gt;
7833
7834 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
7835 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7836 </description>
7837 </item>
7838
7839 <item>
7840 <title>LUMA, a very nice LDAP GUI</title>
7841 <link>http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</link>
7842 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</guid>
7843 <pubDate>Mon, 28 Jun 2010 00:30:00 +0200</pubDate>
7844 <description>&lt;p&gt;The last few days I have been looking into the status of the LDAP
7845 directory in Debian Edu, and in the process I started to miss a GUI
7846 tool to browse the LDAP tree. The only one I was able to find in
7847 Debian/Squeeze and Lenny is
7848 &lt;a href=&quot;http://luma.sourceforge.net/&quot;&gt;LUMA&lt;/a&gt;, which has proved to
7849 be a great tool to get a overview of the current LDAP directory
7850 populated by default in Skolelinux. Thanks to it, I have been able to
7851 find empty and obsolete subtrees, misplaced objects and duplicate
7852 objects. It will be installed by default in Debian/Squeeze. If you
7853 are working with LDAP, give it a go. :)&lt;/p&gt;
7854
7855 &lt;p&gt;I did notice one problem with it I have not had time to report to
7856 the BTS yet. There is no .desktop file in the package, so the tool do
7857 not show up in the Gnome and KDE menus, but only deep down in in the
7858 Debian submenu in KDE. I hope that can be fixed before Squeeze is
7859 released.&lt;/p&gt;
7860
7861 &lt;p&gt;I have not yet been able to get it to modify the tree yet. I would
7862 like to move objects and remove subtrees directly in the GUI, but have
7863 not found a way to do that with LUMA yet. So in the mean time, I use
7864 &lt;a href=&quot;http://www.lichteblau.com/ldapvi/&quot;&gt;ldapvi&lt;/a&gt; for that.&lt;/p&gt;
7865
7866 &lt;p&gt;If you have tips on other GUI tools for LDAP that might be useful
7867 in Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7868
7869 &lt;p&gt;Update 2010-06-29: Ross Reedstrom tipped us about the
7870 &lt;a href=&quot;http://packages.qa.debian.org/g/gq.html&quot;&gt;gq&lt;/a&gt; package as a
7871 useful GUI alternative. It seem like a good tool, but is unmaintained
7872 in Debian and got a RC bug keeping it out of Squeeze. Unless that
7873 changes, it will not be an option for Debian Edu based on Squeeze.&lt;/p&gt;
7874 </description>
7875 </item>
7876
7877 <item>
7878 <title>Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</title>
7879 <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>
7880 <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>
7881 <pubDate>Thu, 24 Jun 2010 00:35:00 +0200</pubDate>
7882 <description>&lt;p&gt;A while back, I
7883 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;complained
7884 about the fact&lt;/a&gt; that it is not possible with the provided schemas
7885 for storing DNS and DHCP information in LDAP to combine the two sets
7886 of information into one LDAP object representing a computer.&lt;/p&gt;
7887
7888 &lt;p&gt;In the mean time, I discovered that a simple fix would be to make
7889 the dhcpHost object class auxiliary, to allow it to be combined with
7890 the dNSDomain object class, and thus forming one object for one
7891 computer when storing both DHCP and DNS information in LDAP.&lt;/p&gt;
7892
7893 &lt;p&gt;If I understand this correctly, it is not safe to do this change
7894 without also changing the assigned number for the object class, and I
7895 do not know enough about LDAP schema design to do that properly for
7896 Debian Edu.&lt;/p&gt;
7897
7898 &lt;p&gt;Anyway, for future reference, this is how I believe we could change
7899 the
7900 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-dhc-ldap-schema-00&quot;&gt;DHCP
7901 schema&lt;/a&gt; to solve at least part of the problem with the LDAP schemas
7902 available today from IETF.&lt;/p&gt;
7903
7904 &lt;pre&gt;
7905 --- dhcp.schema (revision 65192)
7906 +++ dhcp.schema (working copy)
7907 @@ -376,7 +376,7 @@
7908 objectclass ( 2.16.840.1.113719.1.203.6.6
7909 NAME &#39;dhcpHost&#39;
7910 DESC &#39;This represents information about a particular client&#39;
7911 - SUP top
7912 + SUP top AUXILIARY
7913 MUST cn
7914 MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComments $ dhcpOption)
7915 X-NDS_CONTAINMENT (&#39;dhcpService&#39; &#39;dhcpSubnet&#39; &#39;dhcpGroup&#39;) )
7916 &lt;/pre&gt;
7917
7918 &lt;p&gt;I very much welcome clues on how to do this properly for Debian
7919 Edu/Squeeze. We provide the DHCP schema in our debian-edu-config
7920 package, and should thus be free to rewrite it as we see fit.&lt;/p&gt;
7921
7922 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
7923 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
7924 </description>
7925 </item>
7926
7927 <item>
7928 <title>Lenny-&gt;Squeeze upgrades, removals by apt and aptitude</title>
7929 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</link>
7930 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</guid>
7931 <pubDate>Sun, 13 Jun 2010 09:05:00 +0200</pubDate>
7932 <description>&lt;p&gt;My
7933 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html&quot;&gt;testing
7934 of Debian upgrades&lt;/a&gt; from Lenny to Squeeze continues, and I&#39;ve
7935 finally made the upgrade logs available from
7936 &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;.
7937 I am now testing dist-upgrade of Gnome and KDE in a chroot using both
7938 apt and aptitude, and found their differences interesting. This time
7939 I will only focus on their removal plans.&lt;/p&gt;
7940
7941 &lt;p&gt;After installing a Gnome desktop and the laptop task, apt-get wants
7942 to remove 72 packages when dist-upgrading from Lenny to Squeeze. The
7943 surprising part is that it want to remove xorg and all
7944 xserver-xorg-video* drivers. Clearly not a good choice, but I am not
7945 sure why. When asking aptitude to do the same, it want to remove 129
7946 packages, but most of them are library packages I suspect are no
7947 longer needed. Both of them want to remove bluetooth packages, which
7948 I do not know. Perhaps these bluetooth packages are obsolete?&lt;/p&gt;
7949
7950 &lt;p&gt;For KDE, apt-get want to remove 82 packages, among them kdebase
7951 which seem like a bad idea and xorg the same way as with Gnome. Asking
7952 aptitude for the same, it wants to remove 192 packages, none which are
7953 too surprising.&lt;/p&gt;
7954
7955 &lt;p&gt;I guess the removal of xorg during upgrades should be investigated
7956 and avoided, and perhaps others as well. Here are the complete list
7957 of planned removals. The complete logs is available from the URL
7958 above. Note if you want to repeat these tests, that the upgrade test
7959 for kde+apt-get hung in the tasksel setup because of dpkg asking
7960 conffile questions. No idea why. I worked around it by using
7961 &#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
7962 continue.&lt;/p&gt;
7963
7964 &lt;p&gt;&lt;b&gt;apt-get gnome 72&lt;/b&gt;
7965 &lt;br&gt;bluez-gnome cupsddk-drivers deskbar-applet gnome
7966 gnome-desktop-environment gnome-network-admin gtkhtml3.14
7967 iceweasel-gnome-support libavcodec51 libdatrie0 libgdl-1-0
7968 libgnomekbd2 libgnomekbdui2 libmetacity0 libslab0 libxcb-xlib0
7969 nautilus-cd-burner python-gnome2-desktop python-gnome2-extras
7970 serpentine swfdec-mozilla update-manager xorg xserver-xorg
7971 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
7972 xserver-xorg-input-kbd xserver-xorg-input-mouse
7973 xserver-xorg-input-synaptics xserver-xorg-input-wacom
7974 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
7975 xserver-xorg-video-ati xserver-xorg-video-chips
7976 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
7977 xserver-xorg-video-dummy xserver-xorg-video-fbdev
7978 xserver-xorg-video-glint xserver-xorg-video-i128
7979 xserver-xorg-video-i740 xserver-xorg-video-imstt
7980 xserver-xorg-video-intel xserver-xorg-video-mach64
7981 xserver-xorg-video-mga xserver-xorg-video-neomagic
7982 xserver-xorg-video-nsc xserver-xorg-video-nv
7983 xserver-xorg-video-openchrome xserver-xorg-video-r128
7984 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
7985 xserver-xorg-video-rendition xserver-xorg-video-s3
7986 xserver-xorg-video-s3virge xserver-xorg-video-savage
7987 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
7988 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
7989 xserver-xorg-video-tga xserver-xorg-video-trident
7990 xserver-xorg-video-tseng xserver-xorg-video-v4l
7991 xserver-xorg-video-vesa xserver-xorg-video-vga
7992 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9
7993 xulrunner-1.9-gnome-support&lt;/p&gt;
7994
7995 &lt;p&gt;&lt;b&gt;aptitude gnome 129&lt;/b&gt;
7996
7997 &lt;br&gt;bluez-gnome bluez-utils cpp-4.3 cupsddk-drivers dhcdbd
7998 djvulibre-desktop finger gnome-app-install gnome-mount
7999 gnome-network-admin gnome-spell gnome-vfs-obexftp
8000 gnome-volume-manager gstreamer0.10-gnomevfs gtkhtml3.14 libao2
8001 libavahi-compat-libdnssd1 libavahi-core5 libavcodec51 libbluetooth2
8002 libcamel1.2-11 libcdio7 libcucul0 libcupsys2 libcurl3 libdatrie0
8003 libdirectfb-1.0-0 libdvdread3 libedataserver1.2-9 libeel2-2.20
8004 libeel2-data libepc-1.0-1 libepc-ui-1.0-1 libfaad0 libgail-common
8005 libgd2-noxpm libgda3-3 libgda3-common libgdl-1-0 libgdl-1-common
8006 libggz2 libggzcore9 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0
8007 libgnomecups1.0-1 libgnomekbd2 libgnomekbdui2 libgnomeprint2.2-0
8008 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
8009 libgnomevfs2-bin libgpod3 libgraphviz4 libgtkhtml2-0
8010 libgtksourceview-common libgtksourceview1.0-0 libgucharmap6
8011 libhesiod0 libicu38 libiw29 libkpathsea4 libltdl3 libmagick++10
8012 libmagick10 libmalaga7 libmetacity0 libmtp7 libmysqlclient15off
8013 libnautilus-burn4 libneon27 libnm-glib0 libnm-util0 libopal-2.2
8014 libosp5 libparted1.8-10 libpoppler-glib3 libpoppler3 libpt-1.10.10
8015 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l libraw1394-8
8016 libsensors3 libslab0 libsmbios2 libsoup2.2-8 libssh2-1
8017 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1 libtotem-plparser10
8018 libtrackerclient0 libxalan2-java libxalan2-java-gcj libxcb-xlib0
8019 libxerces2-java libxerces2-java-gcj libxklavier12 libxtrap6
8020 libxxf86misc1 libzephyr3 mysql-common nautilus-cd-burner
8021 openoffice.org-writer2latex openssl-blacklist p7zip
8022 python-4suite-xml python-eggtrayicon python-gnome2-desktop
8023 python-gnome2-extras python-gtkhtml2 python-gtkmozembed
8024 python-numeric python-sexy serpentine svgalibg1 swfdec-gnome
8025 swfdec-mozilla totem-gstreamer update-manager wodim
8026 xserver-xorg-video-cyrix xserver-xorg-video-imstt
8027 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
8028 zip&lt;/p&gt;
8029
8030 &lt;p&gt;&lt;b&gt;apt-get kde 82&lt;/b&gt;
8031
8032 &lt;br&gt;cupsddk-drivers karm kaudiocreator kcoloredit kcontrol kde kde-core
8033 kdeaddons kdeartwork kdebase kdebase-bin kdebase-bin-kde3
8034 kdebase-kio-plugins kdesktop kdeutils khelpcenter kicker
8035 kicker-applets knewsticker kolourpaint konq-plugins konqueror korn
8036 kpersonalizer kscreensaver ksplash libavcodec51 libdatrie0 libkiten1
8037 libxcb-xlib0 quanta superkaramba texlive-base-bin xorg xserver-xorg
8038 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
8039 xserver-xorg-input-kbd xserver-xorg-input-mouse
8040 xserver-xorg-input-synaptics xserver-xorg-input-wacom
8041 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
8042 xserver-xorg-video-ati xserver-xorg-video-chips
8043 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
8044 xserver-xorg-video-dummy xserver-xorg-video-fbdev
8045 xserver-xorg-video-glint xserver-xorg-video-i128
8046 xserver-xorg-video-i740 xserver-xorg-video-imstt
8047 xserver-xorg-video-intel xserver-xorg-video-mach64
8048 xserver-xorg-video-mga xserver-xorg-video-neomagic
8049 xserver-xorg-video-nsc xserver-xorg-video-nv
8050 xserver-xorg-video-openchrome xserver-xorg-video-r128
8051 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
8052 xserver-xorg-video-rendition xserver-xorg-video-s3
8053 xserver-xorg-video-s3virge xserver-xorg-video-savage
8054 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
8055 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
8056 xserver-xorg-video-tga xserver-xorg-video-trident
8057 xserver-xorg-video-tseng xserver-xorg-video-v4l
8058 xserver-xorg-video-vesa xserver-xorg-video-vga
8059 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9&lt;/p&gt;
8060
8061 &lt;p&gt;&lt;b&gt;aptitude kde 192&lt;/b&gt;
8062 &lt;br&gt;bluez-utils cpp-4.3 cupsddk-drivers cvs dcoprss dhcdbd
8063 djvulibre-desktop dosfstools eyesapplet fifteenapplet finger gettext
8064 ghostscript-x imlib-base imlib11 indi kandy karm kasteroids
8065 kaudiocreator kbackgammon kbstate kcoloredit kcontrol kcron kdat
8066 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
8067 kdebase-bin-kde3 kdebase-kio-plugins kdeedu-data
8068 kdegraphics-kfile-plugins kdelirc kdemultimedia-kappfinder-data
8069 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
8070 kdepim-kfile-plugins kdepim-kio-plugins kdeprint kdesktop kdessh
8071 kdict kdnssd kdvi kedit keduca kenolaba kfax kfaxview kfouleggs
8072 kghostview khelpcenter khexedit kiconedit kitchensync klatin
8073 klickety kmailcvt kmenuedit kmid kmilo kmoon kmrml kodo kolourpaint
8074 kooka korn kpager kpdf kpercentage kpf kpilot kpoker kpovmodeler
8075 krec kregexpeditor ksayit ksim ksirc ksirtet ksmiletris ksmserver
8076 ksnake ksokoban ksplash ksvg ksysv ktip ktnef kuickshow kverbos
8077 kview kviewshell kvoctrain kwifimanager kwin kwin4 kworldclock
8078 kxsldbg libakode2 libao2 libarts1-akode libarts1-audiofile
8079 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
8080 libavahi-core5 libavc1394-0 libavcodec51 libbluetooth2
8081 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0 libdatrie0
8082 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
8083 libgail-common libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0
8084 libicu38 libiec61883-0 libindex0 libiw29 libk3b3 libkcal2b libkcddb1
8085 libkdeedu3 libkdepim1a libkgantt0 libkiten1 libkleopatra1 libkmime2
8086 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
8087 libksieve0 libktnef1 liblockdev1 libltdl3 libmagick10 libmimelib1c2a
8088 libmozjs1d libmpcdec3 libneon27 libnm-util0 libopensync0 libpisock9
8089 libpoppler-glib3 libpoppler-qt2 libpoppler3 libraw1394-8 libsmbios2
8090 libssh2-1 libsuitesparse-3.1.0 libtalloc1 libtiff-tools
8091 libxalan2-java libxalan2-java-gcj libxcb-xlib0 libxerces2-java
8092 libxerces2-java-gcj libxtrap6 mpeglib networkstatus
8093 openoffice.org-writer2latex pmount poster psutils quanta quanta-data
8094 superkaramba svgalibg1 tex-common texlive-base texlive-base-bin
8095 texlive-common texlive-doc-base texlive-fonts-recommended
8096 xserver-xorg-video-cyrix xserver-xorg-video-imstt
8097 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
8098 xulrunner-1.9&lt;/p&gt;
8099
8100 </description>
8101 </item>
8102
8103 <item>
8104 <title>Automatic upgrade testing from Lenny to Squeeze</title>
8105 <link>http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</link>
8106 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</guid>
8107 <pubDate>Fri, 11 Jun 2010 22:50:00 +0200</pubDate>
8108 <description>&lt;p&gt;The last few days I have done some upgrade testing in Debian, to
8109 see if the upgrade from Lenny to Squeeze will go smoothly. A few bugs
8110 have been discovered and reported in the process
8111 (&lt;a href=&quot;http://bugs.debian.org/585410&quot;&gt;#585410&lt;/a&gt; in nagios3-cgi,
8112 &lt;a href=&quot;http://bugs.debian.org/584879&quot;&gt;#584879&lt;/a&gt; already fixed in
8113 enscript and &lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; in
8114 kdebase-workspace-data), and to get a more regular testing going on, I
8115 am working on a script to automate the test.&lt;/p&gt;
8116
8117 &lt;p&gt;The idea is to create a Lenny chroot and use tasksel to install a
8118 Gnome or KDE desktop installation inside the chroot before upgrading
8119 it. To ensure no services are started in the chroot, a policy-rc.d
8120 script is inserted. To make sure tasksel believe it is to install a
8121 desktop on a laptop, the tasksel tests are replaced in the chroot
8122 (only acceptable because this is a throw-away chroot).&lt;/p&gt;
8123
8124 &lt;p&gt;A naive upgrade from Lenny to Squeeze using aptitude dist-upgrade
8125 currently always fail because udev refuses to upgrade with the kernel
8126 in Lenny, so to avoid that problem the file /etc/udev/kernel-upgrade
8127 is created. The bug report
8128 &lt;a href=&quot;http://bugs.debian.org/566000&quot;&gt;#566000&lt;/a&gt; make me suspect
8129 this problem do not trigger in a chroot, but I touch the file anyway
8130 to make sure the upgrade go well. Testing on virtual and real
8131 hardware have failed me because of udev so far, and creating this file
8132 do the trick in such settings anyway. This is a
8133 &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
8134 issue&lt;/a&gt; and the current udev behaviour is intended by the udev
8135 maintainer because he lack the resources to rewrite udev to keep
8136 working with old kernels or something like that. I really wish the
8137 udev upstream would keep udev backwards compatible, to avoid such
8138 upgrade problem, but given that they fail to do so, I guess
8139 documenting the way out of this mess is the best option we got for
8140 Debian Squeeze.&lt;/p&gt;
8141
8142 &lt;p&gt;Anyway, back to the task at hand, testing upgrades. This test
8143 script, which I call &lt;tt&gt;upgrade-test&lt;/tt&gt; for now, is doing the
8144 trick:&lt;/p&gt;
8145
8146 &lt;blockquote&gt;&lt;pre&gt;
8147 #!/bin/sh
8148 set -ex
8149
8150 if [ &quot;$1&quot; ] ; then
8151 desktop=$1
8152 else
8153 desktop=gnome
8154 fi
8155
8156 from=lenny
8157 to=squeeze
8158
8159 exec &amp;lt; /dev/null
8160 unset LANG
8161 mirror=http://ftp.skolelinux.org/debian
8162 tmpdir=chroot-$from-upgrade-$to-$desktop
8163 fuser -mv .
8164 debootstrap $from $tmpdir $mirror
8165 chroot $tmpdir aptitude update
8166 cat &gt; $tmpdir/usr/sbin/policy-rc.d &amp;lt;&amp;lt;EOF
8167 #!/bin/sh
8168 exit 101
8169 EOF
8170 chmod a+rx $tmpdir/usr/sbin/policy-rc.d
8171 exit_cleanup() {
8172 umount $tmpdir/proc
8173 }
8174 mount -t proc proc $tmpdir/proc
8175 # Make sure proc is unmounted also on failure
8176 trap exit_cleanup EXIT INT
8177
8178 chroot $tmpdir aptitude -y install debconf-utils
8179
8180 # Make sure tasksel autoselection trigger. It need the test scripts
8181 # to return the correct answers.
8182 echo tasksel tasksel/desktop multiselect $desktop | \
8183 chroot $tmpdir debconf-set-selections
8184
8185 # Include the desktop and laptop task
8186 for test in desktop laptop ; do
8187 echo &gt; $tmpdir/usr/lib/tasksel/tests/$test &amp;lt;&amp;lt;EOF
8188 #!/bin/sh
8189 exit 2
8190 EOF
8191 chmod a+rx $tmpdir/usr/lib/tasksel/tests/$test
8192 done
8193
8194 DEBIAN_FRONTEND=noninteractive
8195 DEBIAN_PRIORITY=critical
8196 export DEBIAN_FRONTEND DEBIAN_PRIORITY
8197 chroot $tmpdir tasksel --new-install
8198
8199 echo deb $mirror $to main &gt; $tmpdir/etc/apt/sources.list
8200 chroot $tmpdir aptitude update
8201 touch $tmpdir/etc/udev/kernel-upgrade
8202 chroot $tmpdir aptitude -y dist-upgrade
8203 fuser -mv
8204 &lt;/pre&gt;&lt;/blockquote&gt;
8205
8206 &lt;p&gt;I suspect it would be useful to test upgrades with both apt-get and
8207 with aptitude, but I have not had time to look at how they behave
8208 differently so far. I hope to get a cron job running to do the test
8209 regularly and post the result on the web. The Gnome upgrade currently
8210 work, while the KDE upgrade fail because of the bug in
8211 kdebase-workspace-data&lt;/p&gt;
8212
8213 &lt;p&gt;I am not quite sure what kind of extract from the huge upgrade logs
8214 (KDE 167 KiB, Gnome 516 KiB) it make sense to include in this blog
8215 post, so I will refrain from trying. I can report that for Gnome,
8216 aptitude report 760 packages upgraded, 448 newly installed, 129 to
8217 remove and 1 not upgraded and 1024MB need to be downloaded while for
8218 KDE the same numbers are 702 packages upgraded, 507 newly installed,
8219 193 to remove and 0 not upgraded and 1117MB need to be downloaded&lt;/p&gt;
8220
8221 &lt;p&gt;I am very happy to notice that the Gnome desktop + laptop upgrade
8222 is able to migrate to dependency based boot sequencing and parallel
8223 booting without a hitch. Was unsure if there were still bugs with
8224 packages failing to clean up their obsolete init.d script during
8225 upgrades, and no such problem seem to affect the Gnome desktop+laptop
8226 packages.&lt;/p&gt;
8227 </description>
8228 </item>
8229
8230 <item>
8231 <title>Skolelinux er laget for sentraldrifting, naturligvis</title>
8232 <link>http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</link>
8233 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</guid>
8234 <pubDate>Wed, 9 Jun 2010 12:30:00 +0200</pubDate>
8235 <description>&lt;p&gt;Det er merkelig hvordan myter om Skolelinux overlever. En slik
8236 myte er at Skolelinux ikke kan sentraldriftes og ha sentralt plasserte
8237 tjenermaskiner. I siste Computerworld Norge er
8238 &lt;a href=&quot;http://www.idg.no/computerworld/article169432.ece&quot;&gt;IT-sjef
8239 Viggo Billdal i Steinkjer intervjuet&lt;/a&gt;, og forteller uten
8240 blygsel:&lt;/p&gt;
8241
8242 &lt;blockquote&gt;&lt;p&gt;Vi hadde Skolelinux, men det har vi sluttet med. Vi testet
8243 om det lønte seg med Microsoft eller en åpen plattform. Vi fant ut at
8244 Microsoft egentlig var totalt sett bedre egnet. Det var store
8245 driftskostnader med Skolelinux, blant annet på grunn av
8246 desentraliserte servere. Det var komplisert, så vi gikk vekk fra det
8247 og bruker nå bare Windows.&lt;/p&gt;&lt;/blockquote&gt;
8248
8249 &lt;p&gt;En &lt;a
8250 href=&quot;https://init.linpro.no/pipermail/skolelinux.no/bruker/2010-June/009101.html&quot;&gt;rask
8251 sjekk&lt;/a&gt; mot den norske brukerlista i Skolelinuxprosjektet forteller
8252 at Steinkjers forsøk foregikk fram til 2004/2005, og at Røysing skole
8253 i Steinkjer skal ha vært svært fornøyd med Skolelinux men at kommunen
8254 overkjørte skolen og krevde at de gikk over til Windows. Et søk på
8255 nettet sendte meg til
8256 &lt;a href=&quot;http://www.dn.no/multimedia/archive/00090/Dagens_it_nr__18_90826a.pdf&quot;&gt;Dagens
8257 IT nr. 18 2005&lt;/a&gt; hvor en kan lese på side 18:&lt;/p&gt;
8258
8259 &lt;blockquote&gt;&lt;p&gt;Inge Tømmerås ved Røysing skole i Steinkjer kjører ennå
8260 Microsoft, men forteller at kompetanseutfordringen med Skolelinux ikke
8261 var så stor. ­ Jeg syntes Skolelinux var utrolig lett å drifte uten
8262 forkunnskaper. Men man må jo selvsagt ha tilgang på ekstern kompetanse
8263 til installasjoner og maskinvarefeil, sier Tømmerås.&lt;/p&gt;&lt;/blockquote&gt;
8264
8265 &lt;p&gt;Som systemarkitekten bak Skolelinux, kan jeg bare riste på hodet
8266 over påstanden om at Skolelinux krever desentraliserte tjenere.
8267 Skolelinux-arkitekturen er laget for sentralisert drift og plassering
8268 av tjenerne lokalt eller sentralt alt etter behov og nettkapasitet.
8269 Den er modellert på nettverks- og tjenerløsningen som brukes på
8270 Universitetet i Tromsø og Oslo, der jeg jobber med utvikling av
8271 driftstjenester. Dette er det heldigvis noen som har fått med seg, og
8272 jeg er glad for å kunne sitere fra en kommentar på den overnevnte
8273 artikkelen. Min venn og gamle kollega Sturle Sunde forteller der:
8274
8275 &lt;blockquote&gt;
8276 &lt;p&gt;I Flora kommune køyrer vi Skulelinux på skular med alt frå 15 til
8277 meir enn 500 elevar. Dei store skulane har eigen tenar, for det er
8278 mest praktisk. Eg, som er driftsansvarleg for heile nettet, ser
8279 sjeldan dei tenarane fysisk, men at dei står der gjer skulane mindre
8280 avhengige av eksterne linjer som er trege eller dyre. Dei minste
8281 skulane har ikkje eigen tenar. Å bruke sentral tenar er heller ikkje
8282 noko problem. Småskulane klarar seg fint med 1 mbit-linje til ein
8283 sentral tenar eller tenaren på ein større skule.&lt;/p&gt;
8284
8285 &lt;p&gt;Det beste med Skulelinux er halvtjukke klientar. Dei treng ikkje
8286 harddisk og brukar minimalt med ressursar på tenaren fordi dei køyrer
8287 programma lokalt. Eit klasserom med 30 sju-åtte år gamle maskiner har
8288 mykje meir CPU og RAM totalt enn nokon moderne tenar til under
8289 millionen. Det trengst to kommandoar på den sentrale tenaren for å
8290 oppdatere alle klientane, både tynne og halvtjukke. Vi har ingen
8291 problem med diskar som ryk heller, som var eit problem før fordi
8292 elevane sat og sparka i maskinene. Og dei krev lite bandbreidde i
8293 nettet, so det er fullt mogleg å køyre slike på småskular med trege
8294 linjer mot tenaren på ein større skule.&lt;/p&gt;
8295
8296 &lt;p&gt;Flora kommune har nesten 800 Linux-maskiner i sitt skulenett, og
8297 ein person som tek seg av drift av heile nettet, inkludert tenarar,
8298 klientar, operativsystem, programvare, heimekontorløysing og
8299 administrasjon av brukarar.&lt;/p&gt;
8300
8301 &lt;p&gt;No skal det seiast at vi ikkje køyrer rein Skulelinux ut av
8302 boksen. Vi har gjort ein del tilpassingar mot noko Novell-greier som
8303 var der frå før, og som har komplisert installasjonen vår. Etter at
8304 oppsettet var gjort har løysinga vore stabil og kravd minimalt med
8305 arbeid.&lt;/p&gt;
8306 &lt;/blockquote&gt;
8307
8308 &lt;p&gt;Jeg vet at Narvik, Harstad og Oslo er kommuner der Skolelinux
8309 sentraldriftes med sentrale tjenere. Det forteller meg at Steinkjers
8310 IT-sjef neppe bør skylde på Skolelinux-løsningen for sine 5 år gamle
8311 minner.&lt;/p&gt;
8312 </description>
8313 </item>
8314
8315 <item>
8316 <title>A manual for standards wars...</title>
8317 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
8318 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
8319 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
8320 <description>&lt;p&gt;Via the
8321 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
8322 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
8323 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
8324 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
8325 following the standards wars of today.&lt;/p&gt;
8326 </description>
8327 </item>
8328
8329 <item>
8330 <title>Sitesummary tip: Listing computer hardware models used at site</title>
8331 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</link>
8332 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</guid>
8333 <pubDate>Thu, 3 Jun 2010 12:05:00 +0200</pubDate>
8334 <description>&lt;p&gt;When using sitesummary at a site to track machines, it is possible
8335 to get a list of the machine types in use thanks to the DMI
8336 information extracted from each machine. The script to do so is
8337 included in the sitesummary package, and here is example output from
8338 the Skolelinux build servers:&lt;/p&gt;
8339
8340 &lt;blockquote&gt;&lt;pre&gt;
8341 maintainer:~# /usr/lib/sitesummary/hardware-model-summary
8342 vendor count
8343 Dell Computer Corporation 1
8344 PowerEdge 1750 1
8345 IBM 1
8346 eserver xSeries 345 -[8670M1X]- 1
8347 Intel 2
8348 [no-dmi-info] 3
8349 maintainer:~#
8350 &lt;/pre&gt;&lt;/blockquote&gt;
8351
8352 &lt;p&gt;The quality of the report depend on the quality of the DMI tables
8353 provided in each machine. Here there are Intel machines without model
8354 information listed with Intel as vendor and no model, and virtual Xen
8355 machines listed as [no-dmi-info]. One can add -l as a command line
8356 option to list the individual machines.&lt;/p&gt;
8357
8358 &lt;p&gt;A larger list is
8359 &lt;a href=&quot;http://narvikskolen.no/sitesummary/&quot;&gt;available from the the
8360 city of Narvik&lt;/a&gt;, which uses Skolelinux on all their shools and also
8361 provide the basic sitesummary report publicly. In their report there
8362 are ~1400 machines. I know they use both Ubuntu and Skolelinux on
8363 their machines, and as sitesummary is available in both distributions,
8364 it is trivial to get all of them to report to the same central
8365 collector.&lt;/p&gt;
8366 </description>
8367 </item>
8368
8369 <item>
8370 <title>KDM fail at boot with NVidia cards - and no one try to fix it?</title>
8371 <link>http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</link>
8372 <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>
8373 <pubDate>Tue, 1 Jun 2010 17:05:00 +0200</pubDate>
8374 <description>&lt;p&gt;It is strange to watch how a bug in Debian causing KDM to fail to
8375 start at boot when an NVidia video card is used is handled. The
8376 problem seem to be that the nvidia X.org driver uses a long time to
8377 initialize, and this duration is longer than kdm is configured to
8378 wait.&lt;/p&gt;
8379
8380 &lt;p&gt;I came across two bugs related to this issue,
8381 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;#583312&lt;/a&gt; initially filed
8382 against initscripts and passed on to nvidia-glx when it became obvious
8383 that the nvidia drivers were involved, and
8384 &lt;a href=&quot;http://bugs.debian.org/524751&quot;&gt;#524751&lt;/a&gt; initially filed against
8385 kdm and passed on to src:nvidia-graphics-drivers for unknown reasons.&lt;/p&gt;
8386
8387 &lt;p&gt;To me, it seem that no-one is interested in actually solving the
8388 problem nvidia video card owners experience and make sure the Debian
8389 distribution work out of the box for these users. The nvidia driver
8390 maintainers expect kdm to be set up to wait longer, while kdm expect
8391 the nvidia driver maintainers to fix the driver to start faster, and
8392 while they wait for each other I guess the users end up switching to a
8393 distribution that work for them. I have no idea what the solution is,
8394 but I am pretty sure that waiting for each other is not it.&lt;/p&gt;
8395
8396 &lt;p&gt;I wonder why we end up handling bugs this way.&lt;/p&gt;
8397 </description>
8398 </item>
8399
8400 <item>
8401 <title>Parallellized boot seem to hold up well in Debian/testing</title>
8402 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</link>
8403 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</guid>
8404 <pubDate>Thu, 27 May 2010 23:55:00 +0200</pubDate>
8405 <description>&lt;p&gt;A few days ago, parallel booting was enabled in Debian/testing.
8406 The feature seem to hold up pretty well, but three fairly serious
8407 issues are known and should be solved:
8408
8409 &lt;p&gt;&lt;ul&gt;
8410
8411 &lt;li&gt;The wicd package seen to
8412 &lt;a href=&quot;http://bugs.debian.org/508289&quot;&gt;break NFS mounting&lt;/a&gt; and
8413 &lt;a href=&quot;http://bugs.debian.org/581586&quot;&gt;network setup&lt;/a&gt; when
8414 parallel booting is enabled. No idea why, but the wicd maintainer
8415 seem to be on the case.&lt;/li&gt;
8416
8417 &lt;li&gt;The nvidia X driver seem to
8418 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;have a race condition&lt;/a&gt;
8419 triggered more easily when parallel booting is in effect. The
8420 maintainer is on the case.&lt;/li&gt;
8421
8422 &lt;li&gt;The sysv-rc package fail to properly enable dependency based boot
8423 sequencing (the shutdown is broken) when old file-rc users
8424 &lt;a href=&quot;http://bugs.debian.org/575080&quot;&gt;try to switch back&lt;/a&gt; to
8425 sysv-rc. One way to solve it would be for file-rc to create
8426 /etc/init.d/.legacy-bootordering, and another is to try to make
8427 sysv-rc more robust. Will investigate some more and probably upload a
8428 workaround in sysv-rc to help those trying to move from file-rc to
8429 sysv-rc get a working shutdown.&lt;/li&gt;
8430
8431 &lt;/ul&gt;&lt;/p&gt;
8432
8433 &lt;p&gt;All in all not many surprising issues, and all of them seem
8434 solvable before Squeeze is released. In addition to these there are
8435 some packages with bugs in their dependencies and run level settings,
8436 which I expect will be fixed in a reasonable time span.&lt;/p&gt;
8437
8438 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
8439 the BTS, please usertag the report to get it to show up at
8440 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
8441 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
8442
8443 &lt;p&gt;Update: Correct bug number to file-rc issue.&lt;/p&gt;
8444 </description>
8445 </item>
8446
8447 <item>
8448 <title>More flexible firmware handling in debian-installer</title>
8449 <link>http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</link>
8450 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</guid>
8451 <pubDate>Sat, 22 May 2010 21:30:00 +0200</pubDate>
8452 <description>&lt;p&gt;After a long break from debian-installer development, I finally
8453 found time today to return to the project. Having to spend less time
8454 working dependency based boot in debian, as it is almost complete now,
8455 definitely helped freeing some time.&lt;/p&gt;
8456
8457 &lt;p&gt;A while back, I ran into a problem while working on Debian Edu. We
8458 include some firmware packages on the Debian Edu CDs, those needed to
8459 get disk and network controllers working. Without having these
8460 firmware packages available during installation, it is impossible to
8461 install Debian Edu on the given machine, and because our target group
8462 are non-technical people, asking them to provide firmware packages on
8463 an external medium is a support pain. Initially, I expected it to be
8464 enough to include the firmware packages on the CD to get
8465 debian-installer to find and use them. This proved to be wrong.
8466 Next, I hoped it was enough to symlink the relevant firmware packages
8467 to some useful location on the CD (tried /cdrom/ and
8468 /cdrom/firmware/). This also proved to not work, and at this point I
8469 found time to look at the debian-installer code to figure out what was
8470 going to work.&lt;/p&gt;
8471
8472 &lt;p&gt;The firmware loading code is in the hw-detect package, and a closer
8473 look revealed that it would only look for firmware packages outside
8474 the installation media, so the CD was never checked for firmware
8475 packages. It would only check USB sticks, floppies and other
8476 &quot;external&quot; media devices. Today I changed it to also look in the
8477 /cdrom/firmware/ directory on the mounted CD or DVD, which should
8478 solve the problem I ran into with Debian edu. I also changed it to
8479 look in /firmware/, to make sure the installer also find firmware
8480 provided in the initrd when booting the installer via PXE, to allow us
8481 to provide the same feature in the PXE setup included in Debian
8482 Edu.&lt;/p&gt;
8483
8484 &lt;p&gt;To make sure firmware deb packages with a license questions are not
8485 activated without asking if the license is accepted, I extended
8486 hw-detect to look for preinst scripts in the firmware packages, and
8487 run these before activating the firmware during installation. The
8488 license question is asked using debconf in the preinst, so this should
8489 solve the issue for the firmware packages I have looked at so far.&lt;/p&gt;
8490
8491 &lt;p&gt;If you want to discuss the details of these features, please
8492 contact us on debian-boot@lists.debian.org.&lt;/p&gt;
8493 </description>
8494 </item>
8495
8496 <item>
8497 <title>Pieces of the roaming laptop puzzle in Debian</title>
8498 <link>http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</link>
8499 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</guid>
8500 <pubDate>Wed, 19 May 2010 19:00:00 +0200</pubDate>
8501 <description>&lt;p&gt;Today, the last piece of the puzzle for roaming laptops in Debian
8502 Edu finally entered the Debian archive. Today, the new
8503 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-mklocaluser.html&quot;&gt;libpam-mklocaluser&lt;/a&gt;
8504 package was accepted. Two days ago, two other pieces was accepted
8505 into unstable. The
8506 &lt;a href=&quot;http://packages.qa.debian.org/p/pam-python.html&quot;&gt;pam-python&lt;/a&gt;
8507 package needed by libpam-mklocaluser, and the
8508 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd&lt;/a&gt; package
8509 passed NEW on Monday. In addition, the
8510 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
8511 package we need is in experimental (version 10-4) since Saturday, and
8512 hopefully will be moved to unstable soon.&lt;/p&gt;
8513
8514 &lt;p&gt;This collection of packages allow for two different setups for
8515 roaming laptops. The traditional setup would be using libpam-ccreds,
8516 nscd and libpam-mklocaluser with LDAP or Kerberos authentication,
8517 which should work out of the box if the configuration changes proposed
8518 for nscd in &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;BTS report
8519 #485282&lt;/a&gt; is implemented. The alternative setup is to use sssd with
8520 libpam-mklocaluser to connect to LDAP or Kerberos and let sssd take
8521 care of the caching of passwords and group information.&lt;/p&gt;
8522
8523 &lt;p&gt;I have so far been unable to get sssd to work with the LDAP server
8524 at the University, but suspect the issue is some SSL/GnuTLS related
8525 problem with the server certificate. I plan to update the Debian
8526 package to version 1.2, which is scheduled for next week, and hope to
8527 find time to make sure the next release will include both the
8528 Debian/Ubuntu specific patches. Upstream is friendly and responsive,
8529 and I am sure we will find a good solution.&lt;/p&gt;
8530
8531 &lt;p&gt;The idea is to set up the roaming laptops to authenticate using
8532 LDAP or Kerberos and create a local user with home directory in /home/
8533 when a usre in LDAP logs in via KDM or GDM for the first time, and
8534 cache the password for offline checking, as well as caching group
8535 memberhips and other relevant LDAP information. The
8536 libpam-mklocaluser package was created to make sure the local home
8537 directory is in /home/, instead of /site/server/directory/ which would
8538 be the home directory if pam_mkhomedir was used. To avoid confusion
8539 with support requests and configuration, we do not want local laptops
8540 to have users in a path that is used for the same users home directory
8541 on the home directory servers.&lt;/p&gt;
8542
8543 &lt;p&gt;One annoying problem with gdm is that it do not show the PAM
8544 message passed to the user from libpam-mklocaluser when the local user
8545 is created. Instead gdm simply reject the login with some generic
8546 message. The message is shown in kdm, ssh and login, so I guess it is
8547 a bug in gdm. Have not investigated if there is some other message
8548 type that can be used instead to get gdm to also show the message.&lt;/p&gt;
8549
8550 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
8551 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
8552 </description>
8553 </item>
8554
8555 <item>
8556 <title>Parallellized boot is now the default in Debian/unstable</title>
8557 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</link>
8558 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</guid>
8559 <pubDate>Fri, 14 May 2010 22:40:00 +0200</pubDate>
8560 <description>&lt;p&gt;Since this evening, parallel booting is the default in
8561 Debian/unstable for machines using dependency based boot sequencing.
8562 Apparently the testing of concurrent booting has been wider than
8563 expected, if I am to believe the
8564 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
8565 on debian-devel@&lt;/a&gt;, and I concluded a few days ago to move forward
8566 with the feature this weekend, to give us some time to detect any
8567 remaining problems before Squeeze is frozen. If serious problems are
8568 detected, it is simple to change the default back to sequential boot.
8569 The upload of the new sysvinit package also activate a new upstream
8570 version.&lt;/p&gt;
8571
8572 More information about
8573 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
8574 based boot sequencing&lt;/a&gt; is available from the Debian wiki. It is
8575 currently possible to disable parallel booting when one run into
8576 problems caused by it, by adding this line to /etc/default/rcS:&lt;/p&gt;
8577
8578 &lt;blockquote&gt;&lt;pre&gt;
8579 CONCURRENCY=none
8580 &lt;/pre&gt;&lt;/blockquote&gt;
8581
8582 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
8583 the BTS, please usertag the report to get it to show up at
8584 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
8585 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
8586 </description>
8587 </item>
8588
8589 <item>
8590 <title>Sitesummary tip: Listing MAC address of all clients</title>
8591 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</link>
8592 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</guid>
8593 <pubDate>Fri, 14 May 2010 21:10:00 +0200</pubDate>
8594 <description>&lt;p&gt;In the recent Debian Edu versions, the
8595 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;sitesummary
8596 system&lt;/a&gt; is used to keep track of the machines in the school
8597 network. Each machine will automatically report its status to the
8598 central server after boot and once per night. The network setup is
8599 also reported, and using this information it is possible to get the
8600 MAC address of all network interfaces in the machines. This is useful
8601 to update the DHCP configuration.&lt;/p&gt;
8602
8603 &lt;p&gt;To give some idea how to use sitesummary, here is a one-liner to
8604 ist all MAC addresses of all machines reporting to sitesummary. Run
8605 this on the collector host:&lt;/p&gt;
8606
8607 &lt;blockquote&gt;&lt;pre&gt;
8608 perl -MSiteSummary -e &#39;for_all_hosts(sub { print join(&quot; &quot;, get_macaddresses(shift)), &quot;\n&quot;; });&#39;
8609 &lt;/pre&gt;&lt;/blockquote&gt;
8610
8611 &lt;p&gt;This will list all MAC addresses assosiated with all machine, one
8612 line per machine and with space between the MAC addresses.&lt;/p&gt;
8613
8614 &lt;p&gt;To allow system administrators easier job at adding static DHCP
8615 addresses for hosts, it would be possible to extend this to fetch
8616 machine information from sitesummary and update the DHCP and DNS
8617 tables in LDAP using this information. Such tool is unfortunately not
8618 written yet.&lt;/p&gt;
8619 </description>
8620 </item>
8621
8622 <item>
8623 <title>Forcing new users to change their password on first login</title>
8624 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
8625 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
8626 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
8627 <description>&lt;p&gt;One interesting feature in Active Directory, is the ability to
8628 create a new user with an expired password, and thus force the user to
8629 change the password on the first login attempt.&lt;/p&gt;
8630
8631 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
8632 Edu, but did some initial testing with a local account. The account
8633 and password aging information is available in /etc/shadow, but
8634 unfortunately, it is not possible to specify an expiration time for
8635 passwords, only a maximum age for passwords.&lt;/p&gt;
8636
8637 &lt;p&gt;A freshly created account (using adduser test) will have these
8638 settings in /etc/shadow:&lt;/p&gt;
8639
8640 &lt;blockquote&gt;&lt;pre&gt;
8641 root@tjener:~# chage -l test
8642 Last password change : May 02, 2010
8643 Password expires : never
8644 Password inactive : never
8645 Account expires : never
8646 Minimum number of days between password change : 0
8647 Maximum number of days between password change : 99999
8648 Number of days of warning before password expires : 7
8649 root@tjener:~#
8650 &lt;/pre&gt;&lt;/blockquote&gt;
8651
8652 &lt;p&gt;The only way I could come up with to create a user with an expired
8653 account, is to change the date of the last password change to the
8654 lowest value possible (January 1th 1970), and the maximum password age
8655 to the difference in days between that date and today. To make it
8656 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
8657 avoid testing if 0 is a valid value).&lt;/p&gt;
8658
8659 &lt;p&gt;After using these commands to set it up, it seem to work as
8660 intended:&lt;/p&gt;
8661
8662 &lt;blockquote&gt;&lt;pre&gt;
8663 root@tjener:~# chage -d 1 test; chage -M 10950 test
8664 root@tjener:~# chage -l test
8665 Last password change : Jan 02, 1970
8666 Password expires : never
8667 Password inactive : never
8668 Account expires : never
8669 Minimum number of days between password change : 0
8670 Maximum number of days between password change : 10950
8671 Number of days of warning before password expires : 7
8672 root@tjener:~#
8673 &lt;/pre&gt;&lt;/blockquote&gt;
8674
8675 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
8676 Squeeze) login, and all ask for a new password before login in the
8677 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
8678
8679 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
8680 sure only the user itself have the account password?&lt;/p&gt;
8681
8682 &lt;p&gt;If you want to comment on or help out with implementing this for
8683 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
8684
8685 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
8686 shadow(8) page in Debian/testing now state that setting the date of
8687 last password change to zero (0) will force the password to be changed
8688 on the first login. This was not mentioned in the manual in Lenny, so
8689 I did not notice this in my initial testing. I have tested it on
8690 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
8691 tested it on Lenny yet.&lt;/p&gt;
8692
8693 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
8694 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
8695 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
8696 change.&lt;/p&gt;
8697 </description>
8698 </item>
8699
8700 <item>
8701 <title>Thoughts on roaming laptop setup for Debian Edu</title>
8702 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
8703 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
8704 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
8705 <description>&lt;p&gt;For some years now, I have wondered how we should handle laptops in
8706 Debian Edu. The Debian Edu infrastructure is mostly designed to
8707 handle stationary computers, and less suited for computers that come
8708 and go.&lt;/p&gt;
8709
8710 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
8711 Debian Edu for laptops, by introducing a new profile for them, for
8712 example called Roaming Workstations. Here are my thought on this.
8713 The setup would consist of the following:&lt;/p&gt;
8714
8715 &lt;ul&gt;
8716
8717 &lt;li&gt;During installation, the user name of the owner / primary user of
8718 the laptop is requested and a local home directory is set up for
8719 the user, with uid and gid information fetched from the LDAP
8720 server. This allow the user to work also when offline. The
8721 central home directory can be available in a subdirectory on
8722 request, for example mounted via CIFS. It could be mounted
8723 automatically when a user log in while on the Debian Edu network,
8724 and unmounted when the machine is taken away (network down,
8725 hibernate, etc), it can be set up to do automatic mounting on
8726 request (using autofs), or perhaps some GUI button on the desktop
8727 can be used to access it when needed. Perhaps it is enough to use
8728 the fish protocol in KDE?&lt;/li&gt;
8729
8730 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
8731 authentication when the machine is on the Debian Edu network, and
8732 to cache the password for offline checking when the machine unable
8733 to reach the LDAP or Kerberos server. This can be done using
8734 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
8735 or the Fedora developed
8736 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
8737 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
8738
8739 &lt;li&gt;File synchronisation with the central home directory is set up
8740 using a shared directory in both the local and the central home
8741 directory, using unison.&lt;/li&gt;
8742
8743 &lt;li&gt;Printing should be set up to print to all printers broadcasting
8744 their existence on the local network, and should then work out of
8745 the box with CUPS. For sites needing accurate printer quotas, some
8746 system with Kerberos authentication or printing via ssh could be
8747 implemented.&lt;/li&gt;
8748
8749 &lt;li&gt;For users that should have local root access to their laptop,
8750 sudo should be used to allow this to the local user.&lt;/li&gt;
8751
8752 &lt;li&gt;It would be nice if user and group information from LDAP is
8753 cached on the client, but given that there are entries for the
8754 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
8755
8756 &lt;/ul&gt;
8757
8758 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
8759 the moment. If we work quickly, we should be able to get this ready
8760 in time for the Squeeze release to freeze. Some of the pieces need
8761 tweaking, like libpam-ccreds should get support for pam-auth-update
8762 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
8763 perhaps debian-edu-config) should get some integration code to stop
8764 its daemon when the LDAP server is unavailable to avoid long timeouts
8765 when disconnected from the net. If we get Kerberos enabled, we need
8766 to make sure we avoid long timeouts there too.&lt;/p&gt;
8767
8768 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
8769 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
8770 </description>
8771 </item>
8772
8773 <item>
8774 <title>Kerberos for Debian Edu/Squeeze?</title>
8775 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
8776 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
8777 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
8778 <description>&lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
8779 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
8780 about the need to start using Kerberos in Skolelinux. Setting up a
8781 Kerberos server seem to be straight forward, and if we get this in
8782 place a long time before the Squeeze version of Debian freezes, we
8783 have a chance to migrate Skolelinux away from NFSv3 for the home
8784 directories, and over to an architecture where the infrastructure do
8785 not have to trust IP addresses and machines, and instead can trust
8786 users and cryptographic keys instead.&lt;/p&gt;
8787
8788 &lt;p&gt;A challenge will be integration and administration. Is there a
8789 Kerberos implementation for Debian where one can control the
8790 administration access in Kerberos using LDAP groups? With it, the
8791 school administration will have to maintain access control using flat
8792 files on the main server, which give a huge potential for errors.&lt;/p&gt;
8793
8794 &lt;p&gt;A related question I would like to know is how well Kerberos and
8795 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
8796
8797 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
8798 Nagios. I have no idea how much work that will be to implement. We
8799 would also need to document how to integrate with Windows AD, as such
8800 shared network will require two Kerberos realms that need to cooperate
8801 to work properly.&lt;/p&gt;
8802
8803 &lt;p&gt;I believe a good start would be to start using Kerberos on the
8804 skolelinux.no machines, and this way get ourselves experience with
8805 configuration and integration. A natural starting point would be
8806 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
8807 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
8808 time.&lt;/p&gt;
8809
8810 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
8811 I recommend you to see the video recording from yesterdays NUUG
8812 presentation, and start using Kerberos at home. The video show show
8813 up in a few days.&lt;/p&gt;
8814 </description>
8815 </item>
8816
8817 <item>
8818 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
8819 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
8820 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
8821 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
8822 <description>&lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
8823 in, I asked for a hook in the kdm and gdm setup to run scripts as root
8824 when the user log out. A bug was submitted against the xfree86-common
8825 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
8826 and revisited every time Debian Edu was working on a new release.
8827 Today, this finally paid off.&lt;/p&gt;
8828
8829 &lt;p&gt;The framework for this feature was today commited to the git
8830 repositry for the xorg package, and the git repository for xdm has
8831 been updated to use this framework. Next on my agenda is to make sure
8832 kdm and gdm also add code to use this framework.&lt;/p&gt;
8833
8834 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
8835 user log out, to get rid of runaway processes and do general cleanup
8836 after a user. With this framework in place, we finally can do that in
8837 a generic way that work with all display managers using this
8838 framework. My goal is to get all display managers in Debian use it,
8839 similar to how they use the Xsession.d framework today.&lt;p&gt;
8840 </description>
8841 </item>
8842
8843 <item>
8844 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
8845 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
8846 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
8847 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
8848 <description>&lt;p&gt;On Tuesday, the Debian/Lenny based version of
8849 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
8850 shipped. This was a major leap forward for the project, and I am very
8851 pleased that we finally got the release wrapped up. Work on the first
8852 point release starts imediately, as we plan to get that one out a
8853 month after the major release, to include all fixes for bugs we found
8854 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
8855
8856 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
8857
8858 &lt;p&gt;After this first point release, my plan is to focus again on the
8859 next major release, based on Squeeze. We will try to get as many of
8860 the fixes we need into the official Debian packages before the freeze,
8861 and have just a few weeks or months to make it happen.&lt;/p&gt;
8862 </description>
8863 </item>
8864
8865 <item>
8866 <title>Automatic Munin and Nagios configuration</title>
8867 <link>http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</link>
8868 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</guid>
8869 <pubDate>Wed, 27 Jan 2010 15:15:00 +0100</pubDate>
8870 <description>&lt;p&gt;One of the new features in the next Debian/Lenny based release of
8871 Debian Edu/Skolelinux, which is scheduled for release in the next few
8872 days, is automatic configuration of the service monitoring system
8873 Nagios. The previous release had automatic configuration of trend
8874 analysis using Munin, and this Lenny based release take that a step
8875 further.&lt;/p&gt;
8876
8877 &lt;p&gt;When installing a Debian Edu Main-server, it is automatically
8878 configured as a Munin and Nagios server. In addition, it is
8879 configured to be a server for the
8880 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;SiteSummary
8881 system&lt;/a&gt; I have written for use in Debian Edu. The SiteSummary
8882 system is inspired by a system used by the University of Oslo where I
8883 work. In short, the system provide a centralised collector of
8884 information about the computers on the network, and a client on each
8885 computer submitting information to this collector. This allow for
8886 automatic information on which packages are installed on each machine,
8887 which kernel the machines are using, what kind of configuration the
8888 packages got etc. This also allow us to automatically generate Munin
8889 and Nagios configuration.&lt;/p&gt;
8890
8891 &lt;p&gt;All computers reporting to the sitesummary collector with the
8892 munin-node package installed is automatically enabled as a Munin
8893 client and graphs from the statistics collected from that machine show
8894 up automatically on http://www/munin/ on the Main-server.&lt;/p&gt;
8895
8896 &lt;p&gt;All non-laptop computers reporting to the sitesummary collector are
8897 automatically monitored for network presence (ping and any network
8898 services detected). In addition, all computers (also laptops) with
8899 the nagios-nrpe-server package installed and configured the way
8900 sitesummary would configure it, are monitored for full disks, software
8901 raid status, swap free and other checks that need to run locally on
8902 the machine.&lt;/p&gt;
8903
8904 &lt;p&gt;The result is that the administrator on a school using Debian Edu
8905 based on Lenny will be able to check the health of his installation
8906 with one look at the Nagios settings, without having to spend any time
8907 keeping the Nagios configuration up-to-date.&lt;/p&gt;
8908
8909 &lt;p&gt;The only configuration one need to do to get Nagios up and running
8910 is to set the password used to get access via HTTP. The system
8911 administrator need to run &quot;&lt;tt&gt;htpasswd /etc/nagios3/htpasswd.users
8912 nagiosadmin&lt;/tt&gt;&quot; to create a nagiosadmin user and set a password for
8913 it to be able to log into the Nagios web pages. After that,
8914 everything is taken care of.&lt;/p&gt;
8915 </description>
8916 </item>
8917
8918 <item>
8919 <title>Opphavet til Skolelinux-prosjektet</title>
8920 <link>http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</link>
8921 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</guid>
8922 <pubDate>Thu, 17 Dec 2009 10:50:00 +0100</pubDate>
8923 <description>&lt;p&gt;De færreste er klar over at Skolelinux-prosjektet kom som et resultat
8924 av en avgjørelse på årsmøtet i
8925 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; i 2000-06-29, der Håkon Wium
8926 Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
8927 initiativ kalt &quot;Teach the Teacher&quot;, som skulle være et initiativ for
8928 å få fri programvare og unix-lignende operativsystemer inn i Skolen.
8929 Tanken var at en måtte starte med lærerne for at ungene skulle få
8930 mulighet til å møte en bedre IT-hverdag. Jeg var tilstede på
8931 møtet, og hadde sans for ideen, men intet skjedde. På vårparten
8932 2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
8933 hadde invitert Microsoft til et møte for å fortelle om fremtidens
8934 Internet. Dette provoserte endel av oss, og EFN og NUUG tok initiativ
8935 til å arrangere
8936 &lt;a href=&quot;http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest&quot;&gt;en
8937 demonstrasjon utenfor lokalene 2001-05-21&lt;/a&gt;. Blant de som sto bak
8938 demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
8939 Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
8940 som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
8941 deltok. Før festen var jeg blitt lei av å vente på at Håkon skulle ta
8942 initiativ til &quot;Teach the Teacher&quot;, og for å forsøke å få litt fremgang
8943 besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
8944 behovet for å hjelpe skolene i gang med bedre datasystemer bestående
8945 av fri programvare og unix-lignende operativsystemer. Flere var
8946 interessert, og Knut Yrvin tenkte på ideen. Han
8947 &lt;a href=&quot;http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt&quot;&gt;ropte
8948 sammen&lt;/a&gt; til et stiftelsesmøte i prosjektet i sin arbeidsgivers
8949 Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
8950 Resten er historie. :)&lt;/p&gt;
8951 </description>
8952 </item>
8953
8954 <item>
8955 <title>Endelig operativt webbasert medlemsregister for Fri programvare i skolen</title>
8956 <link>http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</link>
8957 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</guid>
8958 <pubDate>Mon, 2 Nov 2009 22:40:00 +0100</pubDate>
8959 <description>&lt;p&gt;Under helgens utviklersamling i
8960 &lt;a href=&quot;http://www.skolelinux.no/&quot;&gt;Skolelinux&lt;/a&gt; fikk jeg endelig
8961 satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
8962 medlemsregister tilbake på plass for foreningen som passer på
8963 skolelinuxprosjektet. Etter flere års knot og problemer, er nå
8964 memberdb satt opp og klart til bruk. Import av det gamle
8965 medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
8966 registrere seg på nytt. Hvis du støtter FRiSKs formål så er du
8967 hjertelig velkommen til
8968 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;å melde deg
8969 inn&lt;/a&gt;. Formålet lyder:&lt;/p&gt;
8970
8971 &lt;blockquote&gt;Linux i skolen skal tilrettelegge for og informere om bruk
8972 av fri programvare, i henhold til Debian Free Software Guidelines av
8973 2002-02-03, i den norske skolen, slik som f.eks. Linux og
8974 GNU.&lt;/blockquote&gt;
8975 </description>
8976 </item>
8977
8978 <item>
8979 <title>Returning from Skolelinux developer gathering</title>
8980 <link>http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</link>
8981 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</guid>
8982 <pubDate>Sun, 29 Mar 2009 21:00:00 +0200</pubDate>
8983 <description>&lt;p&gt;I&#39;m sitting on the train going home from this weekends Debian
8984 Edu/Skolelinux development gathering. I got a bit done tuning the
8985 desktop, and looked into the dynamic service location protocol
8986 implementation avahi. It look like it could be useful for us. Almost
8987 30 people participated, and I believe it was a great environment to
8988 get to know the Skolelinux system. Walter Bender, involved in the
8989 development of the Sugar educational platform, presented his stuff and
8990 also helped me improve my OLPC installation. He also showed me that
8991 his Turtle Art application can be used in standalone mode, and we
8992 agreed that I would help getting it packaged for Debian. As a
8993 standalone application it would be great for Debian Edu. We also
8994 tried to get the video conferencing working with two OLPCs, but that
8995 proved to be too hard for us. The application seem to need more work
8996 before it is ready for me. I look forward to getting home and relax
8997 now. :)&lt;/p&gt;
8998 </description>
8999 </item>
9000
9001 <item>
9002 <title>Time for new LDAP schemas replacing RFC 2307?</title>
9003 <link>http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</link>
9004 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</guid>
9005 <pubDate>Sun, 29 Mar 2009 20:30:00 +0200</pubDate>
9006 <description>&lt;p&gt;The state of standardized LDAP schemas on Linux is far from
9007 optimal. There is RFC 2307 documenting one way to store NIS maps in
9008 LDAP, and a modified version of this normally called RFC 2307bis, with
9009 some modifications to be compatible with Active Directory. The RFC
9010 specification handle the content of a lot of system databases, but do
9011 not handle DNS zones and DHCP configuration.&lt;/p&gt;
9012
9013 &lt;p&gt;In &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux&lt;/a&gt;,
9014 we would like to store information about users, SMB clients/hosts,
9015 filegroups, netgroups (users and hosts), DHCP and DNS configuration,
9016 and LTSP configuration in LDAP. These objects have a lot in common,
9017 but with the current LDAP schemas it is not possible to have one
9018 object per entity. For example, one need to have at least three LDAP
9019 objects for a given computer, one with the SMB related stuff, one with
9020 DNS information and another with DHCP information. The schemas
9021 provided for DNS and DHCP are impossible to combine into one LDAP
9022 object. In addition, it is impossible to implement quick queries for
9023 netgroup membership, because of the way NIS triples are implemented.
9024 It just do not scale. I believe it is time for a few RFC
9025 specifications to cleam up this mess.&lt;/p&gt;
9026
9027 &lt;p&gt;I would like to have one LDAP object representing each computer in
9028 the network, and this object can then keep the SMB (ie host key), DHCP
9029 (mac address/name) and DNS (name/IP address) settings in one place.
9030 It need to be efficently stored to make sure it scale well.&lt;/p&gt;
9031
9032 &lt;p&gt;I would also like to have a quick way to map from a user or
9033 computer and to the net group this user or computer is a member.&lt;/p&gt;
9034
9035 &lt;p&gt;Active Directory have done a better job than unix heads like myself
9036 in this regard, and the unix side need to catch up. Time to start a
9037 new IETF work group?&lt;/p&gt;
9038 </description>
9039 </item>
9040
9041 <item>
9042 <title>Endelig er Debian Lenny gitt ut</title>
9043 <link>http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</link>
9044 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</guid>
9045 <pubDate>Sun, 15 Feb 2009 11:50:00 +0100</pubDate>
9046 <description>&lt;p&gt;Endelig er &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt;
9047 &lt;a href=&quot;http://www.debian.org/News/2009/20090214&quot;&gt;Lenny&lt;/a&gt; gitt ut.
9048 Et langt steg videre for Debian-prosjektet, og en rekke nye
9049 programpakker blir nå tilgjengelig for de av oss som bruker den
9050 stabile utgaven av Debian. Neste steg er nå å få
9051 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; /
9052 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; ferdig
9053 oppdatert for den nye utgaven, slik at en oppdatert versjon kan
9054 slippes løs på skolene. Takk til alle debian-utviklerne som har
9055 gjort dette mulig. Endelig er f.eks. fungerende avhengighetsstyrt
9056 bootsekvens tilgjengelig i stabil utgave, vha pakken
9057 &lt;tt&gt;insserv&lt;/tt&gt;.&lt;/p&gt;
9058 </description>
9059 </item>
9060
9061 <item>
9062 <title>Endelig norsk stavekontroll med støtte for ord med bindestrek</title>
9063 <link>http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</link>
9064 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</guid>
9065 <pubDate>Fri, 26 Dec 2008 11:00:00 +0100</pubDate>
9066 <description>&lt;p&gt;Etter flere års mislykkede forsøk på å skrive om byggesystemet for
9067 &lt;a href=&quot;http://no.speling.org/&quot;&gt;den norske stavekontrollen for bokmål
9068 og nynorsk&lt;/a&gt; til å ikke bruke bindestrek som ordskillemarkør, lyktes jeg
9069 endelig første juledag. Bruken av bindestrek som ordskillemarkør har
9070 gjort det umulig å få med ord med bindestrek i
9071 stavekontrolldatagrunnlaget, slik at ord som e-post og CD-spiller ikke
9072 kunne godtas av stavekontrollen. Hadde litt tid til overs å bruke på
9073 stavekontrollen, og satte meg ned med to kopier av byggsystemet og en
9074 liten testdatafil, og byttet ut - med = på utvalgte steder i
9075 byggsystemet og datafilen helt til jeg fikk samme resultat med det
9076 gamle og det nye byggsystemet. Dette tror jeg var forsøk 4, der de
9077 foregående har feilet uten at jeg klarte å forstå hvorfor. Det sier
9078 kanskje litt om kompleksiteten i det originale byggsystemet som Rune
9079 Kleveland laget i sin tid.&lt;/p&gt;
9080
9081 &lt;p&gt;Etter å ha endret byggsystemet, var neste steg å importere ordene
9082 med bindestrek. Vi har en rekke slike i databasene for
9083 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nb.speling.org/htdocs/&quot;&gt;bokmål&lt;/a&gt;
9084 og
9085 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nn.speling.org/htdocs/&quot;&gt;nynorsk&lt;/a&gt;
9086 for korrektur av datagrunnlaget for stavekontrollen, og etter importen
9087 skulle nå 10350 nye ord bli godkjent som korrekt stavede ord av
9088 stavekontrollen.&lt;/p&gt;
9089 </description>
9090 </item>
9091
9092 <item>
9093 <title>Devcamp brought us closer to the Lenny based Debian Edu release</title>
9094 <link>http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</link>
9095 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</guid>
9096 <pubDate>Sun, 7 Dec 2008 12:00:00 +0100</pubDate>
9097 <description>&lt;p&gt;This weekend we had a small developer gathering for Debian Edu in
9098 Oslo. Most of Saturday was used for the general assemly for the
9099 member organization, but the rest of the weekend I used to tune the
9100 LTSP installation. LTSP now work out of the box on the 10-network.
9101 Acer Aspire One proved to be a very nice thin client, with both
9102 screen, mouse and keybard in a small box. Was working on getting the
9103 diskless workstation setup configured out of the box, but did not
9104 finish it before the weekend was up.&lt;/p&gt;
9105
9106 &lt;p&gt;Did not find time to look at the 4 VGA cards in one box we got from
9107 the Brazilian group, so that will have to wait for the next
9108 development gathering. Would love to have the Debian Edu installer
9109 automatically detect and configure a multiseat setup when it find one
9110 of these cards.&lt;/p&gt;
9111 </description>
9112 </item>
9113
9114 <item>
9115 <title>The sorry state of multimedia browser plugins in Debian</title>
9116 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
9117 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
9118 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
9119 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
9120 plugins available in Debian Lenny, to see which one we should use by
9121 default in Debian Edu. We need an embedded video playing plugin with
9122 control buttons to pause or stop the video, and capable of streaming
9123 all the multimedia content available on the web. The test results and
9124 notes are available on
9125 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
9126 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
9127 fill this need. My personal video player favorite, VLC, has a really
9128 bad plugin which fail on a lot of the test pages. A lot of the MIME
9129 types I would expect to work with any free software player (like
9130 video/ogg), just do not work. And simple formats like the
9131 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
9132 totem and vlc plugins. I hope the situation will improve soon. No
9133 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
9134
9135 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
9136 be the only one fitting our needs. :/&lt;/p&gt;
9137 </description>
9138 </item>
9139
9140 </channel>
9141 </rss>