]> pere.pagekite.me Git - homepage.git/blob - blog/tags/debian edu/debian edu.rss
0009bf5365ad28f86ea2f5056622872e3f205197
[homepage.git] / blog / tags / debian edu / debian edu.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged debian edu</title>
5 <description>Entries tagged debian edu</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>How to test Debian Edu Jessie despite some fatal problems with the installer</title>
11 <link>http://people.skolelinux.org/pere/blog/How_to_test_Debian_Edu_Jessie_despite_some_fatal_problems_with_the_installer.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_Debian_Edu_Jessie_despite_some_fatal_problems_with_the_installer.html</guid>
13 <pubDate>Fri, 26 Sep 2014 12:20:00 +0200</pubDate>
14 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
15 project&lt;/a&gt; provide a Linux solution for schools, including a
16 powerful desktop with education software, a central server providing
17 web pages, user database, user home directories, central login and PXE
18 boot of both clients without disk and the installation to install Debian
19 Edu on machines with disk (and a few other services perhaps to small
20 to mention here). We in the Debian Edu team are currently working on
21 the Jessie based version, trying to get everything in shape before the
22 freeze, to avoid having to maintain our own package repository in the
23 future. The
24 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Status/Jessie&quot;&gt;current
25 status&lt;/a&gt; can be seen on the Debian wiki, and there is still heaps of
26 work left. Some fatal problems block testing, breaking the installer,
27 but it is possible to work around these to get anyway. Here is a
28 recipe on how to get the installation limping along.&lt;/p&gt;
29
30 &lt;p&gt;First, download the test ISO via
31 &lt;a href=&quot;ftp://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso&quot;&gt;ftp&lt;/a&gt;,
32 &lt;a href=&quot;http://ftp.skolelinux.no/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso&quot;&gt;http&lt;/a&gt;
33 or rsync (use
34 ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso).
35 The ISO build was broken on Tuesday, so we do not get a new ISO every
36 12 hours or so, but thankfully the ISO we got is able to install with
37 some tweaking.&lt;/p&gt;
38
39 &lt;p&gt;When you get to the Debian Edu profile question, go to tty2
40 (use Alt-Ctrl-F2), run&lt;/p&gt;
41
42 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
43 nano /usr/bin/edu-eatmydata-install
44 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
45
46 &lt;p&gt;and add &#39;exit 0&#39; as the second line, disabling the eatmydata
47 optimization. Return to the installation, select the profile you want
48 and continue. Without this change, exim4-config will fail to install
49 due to a known bug in eatmydata.&lt;/p&gt;
50
51 &lt;p&gt;When you get the grub question at the end, answer /dev/sda (or if
52 this do not work, figure out what your correct value would be. All my
53 test machines need /dev/sda, so I have no advice if it do not fit
54 your need.&lt;/p&gt;
55
56 &lt;p&gt;If you installed a profile including a graphical desktop, log in as
57 root after the initial boot from hard drive, and install the
58 education-desktop-XXX metapackage. XXX can be kde, gnome, lxde, xfce
59 or mate. If you want several desktop options, install more than one
60 metapackage. Once this is done, reboot and you should have a working
61 graphical login screen. This should no longer be needed once the
62 education-tasks package version 1.801 enter testing in two days.&lt;/p&gt;
63
64 &lt;p&gt;I believe the ISO build will start working on two days when the new
65 tasksel package enter testing and Steve McIntyre get a chance to
66 update the debian-cd git repository. The eatmydata, grub and desktop
67 issues are already fixed in unstable and testing, and should show up
68 on the ISO as soon as the ISO build start working again. Well the
69 eatmydata optimization is really just disabled. The proper fix
70 require an upload by the eatmydata maintainer applying the patch
71 provided in bug &lt;a href=&quot;https://bugs.debian.org/702711&quot;&gt;#702711&lt;/a&gt;.
72 The rest have proper fixes in unstable.&lt;/p&gt;
73
74 &lt;p&gt;I hope this get you going with the installation testing, as we are
75 quickly running out of time trying to get our Jessie based
76 installation ready before the distribution freeze in a month.&lt;/p&gt;
77 </description>
78 </item>
79
80 <item>
81 <title>Speeding up the Debian installer using eatmydata and dpkg-divert</title>
82 <link>http://people.skolelinux.org/pere/blog/Speeding_up_the_Debian_installer_using_eatmydata_and_dpkg_divert.html</link>
83 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Speeding_up_the_Debian_installer_using_eatmydata_and_dpkg_divert.html</guid>
84 <pubDate>Tue, 16 Sep 2014 14:00:00 +0200</pubDate>
85 <description>&lt;p&gt;The &lt;a href=&quot;https://www.debian.org/&quot;&gt;Debian&lt;/a&gt; installer could be
86 a lot quicker. When we install more than 2000 packages in
87 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; using
88 tasksel in the installer, unpacking the binary packages take forever.
89 A part of the slow I/O issue was discussed in
90 &lt;a href=&quot;https://bugs.debian.org/613428&quot;&gt;bug #613428&lt;/a&gt; about too
91 much file system sync-ing done by dpkg, which is the package
92 responsible for unpacking the binary packages. Other parts (like code
93 executed by postinst scripts) might also sync to disk during
94 installation. All this sync-ing to disk do not really make sense to
95 me. If the machine crash half-way through, I start over, I do not try
96 to salvage the half installed system. So the failure sync-ing is
97 supposed to protect against, hardware or system crash, is not really
98 relevant while the installer is running.&lt;/p&gt;
99
100 &lt;p&gt;A few days ago, I thought of a way to get rid of all the file
101 system sync()-ing in a fairly non-intrusive way, without the need to
102 change the code in several packages. The idea is not new, but I have
103 not heard anyone propose the approach using dpkg-divert before. It
104 depend on the small and clever package
105 &lt;a href=&quot;https://packages.qa.debian.org/eatmydata&quot;&gt;eatmydata&lt;/a&gt;, which
106 uses LD_PRELOAD to replace the system functions for syncing data to
107 disk with functions doing nothing, thus allowing programs to live
108 dangerous while speeding up disk I/O significantly. Instead of
109 modifying the implementation of dpkg, apt and tasksel (which are the
110 packages responsible for selecting, fetching and installing packages),
111 it occurred to me that we could just divert the programs away, replace
112 them with a simple shell wrapper calling
113 &quot;eatmydata&amp;nbsp;$program&amp;nbsp;$@&quot;, to get the same effect.
114 Two days ago I decided to test the idea, and wrapped up a simple
115 implementation for the Debian Edu udeb.&lt;/p&gt;
116
117 &lt;p&gt;The effect was stunning. In my first test it reduced the running
118 time of the pkgsel step (installing tasks) from 64 to less than 44
119 minutes (20 minutes shaved off the installation) on an old Dell
120 Latitude D505 machine. I am not quite sure what the optimised time
121 would have been, as I messed up the testing a bit, causing the debconf
122 priority to get low enough for two questions to pop up during
123 installation. As soon as I saw the questions I moved the installation
124 along, but do not know how long the question were holding up the
125 installation. I did some more measurements using Debian Edu Jessie,
126 and got these results. The time measured is the time stamp in
127 /var/log/syslog between the &quot;pkgsel: starting tasksel&quot; and the
128 &quot;pkgsel: finishing up&quot; lines, if you want to do the same measurement
129 yourself. In Debian Edu, the tasksel dialog do not show up, and the
130 timing thus do not depend on how quickly the user handle the tasksel
131 dialog.&lt;/p&gt;
132
133 &lt;p&gt;&lt;table&gt;
134
135 &lt;tr&gt;
136 &lt;th&gt;Machine/setup&lt;/th&gt;
137 &lt;th&gt;Original tasksel&lt;/th&gt;
138 &lt;th&gt;Optimised tasksel&lt;/th&gt;
139 &lt;th&gt;Reduction&lt;/th&gt;
140 &lt;/tr&gt;
141
142 &lt;tr&gt;
143 &lt;td&gt;Latitude D505 Main+LTSP LXDE&lt;/td&gt;
144 &lt;td&gt;64 min (07:46-08:50)&lt;/td&gt;
145 &lt;td&gt;&lt;44 min (11:27-12:11)&lt;/td&gt;
146 &lt;td&gt;&gt;20 min 18%&lt;/td&gt;
147 &lt;/tr&gt;
148
149 &lt;tr&gt;
150 &lt;td&gt;Latitude D505 Roaming LXDE&lt;/td&gt;
151 &lt;td&gt;57 min (08:48-09:45)&lt;/td&gt;
152 &lt;td&gt;34 min (07:43-08:17)&lt;/td&gt;
153 &lt;td&gt;23 min 40%&lt;/td&gt;
154 &lt;/tr&gt;
155
156 &lt;tr&gt;
157 &lt;td&gt;Latitude D505 Minimal&lt;/td&gt;
158 &lt;td&gt;22 min (10:37-10:59)&lt;/td&gt;
159 &lt;td&gt;11 min (11:16-11:27)&lt;/td&gt;
160 &lt;td&gt;11 min 50%&lt;/td&gt;
161 &lt;/tr&gt;
162
163 &lt;tr&gt;
164 &lt;td&gt;Thinkpad X200 Minimal&lt;/td&gt;
165 &lt;td&gt;6 min (08:19-08:25)&lt;/td&gt;
166 &lt;td&gt;4 min (08:04-08:08)&lt;/td&gt;
167 &lt;td&gt;2 min 33%&lt;/td&gt;
168 &lt;/tr&gt;
169
170 &lt;tr&gt;
171 &lt;td&gt;Thinkpad X200 Roaming KDE&lt;/td&gt;
172 &lt;td&gt;19 min (09:21-09:40)&lt;/td&gt;
173 &lt;td&gt;15 min (10:25-10:40)&lt;/td&gt;
174 &lt;td&gt;4 min 21%&lt;/td&gt;
175 &lt;/tr&gt;
176
177 &lt;/table&gt;&lt;/p&gt;
178
179 &lt;p&gt;The test is done using a netinst ISO on a USB stick, so some of the
180 time is spent downloading packages. The connection to the Internet
181 was 100Mbit/s during testing, so downloading should not be a
182 significant factor in the measurement. Download typically took a few
183 seconds to a few minutes, depending on the amount of packages being
184 installed.&lt;/p&gt;
185
186 &lt;p&gt;The speedup is implemented by using two hooks in
187 &lt;a href=&quot;https://www.debian.org/devel/debian-installer/&quot;&gt;Debian
188 Installer&lt;/a&gt;, the pre-pkgsel.d hook to set up the diverts, and the
189 finish-install.d hook to remove the divert at the end of the
190 installation. I picked the pre-pkgsel.d hook instead of the
191 post-base-installer.d hook because I test using an ISO without the
192 eatmydata package included, and the post-base-installer.d hook in
193 Debian Edu can only operate on packages included in the ISO. The
194 negative effect of this is that I am unable to activate this
195 optimization for the kernel installation step in d-i. If the code is
196 moved to the post-base-installer.d hook, the speedup would be larger
197 for the entire installation.&lt;/p&gt;
198
199 &lt;p&gt;I&#39;ve implemented this in the
200 &lt;a href=&quot;https://packages.qa.debian.org/debian-edu-install&quot;&gt;debian-edu-install&lt;/a&gt;
201 git repository, and plan to provide the optimization as part of the
202 Debian Edu installation. If you want to test this yourself, you can
203 create two files in the installer (or in an udeb). One shell script
204 need do go into /usr/lib/pre-pkgsel.d/, with content like this:&lt;/p&gt;
205
206 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
207 #!/bin/sh
208 set -e
209 . /usr/share/debconf/confmodule
210 info() {
211 logger -t my-pkgsel &quot;info: $*&quot;
212 }
213 error() {
214 logger -t my-pkgsel &quot;error: $*&quot;
215 }
216 override_install() {
217 apt-install eatmydata || true
218 if [ -x /target/usr/bin/eatmydata ] ; then
219 for bin in dpkg apt-get aptitude tasksel ; do
220 file=/usr/bin/$bin
221 # Test that the file exist and have not been diverted already.
222 if [ -f /target$file ] ; then
223 info &quot;diverting $file using eatmydata&quot;
224 printf &quot;#!/bin/sh\neatmydata $bin.distrib \&quot;\$@\&quot;\n&quot; \
225 &gt; /target$file.edu
226 chmod 755 /target$file.edu
227 in-target dpkg-divert --package debian-edu-config \
228 --rename --quiet --add $file
229 ln -sf ./$bin.edu /target$file
230 else
231 error &quot;unable to divert $file, as it is missing.&quot;
232 fi
233 done
234 else
235 error &quot;unable to find /usr/bin/eatmydata after installing the eatmydata pacage&quot;
236 fi
237 }
238
239 override_install
240 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
241
242 &lt;p&gt;To clean up, another shell script should go into
243 /usr/lib/finish-install.d/ with code like this:
244
245 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
246 #! /bin/sh -e
247 . /usr/share/debconf/confmodule
248 error() {
249 logger -t my-finish-install &quot;error: $@&quot;
250 }
251 remove_install_override() {
252 for bin in dpkg apt-get aptitude tasksel ; do
253 file=/usr/bin/$bin
254 if [ -x /target$file.edu ] ; then
255 rm /target$file
256 in-target dpkg-divert --package debian-edu-config \
257 --rename --quiet --remove $file
258 rm /target$file.edu
259 else
260 error &quot;Missing divert for $file.&quot;
261 fi
262 done
263 sync # Flush file buffers before continuing
264 }
265
266 remove_install_override
267 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
268
269 &lt;p&gt;In Debian Edu, I placed both code fragments in a separate script
270 edu-eatmydata-install and call it from the pre-pkgsel.d and
271 finish-install.d scripts.&lt;/p&gt;
272
273 &lt;p&gt;By now you might ask if this change should get into the normal
274 Debian installer too? I suspect it should, but am not sure the
275 current debian-installer coordinators find it useful enough. It also
276 depend on the side effects of the change. I&#39;m not aware of any, but I
277 guess we will see if the change is safe after some more testing.
278 Perhaps there is some package in Debian depending on sync() and
279 fsync() having effect? Perhaps it should go into its own udeb, to
280 allow those of us wanting to enable it to do so without affecting
281 everyone.&lt;/p&gt;
282
283 &lt;p&gt;Update 2014-09-24: Since a few days ago, enabling this optimization
284 will break installation of all programs using gnutls because of
285 &lt;a href=&quot;https://bugs.debian.org/702711&quot;&gt;bug #702711. An updated
286 eatmydata package in Debian will solve it.&lt;/p&gt;
287 </description>
288 </item>
289
290 <item>
291 <title>Debian Edu interview: Bernd Zeitzen</title>
292 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Bernd_Zeitzen.html</link>
293 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Bernd_Zeitzen.html</guid>
294 <pubDate>Thu, 31 Jul 2014 08:30:00 +0200</pubDate>
295 <description>&lt;p&gt;The complete and free “out of the box” software solution for
296 schools, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
297 Skolelinux&lt;/a&gt;, is used quite a lot in Germany, and one of the people
298 involved is Bernd Zeitzen, who show up on the project mailing lists
299 from time to time with interesting questions and tips on how to adjust
300 the setup. I managed to interview him this summer.&lt;/p&gt;
301
302 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
303
304 &lt;p&gt;My name is Bernd Zeitzen and I&#39;m married with Hedda, a self
305 employed physiotherapist. My former profession is tool maker, but I
306 haven&#39;t worked for 30 years in this job. 30 years ago I started to
307 support my wife and become her officeworker and a few years later the
308 administrator for a small computer network, today based on Ubuntu
309 Server (Samba, OpenVPN). For her daily work she has to use Windows
310 Desktops because the software she needs to organize her business only
311 works with Windows . :-(&lt;/p&gt;
312
313 &lt;p&gt;In 1988 we started with one PC and DOS, then I learned to use
314 Windows 98, 2000, XP, …, 8, Ubuntu, MacOSX. Today we are running a
315 Linux server with 6 Windows clients and 10 persons (teacher of
316 children with special needs, speech therapist, occupational therapist,
317 psychologist and officeworkers) using our Samba shares via OpenVPN to
318 work with the documentations of our patients.&lt;/p&gt;
319
320 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
321 project?&lt;/strong&gt;&lt;/p&gt;
322
323 &lt;p&gt;Two years ago a friend of mine asked me, if I want to get a job in
324 his school (&lt;a href=&quot;http://www.gymnasium-harsewinkel.de/&quot;&gt;Gymnasium
325 Harsewinkel&lt;/a&gt;). They started with Skolelinux / Debian Edu and they
326 were looking for people to give support to the teachers using the
327 software and the network and teaching the pupils increasing their
328 computer skills in optional lessons. I&#39;m spending 4-6 hours a week
329 with this job.&lt;/p&gt;
330
331 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
332 Edu?&lt;/strong&gt;&lt;/p&gt;
333
334 &lt;p&gt;The independence.&lt;/p&gt;
335
336 &lt;p&gt;First: Every person is allowed to use, share and develop the
337 software. Even if you are poor, you are allowed to use the software
338 included in Skolelinux/Debian Edu and all the other Free Software.&lt;/p&gt;
339
340 &lt;p&gt;Second: The software runs on old machines and this gives us the
341 possibility to recycle computers, weeded out from offices. The
342 servers and desktops are running for more than two years and they are
343 working reliable. &lt;/p&gt;
344
345 &lt;p&gt;We have two servers (one tjener and one terminal server), 45
346 workstations in three classrooms and seven laptops as a mobile
347 solution for all classrooms. These machines are all booting from the
348 terminal server. In the moment we are installing 30 laptops as mobile
349 workstations. Then the pupils have the possibility to work with these
350 machines in their classrooms. Internet access is realized by a WLAN
351 router, connected to the schools network. This is all done without a
352 dedicated system administrator or a computer science teacher.&lt;/p&gt;
353
354 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
355 Edu?&lt;/strong&gt;&lt;/p&gt;
356
357 &lt;p&gt;Teachers and pupils are Windows users. &amp;lt;Irony on&amp;gt; And Linux
358 isn&#39;t cool. It&#39;s software for freaks using the command line. &amp;lt;Irony
359 off&amp;gt; They don&#39;t realize the stability of the system. &lt;/p&gt;
360
361 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
362
363 &lt;p&gt;Firefox, Thunderbird, LibreOffice, Ubuntu Server 12.04 (Samba,
364 Apache, MySQL, Joomla!, … and Skolelinux / Debian Edu)&lt;/p&gt;
365
366 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
367 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
368
369 &lt;p&gt;In Germany we have the situation: every school is free to decide
370 which software they want to use. This decision is influenced by
371 teachers who learned to use Windows and MS Office. They buy a PC with
372 Windows preinstalled and an additional testing version of MS
373 Office. They don&#39;t know about the possibility to use Free Software
374 instead. Another problem are the publisher of school books. They
375 develop their software, added to the school books, for Windows.&lt;/p&gt;
376 </description>
377 </item>
378
379 <item>
380 <title>From English wiki to translated PDF and epub via Docbook</title>
381 <link>http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</link>
382 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/From_English_wiki_to_translated_PDF_and_epub_via_Docbook.html</guid>
383 <pubDate>Tue, 17 Jun 2014 11:30:00 +0200</pubDate>
384 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
385 project&lt;/a&gt; provide an instruction manual for teachers, system
386 administrators and other users that contain useful tips for setting up
387 and maintaining a Debian Edu installation. This text is about how the
388 text processing of this manual is handled in the project.&lt;/p&gt;
389
390 &lt;p&gt;One goal of the project is to provide information in the native
391 language of its users, and for this we need to handle translations.
392 But we also want to make sure each language contain the same
393 information, so for this we need a good way to keep the translations
394 in sync. And we want it to be easy for our users to improve the
395 documentation, avoiding the need to learn special formats or tools to
396 contribute, and the obvious way to do this is to make it possible to
397 edit the documentation using a web browser. We also want it to be
398 easy for translators to keep the translation up to date, and give them
399 help in figuring out what need to be translated. Here is the list of
400 tools and the process we have found trying to reach all these
401 goals.&lt;/p&gt;
402
403 &lt;p&gt;We maintain the authoritative source of our manual in the
404 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;Debian
405 wiki&lt;/a&gt;, as several wiki pages written in English. It consist of one
406 front page with references to the different chapters, several pages
407 for each chapter, and finally one &quot;collection page&quot; gluing all the
408 chapters together into one large web page (aka
409 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/AllInOne&quot;&gt;the
410 AllInOne page&lt;/a&gt;). The AllInOne page is the one used for further
411 processing and translations. Thanks to the fact that the
412 &lt;a href=&quot;http://moinmo.in/&quot;&gt;MoinMoin&lt;/a&gt; installation on
413 wiki.debian.org support exporting pages in
414 &lt;a href=&quot;http://www.docbook.org/&quot;&gt;the Docbook format&lt;/a&gt;, we can fetch
415 the list of pages to export using the raw version of the AllInOne
416 page, loop over each of them to generate a Docbook XML version of the
417 manual. This process also download images and transform image
418 references to use the locally downloaded images. The generated
419 Docbook XML files are slightly broken, so some post-processing is done
420 using the &lt;tt&gt;documentation/scripts/get_manual&lt;/tt&gt; program, and the
421 result is a nice Docbook XML file (debian-edu-wheezy-manual.xml) and
422 a handfull of images. The XML file can now be used to generate PDF, HTML
423 and epub versions of the English manual. This is the basic step of
424 our process, making PDF (using dblatex), HTML (using xsltproc) and
425 epub (using dbtoepub) version from Docbook XML, and the resulting files
426 are placed in the debian-edu-doc-en binary package.&lt;/p&gt;
427
428 &lt;p&gt;But English documentation is not enough for us. We want translated
429 documentation too, and we want to make it easy for translators to
430 track the English original. For this we use the
431 &lt;a href=&quot;http://packages.qa.debian.org/p/poxml.html&quot;&gt;poxml&lt;/a&gt; package,
432 which allow us to transform the English Docbook XML file into a
433 translation file (a .pot file), usable with the normal gettext based
434 translation tools used by those translating free software. The pot
435 file is used to create and maintain translation files (several .po
436 files), which the translations update with the native language
437 translations of all titles, paragraphs and blocks of text in the
438 original. The next step is combining the original English Docbook XML
439 and the translation file (say debian-edu-wheezy-manual.nb.po), to
440 create a translated Docbook XML file (in this case
441 debian-edu-wheezy-manual.nb.xml). This translated (or partly
442 translated, if the translation is not complete) Docbook XML file can
443 then be used like the original to create a PDF, HTML and epub version
444 of the documentation.&lt;/p&gt;
445
446 &lt;p&gt;The translators use different tools to edit the .po files. We
447 recommend using
448 &lt;a href=&quot;http://www.kde.org/applications/development/lokalize/&quot;&gt;lokalize&lt;/a&gt;,
449 while some use emacs and vi, others can use web based editors like
450 &lt;a href=&quot;http://pootle.translatehouse.org/&quot;&gt;Poodle&lt;/a&gt; or
451 &lt;a href=&quot;https://www.transifex.com/&quot;&gt;Transifex&lt;/a&gt;. All we care about
452 is where the .po file end up, in our git repository. Updated
453 translations can either be committed directly to git, or submitted as
454 &lt;a href=&quot;https://bugs.debian.org/src:debian-edu-doc&quot;&gt;bug reports
455 against the debian-edu-doc package&lt;/a&gt;.&lt;/p&gt;
456
457 &lt;p&gt;One challenge is images, which both might need to be translated (if
458 they show translated user applications), and are needed in different
459 formats when creating PDF and HTML versions (epub is a HTML version in
460 this regard). For this we transform the original PNG images to the
461 needed density and format during build, and have a way to provide
462 translated images by storing translated versions in
463 images/$LANGUAGECODE/. I am a bit unsure about the details here. The
464 package maintainers know more.&lt;/p&gt;
465
466 &lt;p&gt;If you wonder what the result look like, we provide
467 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/&quot;&gt;the content
468 of the documentation packages on the web&lt;/a&gt;. See for example the
469 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/it/debian-edu-wheezy-manual.pdf&quot;&gt;Italian
470 PDF version&lt;/a&gt; or the
471 &lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/de/debian-edu-wheezy-manual.html&quot;&gt;German
472 HTML version&lt;/a&gt;. We do not yet build the epub version by default,
473 but perhaps it will be done in the future.&lt;/p&gt;
474
475 &lt;p&gt;To learn more, check out
476 &lt;a href=&quot;http://packages.qa.debian.org/d/debian-edu-doc.html&quot;&gt;the
477 debian-edu-doc package&lt;/a&gt;,
478 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/&quot;&gt;the
479 manual on the wiki&lt;/a&gt; and
480 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/Translations&quot;&gt;the
481 translation instructions&lt;/a&gt; in the manual.&lt;/p&gt;
482 </description>
483 </item>
484
485 <item>
486 <title>Debian Edu interview: Roger Marsal</title>
487 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</link>
488 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Roger_Marsal.html</guid>
489 <pubDate>Sun, 30 Mar 2014 11:40:00 +0200</pubDate>
490 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
491 keep gaining new users. Some weeks ago, a person showed up on IRC,
492 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt;, with a
493 wish to contribute, and I managed to get a interview with this great
494 contributor Roger Marsal to learn more about his background.&lt;/p&gt;
495
496 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
497
498 &lt;p&gt;My name is Roger Marsal, I&#39;m 27 years old (1986 generation) and I
499 live in Barcelona, Spain. I&#39;ve got a strong business background and I
500 work as a patrimony manager and as a real estate agent. Additionally,
501 I&#39;ve co-founded a British based tech company that is nowadays on the
502 last development phase of a new social networking concept.&lt;/p&gt;
503
504 &lt;p&gt;I&#39;m a Linux enthusiast that started its journey with Ubuntu four years
505 ago and have recently switched to Debian seeking rock solid stability
506 and as a necessary step to gain expertise.&lt;/p&gt;
507
508 &lt;p&gt;In a nutshell, I spend my days working and learning as much as I
509 can to face both my job, entrepreneur project and feed my Linux
510 hunger.&lt;/p&gt;
511
512 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
513 project?&lt;/strong&gt;&lt;/p&gt;
514
515 &lt;p&gt;I discovered the &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP&lt;/a&gt; advantages
516 with &quot;Ubuntu 12.04 alternate install&quot; and after a year of use I
517 started looking for an alternative. Even though I highly value and
518 respect the Ubuntu project, I thought it was necessary for me to
519 change to a more robust and stable alternative. As far as I was using
520 Debian on my personal laptop I thought it would be fine to install
521 Debian and configure an LTSP server myself. Surprised, I discovered
522 that the Debian project also supported a kind of Edubuntu equivalent,
523 and after having some pain I obtained a Debian Edu network up and
524 running. I just loved it.&lt;/p&gt;
525
526 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
527 Edu?&lt;/strong&gt;&lt;/p&gt;
528
529 &lt;p&gt;I found a main advantage in that, once you know &quot;the tips and
530 tricks&quot;, a new installation just works out of the box. It&#39;s the most
531 complete alternative I&#39;ve found to create an LTSP network. All the
532 other distributions seems to be made of plastic, Debian Edu seems to
533 be made of steel.&lt;/p&gt;
534
535 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
536 Edu?&lt;/strong&gt;&lt;/p&gt;
537
538 &lt;p&gt;I found two main disadvantages.&lt;/p&gt;
539
540 &lt;p&gt;I&#39;m not an expert but I&#39;ve got notions and I had to spent a considerable
541 amount of time trying to bring up a standard network topology. I&#39;m quite
542 stubborn and I just worked until I did but I&#39;m sure many people with few
543 resources (not big schools, but academies for example) would have switched
544 or dropped.&lt;/p&gt;
545
546 &lt;p&gt;It&#39;s amazing how such a complex system like Debian Edu has achieved
547 this out-of-the-box state. Even though tweaking without breaking gets
548 more difficult, as more factors have to be considered. This can
549 discourage many people too.&lt;/p&gt;
550
551 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
552
553 &lt;p&gt;I use Debian, Firefox, Okular, Inkscape, LibreOffice and
554 Virtualbox.&lt;/p&gt;
555
556
557 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
558 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
559
560 &lt;p&gt;I don&#39;t think there is a need for a particular strategy. The free
561 attribute in both &quot;freedom&quot; and &quot;no price&quot; meanings is what will
562 really bring free software to schools. In my experience I can think of
563 the &lt;a href=&quot;http://www.r-project.org/&quot;&gt;&quot;R&quot; statistical language&lt;/a&gt;; a
564 few years a ago was an extremely nerd tool for university people.
565 Today it&#39;s being increasingly used to teach statistics at many
566 different level of studies. I believe free and open software will
567 increasingly gain popularity, but I&#39;m sure schools will be one of the
568 first scenarios where this will happen.&lt;/p&gt;
569 </description>
570 </item>
571
572 <item>
573 <title>How to add extra storage servers in Debian Edu / Skolelinux</title>
574 <link>http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</link>
575 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_add_extra_storage_servers_in_Debian_Edu___Skolelinux.html</guid>
576 <pubDate>Wed, 12 Mar 2014 12:50:00 +0100</pubDate>
577 <description>&lt;p&gt;On larger sites, it is useful to use a dedicated storage server for
578 storing user home directories and data. The design for handling this
579 in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, is
580 to update the automount rules in LDAP and let the automount daemon on
581 the clients take care of the rest. I was reminded about the need to
582 document this better when one of the customers of
583 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, where I am
584 on the board of directors, asked about how to do this. The steps to
585 get this working are the following:&lt;/p&gt;
586
587 &lt;p&gt;&lt;ol&gt;
588
589 &lt;li&gt;Add new storage server in DNS. I use nas-server.intern as the
590 example host here.&lt;/li&gt;
591
592 &lt;li&gt;Add automoun LDAP information about this server in LDAP, to allow
593 all clients to automatically mount it on reqeust.&lt;/li&gt;
594
595 &lt;li&gt;Add the relevant entries in tjener.intern:/etc/fstab, because
596 tjener.intern do not use automount to avoid mounting loops.&lt;/li&gt;
597
598 &lt;/ol&gt;&lt;/p&gt;
599
600 &lt;p&gt;DNS entries are added in GOsa², and not described here. Follow the
601 &lt;a href=&quot;https://wiki.debian.org/DebianEdu/Documentation/Wheezy/GettingStarted&quot;&gt;instructions
602 in the manual&lt;/a&gt; (Machine Management with GOsa² in section Getting
603 started).&lt;/p&gt;
604
605 &lt;p&gt;Ensure that the NFS export points on the server are exported to the
606 relevant subnets or machines:&lt;/p&gt;
607
608 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
609 root@tjener:~# showmount -e nas-server
610 Export list for nas-server:
611 /storage 10.0.0.0/8
612 root@tjener:~#
613 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
614
615 &lt;p&gt;Here everything on the backbone network is granted access to the
616 /storage export. With NFSv3 it is slightly better to limit it to
617 netgroup membership or single IP addresses to have some limits on the
618 NFS access.&lt;/p&gt;
619
620 &lt;p&gt;The next step is to update LDAP. This can not be done using GOsa²,
621 because it lack a module for automount. Instead, use ldapvi and add
622 the required LDAP objects using an editor.&lt;/p&gt;
623
624 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
625 ldapvi --ldap-conf -ZD &#39;(cn=admin)&#39; -b ou=automount,dc=skole,dc=skolelinux,dc=no
626 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
627
628 &lt;p&gt;When the editor show up, add the following LDAP objects at the
629 bottom of the document. The &quot;/&amp;&quot; part in the last LDAP object is a
630 wild card matching everything the nas-server exports, removing the
631 need to list individual mount points in LDAP.&lt;/p&gt;
632
633 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
634 add cn=nas-server,ou=auto.skole,ou=automount,dc=skole,dc=skolelinux,dc=no
635 objectClass: automount
636 cn: nas-server
637 automountInformation: -fstype=autofs --timeout=60 ldap:ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
638
639 add ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
640 objectClass: top
641 objectClass: automountMap
642 ou: auto.nas-server
643
644 add cn=/,ou=auto.nas-server,ou=automount,dc=skole,dc=skolelinux,dc=no
645 objectClass: automount
646 cn: /
647 automountInformation: -fstype=nfs,tcp,rsize=32768,wsize=32768,rw,intr,hard,nodev,nosuid,noatime nas-server.intern:/&amp;
648 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
649
650 &lt;p&gt;The last step to remember is to mount the relevant mount points in
651 tjener.intern by adding them to /etc/fstab, creating the mount
652 directories using mkdir and running &quot;mount -a&quot; to mount them.&lt;/p&gt;
653
654 &lt;p&gt;When this is done, your users should be able to access the files on
655 the storage server directly by just visiting the
656 /tjener/nas-server/storage/ directory using any application on any
657 workstation, LTSP client or LTSP server.&lt;/p&gt;
658 </description>
659 </item>
660
661 <item>
662 <title>Debian Edu interview: Dominik George</title>
663 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</link>
664 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Dominik_George.html</guid>
665 <pubDate>Wed, 25 Dec 2013 13:40:00 +0100</pubDate>
666 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
667 project&lt;/a&gt; consist of both newcomers and old timers, and this time I
668 was able to get an interview with a newcomer in the project who showed
669 up on the IRC channel a few weeks ago to let us know about his
670 successful installation of Debian Edu Wheezy in his School. Say hello
671 to &lt;a href=&quot;https://www.ohloh.net/accounts/Natureshadow&quot;&gt;Dominik
672 George&lt;/a&gt;.&lt;/p&gt;
673
674 &lt;!-- http://www.dominik-george.de/images/foto.jpg --&gt;
675
676 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
677
678 &lt;p&gt;I am a 23 year-old student from Germany who has spent half of his
679 life with open source. In &quot;real life&quot;, I am, as already mentioned, a
680 student in the fields of Computer Science, Electrical Engineering,
681 Information Technologies and Anglistics. Due to my (only partially
682 voluntary) huge engagement in the open source world, these things are
683 a bit vacant right now however.&lt;/p&gt;
684
685 &lt;p&gt;I also have been working as a project teacher at a Gymasnium
686 (public school) for various years now. I took up that work some time
687 around 2005 when still attending that school myself and have continued
688 it until today. I also had been running the (kind of very advanced)
689 network of that school together with a team of very interested and
690 talented students in the age of 11 to 15 years, who took the chance to
691 learn a lot about open source and networking before I left the school
692 to help building another school&#39;s informational education concept from
693 scratch.&lt;/p&gt;
694
695 &lt;p&gt;That said, one might see me as a kind of &quot;glue&quot; between school kids
696 and the elderly of teachers as well as between the open source
697 ecosystem and the (even more complex) educational ecosystem.&lt;/p&gt;
698
699 &lt;p&gt;When I am not busy with open source or education, I like Geocaching
700 and cycling.&lt;/p&gt;
701
702 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
703 project?&lt;/strong&gt;&lt;/p&gt;
704
705 &lt;p&gt;I think that happened some time around 2009 when I first attended
706 &lt;a href=&quot;http://www.froscon.org&quot;&gt;FrOSCon&lt;/a&gt; and visited the project
707 booth. I think I wasn&#39;t too interested back then because I used to
708 have an attitude of disliking software that does too much stuff on its
709 own. Maybe I was too inexperienced to realise the upsides of an
710 &quot;out-of-the-box&quot; solution ;).&lt;/p&gt;
711
712 &lt;p&gt;The first time I actively talked to Skolelinux people was at
713 &lt;a href=&quot;http://www.openrheinruhr.de&quot;&gt;OpenRheinRuhr&lt;/a&gt; 2011 when the
714 BiscuIT project, a home-grewn software used by my school for various
715 really cool things from timetables and class contact lists to lunch
716 ordering, student ID card printing and project elections first got to
717 a stage where it could have been published. I asked the Skolelinux
718 guys running the booth if the project were interested in it and gave a
719 small demonstration, but there wasn&#39;t any real feedback and the guys
720 seemed rather uninterested.&lt;/p&gt;
721
722 &lt;p&gt;After I left the school where I developed the software, it got
723 mostly lost, but I am now reimplementing it for my new school. I have
724 reusability and compatibility in mind, and I hop there will be a new
725 basis for contributing it to the Skolelinux project ;)!&lt;/p&gt;
726
727 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
728 Edu?&lt;/strong&gt;&lt;/p&gt;
729
730 &lt;p&gt;The most important advantage seems to be that it &quot;just
731 works&quot;. After overcoming some minor (but still very annoying) glitches
732 in the installer, I got a fully functional, working school network,
733 without the month-long hassle I experienced when setting all that up
734 from scratch in earlier years. And above that, it rocked - I didn&#39;t
735 have any real hardware at hand, because the school was just founded
736 and has no money whatsoever, so I installed a combined server (main
737 server, terminal services and workstation) in a VM on my personal
738 notebook, bridging the LTSP network interface to the ethernet port,
739 and then PXE-booted the Windows notebooks that were lying around from
740 it. I could use 8 clients without any performance issues, by using a
741 tiny little VM on a tiny little notebook. I think that&#39;s enough to say
742 that it rocks!&lt;/p&gt;
743
744 &lt;p&gt;Secondly, there are marketing reasons. Life&#39;s bad, and so no
745 politician will ever permit a setup described as &quot;Debian, an universal
746 operating system, with some really cool educational tools&quot; while they
747 will be jsut fine with &quot;Skolelinux, a single-purpose solution for your
748 school network&quot;, even if both turn out to be the very same thing (yes,
749 this is unfair towards the Skolelinux project, and must not be taken
750 too seriously - you get the idea, anyway).&lt;/p&gt;
751
752 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
753 Edu?&lt;/strong&gt;&lt;/p&gt;
754
755 &lt;p&gt;I have not been involved with Skolelinux long enough to really
756 answer this question in a fair way. Thus, please allow me to put it in
757 other words: &quot;What do you expect from Skolelinux to keep liking it?&quot; I
758 can list a few points about that:&lt;/p&gt;
759
760 &lt;ul&gt;
761
762 &lt;li&gt;always strive to get all things integrated into Debian upstream
763 &lt;li&gt;be open to discussion about changes and the like, even with newcomers
764 &lt;li&gt;be helpful at being helpful ;)
765
766 &lt;/ul&gt;
767
768 &lt;p&gt;I&#39;m really sorry I cannot say much more about that :(!&lt;/p&gt;
769
770 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
771
772 &lt;p&gt;First of all, all software I use is free and open. I have abandoned
773 all non-free software (except for firmware on my darned phone) this
774 year.&lt;/p&gt;
775
776 &lt;p&gt;I run Debian GNU/Linux on all PC systems I use. On that, I mostly
777 run text tools. I use
778 &lt;a href=&quot;https://www.mirbsd.org/mksh.htm&quot;&gt;mksh&lt;/a&gt; as shell,
779 &lt;a href=&quot;https://www.mirbsd.org/jupp.htm&quot;&gt;jupp&lt;/a&gt; as very advanced
780 text editor (I even got the developer to help me write a script/macro
781 based full-featured student management software with the two),
782 &lt;a href=&quot;http://mcabber.com/&quot;&gt;mcabber&lt;/a&gt; for XMPP and
783 &lt;a href=&quot;http://www.irssi.org/&quot;&gt;irssi&lt;/a&gt; for IRC. For that overly
784 coloured world called the WWW, I use
785 &lt;a href=&quot;https://www.mozilla.org/en-US/firefox/new/&quot;&gt;Iceweasel
786 (Firefox)&lt;/a&gt;. Oh, and &lt;a href=&quot;http://www.mutt.org/&quot;&gt;mutt&lt;/a&gt; for
787 e-mail.&lt;/p&gt;
788
789 &lt;p&gt;However, while I am personally aware of the fact that text tools
790 are more efficient and powerful than anything else, I also use (or at
791 least operate) some tools that are suitable to bring open source to
792 kids. One of these things is &lt;a href=&quot;http://jappix.org/&quot;&gt;Jappix&lt;/a&gt;,
793 which I already introduced to some kids even before they got aware of
794 Facebook, making them see for themselves that they do not need
795 Facebook now ;).&lt;/p&gt;
796
797 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
798 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
799
800 &lt;p&gt;Well, that&#39;s a two-sided thing. One side is what I believe, and one
801 side is what I have experienced.&lt;/p&gt;
802
803 &lt;p&gt;I believe that the right strategy is showing them the benefits. But
804 that won&#39;t work out as long as the acceptance of free alternatives
805 grows globally. What I mean is that if all the kids are almost forced
806 to use Windows, Facebook, Skype, you name it at home, they will not
807 see why they would want to use alternatives at school. I have seen
808 students take seat in front of a fully-functional, modern Debian
809 desktop that could do anything their Windows at home could do, and
810 they jsut refused to use it because &quot;Linux sucks&quot;. It is something
811 that makes the council of our city spend around 600000 € to buy
812 software - not including hardware, mind you - for operating school
813 networks, and for installing a system that, as has been proved, does
814 not work. For those of you readers who are good at maths, have you
815 already found out how many lives could have been saved with that money
816 if we had instead used it to bring education to parts of the world
817 that need it? I have, and found it to be nothing less dramatic than
818 plain criminal.&lt;/p&gt;
819
820 &lt;p&gt;That said, the only feasible way appears to be the bottom up
821 method. We have to bring free software to kids and parents. I have
822 founded an association named
823 &lt;a href=&quot;https://www.teckids.org&quot;&gt;Teckids&lt;/a&gt; here in Germany that does
824 just that. We organise several events for kids and adolescents in the
825 area of free and open source software, for example the
826 &lt;a href=&quot;http://kids.froscon.org&quot;&gt;FrogLabs&lt;/a&gt;, which share staff with
827 Teckids and are the youth programme of
828 &lt;a href=&quot;http://www.froscon.org&quot;&gt;the Free and Open Source Software
829 Conference (FrOSCon)&lt;/a&gt;. We do a lot more than most other conferences
830 - this year, we first offered the FrogLabs as a holiday camp for kids
831 aged 10 to 16. It was a huge success, with approx. 30 kids taking part
832 and learning with and about free software through a whole weekend. All
833 of us had a lot of fun, and the results were really exciting.&lt;/p&gt;
834
835 &lt;p&gt;Apart from that, we are preparing a campaign that is supposed to bring
836 the message of free alternatives to stuff kids use every day to them and
837 their parents, e.g. the use of Jabber / Jappix instead of Facebook and
838 Skype. To make that possible, we are planning to get together a team of
839 clever kids who understand very well what their peers need and can bring
840 it across to them. So we will have a peer-driven network of adolescents
841 who teach each other and collect feedback from the community of minors.
842 We then take that feedback and our own experience to work closely with
843 open source projects, such as Skolelinux or Jappix, at improving their
844 software in a way that makes it more and more attractive for the target
845 group. At least I hope that we will have good cooperation with
846 Skolelinux in the future ;)!&lt;/p&gt;
847
848 &lt;p&gt;So in conclusion, what I believe is that, if it weren&#39;t for the world
849 being so bad, it should be very clear to the political decision makers
850 that the only way to go nowadays is free software for various reasons,
851 but I have learnt that the only way that seems to work is bottom up.&lt;/p&gt;
852
853 &lt;!--
854
855 &gt; * Who should be interviewed with this questions in the future?
856
857 That&#39;s probably the hardest question of them all, as I do not know the
858 community. However, I would be willing to do the following:
859
860 &lt;li&gt;Run an interview with a German headteacher who is very open to
861 free software, and also prefers it, but cannot really use it because
862 of the decision makers above;
863 &lt;li&gt;Run interviews with some kids, both with and without previous
864 knowledge about free software
865
866 If that is wanted, just let me know ;).
867
868 --&gt;
869 </description>
870 </item>
871
872 <item>
873 <title>Debian Edu interview: Klaus Knopper</title>
874 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</link>
875 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Klaus_Knopper.html</guid>
876 <pubDate>Fri, 6 Dec 2013 09:50:00 +0100</pubDate>
877 <description>&lt;p&gt;It has been a while since I managed to publish the last interview,
878 but the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
879 Skolelinux&lt;/a&gt; community is still going strong, and yesterday we even
880 had a new school administrator show up on
881 &lt;a href=&quot;irc://irc.debian.org/#debian-edu&quot;&gt;#debian-edu&lt;/a&gt; to share
882 his success story with installing Debian Edu at their school. This
883 time I have been able to get some helpful comments from the creator of
884 Knoppix, Klaus Knopper, who was involved in a Skolelinux project in
885 Germany a few years ago.&lt;/p&gt;
886
887 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
888
889 &lt;p&gt;I am Klaus Knopper. I have a master degree in electrical
890 engineering, and is currently professor in information management at
891 the university of applied sciences Kaiserslautern / Germany and
892 freelance Open Source software developer and consultant.&lt;/p&gt;
893
894 &lt;p&gt;All of this is pretty much of the work I spend my days with. Apart
895 from teaching, I&#39;m also conducting some more or less experimental
896 projects like the &lt;a href=&quot;http://www.knoppix.org&quot;&gt;Knoppix GNU/Linux live
897 system&lt;/a&gt; (Debian-based like Skolelinux),
898 &lt;a href=&quot;http://www.knopper.net/knoppix-adriane/index-en.html&quot;&gt;ADRIANE&lt;/a&gt;
899 (a blind-friendly talking desktop system) and
900 &lt;a href=&quot;http://www.knopper.net/linbo/index-en.html&quot;&gt;LINBO&lt;/a&gt;
901 (Linux-based network boot console, a fast remote install and repair
902 system supporting various operating systems).&lt;/p&gt;
903
904 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
905 project?&lt;/strong&gt;&lt;/p&gt;
906
907 &lt;p&gt;The credit for this have to go to Kurt Gramlich, who is the German
908 coordinator for Skolelinux. We were looking for an all-in-one open
909 source community-supported distribution for schools, and Kurt
910 introduced us to Skolelinux for this purpose.&lt;/p&gt;
911
912 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
913 Edu?&lt;/strong&gt;&lt;/p&gt;
914
915 &lt;ul&gt;
916 &lt;li&gt;Quick installation,&lt;/li&gt;
917 &lt;li&gt;works (almost) out of the box,&lt;/li&gt;
918 &lt;li&gt;contains many useful software packages for teaching and learning,&lt;/li&gt;
919 &lt;li&gt;is a purely community-based distro and not controlled by a
920 single company,&lt;/li&gt;
921 &lt;li&gt;has a large number of supporters and teachers who share their
922 experience and problem solutions.&lt;/li&gt;
923 &lt;/ul&gt;
924
925 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
926 Edu?&lt;/strong&gt;&lt;/p&gt;
927
928 &lt;ul&gt;
929 &lt;li&gt;Skolelinux is - as we had to learn - not easily upgradable to
930 the next version. Opposed to its genuine Debian base, upgrading to
931 a new version means a full new installation from scratch to get it
932 working again reliably.
933
934 &lt;li&gt;Skolelinux is based on Debian/stable, and therefore always a
935 little outdated in terms of program versions compared to Edubuntu or
936 similar educational Linux distros, which rather use Debian/testing
937 as their base.
938
939 &lt;li&gt;Skolelinux has some very self-opinionated and stubborn default
940 configuration which in my opinion adds unnecessary complexity and is
941 not always suitable for a schools needs, the preset network
942 configuration is actually a core definition feature of Skolelinux
943 and not easy to change, so schools sometimes have to change their
944 network configuration to make it &quot;Skolelinux-compatible&quot;.
945
946 &lt;li&gt;Some proposed extensions, which were made available as
947 contribution, like secure examination mode and lecture material
948 distribution and collection, were not accepted into the mainline
949 Skolelinux development and are now not easy to maintain in the
950 future because of Skolelinux somewhat undeterministic update
951 schemes.&lt;/li&gt;
952
953 &lt;li&gt;Skolelinux has only a very tiny number of base developers
954 compared to Debian.&lt;/li&gt;
955
956 &lt;/ul&gt;
957
958 &lt;p&gt;For these reasons and experience from our project, I would now
959 rather consider using plain Debian for schools next time, until
960 Skolelinux is more closely integrated into Debian and becomes
961 upgradeable without reinstallation.&lt;/p&gt;
962
963 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
964
965 &lt;p&gt;GNU/Linux with LXDE desktop, bash for interactive dialog and
966 programming, texlive for documentation and correspondence,
967 occasionally LibreOffice for document format conversion. Various
968 programming languages for teaching.&lt;/p&gt;
969
970 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
971 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
972
973 &lt;p&gt;Strong arguments are&lt;/p&gt;
974
975 &lt;ul&gt;
976
977 &lt;li&gt;Knowledge is free, and so should be methods and tools for
978 teaching and learning.&lt;/li&gt;
979
980 &lt;li&gt;Students can learn with and use the same software at school, at
981 home, and at their working place without running into license or
982 conversion problems.&lt;/li&gt;
983
984 &lt;li&gt;Closed source or proprietary software hides knowledge rather
985 than exposing it, and proprietary software vendors try to bind
986 customers to certain products. But teachers need to teach
987 science, not products.&lt;/li&gt;
988
989 &lt;li&gt;If you have everything you for daily work as open source, what
990 would you need proprietary software for?&lt;/li&gt;
991
992 &lt;/ul&gt;
993 </description>
994 </item>
995
996 <item>
997 <title>Skolelinux / Debian Edu 7.1 install and overview video from Marcelo Salvador</title>
998 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</link>
999 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_7_1_install_and_overview_video_from_Marcelo_Salvador.html</guid>
1000 <pubDate>Tue, 8 Oct 2013 17:10:00 +0200</pubDate>
1001 <description>&lt;p&gt;The other day I was pleased and surprised to discover that Marcelo
1002 Salvador had published a
1003 &lt;a href=&quot;https://www.youtube.com/watch?v=w-GgpdqgLFc&quot;&gt;video on
1004 Youtube&lt;/a&gt; showing how to install the standalone Debian Edu /
1005 Skolelinux profile. This is the profile intended for use at home or
1006 on laptops that should not be integrated into the provided network
1007 services (no central home directory, no Kerberos / LDAP directory etc,
1008 in other word a single user machine). The result is 11 minutes long,
1009 and show some user applications (seem to be rather randomly picked).
1010 Missed a few of my favorites like celestia, planets and chromium
1011 showing the &lt;a href=&quot;http://www.zygotebody.com/&quot;&gt;Zygote Body 3D model
1012 of the human body&lt;/a&gt;, but I guess he did not know about those or find
1013 other programs more interesting. :) And the video do not show the
1014 advantages I believe is one of the most valuable featuers in Debian
1015 Edu, its central school server making it possible to run hundreds of
1016 computers without hard drives by installing one central
1017 &lt;a href=&quot;http://www.ltsp.org/&quot;&gt;LTSP server&lt;/a&gt;.&lt;/p&gt;
1018
1019 &lt;p&gt;Anyway, check out the video, embedded below and linked to above:&lt;/p&gt;
1020
1021 &lt;iframe width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/w-GgpdqgLFc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
1022
1023 &lt;p&gt;Are there other nice videos demonstrating Skolelinux? Please let
1024 me know. :)&lt;/p&gt;
1025 </description>
1026 </item>
1027
1028 <item>
1029 <title>Finally, Debian Edu Wheezy is released today!</title>
1030 <link>http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</link>
1031 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Finally__Debian_Edu_Wheezy_is_released_today_.html</guid>
1032 <pubDate>Sun, 29 Sep 2013 10:20:00 +0200</pubDate>
1033 <description>&lt;p&gt;A few hours ago, the announcement for the first stable release of
1034 Debian Edu Wheezy went out from the Debian publicity team. The
1035 complete announcement text can be found at
1036 &lt;a href=&quot;http://www.debian.org/News/2013/20130928&quot;&gt;the Debian News
1037 section&lt;/a&gt;, translated to several languages. Please check it out.&lt;/p&gt;
1038
1039 &lt;p&gt;There is one minor known problem that we will fix very soon. One
1040 can not install a amd64 Thin Client Server using PXE, as the /var/
1041 partition is too small. A workaround is to extend the partition (use
1042 lvresize + resize2fs in tty 2 while installing).&lt;/p&gt;
1043 </description>
1044 </item>
1045
1046 <item>
1047 <title>Third and probably last beta release of Debian Edu Wheezy</title>
1048 <link>http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</link>
1049 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_and_probably_last_beta_release_of_Debian_Edu_Wheezy.html</guid>
1050 <pubDate>Mon, 16 Sep 2013 21:30:00 +0200</pubDate>
1051 <description>&lt;p&gt;The third wheezy based beta release of Debian Edu was wrapped up
1052 today. This is the release announcement from Holger Levsen:&lt;/p&gt;
1053
1054 &lt;blockquote&gt;
1055 &lt;p&gt;Hi,&lt;/p&gt;
1056
1057 &lt;p&gt;it is my pleasure to announce the third beta release (beta 2 for
1058 short) of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1059 Skolelinux&lt;/a&gt; based on Debian Wheezy!&lt;/p&gt;
1060
1061 &lt;p&gt;Please test these images extensivly, if no new problems are found
1062 we plan to do this final Debian Edu Wheezy release this coming
1063 weekend. We are not aware of any major problems or blockers in beta2,
1064 if you find something, please notify us immediately!&lt;/p&gt;
1065
1066 &lt;p&gt;(More about the remaining steps for the Edu Wheezy release in
1067 another mail to the edu list tonight or tomorrow...)&lt;/p&gt;
1068
1069 &lt;p&gt;Noteworthy changes and software updates for Debian Edu 7.1+edu0~b2
1070 compared to beta1:&lt;/p&gt;
1071
1072 &lt;ul&gt;
1073
1074 &lt;li&gt;The KDE proxy setup has been adjusted to use the provided wpad.dat. This
1075 also gets Chromium to use this proxy.&lt;/li&gt;
1076 &lt;li&gt;Install kdepim-groupware with KDE desktops to make sure korganizer
1077 understand ical/dav sources.&lt;/li&gt;
1078 &lt;li&gt;Increased default maximum size of /var/spool/squid and /skole/backup on the
1079 main server.&lt;/li&gt;
1080 &lt;li&gt;A source DVD image containing all source packages is now available as well.&lt;/li&gt;
1081 &lt;li&gt;Updates for chromium (29.0.1547.57-1~deb7u1), imagemagick
1082 (6.7.7.10-5+deb7u2), php5 (5.4.4-14+deb7u4), libmodplug
1083 (0.8.8.4-3+deb7u1+git20130828), tiff (4.0.2-6+deb7u2), linux-image
1084 (3.2.0-4-486_3.2.46-1+deb7u1).&lt;/li&gt;
1085
1086 &lt;/ul&gt;
1087
1088 &lt;p&gt;Where to get it:&lt;/p&gt;
1089
1090 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1091
1092 &lt;ul&gt;
1093 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
1094 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso&lt;/a&gt;&lt;/li&gt;
1095 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-CD.iso .&lt;/li&gt;
1096 &lt;/ul&gt;
1097
1098 &lt;p&gt;The SHA1SUM of this image is: 3a1c89f4666df80eebcd46c5bf5fedb866f9472f&lt;/p&gt;
1099
1100 &lt;p&gt;To download the multiarch USB stick ISO release you can use
1101 &lt;ul&gt;
1102 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
1103 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso&lt;/a&gt;&lt;/li&gt;
1104 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b2-USB.iso .&lt;/li&gt;
1105 &lt;/ul&gt;
1106
1107 &lt;p&gt;The SHA1SUM of this image is: 702d1718548f401c74bfa6df9f032cc3ee16597e&lt;/p&gt;
1108
1109 &lt;p&gt;The Source DVD image has the filename
1110 debian-edu-7.1+edu0~b2-source-DVD.iso and the SHA1SUM
1111 089eed8b3f962db47aae1f6a9685e9bb2fa30ca5 and is available the same way
1112 as the other isos.&lt;/p&gt;
1113
1114 &lt;p&gt;How to report bugs&lt;/p&gt;
1115
1116 &lt;p&gt;For information how to report bugs please see
1117 &lt;br&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
1118
1119
1120 &lt;p&gt;About Debian Edu and Skolelinux&lt;/p&gt;
1121
1122 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
1123 on Debian providing an out-of-the box environment of a completely
1124 configured school network. Immediately after installation a school
1125 server running all services needed for a school network is set up just
1126 waiting for users and machines being added via GOsa², a comfortable
1127 Web-UI. A netbooting environment is prepared using PXE, so after
1128 initial installation of the main server from CD or USB stick all other
1129 machines can be installed via the network. The provided school server
1130 provides LDAP database and Kerberos authentication service,
1131 centralized home directories, DHCP server, web proxy and many other
1132 services. The desktop contains more than 60 educational software
1133 packages and more are available from the Debian archive, and schools
1134 can choose between KDE, Gnome, LXDE and Xfce desktop environment.&lt;/p&gt;
1135
1136 &lt;p&gt;This is the seventh test release based on Debian Wheezy. Basically
1137 this is an updated and slightly improved version compared to the
1138 Squeeze release.&lt;/p&gt;
1139
1140 &lt;p&gt;Notes for upgrades from Alpha Prereleases&lt;/p&gt;
1141
1142 &lt;p&gt;Alpha based installations should reinstall or downgrade the
1143 versions of gosa and libpam-mklocaluser to the ones used in this beta
1144 release. Both alpha and beta0 based installations should reinstall or
1145 deal with gosa.conf manually; there are two options: (1) Keep
1146 gosa.conf and edit this file as outlined on the mailing list. (2)
1147 Accept the new version of gosa.conf and replace both contained admin
1148 password placeholders with the password hashes found in the old one
1149 (backup copy!). In both cases all users need to change their password
1150 to make sure a password is set for CIFS access to their home
1151 directory.&lt;/p&gt;
1152
1153
1154 &lt;p&gt;cheers,
1155 &lt;br&gt; Holger&lt;/p&gt;
1156 &lt;/blockquote&gt;
1157 </description>
1158 </item>
1159
1160 <item>
1161 <title>Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</title>
1162 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
1163 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
1164 <pubDate>Thu, 22 Aug 2013 09:30:00 +0200</pubDate>
1165 <description>&lt;p&gt;The second wheezy based beta release of Debian Edu was wrapped up
1166 today, slightly delayed because of some bugs in the initial Windows
1167 integration fixes . This is the release announcement:&lt;/p&gt;
1168
1169 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b1 released 2013-08-22&lt;/strong&gt;&lt;/p&gt;
1170
1171 &lt;p&gt;These are the release notes for Debian Edu / Skolelinux
1172 7.1+edu0~b1, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1173
1174 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1175
1176 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1177 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1178 out-of-the box environment of a completely configured school
1179 network. Immediately after installation a school server running all
1180 services needed for a school network is set up just waiting for users
1181 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1182 environment is prepared using PXE, so after initial installation of
1183 the main server from CD or USB stick all other machines can be
1184 installed via the network. The provided school server provides LDAP
1185 database and Kerberos authentication service, centralized home
1186 directories, DHCP server, web proxy and many other services. The
1187 desktop contains
1188 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1189 than 60 educational software packages&lt;/a&gt; and more are available from
1190 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1191 and Xfce desktop environment.&lt;/p&gt;
1192
1193 &lt;p&gt;This is the sixth test release based on Debian Wheezy. Basically this
1194 is an updated and slightly improved version compared to the Squeeze
1195 release.&lt;/p&gt;
1196
1197 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
1198 versions of gosa and libpam-mklocaluser to the ones used in this beta
1199 release. Both alpha and beta0 based installations should reinstall or
1200 deal with gosa.conf manually; there are two options: (1) Keep
1201 gosa.conf and edit this file as outlined
1202 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/08/msg00127.html&quot;&gt;on
1203 the mailing list&lt;/a&gt;. (2) Accept the new version of gosa.conf and
1204 replace both contained admin password placeholders with the password
1205 hashes found in the old one (backup copy!). In both cases every user
1206 need to change their their password to make sure a password is set for
1207 CIFS access to their home directory.&lt;/p&gt;
1208
1209 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1210
1211 &lt;ul&gt;
1212
1213 &lt;li&gt;Added ssh askpass packages to default installation, to ensure ssh
1214 work also without a attached tty.&lt;/li&gt;
1215 &lt;li&gt;Add the command-not-found package to the default installation to
1216 make it easier to figure out where to find missing command line
1217 tools. Please note, that the command &#39;update-command-not-found&#39;
1218 has to be run as root to actually make it useful (internet access
1219 required).&lt;/li&gt;
1220
1221 &lt;/ul&gt;
1222
1223 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1224
1225 &lt;ul&gt;
1226
1227 &lt;li&gt;Adjusted the USB stick ISO image build to include every tool
1228 needed for desktop=xfce installations.&lt;/li&gt;
1229 &lt;li&gt;Adjust thin-client-server task to work when installing from USB
1230 stick ISO image.&lt;/li&gt;
1231 &lt;li&gt;Made new grub artwork (changed png from indexed to RGB format).&lt;/li&gt;
1232 &lt;li&gt;Minor cleanup in the CUPS setup.&lt;/li&gt;
1233 &lt;li&gt;Make sure that bootstrapping of the Samba domain really happens
1234 during installation of the main server and adjust SID handling to
1235 cope with this.&lt;/li&gt;
1236 &lt;li&gt;Make Samba passwords changeable (again) via GOsa².&lt;/li&gt;
1237 &lt;li&gt;Fix generation of LM and NT password hashes via GOsa² to avoid
1238 empty password hashes.&lt;/li&gt;
1239 &lt;li&gt;Adapted Samba machine domain joining to latest change in the
1240 smbldap-tools Perl package, fixing bugs blocking Windows machines
1241 from joining the Samba domain.&lt;/li&gt;
1242
1243 &lt;/ul&gt;
1244
1245 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1246
1247 &lt;ul&gt;
1248
1249 &lt;li&gt;KDE fails to understand the wpad.dat file provided, causing it to
1250 not use the http proxy as it should.&lt;/li&gt;
1251 &lt;li&gt;Chromium also fails to use the proxy when using the KDE desktop
1252 (using the KDE configuration).&lt;/li&gt;
1253
1254 &lt;/ul&gt;
1255
1256 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1257
1258 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1259
1260 &lt;ul&gt;
1261
1262 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
1263
1264 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso&lt;/a&gt;&lt;/li&gt;
1265
1266 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .&lt;/li&gt;
1267
1268 &lt;/ul&gt;
1269
1270 &lt;p&gt;The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
1271 &lt;br&gt;The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2&lt;/p&gt;
1272
1273 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
1274
1275 &lt;ul&gt;
1276
1277 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
1278 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso&lt;/a&gt;&lt;/li&gt;
1279 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .&lt;/li&gt;
1280
1281 &lt;/ul&gt;
1282
1283 &lt;p&gt;The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
1284 &lt;br&gt;The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119&lt;/p&gt;
1285
1286
1287 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1288
1289 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1290 </description>
1291 </item>
1292
1293 <item>
1294 <title>First beta release of Debian Edu/Skolelinux based on Debian Wheezy</title>
1295 <link>http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
1296 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
1297 <pubDate>Sat, 27 Jul 2013 20:30:00 +0200</pubDate>
1298 <description>&lt;p&gt;The first wheezy based beta release of Debian Edu was wrapped up
1299 today. This is the release announcement:&lt;/p&gt;
1300
1301 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b0 released
1302 2013-07-27&lt;/strong&gt;&lt;/p&gt;
1303
1304 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
1305 7.1+edu0~b0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1306
1307 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1308
1309 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1310 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1311 out-of-the box environment of a completely configured school
1312 network. Immediately after installation a school server running all
1313 services needed for a school network is set up just waiting for users
1314 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1315 environment is prepared using PXE, so after initial installation of
1316 the main server from CD, DVD or USB stick all other machines can be
1317 installed via the network. The provided school server provides LDAP
1318 database and Kerberos authentication service, centralized home
1319 directories, DHCP server, web proxy and many other services. The
1320 desktop contains
1321 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1322 than 60 educational software packages&lt;/a&gt; and more are available from
1323 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1324 and Xfce desktop environment.&lt;/p&gt;
1325
1326 &lt;p&gt;This is the fifth test release based on Debian Wheezy. Basically
1327 this is an updated and slightly improved version compared to the
1328 Squeeze release.&lt;/p&gt;
1329
1330 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
1331 versions of gosa and libpam-mklocaluser to the ones used in this beta
1332 release.&lt;/p&gt;
1333
1334 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1335
1336 &lt;ul&gt;
1337
1338 &lt;li&gt;Switched roaming workstation profiles from wicd to network-manager
1339 for network configuration, as wicd didn&#39;t work any more.&lt;/li&gt;
1340 &lt;li&gt;Changed version numbers of patched gosa and libpam-mklocaluser
1341 packages to make sure our locally patched versions will be replaced
1342 by the official packages when they are released from Debian. Those
1343 installing alpha version need to reinstall or manually downgrade gosa
1344 and libpam-mklocaluser.&lt;/li&gt;
1345 &lt;li&gt;Added bluetooth tools to the default desktop (bluedevil, blueman).&lt;/li&gt;
1346 &lt;li&gt;Added tools for sharing the desktop on KDE (krdc, krfb).&lt;/li&gt;
1347 &lt;li&gt;Added valgrind to the default installation for easier debugging of
1348 crash bugs.&lt;/li&gt;
1349
1350 &lt;/ul&gt;
1351
1352 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1353
1354 &lt;ul&gt;
1355
1356 &lt;li&gt;Fixed artwork package to work with gnome, no longer break
1357 desktop=gnome installations.&lt;/li&gt;
1358 &lt;li&gt;Adjusted installer to now work when forced to use a proxy with the
1359 netinst CD.&lt;/li&gt;
1360 &lt;li&gt;Fixed code detecting and setting/loading hardware specific
1361 setup/firmware to work more robust out of the box.&lt;/li&gt;
1362 &lt;li&gt;Adjusted Kerberos setup to detect realm and server settings at
1363 install time instead of dynamically at run time. This avoid a crash
1364 with krb5-auth-dialog on diskless workstations without a DNS name.&lt;/li&gt;
1365 &lt;li&gt;Worked around misfeature in network-manager not calling the dhclient
1366 exit hooks, causing automatic proxy configuration and automatic host
1367 name setting at run time to work again.&lt;/li&gt;
1368 &lt;li&gt;Fixed feature setting the default Iceweasel start page from URL
1369 fetched from LDAP, to allow schools to set the global default by
1370 updating the dc=skole,dc=skolelinux,dc=no LDAP object.&lt;/li&gt;
1371 &lt;li&gt;Changed default host name on all networked machines to be unique
1372 (generated from MAC or reverse DNS) after boot.&lt;/li&gt;
1373 &lt;li&gt;Adjusted partition sizes to make sure they are big enough.&lt;/li&gt;
1374
1375 &lt;/ul&gt;
1376
1377 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1378
1379 &lt;ul&gt;
1380
1381 &lt;li&gt;Grub is missing the new artwork.&lt;/li&gt;
1382 &lt;li&gt;KDE fail to understand the wpad.dat file provided, causing it to
1383 not use the http proxy as it should.&lt;/li&gt;
1384 &lt;li&gt;Chromium also fail to use the proxy.&lt;/li&gt;
1385
1386 &lt;/ul&gt;
1387
1388 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1389
1390 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1391
1392 &lt;ul&gt;
1393
1394 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
1395
1396 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso&lt;/a&gt;&lt;/li&gt;
1397
1398 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .&lt;/li&gt;
1399
1400 &lt;/ul&gt;
1401
1402 &lt;p&gt;The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
1403 &lt;br&gt;The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f&lt;/p&gt;
1404
1405 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
1406
1407 &lt;ul&gt;
1408
1409 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
1410 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso&lt;/a&gt;&lt;/li&gt;
1411 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .&lt;/li&gt;
1412
1413 &lt;/ul&gt;
1414
1415 &lt;p&gt;The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
1416 &lt;br&gt;The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733&lt;/p&gt;
1417
1418
1419 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1420
1421 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1422 </description>
1423 </item>
1424
1425 <item>
1426 <title>July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</title>
1427 <link>http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</link>
1428 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</guid>
1429 <pubDate>Tue, 9 Jul 2013 10:40:00 +0200</pubDate>
1430 <description>&lt;p&gt;The upcoming Saturday, 2013-07-13, we are organising a combined
1431 Debian Edu developer gathering and Debian and Ubuntu bug squashing
1432 party in Oslo. It is organised by &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the
1433 member assosiation NUUG&lt;/a&gt; and
1434 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;the Debian Edu / Skolelinux
1435 project&lt;/a&gt; together with &lt;a href=&quot;http://bitraf.no/&quot;&gt;the hack space
1436 Bitraf&lt;/a&gt;.&lt;/p&gt;
1437
1438 &lt;p&gt;It starts 10:00 and continue until late evening. Everyone is
1439 welcome, and there is no fee to participate. There is on the other
1440 hand limited space, and only room for 30 people. Please put your name
1441 on &lt;a href=&quot;http://wiki.debian.org/BSP/2013/07/13/no/Oslo&quot;&gt;the event
1442 wiki page&lt;/a&gt; if you plan to join us.&lt;/p&gt;
1443 </description>
1444 </item>
1445
1446 <item>
1447 <title>Fourth alpha release of Debian Edu/Skolelinux based on Debian Wheezy</title>
1448 <link>http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
1449 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fourth_alpha_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
1450 <pubDate>Wed, 3 Jul 2013 14:00:00 +0200</pubDate>
1451 <description>&lt;p&gt;The fourth wheezy based alpha release of Debian Edu was wrapped up
1452 today. This is the release announcement:&lt;/p&gt;
1453
1454 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~alpha3 released
1455 2013-07-03&lt;/strong&gt;&lt;/p&gt;
1456
1457 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
1458 7.1+edu0~alpha3, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1459
1460 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1461
1462 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1463 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1464 out-of-the box environment of a completely configured school
1465 network. Immediately after installation a school server running all
1466 services needed for a school network is set up just waiting for users
1467 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1468 environment is prepared using PXE, so after initial installation of
1469 the main server from CD, DVD or USB stick all other machines can be
1470 installed via the network. The provided school server provides LDAP
1471 database and Kerberos authentication service, centralized home
1472 directories, DHCP server, web proxy and many other services. The
1473 desktop contains
1474 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1475 than 60 educational software packages&lt;/a&gt; and more are available from
1476 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1477 and Xfce desktop environment.&lt;/p&gt;
1478
1479 &lt;p&gt;This is the fourth test release based on Debian Wheezy. Basically
1480 this is an updated and slightly improved version compared to the
1481 Squeeze release.&lt;/p&gt;
1482
1483 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1484 &lt;ul&gt;
1485 &lt;li&gt;Dropped ispell dictionaries from our default installation.&lt;/li&gt;
1486 &lt;li&gt;Dropped menu-xdg from the KDE desktop option, to drop the Debian
1487 submenu. It was not included with Gnome, LXDE or Xfce, so this
1488 brings KDE in line with the others.&lt;/li&gt;
1489 &lt;li&gt;Dropped xdrawchem, xjig and xsok from our default installation as
1490 they don&#39;t have a desktop menu entry and thus won&#39;t show up in the
1491 menu now that menu-xdg was removed.&lt;/li&gt;
1492 &lt;li&gt;Removed the killer system to kill left behind processes on
1493 multi-user machines, as it was no longer able to understand when a
1494 X display was in use and killed the processes of the active users
1495 too.&lt;/li&gt;
1496 &lt;li&gt;Dropped the golearn (from goplay) package as the debtags in wheezy
1497 are too few to make the package useful.&lt;/li&gt;
1498 &lt;/ul&gt;
1499 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1500 &lt;ul&gt;
1501 &lt;li&gt;Updated artwork matching http://wiki.debian.org/DebianArt/Themes/Joy
1502 &lt;li&gt;Multi-arch i386/amd64 USB stick ISO available.&lt;/li&gt;
1503 &lt;li&gt;Got rid of ispell/wordlist related debconf questions that showed
1504 up for some language options.&lt;/li&gt;
1505 &lt;li&gt;Switched to using http.debian.net as APT source by default.&lt;/li&gt;
1506 &lt;li&gt;Fixed proxy configuration on Main Server installations.&lt;/li&gt;
1507 &lt;li&gt;Changed LTSP setup to ask dpkg to use force-unsafe-io the same way
1508 d-i is doing it.&lt;/li&gt;
1509 &lt;li&gt;Made sure root and user passwords were not left behind in the
1510 debconf database after installation on Main Server installations.&lt;/li&gt;
1511 &lt;li&gt;Made Roaming Workstation dynamic setup more robust and added draft
1512 script setup-ad-client to hook a Roaming Workstation up to a
1513 Active Directory server instead of a Debian Edu Main Server.&lt;/li&gt;
1514 &lt;li&gt;Update system to install needed firmware packages during
1515 installation, to work properly in Wheezy.&lt;/li&gt;
1516 &lt;li&gt;Update system to handle hardware quirks (debian-edu-hwsetup).&lt;/li&gt;
1517 &lt;li&gt;Corrected PXE installation setup to properly pass selected desktop
1518 and keymap settings to PXE installation clients.&lt;/li&gt;
1519 &lt;li&gt;LTSP diskless workstations use sshfs by default, allowing them to
1520 work without adding them to DNS and NIS netgroups for NFS access.&lt;/li&gt;
1521 &lt;/ul&gt;
1522 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1523 &lt;ul&gt;
1524 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1525 available yet (698840).&lt;/li&gt;
1526 &lt;li&gt;Artwork not enabled for all desktops.&lt;/li&gt;
1527 &lt;/ul&gt;
1528 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1529
1530 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1531 &lt;ul&gt;
1532 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
1533 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso&lt;/a&gt;&lt;/li&gt;
1534 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-CD.iso .&lt;/li&gt;
1535 &lt;/ul&gt;
1536
1537 &lt;p&gt;The MD5SUM of this image is: 2b161a99d2a848c376d8d04e3854e30c
1538 &lt;br&gt;The SHA1SUM of this image is: 498922e9c508c0a7ee9dbe1dfe5bf830d779c3c8&lt;/p&gt;
1539
1540 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
1541 &lt;ul&gt;
1542 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
1543 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso&lt;/a&gt;&lt;/li&gt;
1544 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~a3-USB.iso .&lt;/li&gt;
1545 &lt;/ul&gt;
1546
1547 &lt;p&gt;The MD5SUM of this image is: 25e808e403a4c15dbef1d13c37d572ac
1548 &lt;br&gt;The SHA1SUM of this image is: 15ecfc93eb6b4f453b7eb0bc04b6a279262d9721&lt;/p&gt;
1549
1550 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1551
1552 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
1553 </description>
1554 </item>
1555
1556 <item>
1557 <title>The value of a good distro wide test suite...</title>
1558 <link>http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</link>
1559 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_value_of_a_good_distro_wide_test_suite___.html</guid>
1560 <pubDate>Sat, 22 Jun 2013 07:00:00 +0200</pubDate>
1561 <description>&lt;p&gt;In the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
1562 Skolelinux&lt;/a&gt; project, we include a post-installation test suite,
1563 which check that services are running, working, and return the
1564 expected results. It runs automatically just after the first boot on
1565 test installations (using test ISOs), but not on production
1566 installations (using non-test ISOs). It test that the LDAP service is
1567 operating, Kerberos is responding, DNS is replying, file systems are
1568 online resizable, etc, etc. And it check that the PXE service is
1569 configured, which is the topic of this post.&lt;/p&gt;
1570
1571 &lt;p&gt;The last week I&#39;ve fixed the DVD and USB stick ISOs for our Debian
1572 Edu Wheezy release. These ISOs are supposed to be able to install a
1573 complete system without any Internet connection, but for that to
1574 happen all the needed packages need to be on them. Thanks to our test
1575 suite, I discovered that we had forgotten to adjust our PXE setup to
1576 cope with the new names and paths used by the netboot d-i packages.
1577 When Internet connectivity was available, the installer fall back to
1578 using wget to fetch d-i boot images, but when offline it require
1579 working packages to get it working. And the packages changed name
1580 from debian-installer-6.0-netboot-$arch to
1581 debian-installer-7.0-netboot-$arch, we no longer pulled in the
1582 packages during installation. Without our test suite, I suspect we
1583 would never have discovered this before release. Now it is fixed
1584 right after we got the ISOs operational.&lt;/p&gt;
1585
1586 &lt;p&gt;Another by-product of the test suite is that we can ask system
1587 administrators with problems getting Debian Edu to work, to run the
1588 test suite using &lt;tt&gt;/usr/sbin/debian-edu-test-install&lt;/tt&gt; and see if
1589 any errors are detected. This usually pinpoint the subsystem causing
1590 the problem.&lt;/p&gt;
1591
1592 &lt;p&gt;If you want to help us help kids learn how to share and create,
1593 please join us on
1594 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
1595 irc.debian.org&lt;/a&gt; and the
1596 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@&lt;/a&gt; mailing
1597 list.&lt;/p&gt;
1598 </description>
1599 </item>
1600
1601 <item>
1602 <title>Debian Edu interview: Victor Nițu</title>
1603 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</link>
1604 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Victor_Ni_u.html</guid>
1605 <pubDate>Mon, 17 Jun 2013 10:50:00 +0200</pubDate>
1606 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
1607 Skolelinux&lt;/a&gt; distribution have users and contributors all around the
1608 globe. And a while back, an enterprising young man showed up on
1609 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;our IRC channel
1610 #debian-edu&lt;/a&gt; and started asking questions about how Debian Edu
1611 worked. We answered as good as we could, and even convinced him to
1612 help us with translations. And today I managed to get an interview
1613 with him, to learn more about him.&lt;/p&gt;
1614
1615 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1616
1617 &lt;p&gt;I&#39;m a 25 year old free software enthusiast, living in Romania,
1618 which is also my country of origin. Back in 2009, at a New Year&#39;s Eve
1619 party, I had a very nice &lt;strike&gt;beer&lt;/strike&gt; discussion with a
1620 friend, when we realized we have no organised Debian community in our
1621 country. A few days later, we put together the infrastructure for such
1622 community and even gathered a nice Debian-ish crowd. Since then, I
1623 began my quest as a free software hacker and activist and I am
1624 constantly trying to cover as much ground as possible on that
1625 field.&lt;/p&gt;
1626
1627 &lt;p&gt;A few years ago I founded a small web development company, which
1628 provided me the flexible schedule I needed so much for my
1629 activities. For the last 13 months, I have been the Technical Director
1630 of &lt;a href=&quot;http://ceata.org/&quot;&gt;Fundația Ceata&lt;/a&gt;, which is a free
1631 software activist organisation endorsed by the FSF and the FSFE, and
1632 the only one we have in our country.&lt;/p&gt;
1633
1634 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1635 project?&lt;/strong&gt;&lt;/p&gt;
1636
1637 &lt;p&gt;The idea of participating in the Debian Edu project was a surprise
1638 even to me, since I never used it before I began getting involved in
1639 it. This year I had a great opportunity to deliver a talk on
1640 educational software, and I knew immediately where to look. It was a
1641 love at first sight, since I was previously involved with some of the
1642 technologies the project incorporates, and I rapidly found a lot of
1643 ways to contribute.&lt;/p&gt;
1644
1645 &lt;p&gt;My first contributions consisted in translating the installer and
1646 configuration dialogs, then I found some bugs to squash (I still
1647 haven&#39;t fixed them yet though), and I even got my eyes on some other
1648 areas where I can prove myself helpful. Since the appetite for free
1649 software in my country is pretty low, I&#39;ll be happy to be the first
1650 one around here advocating for the project&#39;s adoption in educational
1651 environments, and maybe even get my hands dirty in creating a flavour
1652 for our own needs. I am not used to make very advanced plannings, so
1653 from now on, time will tell what I&#39;ll be doing next, but I think I
1654 have a pretty consistent starting point.&lt;/p&gt;
1655
1656 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
1657 Edu?&lt;/strong&gt;&lt;/p&gt;
1658
1659 &lt;p&gt;Not a long time ago, I was in the position of configuring and
1660 maintaining a LDAP server on some Debian derivative, and I must say it
1661 took me a while. A long time ago, I was maintaining a bigger
1662 Samba-powered infrastructure, and I must say I spent quite a lot of
1663 time on it. I have similar stories about many of the services included
1664 with Skolelinux, and the main advantage I see about it is the
1665 out-of-the box availability of them, making it quite competitive when
1666 it comes to managing a school&#39;s network, for example.&lt;/p&gt;
1667
1668 &lt;p&gt;Of course, there is more to say about Skolelinux than the
1669 availability of the software included, its flexibility in various
1670 scenarios is something I can&#39;t wait to experiment &quot;into the wild&quot; (I
1671 only played with virtual machines so far). And I am sure there is a
1672 lot more I haven&#39;t discovered yet about it, being so new within the
1673 project.&lt;/p&gt;
1674
1675 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1676 Edu?&lt;/strong&gt;&lt;/p&gt;
1677
1678 &lt;p&gt;As usual, when it comes to Debian Blends, I see as the biggest
1679 disadvantage the lack of a numerous team dedicated to the
1680 project. Every day I see the same names in the changelogs, and I have
1681 a constantly fear of the bus factor in this story. I&#39;d like to see
1682 Debian Edu advertised more as an entry point into the Debian
1683 ecosystem, especially amongst newcomers and students. IMHO there are a
1684 lot low-hanging fruits in terms of bug squashing, and enough
1685 opportunities to get the feeling of the Debian Project&#39;s dynamics. Not
1686 to mention it&#39;s a very fun blend to work on!&lt;/p&gt;
1687
1688 &lt;p&gt;Derived from the previous statement, is the delay in catching up
1689 with the main Debian release and documentation. This is common though
1690 to all blends and derivatives, but it&#39;s an issue we can all work
1691 on.&lt;/p&gt;
1692
1693 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1694
1695 &lt;p&gt;I can hardly imagine myself spending a day without Vim, since my
1696 daily routine covers writing code and hacking configuration files. I
1697 am a fan of the Awesome window manager (but I also like the
1698 Enlightenment project a lot!),
1699 &lt;a href=&quot;http://www.claws-mail.org/‎&quot;&gt;Claws Mail&lt;/a&gt; due to its ease of
1700 use and very configurable behaviour. Recently I fell in love with
1701 &lt;a href=&quot;https://launchpad.net/redshift&quot;&gt;Redshift&lt;/a&gt;, which helps me
1702 get through the night without headaches. Of course, there is much more
1703 stuff in this bag, but I&#39;ll need a blog on my own for doing this!&lt;/p&gt;
1704
1705 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1706 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1707
1708 &lt;p&gt;Well, on this field, I cannot do much more than experiment right
1709 now. So, being far from having a recipe for success, I can only assume
1710 that:&lt;/p&gt;
1711
1712 &lt;ul&gt;
1713
1714 &lt;li&gt;schools would like to get rid of proprietary software&lt;/li&gt;
1715
1716 &lt;li&gt;students will love the openness of the system, and will want to
1717 experiment with it - maybe we need to harvest the native curiosity
1718 of teenagers more?&lt;/li&gt;
1719
1720 &lt;li&gt;there is no &quot;right one&quot; when it comes to strategies, but it would
1721 be useful to have some success stories published somewhere, so
1722 other can get some inspiration from them (I know I&#39;d promote
1723 them!)&lt;/li&gt;
1724
1725 &lt;li&gt;more active promotion - talks, conferences, even small school
1726 lectures can do magical things if they encounter at least one
1727 person interested. Who knows who that person might be? ;-)&lt;/li&gt;
1728
1729 &lt;/ul&gt;
1730
1731 &lt;p&gt;I also see some problems in getting Skolelinux into schools; for
1732 example, in our country we have a great deal of corruption issues, so
1733 it might be hard(er) to fight against proprietary solutions. Also,
1734 people who relied on commercial software for all their lives, would be
1735 very hard to convert against their will.&lt;/p&gt;
1736 </description>
1737 </item>
1738
1739 <item>
1740 <title>Debian Edu interview: Jonathan Carter</title>
1741 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</link>
1742 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jonathan_Carter.html</guid>
1743 <pubDate>Wed, 12 Jun 2013 09:50:00 +0200</pubDate>
1744 <description>&lt;p&gt;There is a certain cross-over between the
1745 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
1746 project&lt;/a&gt; and &lt;a href=&quot;http://www.edubuntu.org/&quot;&gt;the Edubuntu
1747 project&lt;/a&gt;, and for example the LTSP packages in Debian are a joint
1748 effort between the projects. One person with a foot in both camps is
1749 Jonathan Carter, which I am now happy to present to you.&lt;/p&gt;
1750
1751 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
1752
1753 &lt;p&gt;I&#39;m a South-African free software geek who lives in Cape Town. My
1754 days vary quite a bit since I&#39;m involved in too many things. As I&#39;m
1755 getting older I&#39;m learning how to focus a bit more :)&lt;/p&gt;
1756
1757 &lt;p&gt;I&#39;m also an Edubuntu contributor and I love when there are
1758 opportunities for the Edubuntu and Debian Edu projects to benefit from
1759 each other.&lt;/p&gt;
1760
1761 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
1762 project?&lt;/strong&gt;&lt;/p&gt;
1763
1764 &lt;p&gt;I&#39;ve been somewhat familiar with the project before, but I think my
1765 first direct exposure to the project was when I met Petter
1766 [Reinholdtsen] and Knut [Yrvin] at the Edubuntu summit in 2005 in
1767 London. They provided great feedback that helped the bootstrapping of
1768 Edubuntu. Back then Edubuntu (and even Ubuntu) was still very new and
1769 it was great getting input from people who have been around longer. I
1770 was also still very excitable and said yes to everything and to this
1771 day I have a big todo list backlog that I&#39;m catching up with. I think
1772 over the years the relationship between Edubuntu and Debian-Edu has
1773 been gradually improving, although I think there&#39;s a lot that we could
1774 still improve on in terms of working together on packages. I&#39;m sure
1775 we&#39;ll get there one day.&lt;/p&gt;
1776
1777 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
1778 Edu?&lt;/strong&gt;&lt;/p&gt;
1779
1780 &lt;p&gt;Debian itself already has so many advantages. I could go on about
1781 it for pages, but in essence I love that it&#39;s a very honest project
1782 that puts its users first with no hidden agendas and also produces
1783 very high quality work.&lt;/p&gt;
1784
1785 &lt;p&gt;I think the advantage of Debian Edu is that it makes many common
1786 set-up tasks simpler so that administrators can get up and running
1787 with a lot less effort and frustration. At the same time I think it
1788 helps to standardise installations in schools so that it&#39;s easier for
1789 community members and commercial suppliers to support.&lt;/p&gt;
1790
1791 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
1792 Edu?&lt;/strong&gt;&lt;/p&gt;
1793
1794 &lt;p&gt;I had to re-type this one a few times because I&#39;m trying to
1795 separate &quot;disadvantages&quot; from &quot;areas that need improvement&quot; (which is
1796 what I originally rambled on about)&lt;/p&gt;
1797
1798 &lt;p&gt;The biggest disadvantage I can think of is lack of manpower. The
1799 project could do so much more if there were more good contributors. I
1800 think some of the problems are external too. Free software and free
1801 content in education is a no-brainer but it takes some time to catch
1802 on. When you&#39;ve been working with the same proprietary eco-system for
1803 years and have gotten used to it, it can be hard to adjust to some
1804 concepts in the free software world. It would be nice if there were
1805 more Debian Edu consultants across the world. I&#39;d love to be one
1806 myself but I&#39;m already so over-committed that it&#39;s just not possible
1807 currently.&lt;/p&gt;
1808
1809 &lt;p&gt;I think the best short-term solution to that large-scale problem is
1810 for schools to be pro-active and share their experiences and grow
1811 their skills in-house. I&#39;m often saddened to see how much money
1812 educational institutions spend on 3rd party solutions that they don&#39;t
1813 have access to after the service has ended and they could&#39;ve gotten so
1814 much more value otherwise by being more self-sustainable and
1815 autonomous.&lt;/p&gt;
1816
1817 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
1818
1819 &lt;p&gt;My main laptop dual-boots between Debian and Windows 7. I was
1820 Windows free for years but started dual-booting again last year for
1821 some games which help me focus and relax (Starcraft II in
1822 particular). Gaming support on Linux is improving in leaps and bounds
1823 so I suppose I&#39;ll soon be able to regain that disk space :)&lt;/p&gt;
1824
1825 &lt;p&gt;Besides that I rely on Icedove, Chromium, Terminator, Byobu, irssi,
1826 git, Tomboy, KVM, VLC and LibreOffice. Recently I&#39;ve been torn on
1827 which desktop environment I like and I&#39;m taking some refuge in Xfce
1828 while I figure that out. I like tools that keep things simple. I enjoy
1829 Python and shell scripting. I went to an Arduino workshop recently and
1830 it was awesome seeing how easy and simple the IDE software was to get
1831 up and running in Debian compared to the users running Windows and OS
1832 X.&lt;/p&gt;
1833
1834 &lt;p&gt;I also use mc which some people frown upon slightly. I got used to
1835 using Norton Commander in the early 90&#39;s and it stuck (I think the
1836 people who sneer at it is just jealous that they don&#39;t know how to use
1837 it :p)
1838
1839 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
1840 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
1841
1842 &lt;p&gt;I think trying to force it is unproductive. I also think that in
1843 many cases it&#39;s appropriate for schools to use non-free systems and I
1844 don&#39;t think that there&#39;s any particular moral or ethical problem with
1845 that.&lt;/p&gt;
1846
1847 &lt;p&gt;I do think though that free software can already solve so so many
1848 problems in educational institutions and it&#39;s just a shame not taking
1849 advantage of that.&lt;/p&gt;
1850
1851 &lt;p&gt;I also think that some curricula need serious review. For example,
1852 some areas of the world rely heavily on very specific versions of MS
1853 Office, teaching students to parrot menu items instead of learning the
1854 general concepts. I think that&#39;s very unproductive because firstly, MS
1855 Office&#39;s interface changes drastically every few years and on top of
1856 that it also locks in a generation to a product that might not be the
1857 best solution for them.&lt;/p&gt;
1858
1859 &lt;p&gt;To answer your question, I believe that the right strategy is to
1860 educate and inform, giving someone the information they require to
1861 make a decision that would work for them.&lt;/p&gt;
1862 </description>
1863 </item>
1864
1865 <item>
1866 <title>Third alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
1867 <link>http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
1868 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
1869 <pubDate>Mon, 10 Jun 2013 22:50:00 +0200</pubDate>
1870 <description>&lt;p&gt;The third wheezy based alpha release of Debian Edu was wrapped up
1871 today. This is the release announcement:&lt;/p&gt;
1872
1873 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha2 released
1874 2013-06-10&lt;/strong&gt;&lt;/p&gt;
1875
1876 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
1877 alpha2, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
1878
1879 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
1880
1881 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
1882 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
1883 out-of-the box environment of a completely configured school
1884 network. Immediately after installation a school server running all
1885 services needed for a school network is set up just waiting for users
1886 and machines being added via GOsa², a comfortable Web-UI. A netbooting
1887 environment is prepared using PXE, so after initial installation of
1888 the main server from CD, DVD or USB stick all other machines can be
1889 installed via the network. The provided school server provides LDAP
1890 database and Kerberos authentication service, centralized home
1891 directories, DHCP server, web proxy and many other services. The
1892 desktop contains
1893 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
1894 than 60 educational software packages&lt;/a&gt; and more are available from
1895 the Debian archive, and schools can choose between KDE, Gnome, LXDE
1896 and Xfce desktop environment.&lt;/p&gt;
1897
1898 &lt;p&gt;This is the third test release based on Debian Wheezy. Basically
1899 this is an updated and slightly improved version compared to the
1900 Squeeze release.&lt;/p&gt;
1901
1902 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
1903
1904 &lt;ul&gt;
1905
1906 &lt;li&gt;Iceweasel was updated from 10 to 17. (DSA 2699-1)
1907 &lt;li&gt;Updated libxv (DSA-2674), libxvmc (DSA-2675), libxfixes (DSA-2676), libxrender (DSA-2677), mesa (DSA-2678), xserver-xorg-video-openchrome (DSA-2679), libxt (DSA-2680), libxcursor (DSA-2681), libxext (DSA-2682), libxi (DSA-2683), libxrandr (DSA-2684), libxp (DSA-2685), libxcb (DSA-2686), libfs (DSA-2687), libxres (DSA-2688), libxtst (DSA-2689), libxxf86dga (DSA-2690), libxinerama (DSA-2691), libxxf86vm (DSA-2692), libx11 (DSA-2693), chromium-browser (DSA-2695), gnutls26 (DSA-2697), wireshark (DSA-2700), krb5 (DSA-2701), telepathy-gabble (DSA-2702) and subversion (DSA-2703).
1908 &lt;li&gt;Switched xrdp on thin client servers to use tightvncserver instead of xvnc4.
1909 &lt;li&gt;Now install software oscilloscope xoscope by default.
1910 &lt;li&gt;Now install music tools gtick, lingot and pianobooster by default.
1911
1912 &lt;/ul&gt;
1913
1914 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
1915
1916 &lt;ul&gt;
1917
1918 &lt;li&gt;The subnet-change script is now able to change all files needing a change on the main-server when changing the IP network used.
1919 &lt;li&gt;Updated translation of the installation.
1920 &lt;li&gt;New Romanian translation.
1921 &lt;li&gt;Fix security problem causing root and first user password to no longer show up in /var/cache/debconf/templates.dat.
1922 &lt;li&gt;Fix roaming workstation setup (Closed in libpam-mklocaluser/0.8, libpam-mklocaluser/0.8~deb7u1: #706753: libpam-mklocaluser: Fail to create local user during first login).
1923 &lt;li&gt;Made roaming workstation setup more robust in non-Debian Edu environments.
1924 &lt;li&gt;New script debian-edu-bless to transform a Debian installation to a Debian Edu profile.
1925 &lt;li&gt;Adjust Iceweasel setup to improve performance when $HOME is on NFS.
1926 &lt;li&gt;More testsuite tests.
1927 &lt;li&gt;Make automatic proxy configuration more robust.
1928 &lt;li&gt;Adjust GOsa² GUI configuration.
1929
1930 &lt;li&gt;Update thin client and diskless workstation setup to work with
1931 LTSP in Wheezy.&lt;/li&gt;
1932
1933 &lt;li&gt;Diskless workstations now run out of the box -- no need to set
1934 them up with GOsa².&lt;/li&gt;
1935
1936 &lt;li&gt;Update IMAP server setup. &lt;/li&gt;
1937
1938 &lt;li&gt;Fix login into Skolelinux Backup Tool (Closed in
1939 slbackup-php/0.4.4-1: #700257: slbackup-php: Fails to submit correctly
1940 entered password). &lt;/li&gt;
1941
1942 &lt;/ul&gt;
1943
1944 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
1945
1946 &lt;ul&gt;
1947
1948 &lt;li&gt;DVD binary and source images are not yet ready.&lt;/li&gt;
1949
1950 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
1951 available yet (Open in gosa/2.7.4-4: #698840: gosa-plugin-ldapmanager:
1952 missing import feature).&lt;/li&gt;
1953
1954 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others). &lt;/li&gt;
1955
1956 &lt;li&gt;KDE Debian submenu lacks icons (Closed: #502192: menu-xdg: invents
1957 own icon names instead of using existing). This will remain
1958 unfixed.&lt;/li&gt;
1959
1960 &lt;/ul&gt;
1961
1962 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
1963
1964 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
1965
1966 &lt;ul&gt;
1967
1968 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1969
1970 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso&lt;/a&gt;&lt;/li&gt;
1971
1972 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.0+edu0~a2-CD.iso .&lt;/li&gt;
1973
1974 &lt;/ul&gt;
1975
1976 &lt;p&gt;The MD5SUM of this image is: 27bbcace407743382f3c42c08dbe8178
1977 &lt;br&gt;The SHA1SUM of this image is: e35f7d7908566cd3075375b3721fa10ee420d419&lt;/p&gt;
1978
1979 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
1980
1981 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;
1982 </description>
1983 </item>
1984
1985 <item>
1986 <title>Is there a PHP expert in the building? Debian Edu need help!</title>
1987 <link>http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</link>
1988 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_there_a_PHP_expert_in_the_building___Debian_Edu_need_help_.html</guid>
1989 <pubDate>Wed, 5 Jun 2013 17:50:00 +0200</pubDate>
1990 <description>&lt;p&gt;Here is a call for help from the Debian Edu / Skolelinux project.
1991 We have two problems blocking the release of the Wheezy version we
1992 hope to get released soon. The two problems require some with PHP
1993 skills, and we seem to lack anyone with both time and PHP skills in
1994 the project:
1995
1996 &lt;ol&gt;
1997
1998 &lt;li&gt;It is impossible to log into the slbackup web interface
1999 (slbackup-php) using the root user and password. This is
2000 &lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;BTS report #700257&lt;/a&gt;.
2001 This used to work, but stopped working some time since Squeeze.
2002 Perhaps some obsolete PHP feature was used?&lt;/li&gt;
2003
2004 &lt;li&gt;It is not possible to &quot;mass import&quot; user lists in Gosa, neither
2005 using ldif nor using CSV files. The feature was disabled after a
2006 major rewrite of Gosa, and need to be ported to the new system.
2007 This is &lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;BTS report
2008 #698840&lt;/a&gt;.&lt;/li&gt;
2009
2010 &lt;/ol&gt;
2011
2012 &lt;p&gt;If you can help us, please join us on IRC
2013 (&lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu on
2014 irc.debian.org&lt;/a&gt;) and provide patches via the BTS.&lt;/p&gt;
2015 </description>
2016 </item>
2017
2018 <item>
2019 <title>Debian Edu interview: Cédric Boutillier</title>
2020 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</link>
2021 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__C_dric_Boutillier.html</guid>
2022 <pubDate>Tue, 4 Jun 2013 10:30:00 +0200</pubDate>
2023 <description>&lt;p&gt;It has been a while since my last English
2024 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
2025 interview last November. But the developers and translators are still
2026 pulling along to get the Wheezy based release out the door, and this
2027 time I managed to get an interview from one of the French translators
2028 in the project, Cédric Boutillier.&lt;/p&gt;
2029
2030 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
2031
2032 &lt;p&gt;I am 34 year old. I live near Paris, France. I am an assistant
2033 professor in probability theory. I spend my daytime teaching
2034 mathematics at the university and doing fundamental research in
2035 probability in connexion with combinatorics and statistical physics.&lt;/p&gt;
2036
2037 &lt;p&gt;I have been involved in the Debian project for a couple of years
2038 and became Debian Developer a few months ago. I am working on Ruby
2039 packaging, publicity and translation.&lt;/p&gt;
2040
2041 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
2042 project?&lt;/strong&gt;&lt;/p&gt;
2043
2044 &lt;p&gt;I came to the Debian Edu project after a call for translation of
2045 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals&quot;&gt;the
2046 Debian Edu manual&lt;/a&gt; for the release of Debian Edu Squeeze. Since
2047 then, I have been working on updating the French translation of the
2048 manual.
2049
2050 &lt;p&gt;I had the opportunity to make an installation of Debian Edu in a
2051 virtual machine when I was preparing localised version of some screen
2052 shots for the manual. I was amazed to see it worked out of the box and
2053 how comprehensive the list of software installed by default was.&lt;/p&gt;
2054
2055 &lt;p&gt;What amazed me was the complete network infrastructure directly
2056 ready to use, which can and the nice administration interface provided
2057 by &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa²&lt;/a&gt;. What pleased
2058 me also was the fact that among the software installed by default,
2059 there were many &quot;traditional&quot; educative software to learn languages,
2060 to count, to program... but also software to develop creativity and
2061 artistic skills with music (&lt;a href=&quot;http://ardour.org/&quot;&gt;Ardour&lt;/a&gt;,
2062 &lt;a href=&quot;http://audacity.sourceforge.net/&quot;&gt;Audacity&lt;/a&gt;) and
2063 movies/animation (I was especially thinking of
2064 &lt;a href=&quot;http://linuxstopmotion.sourceforge.net/&quot;&gt;Stopmotion&lt;/a&gt;).&lt;/p&gt;
2065
2066 &lt;p&gt;I am following the development of Debian Edu and am hanging out on
2067 &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;#debian-edu&lt;/a&gt;.
2068 Unfortunately, I don&#39;t much time to get more involved in this
2069 beautiful project.&lt;/p&gt;
2070
2071 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
2072 Edu?&lt;/strong&gt;&lt;/p&gt;
2073
2074 &lt;p&gt;For me, the main advantages of Skolelinux/Debian Edu are its
2075 community of experts and its precise documentation, as well as the
2076 fact that it provides a solution ready to use.&lt;/p&gt;
2077
2078 &lt;p&gt;I would add also the fact that it is based on the rock solid Debian
2079 distribution, which ensures stability and provides a huge collection
2080 of educational free software.&lt;/p&gt;
2081
2082 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
2083 Edu?&lt;/strong&gt;&lt;/p&gt;
2084
2085 &lt;p&gt;Maybe the lack of manpower to do lobbying on the
2086 project. Sometimes, people who need to take decisions concerning IT do
2087 not have all the elements to evaluate properly free software
2088 solutions. The fact that support by a company may be difficult to find
2089 is probably a problem if the school does not have IT personnel.&lt;/p&gt;
2090
2091 &lt;p&gt;One can find support from a company by looking at
2092 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;the
2093 wiki dokumentation&lt;/a&gt;, where some countries already have a number of
2094 companies providing support for Debian Edu, like Germany or
2095 Norway. This list is easy to find readily from the manual. However,
2096 for other countries, like France, the list is empty. I guess that
2097 consultants proposing support for Debian would be able to provide some
2098 support for Debian Edu as well.&lt;/p&gt;
2099
2100 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
2101
2102 &lt;p&gt;I am using the KDE Plasma Desktop. But the pieces of software I use
2103 most runs in a terminal: Mutt and OfflineIMAP for emails, latex for
2104 scientific documents, mpd for music. VIM is my editor of choice. I am
2105 also using the mathematical software
2106 &lt;a href=&quot;http://www.scilab.org/en/scilab/about‎&quot;&gt;Scilab&lt;/a&gt; and
2107 &lt;a href=&quot;http://www.sagemath.org/index.html‎&quot;&gt;Sage&lt;/a&gt; (built from
2108 source as not completely packaged for Debian, yet).
2109
2110 &lt;p&gt;&lt;strong&gt;Do you have any suggestions for teachers interested in
2111 using the free software in Debian to teach mathematics and
2112 statistics?&lt;/strong&gt;&lt;/p&gt;
2113
2114 &lt;p&gt;I do not have any &quot;nice&quot; recommendations for statistics. At our
2115 university, we use both &lt;a href=&quot;http://www.r-project.org/‎&quot;&gt;R&lt;/a&gt; and
2116 Scilab to teach statistics and probabilistic simulations. For
2117 geometry, there are nice programs:&lt;/p&gt;
2118
2119 &lt;ul&gt;
2120
2121 &lt;li&gt;&lt;a href=&quot;http://www.drgeo.eu/&quot;&gt;drgeo&lt;/a&gt; and
2122 &lt;a href=&quot;http://edu.kde.org/applications/all/kig‎&quot;&gt;kig&lt;/a&gt; to do
2123 constructions in planar geometry
2124
2125 &lt;li&gt;&lt;a href=&quot;http://www.geom.uiuc.edu/software/download/kali.html&quot;&gt;kali&lt;/a&gt;
2126 to discover symmetry groups (the so-called wallpapers and frieze
2127 groups), although the interface looks a bit old.&lt;/li&gt;
2128
2129 &lt;/ul&gt;
2130
2131 &lt;p&gt;I like also
2132 &lt;a href=&quot;http://edu.kde.org/applications/all/cantor&quot;&gt;cantor&lt;/a&gt;, which
2133 provides a uniform interface to SciLab, Sage,
2134 &lt;a href=&quot;http://directory.fsf.org/wiki/Octave‎&quot;&gt;Octave&lt;/a&gt;, etc...&lt;/p&gt;
2135
2136 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
2137 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
2138
2139 &lt;p&gt;My suggestions would be to&lt;/p&gt;
2140
2141 &lt;ul&gt;
2142
2143 &lt;li&gt;advertise the reduction of costs when free software is used.&lt;/li&gt;
2144
2145 &lt;li&gt;communicate about the quality of free software projects, using
2146 well known examples like Firefox, ThunderBird and
2147 OpenOffice.org/LibreOffice.&lt;/li&gt;
2148
2149 &lt;li&gt;advertise the living and strong community around the project.&lt;/li&gt;
2150
2151 &lt;li&gt;show that it is not more difficult to use than any other
2152 system.&lt;/li&gt;
2153
2154 &lt;/ul&gt;
2155 </description>
2156 </item>
2157
2158 <item>
2159 <title>Educational applications included in Debian Edu / Skolelinux (the screenshot collection :-)</title>
2160 <link>http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</link>
2161 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html</guid>
2162 <pubDate>Sat, 1 Jun 2013 23:50:00 +0200</pubDate>
2163 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
2164 Skolelinux&lt;/a&gt;, there are quite a lot of educational software.
2165 Created to help teachers teach, and pupils learn. We have tried to
2166 tag them all using debtags use::learning and role::program, and using
2167 the debtags I was happy to be able to create a collage of the
2168 educational software packages installed by default, sorted by the
2169 debtag field. Here it is. Click on a image to learn more about the
2170 program.&lt;/p&gt;
2171
2172 &lt;!-- for f in $(debtags tagcat|grep field::|awk &#39;{print $2}&#39;); do echo; echo &quot;&lt;p&gt;&lt;strong&gt;$f&lt;/strong&gt;&lt;/p&gt;&quot;; echo &quot;&lt;p&gt;&quot;; ( for p in $(debtags search --names &quot;use::learning &amp;&amp; interface::x11 &amp;&amp; role::program &amp;&amp; $f&quot;); do img=&quot;&lt;img src=&#39;http://screenshots.debian.net/thumbnail/$p&#39; alt=&#39;$p&#39;&gt;&quot;; if dpkg -s $p &gt; /dev/null 2&gt;&amp;1; then echo &quot;&lt;a href=&#39;http://packages.qa.debian.org/$p&#39;&gt;$img&lt;/a&gt;&quot;; fi; done; ) | LANG=C sort; echo &quot;&lt;/p&gt;&quot;; done --&gt;
2173
2174 &lt;p&gt;&lt;strong&gt;field::arts&lt;/strong&gt;&lt;/p&gt;
2175 &lt;p&gt;
2176 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=audacity&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/audacity.png&#39; alt=&#39;audacity&#39;&gt;&lt;/a&gt;
2177 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
2178 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=denemo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/denemo.png&#39; alt=&#39;denemo&#39;&gt;&lt;/a&gt;
2179 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=freebirth&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/freebirth.png&#39; alt=&#39;freebirth&#39;&gt;&lt;/a&gt;
2180 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2181 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gimp&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gimp.png&#39; alt=&#39;gimp&#39;&gt;&lt;/a&gt;
2182 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=hydrogen&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/hydrogen.png&#39; alt=&#39;hydrogen&#39;&gt;&lt;/a&gt;
2183 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lilypond&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lilypond.png&#39; alt=&#39;lilypond&#39;&gt;&lt;/a&gt;
2184 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=lmms&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/lmms.png&#39; alt=&#39;lmms&#39;&gt;&lt;/a&gt;
2185 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rosegarden&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rosegarden.png&#39; alt=&#39;rosegarden&#39;&gt;&lt;/a&gt;
2186 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scribus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scribus.png&#39; alt=&#39;scribus&#39;&gt;&lt;/a&gt;
2187 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=solfege&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/solfege.png&#39; alt=&#39;solfege&#39;&gt;&lt;/a&gt;
2188 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stopmotion&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stopmotion.png&#39; alt=&#39;stopmotion&#39;&gt;&lt;/a&gt;
2189 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxpaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxpaint.png&#39; alt=&#39;tuxpaint&#39;&gt;&lt;/a&gt;
2190 &lt;/p&gt;
2191
2192 &lt;p&gt;&lt;strong&gt;field::astronomy&lt;/strong&gt;&lt;/p&gt;
2193 &lt;p&gt;
2194 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=celestia-gnome&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/celestia-gnome.png&#39; alt=&#39;celestia-gnome&#39;&gt;&lt;/a&gt;
2195 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpredict&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gpredict.png&#39; alt=&#39;gpredict&#39;&gt;&lt;/a&gt;
2196 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kstars&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kstars.png&#39; alt=&#39;kstars&#39;&gt;&lt;/a&gt;
2197 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=planets&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/planets.png&#39; alt=&#39;planets&#39;&gt;&lt;/a&gt;
2198 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=stellarium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/stellarium.png&#39; alt=&#39;stellarium&#39;&gt;&lt;/a&gt;
2199 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
2200 &lt;/p&gt;
2201
2202 &lt;p&gt;&lt;strong&gt;field::biology:structural&lt;/strong&gt;&lt;/p&gt;
2203 &lt;p&gt;
2204 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
2205 &lt;/p&gt;
2206
2207 &lt;p&gt;&lt;strong&gt;field::chemistry&lt;/strong&gt;&lt;/p&gt;
2208 &lt;p&gt;
2209 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=atomix&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/atomix.png&#39; alt=&#39;atomix&#39;&gt;&lt;/a&gt;
2210 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=chemtool&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/chemtool.png&#39; alt=&#39;chemtool&#39;&gt;&lt;/a&gt;
2211 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=easychem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/easychem.png&#39; alt=&#39;easychem&#39;&gt;&lt;/a&gt;
2212 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gchempaint&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gchempaint.png&#39; alt=&#39;gchempaint&#39;&gt;&lt;/a&gt;
2213 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gdis&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gdis.png&#39; alt=&#39;gdis&#39;&gt;&lt;/a&gt;
2214 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ghemical&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ghemical.png&#39; alt=&#39;ghemical&#39;&gt;&lt;/a&gt;
2215 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gperiodic&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gperiodic.png&#39; alt=&#39;gperiodic&#39;&gt;&lt;/a&gt;
2216 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalzium&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalzium.png&#39; alt=&#39;kalzium&#39;&gt;&lt;/a&gt;
2217 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=pymol&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/pymol.png&#39; alt=&#39;pymol&#39;&gt;&lt;/a&gt;
2218 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=viewmol&#39;&gt;[viewmol]&lt;/a&gt;
2219 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xdrawchem&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xdrawchem.png&#39; alt=&#39;xdrawchem&#39;&gt;&lt;/a&gt;
2220 &lt;/p&gt;
2221
2222 &lt;p&gt;&lt;strong&gt;field::electronics&lt;/strong&gt;&lt;/p&gt;
2223 &lt;p&gt;
2224 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2225 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gpsim&#39;&gt;[gpsim]&lt;/a&gt;
2226 &lt;/p&gt;
2227
2228 &lt;p&gt;&lt;strong&gt;field::geography&lt;/strong&gt;&lt;/p&gt;
2229 &lt;p&gt;
2230 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kgeography&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kgeography.png&#39; alt=&#39;kgeography&#39;&gt;&lt;/a&gt;
2231 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=marble&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/marble.png&#39; alt=&#39;marble&#39;&gt;&lt;/a&gt;
2232 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xplanet&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xplanet.png&#39; alt=&#39;xplanet&#39;&gt;&lt;/a&gt;
2233 &lt;/p&gt;
2234
2235 &lt;p&gt;&lt;strong&gt;field::linguistics&lt;/strong&gt;&lt;/p&gt;
2236 &lt;p&gt;
2237 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2238 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kanagram&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kanagram.png&#39; alt=&#39;kanagram&#39;&gt;&lt;/a&gt;
2239 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=khangman&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/khangman.png&#39; alt=&#39;khangman&#39;&gt;&lt;/a&gt;
2240 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=klettres&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/klettres.png&#39; alt=&#39;klettres&#39;&gt;&lt;/a&gt;
2241 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=parley&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/parley.png&#39; alt=&#39;parley&#39;&gt;&lt;/a&gt;
2242 &lt;/p&gt;
2243
2244 &lt;p&gt;&lt;strong&gt;field::mathematics&lt;/strong&gt;&lt;/p&gt;
2245 &lt;p&gt;
2246 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
2247 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=drgeo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/drgeo.png&#39; alt=&#39;drgeo&#39;&gt;&lt;/a&gt;
2248 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2249 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geogebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/geogebra.png&#39; alt=&#39;geogebra&#39;&gt;&lt;/a&gt;
2250 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=geomview&#39;&gt;[geomview]&lt;/a&gt;
2251 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=grace&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/grace.png&#39; alt=&#39;grace&#39;&gt;&lt;/a&gt;
2252 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphmonkey&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphmonkey.png&#39; alt=&#39;graphmonkey&#39;&gt;&lt;/a&gt;
2253 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=graphthing&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/graphthing.png&#39; alt=&#39;graphthing&#39;&gt;&lt;/a&gt;
2254 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kalgebra&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kalgebra.png&#39; alt=&#39;kalgebra&#39;&gt;&lt;/a&gt;
2255 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kbruch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kbruch.png&#39; alt=&#39;kbruch&#39;&gt;&lt;/a&gt;
2256 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kig&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kig.png&#39; alt=&#39;kig&#39;&gt;&lt;/a&gt;
2257 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=kmplot&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/kmplot.png&#39; alt=&#39;kmplot&#39;&gt;&lt;/a&gt;
2258 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=mathwar&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/mathwar.png&#39; alt=&#39;mathwar&#39;&gt;&lt;/a&gt;
2259 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=rocs&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/rocs.png&#39; alt=&#39;rocs&#39;&gt;&lt;/a&gt;
2260 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
2261 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=tuxmath&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/tuxmath.png&#39; alt=&#39;tuxmath&#39;&gt;&lt;/a&gt;
2262 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=xabacus&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/xabacus.png&#39; alt=&#39;xabacus&#39;&gt;&lt;/a&gt;
2263 &lt;/p&gt;
2264
2265 &lt;p&gt;&lt;strong&gt;field::physics&lt;/strong&gt;&lt;/p&gt;
2266 &lt;p&gt;
2267 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2268 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=step&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/step.png&#39; alt=&#39;step&#39;&gt;&lt;/a&gt;
2269 &lt;/p&gt;
2270
2271 &lt;p&gt;&lt;strong&gt;field::TODO&lt;/strong&gt;&lt;/p&gt;
2272 &lt;p&gt;
2273 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=blinken&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/blinken.png&#39; alt=&#39;blinken&#39;&gt;&lt;/a&gt;
2274 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=cgoban&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/cgoban.png&#39; alt=&#39;cgoban&#39;&gt;&lt;/a&gt;
2275 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=childsplay&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/childsplay.png&#39; alt=&#39;childsplay&#39;&gt;&lt;/a&gt;
2276 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gcompris&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gcompris.png&#39; alt=&#39;gcompris&#39;&gt;&lt;/a&gt;
2277 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnuchess&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnuchess.png&#39; alt=&#39;gnuchess&#39;&gt;&lt;/a&gt;
2278 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gnugo&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gnugo.png&#39; alt=&#39;gnugo&#39;&gt;&lt;/a&gt;
2279 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=gtans&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/gtans.png&#39; alt=&#39;gtans&#39;&gt;&lt;/a&gt;
2280 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=ktouch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/ktouch.png&#39; alt=&#39;ktouch&#39;&gt;&lt;/a&gt;
2281 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=librecad&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/librecad.png&#39; alt=&#39;librecad&#39;&gt;&lt;/a&gt;
2282 &lt;a href=&#39;http://packages.debian.org/search?searchon=names&amp;exact=1&amp;suite=all&amp;section=all&amp;keywords=scratch&#39;&gt;&lt;img src=&#39;http://people.skolelinux.org/pere/blog/images/2013-06-01-debian-edu-apps/scratch.png&#39; alt=&#39;scratch&#39;&gt;&lt;/a&gt;
2283 &lt;/p&gt;
2284
2285 &lt;p&gt;In total, 61 applications. 3 of them lacked screen shots on
2286 &lt;a href=&quot;http://screenshot.debian.net&quot;&gt;screenshot.debian.net&lt;/a&gt;. If
2287 you know of some packages we should install by default, please let us
2288 know on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu
2289 on irc.debian.org&lt;/a&gt;, or our
2290 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;mailing list
2291 debian-edu@&lt;/a&gt;.&lt;/p&gt;
2292 </description>
2293 </item>
2294
2295 <item>
2296 <title>Skolelinux-intervju: Nirosan Thiyagalingam</title>
2297 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</link>
2298 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Nirosan_Thiyagalingam.html</guid>
2299 <pubDate>Fri, 24 May 2013 21:40:00 +0200</pubDate>
2300 <description>&lt;p&gt;En ting
2301 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt; har
2302 hatt mye glede av er studentprosjekter. F.eks. er
2303 &lt;a href=&quot;http://linuxstopmotion.org/&quot;&gt;stillbildeanimasjonssystemet
2304 Stopmotion&lt;/a&gt; resultat av et studentprosjekt i Skolelinux. De siste
2305 månedene har en ivrig student veiledet av Marius Kotsbak i
2306 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRiSK&lt;/a&gt; testet hva en
2307 kan få til med en datamaskin til NOK 400,- (antagelig 1700,- med
2308 skjerm, tastatur og mus) når det brukes i Skolelinux. Jeg spurte han
2309 om et intervju.&lt;/p&gt;
2310
2311 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2312
2313 &lt;p&gt;Jeg heter Nirosan Thiyagalingam. Jeg er 24 år og studerer
2314 dataingeniør studiet ved Høgskolen i Sør Trøndelag. Interessen for
2315 data har siden ung alder vært tilstede og jeg har i tillegg alltid
2316 vært glad i å lære nye ting. Med teknologi som endres svært hurtig er
2317 det alltid noe nytt å lære. Noe som igjen har gjort det svært
2318 interessant å følge med på utviklingen. Jeg valgte dataingeniør
2319 studiet grunnet ønske om å lære enda mer om programmering og utvikling
2320 av store systemer.&lt;/p&gt;
2321
2322 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2323
2324 &lt;p&gt;Skolelinux prosjektet hørte jeg først om i media. Men det var først
2325 når jeg skulle velge bacheloroppgave at jeg fattet mer interesse for
2326 prosjektet. Et enkelt søk på nettet førte meg til skolelinux sine
2327 hjemmesider. Informasjonen jeg fant der gjorde meg enda nysgjerrig og
2328 jeg valgte derfor en oppgave som gikk ut på å få en
2329 &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry PI&lt;/a&gt;. Altså en
2330 ultra-billig datamaskin til å kjøre Debian Edu på lik linje med
2331 vanlige datamaskiner. I løpet av prosjektet ble det gjort mye
2332 forskning på nettet. Det var mye jeg måtte forstå rundt hvordan
2333 operativsystemet Linux fungerte før jeg kunne angripe
2334 problemet. Prøvde først å finne ut hvordan man kunne transformere en
2335 vanlig installasjon av Skolelinux til Raspberry PI, men dette var
2336 altfor vanskelig å jeg endte opp med mer spørsmål enn svar. Det ble
2337 videre opprettet kontakt med Skolelinux utviklere på IRC der jeg fikk
2338 diskutert hvilken retning jeg burde gå for å få til en fullverdig
2339 løsning. Det ble bestemt at jeg skulle gå for å først installere
2340 &lt;a href=&quot;http://www.raspbian.org/&quot;&gt;Raspian&lt;/a&gt;. Dette er et
2341 operativsystem basert på Debian spesiallaget for Raspberry Pi sin
2342 maskinvare. Nå som Debian var installert på datamaskinen gjenstod det
2343 å installere de nødvendige Skolelinux pakkene for å få til et
2344 fullverdig system. Disse pakkene ble installert manuelt i første
2345 omgang, men ble senere installert automatisk via et script som Petter
2346 Reinholdtsen laget. Dette scriptet er så enkel å bruke at man er i
2347 gang med installasjonen i løpet av bare 5 minutter. Ikke nok med det,
2348 alt skjer helt automatisk. Alt i alt er jeg veldig fornøyd med
2349 resultatet av installasjonsprosessen. Raspberry Pi er en veldig svak
2350 maskin og det merkes godt når man har installert Skolelinux på
2351 den. Video og 3D-rendering fungerer utrolig dårlig, men nettsurfing og
2352 kontorprogrammer fungerer godt. Det kan derfor konkluderes med at
2353 datamaskinen er egnet for enkle oppgaver.
2354
2355 &lt;p&gt;Jeg syns det er viktig påpeke at dette kun er startfasen av en slik
2356 løsning. På markedet finnes det nå maskiner som har bedre hardware enn
2357 Raspberry Pi. Det er store muligheter for at man kan klare å
2358 installere Skolelinux på disse også, og da forsvinner nok mest
2359 sannsynlig ytelsesproblemene med Video og 3D rendering også.&lt;/p&gt;
2360
2361 &lt;p&gt;Det ble også prøvd med en løsning som gjorde at Raspberry Pi
2362 fungerte som en tynnklient. Denne løsningen hadde langt bedre ytelse
2363 med tanke på hastighet og brukeropplevelse. Men også her var video og
2364 3D rendering dårlig. Det ble brukt en liten Linux distribusjon kalt
2365 &lt;a href=&quot;http://www.berryterminal.com/&quot;&gt;BerryTerminal&lt;/a&gt; for å få til
2366 dette.&lt;/p&gt;
2367
2368 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2369
2370 &lt;p&gt;Fordelen med Skolelinux er mange. At det er gratis er en stor
2371 fordel, men at det er så mange som er med på å utvikle det og
2372 vedlikeholde det er en enda større fordel. Allerede før jeg startet
2373 med prosjektet så jeg mange fordeler, og når jeg nærmet meg sluttfasen
2374 så jeg langt flere. At prosjektet skulle inneha en så høy kvalitet
2375 hadde jeg aldri trodd. En vanlig Skolelinux installasjon har de
2376 nødvendige programmene og funksjonen som både små og store skoler i
2377 tillegg til organisasjoner kan klare seg med. At prosjektet tilbyr en
2378 så komplett løsning er en kjempefordel. Installasjonen er knirkefri
2379 og det er svært enkelt å installere og komme i gang.&lt;/p&gt;
2380
2381 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2382
2383 &lt;p&gt;Ulempene jeg ser med prosjektet er ryddigheten av websidene. Selv
2384 om websidene er enkle og konsise er det allikevel ikke appellerende i
2385 like stor grad som for eksempel
2386 &lt;a href=&quot;http://www.ubuntu.com&quot;&gt;Ubuntu&lt;/a&gt; sine sider. Deres side
2387 tilbyr, i tillegg til godt design og presentasjon, en nettbasert
2388 emulator av deres operativsystem. Dette er en stor fordel slik jeg ser
2389 det. Bortsett fra dette ser jeg absolutt ingen ulemper med
2390 Skolelinux-prosjektet.&lt;/p&gt;
2391
2392 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
2393
2394 &lt;p&gt;Til daglig er jeg en flittig bruker av det åpne media
2395 sentersystemet &lt;a href=&quot;http://xbmc.org/&quot;&gt;XBMC&lt;/a&gt;. Det enorme
2396 samfunnet rundt dette prosjektet har gjort dette til et program som
2397 dekker alles behov. Man kan tilpasse det akkurat slik man vil både med
2398 tanke på utseende og funksjoner ved installere plug-ins eller
2399 scripts.&lt;/p&gt;
2400
2401 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
2402 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
2403
2404 &lt;p&gt;Strategien som burde brukes sett fra mine øyne er
2405 markedsføring. Jeg er sikker på at om flere skoler fikk et lite innsyn
2406 i hvor bra Skolelinux er så ville de ikke nølt med å gå over fra noe
2407 annet som koster de store summer. At skolelinux til de grader tilbyr
2408 en så komplett løsning bure komme frem. Enten via reklamekampanjer
2409 eller ved å sende ut folk til skoler for så å la skolenettverk
2410 ansvarlige få teste ut hvordan Skolelinux fungerer i praksis. Om det
2411 i tillegg ble utviklet gode websider og en emulator for å la brukere
2412 prøve operativsystemet ville nok dette ha styrket inntrykket
2413 betraktelig.&lt;/p&gt;
2414 </description>
2415 </item>
2416
2417 <item>
2418 <title>How to transform a Debian based system to a Debian Edu installation</title>
2419 <link>http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</link>
2420 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_transform_a_Debian_based_system_to_a_Debian_Edu_installation.html</guid>
2421 <pubDate>Fri, 17 May 2013 11:50:00 +0200</pubDate>
2422 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is
2423 an operating system based on Debian intended for use in schools. It
2424 contain a turn-key solution for the computer network provided to
2425 pupils in the primary schools. It provide both the central server,
2426 network boot servers and desktop environments with heaps of
2427 educational software. The project was founded almost 12 years ago,
2428 2001-07-02. If you want to support the project, which is in need for
2429 cash to fund developer gatherings and other project related activity,
2430 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;please
2431 donate some money&lt;/a&gt;.
2432
2433 &lt;p&gt;A topic that come up again and again on the Debian Edu mailing
2434 lists and elsewhere, is the question on how to transform a Debian or
2435 Ubuntu installation into a Debian Edu installation. It isn&#39;t very
2436 hard, and last week I wrote a script to replicate the steps done by
2437 the Debian Edu installer.&lt;/p&gt;
2438
2439 &lt;p&gt;The script,
2440 &lt;a href=&quot;http://anonscm.debian.org/viewvc/debian-edu/branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless?view=markup&quot;&gt;debian-edu-bless&lt;a/&gt;
2441 in the debian-edu-config package, will go through these six steps and
2442 transform an existing Debian Wheezy or Ubuntu (untested) installation
2443 into a Debian Edu Workstation:&lt;/p&gt;
2444
2445 &lt;ol&gt;
2446
2447 &lt;li&gt;Add skolelinux related APT sources.&lt;/li&gt;
2448 &lt;li&gt;Create /etc/debian-edu/config with the wanted configuration.&lt;/li&gt;
2449 &lt;li&gt;Install debian-edu-install to load preseeding values and pull in
2450 our configuration.&lt;/li&gt;
2451 &lt;li&gt;Preseed debconf database with profile setup in
2452 /etc/debian-edu/config, and run tasksel to install packages
2453 according to the profile specified in the config above,
2454 overriding some of the Debian automation machinery.&lt;/li&gt;
2455 &lt;li&gt;Run debian-edu-cfengine-D installation to configure everything
2456 that could not be done using preseeding.&lt;/li&gt;
2457 &lt;li&gt;Ask for a reboot to enable all the configuration changes.&lt;/li&gt;
2458
2459 &lt;/ol&gt;
2460
2461 &lt;p&gt;There are some steps in the Debian Edu installation that can not be
2462 replicated like this. Disk partitioning and LVM setup, for example.
2463 So this script just assume there is enough disk space to install all
2464 the needed packages.&lt;/p&gt;
2465
2466 &lt;p&gt;The script was created to help a Debian Edu student working on
2467 setting up &lt;a href=&quot;http://www.raspberrypi.org&quot;&gt;Raspberry Pi&lt;/a&gt; as a
2468 Debian Edu client, and using it he can take the existing
2469 &lt;a href=&quot;http://www.raspbian.org/FrontPage‎&quot;&gt;Raspbian&lt;/a&gt; installation and
2470 transform it into a fully functioning Debian Edu Workstation (or
2471 Roaming Workstation, or whatever :).&lt;/p&gt;
2472
2473 &lt;p&gt;The default setting in the script is to create a KDE Workstation.
2474 If a LXDE based Roaming workstation is wanted instead, modify the
2475 PROFILE and DESKTOP values at the top to look like this instead:&lt;/p&gt;
2476
2477 &lt;p&gt;&lt;pre&gt;
2478 PROFILE=&quot;Roaming-Workstation&quot;
2479 DESKTOP=&quot;lxde&quot;
2480 &lt;/pre&gt;&lt;/p&gt;
2481
2482 &lt;p&gt;The script could even become useful to set up Debian Edu servers in
2483 the cloud, by starting with a virtual Debian installation at some
2484 virtual hosting service and setting up all the services on first
2485 boot.&lt;/p&gt;
2486 </description>
2487 </item>
2488
2489 <item>
2490 <title>Second alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2491 <link>http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2492 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2493 <pubDate>Tue, 14 May 2013 23:30:00 +0200</pubDate>
2494 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux
2495 project&lt;/a&gt; is making great progress and made its second Wheezy based
2496 release today. This is the release announcement:&lt;/p&gt;
2497
2498 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.0.0 alpha1 released
2499 2013-05-14&lt;/strong&gt;&lt;/p&gt;
2500
2501 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux 7.0.0 edu
2502 alpha1, based on &lt;a href=&quot;http://www.debian.org&quot;&gt;Debian&lt;/a&gt; with
2503 codename &quot;Wheezy&quot;.&lt;/p&gt;
2504
2505 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2506
2507 &lt;p&gt;Debian Edu, also known as Skolelinux, is a Linux distribution based
2508 on Debian providing an out-of-the box environment of a completely
2509 configured school network. Immediatly after installation a school
2510 server running all services needed for a school network is set up just
2511 waiting for users and machines being added via GOsa², a comfortable
2512 Web-UI. A netbooting environment is prepared using PXE, so after
2513 initial installation of the main server from CD, DVD or USB stick all
2514 other machines can be installed via the network.&lt;/p&gt;
2515
2516 &lt;p&gt;This is the first test release based on Wheezy (which currently is
2517 not released yet). Basically this is an updated and slightly improved
2518 version compared to the Squeeze release.&lt;/p&gt;
2519
2520 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2521 &lt;ul&gt;
2522 &lt;li&gt;Install freemind (0.9.0) by default, and stop installing vym by
2523 default.&lt;/li&gt;
2524 &lt;li&gt;Install chromium (26.0.1410.43) by default.&lt;/li&gt;
2525 &lt;li&gt;Install goplay (0.5-1.1) to make golearn available by default.&lt;/li&gt;
2526 &lt;li&gt;Updated support for Japanese input methods, now based on
2527 ibus-anthy.&lt;/li&gt;
2528 &lt;/ul&gt;
2529
2530 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2531 &lt;ul&gt;
2532
2533 &lt;li&gt;Switched default file system from ext3 to ext4 for speed and
2534 reliability improvements.&lt;/li&gt;
2535 &lt;li&gt;Got rid of unwanted winbind daemon and PAM setup activated because
2536 of &lt;a href=&quot;http://bugs.debian.org/706434&quot;&gt;706434&lt;/a&gt;.&lt;/li&gt;
2537 &lt;li&gt;Extended and improved the testsuite tests to detect more possible
2538 problems.&lt;/li&gt;
2539 &lt;li&gt;Corrected proxy handling to not set http_proxy to a bogus
2540 direct:// URL.&lt;/li&gt;
2541 &lt;li&gt;Corrected proxy setup for diskless workstations.&lt;/li&gt;
2542 &lt;li&gt;Corrected PXE setup to use our updated udebs during installation.&lt;/li&gt;
2543 &lt;li&gt;Made installation handling of low entropy level more robust.&lt;/li&gt;
2544 &lt;li&gt;Create larger partitions for Roaming workstations and Thin client
2545 servers, to make room for all the software installed.&lt;/li&gt;
2546 &lt;li&gt;Fix bug in Roaming workstation PAM setup, making it impossible to
2547 log in (&lt;a href=&quot;http://bugs.debian.org/706753&quot;&gt;706753&lt;/a&gt;).&lt;/li&gt;
2548 &lt;/ul&gt;
2549
2550 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
2551 &lt;ul&gt;
2552
2553 &lt;li&gt;IP resolution for the local hostname give useless IPv6 address
2554 (&lt;a href=&quot;http://bugs.debian.org/705900&quot;&gt;705900&lt;/a&gt;). Only install
2555 libnss-myhostname on roaming workstations until it is fixed.&lt;/li&gt;
2556 &lt;li&gt;DVD images are not yet ready.&lt;/li&gt;
2557 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv)
2558 available yet (&lt;a href=&quot;http://bugs.debian.org/698840&quot;&gt;698840&lt;/a&gt;).&lt;/li&gt;
2559 &lt;li&gt;Missing artwork for the KDE desktop (and probably a few others).&lt;/li&gt;
2560 &lt;li&gt;KDE Debian submenu lacks icons.&lt;/li&gt;
2561 &lt;li&gt;LXDE menu lacks entry for changing GOsa password
2562 (website). Installing gosa-desktop will be an option.&lt;/li&gt;
2563 &lt;li&gt;Backup configuration via web interface is impossible due to
2564 password submission problem
2565 (&lt;a href=&quot;http://bugs.debian.org/700257&quot;&gt;700257&lt;/a&gt;).&lt;/li&gt;
2566
2567 &lt;/ul&gt;
2568
2569 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2570
2571 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
2572 &lt;ul&gt;
2573
2574 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2575 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso&lt;/a&gt;&lt;/li&gt;
2576 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu~7.0+edu0~a1-CD.iso debian-edu~7.0+edu0~a1-CD.iso&lt;/li&gt;
2577
2578 &lt;/ul&gt;
2579
2580 &lt;p&gt;The MD5SUM of this image is: 685ed76c1aa8e44b12d3fde21faf450b&lt;/p&gt;
2581
2582 &lt;p&gt;The SHA1SUM of this image is: 6c874de157024da13e115bab29c068080a11ec4c&lt;/p&gt;
2583
2584 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2585
2586 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2587 </description>
2588 </item>
2589
2590 <item>
2591 <title>Narvik sparer minst 9 millioner på å bruke Skolelinux</title>
2592 <link>http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</link>
2593 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Narvik_sparer_minst_9_millioner_p____bruke_Skolelinux.html</guid>
2594 <pubDate>Fri, 10 May 2013 18:30:00 +0200</pubDate>
2595 <description>&lt;p&gt;I fjor sommer ble jeg
2596 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html&quot;&gt;gledelig
2597 overrasket&lt;/a&gt; over et oppslag i avisen Fremover om Narvik kommunes
2598 bruk av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Oppslaget
2599 var basert på et notat som besvarte spørsmål fra ordfører Tor Nysæter
2600 og rådgiver for skolesektoren, Petter Falkbu, om bruken av Skolelinux
2601 i Narvikskolene og konstnaden ved å gå over til Windows. For litt
2602 over en uke siden siden fikk jeg endelig bedt kommunen om å få innsyn
2603 i dette notatet, og det ble oversendt på epost tirsdag. Jeg fikk
2604 &lt;a href=&quot;http://www.nuug.no/pub/offentliginnsyn/from-Narvik-kommune/2013-04-29-09:12-skolelinux-notat/PetterFalkbuogwindowsfornarvikskolen%20(L)351310.pdf&quot;&gt;lagt
2605 ut notatet&lt;/a&gt; samme dag, og fikk i dag sjekket postlista til Narvik,
2606 der jeg fant notatet som
2607 &lt;a href=&quot;https://www.narvik.kommune.no/innsyn.aspx?response=arkivsak_detaljer&amp;arkivsakid=2013001023&amp;scripturi=/innsyn.aspx&amp;skin=infolink&amp;Mid1=301&amp;&quot;&gt;sak
2608 2013/1023&lt;/a&gt;.&lt;/p&gt;
2609
2610 &lt;p&gt;Notatet forteller at Narvik ville måtte betalt minst 9 millioner
2611 for å gå over til Windows på skolene. I tillegg dokumenterer notatet
2612 at læreplanens krav oppfylles uten problemer ved bruk av Skolelinux.
2613 Jeg anbefaler alle å lese de 10 sidene med gode argumenter for å kutte
2614 unødige utgifter på IT i skoleverket. :)&lt;/p&gt;
2615 </description>
2616 </item>
2617
2618 <item>
2619 <title>Debian Wheezy is out - and Debian Edu / Skolelinux should soon follow! #newinwheezy</title>
2620 <link>http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</link>
2621 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Wheezy_is_out___and_Debian_Edu___Skolelinux_should_soon_follow___newinwheezy.html</guid>
2622 <pubDate>Sun, 5 May 2013 07:40:00 +0200</pubDate>
2623 <description>&lt;p&gt;When I woke up this morning, I was very happy to see that the
2624 &lt;a href=&quot;http://www.debian.org/News/2013/20130504&quot;&gt;release announcement
2625 for Debian Wheezy&lt;/a&gt; was waiting in my mail box. This is a great
2626 Debian release, and I expect to move my machines at home over to it fairly
2627 soon.&lt;/p&gt;
2628
2629 &lt;p&gt;The new debian release contain heaps of new stuff, and one program
2630 in particular make me very happy to see included. The
2631 &lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt; program, made famous by
2632 the &lt;a href=&quot;http://www.code.org/&quot;&gt;Teach kids code&lt;/a&gt; movement, is
2633 included for the first time. Alongside similar programs like
2634 &lt;a href=&quot;http://edu.kde.org/kturtle/&quot;&gt;kturtle&lt;/a&gt; and
2635 &lt;a href=&quot;http://wiki.sugarlabs.org/go/Activities/Turtle_Art&quot;&gt;turtleart&lt;/a&gt;,
2636 it allow for visual programming where syntax errors can not happen,
2637 and a friendly programming environment for learning to control the
2638 computer. Scratch will also be included in the next release of Debian
2639 Edu.&lt;/a&gt;
2640
2641 &lt;p&gt;And now that Wheezy is wrapped up, we can wrap up the next Debian
2642 Edu/Skolelinux release too. The
2643 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/04/msg00132.html&quot;&gt;first
2644 alpha release&lt;/a&gt; went out last week, and the next should soon
2645 follow.&lt;p&gt;
2646 </description>
2647 </item>
2648
2649 <item>
2650 <title>First alpha release of Debian Edu / Skolelinux based on Debian Wheezy</title>
2651 <link>http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</link>
2652 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_alpha_release_of_Debian_Edu___Skolelinux_based_on_Debian_Wheezy.html</guid>
2653 <pubDate>Fri, 26 Apr 2013 08:30:00 +0200</pubDate>
2654 <description>&lt;p&gt;The Debian Edu / Skolelinux project is still going strong and made
2655 its first Wheezy based release today. This is the release
2656 announcement:&lt;/p&gt;
2657
2658 &lt;p&gt;&lt;strong&gt;New features for Debian Edu ~7.0.0 alpha0 released
2659 2013-04-26&lt;/strong&gt;&lt;/p&gt;
2660
2661 &lt;p&gt;This is the release notes for for Debian Edu / Skolelinux ~7.0.0
2662 edu alpha0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
2663
2664 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
2665
2666 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
2667 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
2668 out-of-the box environment of a completely configured school
2669 network. Immediatly after installation a school server running all
2670 services needed for a school network is set up just waiting for users
2671 and machines being added via GOsa², a comfortable Web-UI. A netbooting
2672 environment is prepared using PXE, so after initial installation of
2673 the main server from CD, DVD or USB stick all other machines can be
2674 installed via the network.&lt;/p&gt;
2675
2676 &lt;p&gt;This is the first test release based on Wheezy (which currently is
2677 not released yet). Basically this is an updated and slightly improved
2678 version compared to the Squeeze release.&lt;/p&gt;
2679
2680 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
2681
2682 &lt;ul&gt;
2683 &lt;li&gt;Everything which is new in Debian Wheezy, eg:
2684 &lt;ul&gt;
2685 &lt;li&gt;Linux kernel 3.2.x&lt;/li&gt;
2686 &lt;li&gt;Desktop environments KDE &quot;Plasma&quot; 4.8.4, GNOME 3.4, and LXDE 4
2687 (KDE is installed by default; to choose GNOME or LXDE: see
2688 manual.)&lt;/li&gt;
2689 &lt;li&gt;Web browser Iceweasel 10 ESR&lt;/li&gt;
2690 &lt;li&gt;LibreOffice 3.5.4&lt;/li&gt;
2691 &lt;li&gt;LTSP 5.4.2&lt;/li&gt;
2692 &lt;li&gt;GOsa 2.7.4&lt;/li&gt;
2693 &lt;li&gt;CUPS print system 1.5.3&lt;/li&gt;
2694 &lt;li&gt;Educational toolbox GCompris 12.01&lt;/li&gt;
2695 &lt;li&gt;Music creator Rosegarden 12.04&lt;/li&gt;
2696 &lt;li&gt;Image editor Gimp 2.8.2&lt;/li&gt;
2697 &lt;li&gt;Virtual universe Celestia 1.6.1&lt;/li&gt;
2698 &lt;li&gt;Virtual stargazer Stellarium 0.11.3&lt;/li&gt;
2699 &lt;li&gt;Scratch visual programming environment 1.4.0.6&lt;/li&gt;
2700 &lt;li&gt;New version of debian-installer from Debian Wheezy, see
2701 &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation
2702 manual&lt;/a&gt; for more details.&lt;/li&gt;
2703 &lt;li&gt;Debian Wheezy includes about 37000 packages available for
2704 installation.&lt;/li&gt;
2705 &lt;li&gt;More information about Debian Wheezy 7.0 is provided in the
2706 &lt;a href=&quot;http://www.debian.org/releases/wheezy/releasenotes&quot;&gt;release notes&lt;/a&gt; and the &lt;a href=&quot;http://www.debian.org/releases/wheezy/installmanual&quot;&gt;installation manual&lt;/a&gt;.&lt;/li&gt;
2707 &lt;/ul&gt;&lt;/li&gt;
2708 &lt;/ul&gt;
2709
2710 &lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/p&gt;
2711 &lt;ul&gt;
2712 &lt;li&gt;The (&lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Wheezy&quot;&gt;English&lt;/a&gt;) Debian Edu Wheezy Manual is fully translated to
2713 German, French, Italian and Danish. Partly translated versions exist
2714 for Norwegian Bokmal and Spanish.&lt;/li&gt;
2715 &lt;/ul&gt;
2716
2717 &lt;p&gt;&lt;Strong&gt;LDAP related changes&lt;/strong&gt;&lt;/p&gt;
2718 &lt;ul&gt;
2719 &lt;li&gt;Slight changes to some objects and acls to have more types to
2720 choose from when adding systems in GOsa. Now systems can be of type
2721 server, workstation, printer, terminal or netdevice.&lt;/li&gt;
2722 &lt;/ul&gt;
2723
2724 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
2725 &lt;ul&gt;
2726 &lt;li&gt;LTSP clients start as diskless workstation / thin client can be
2727 configured via command line argument -- or individually adding an
2728 entry in lts.conf or LDAP.&lt;li&gt;
2729 &lt;li&gt;GOsa gui: Now some options that seemed to be available, but are non
2730 functional, are greyed out (or are not clickable). Some tabs are
2731 completely hidden to the end user, others even to the GOsa admin.&lt;/li&gt;
2732 &lt;/ul&gt;
2733
2734 &lt;p&gt;&lt;strong&gt;Regressions&lt;/strong&gt;&lt;/p&gt;
2735 &lt;ul&gt;
2736 &lt;li&gt;No mass import of user account data in GOsa (ldif or csv) available
2737 yet.&lt;/li&gt;
2738 &lt;/ul&gt;
2739
2740 &lt;p&gt;&lt;strong&gt;No updated artwork&lt;/strong&gt;&lt;/p&gt;
2741
2742 &lt;ul&gt;
2743 &lt;li&gt;Updated artwork which is visible during installation, in the login
2744 screen and as desktop wallpaper is still missing or the same as we
2745 had for our Squeeze based release.&lt;/li&gt;
2746 &lt;/ul&gt;
2747
2748 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
2749
2750 To download the multiarch netinstall CD release you can use
2751 &lt;ul&gt;
2752 &lt;li&gt;&lt;a href=&quot;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2753 &lt;li&gt;&lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/wheezy/&lt;/a&gt;&lt;/li&gt;
2754 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/&lt;/li&gt;
2755 &lt;/ul&gt;
2756
2757 &lt;p&gt;The MD5SUM of this image is: c5e773ddafdaa4f48c409c682f598b6c&lt;/p&gt;
2758
2759 &lt;p&gt;The SHA1SUM of this image is: 25934fabb9b7d20235499a0a51f08ce6c54215f2&lt;/p&gt;
2760
2761 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
2762
2763 &lt;p&gt;&lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&quot;&gt;http://wiki.debian.org/DebianEdu/HowTo/ReportBugs&lt;/a&gt;&lt;/p&gt;
2764 </description>
2765 </item>
2766
2767 <item>
2768 <title>First Debian Edu / Skolelinux developer gathering in 2013 take place in Trondheim</title>
2769 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</link>
2770 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu___Skolelinux_developer_gathering_in_2013_take_place_in_Trondheim.html</guid>
2771 <pubDate>Tue, 16 Apr 2013 15:00:00 +0200</pubDate>
2772 <description>&lt;p&gt;This years first &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux /
2773 Debian Edu&lt;/a&gt; developer gathering take place the coming weekend in Trondheim.
2774 Details about the gathering can be found
2775 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2013-04-19-21-Trondheim&quot;&gt;on
2776 the FRiSK wiki&lt;/a&gt;. The dates are 19-21th of April 2013, and online
2777 participation for those unable to make it in person is very welcome,
2778 and I plan to participate online myself as I could not leave Oslo this
2779 weekend.&lt;/p&gt;
2780
2781 &lt;p&gt;The focus of the gathering is to work on the web pages and project
2782 infrastructure, and to continue the work on the Wheezy based Debian
2783 Edu release.&lt;/p&gt;
2784
2785 &lt;p&gt;See you on &lt;a href=&quot;irc://irc.debian.org/%23debian-edu&quot;&gt;IRC, #debian-edu on irc.debian.org,&lt;/a&gt; then?&lt;/p&gt;
2786 </description>
2787 </item>
2788
2789 <item>
2790 <title>Skolelinux 6 got a video review from Pcwizz</title>
2791 <link>http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</link>
2792 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_6_got_a_video_review_from_Pcwizz.html</guid>
2793 <pubDate>Sun, 17 Mar 2013 10:30:00 +0100</pubDate>
2794 <description>&lt;p&gt;Via
2795 &lt;a href=&quot;https://twitter.com/pcwizz/status/313044373262716930&quot;&gt;twitter&lt;/a&gt;
2796 I just discovered that &lt;a href=&quot;http://pcwizz.net/&quot;&gt;Pcwizz&lt;/a&gt; have
2797 done a &lt;a href=&quot;http://www.youtube.com/watch?v=wPzTZ61Pcuc&quot;&gt;video
2798 review&lt;/a&gt; on Youtube of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
2799 / Debian Edu&lt;/a&gt; version 6. He installed the standalone profile and
2800 the video show a walk-through of of the menu content, demonstration of
2801 a few programs and his view of our distribution.&lt;/p&gt;
2802
2803 &lt;p&gt;There is also some really nice quotes (transcribed by me, might
2804 have heard wrong). While looking thought the Graphics menu:&lt;/p&gt;
2805
2806 &lt;blockquote&gt;
2807 &quot;Basically everything you ever need in a school environment.&quot;
2808 &lt;/blockquote&gt;
2809
2810 &lt;p&gt;And as a general evaluation of the entire distribution:&lt;/p&gt;
2811
2812 &lt;blockquote&gt;
2813 &quot;So, yeah, a bit bloated. It kept all the Debian stuff in there, just
2814 to keep it nice and GNU. So, I do not want to go on about it, but
2815 lets give it 7 out of 10. I am not going to use it. That is because
2816 I am not deploying a school network. There may be some mythical
2817 feature to help you deploy Skolelinux on a school network.&quot;
2818 &lt;/blockquote&gt;
2819
2820 &lt;p&gt;To bad he did not test the server profile, and discovered the PXE
2821 installation option. It make it possible to install only the main
2822 server from CD, and the rest of the machines via the net, and might be
2823 considered the mythical feature he talk about. :)&lt;/p&gt;
2824
2825 &lt;p&gt;While looking through the menus, there is also this funny comment
2826 about the part of the K menu generated from the Debian menu subsystem:
2827
2828 &lt;blockquote&gt;
2829 &quot;[The K menu] have a special Debian section for software that no-one
2830 is going to look at, because it contain lots of junky stuff that you
2831 actually don&#39;t need in the education distribution, but have just been
2832 included because it isn&#39;t stripped out for some reason.&quot;
2833 &lt;/blockquote&gt;
2834
2835 &lt;p&gt;I guess it is yet another argument for merging the Debian menu and
2836 Gnome/KDE desktop menu entries into
2837 &lt;a href=&quot;http://wiki.debian.org/Proposals/DebianMenuUsingDesktopEntries&quot;&gt;one
2838 consistent menu system&lt;/a&gt; instead of two incomplete and partly
2839 inconsistent menu systems.&lt;/p&gt;
2840
2841 &lt;p&gt;The entire video is available below for those accepting iframe
2842 embedding:&lt;/p&gt;
2843
2844 &lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/wPzTZ61Pcuc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
2845 </description>
2846 </item>
2847
2848 <item>
2849 <title>First Skolelinux / Debian Edu Squeeze update released</title>
2850 <link>http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</link>
2851 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Skolelinux___Debian_Edu_Squeeze_update_released.html</guid>
2852 <pubDate>Fri, 8 Mar 2013 09:30:00 +0100</pubDate>
2853 <description>&lt;p&gt;Last Sunday, 2013-03-03,, Holger Levsen announced the first update
2854 of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
2855 based on Debian Squeeze. This is the first update since
2856 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
2857 initial release 2012-03-11&lt;/a&gt;. This is the
2858 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2013/03/msg00000.html&quot;&gt;release
2859 announcement email from Holger&lt;/a&gt;:&lt;/p&gt;
2860
2861 &lt;blockquote&gt;&lt;p&gt;Hi,&lt;/p&gt;
2862
2863 &lt;p&gt;it&#39;s my pleasure to announce the immediate availability of Debian
2864 Edu 6.0.7+r1 (&quot;Debian Edu Squeeze&quot;).&lt;/p&gt;
2865
2866 &lt;p&gt;Debian Edu 6.0.7+r1 is an incremental update to Debian Edu
2867 6.0.4+r0, containing all the changes between Debian 6.0.4 and 6.0.7 as
2868 well Debian Edu specific bugfixes and enhancements. See below (in this
2869 mail) for the full list of (edu) changes. Please see
2870 &lt;a href=&quot;http://www.debian.org/News/2012/20120311&quot;&gt;http://www.debian.org/News/2012/20120311&lt;/a&gt;
2871 for more information on &quot;Debian Edu Squeeze&quot;.&lt;/p&gt;
2872
2873 &lt;p&gt;Images are available for download at
2874 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux-cd/&quot;&gt;http://ftp.skolelinux.org/skolelinux-cd/&lt;/a&gt;&lt;/p&gt;
2875
2876 &lt;p&gt;md5sums:
2877 &lt;br&gt;1fe79eb4f0f9ae1c58fc318e26cc1e2e debian-edu-6.0.7+r1-CD.iso
2878 &lt;br&gt;a6ddd924a8bd9a1b5ca122e8fe1c34ec debian-edu-6.0.7+r1-DVD.iso
2879 &lt;br&gt;ac6c72cd7925ccec51bfbf58e2a7c69c debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2880
2881 &lt;p&gt;sha1sums:
2882 &lt;br&gt;a4b58233b672a99c7df8dc24fb6de3327654a5c3 debian-edu-6.0.7+r1-CD.iso
2883 &lt;br&gt;9b524915e0ff2aa793f13d93123e5bd2bab2dbaa debian-edu-6.0.7+r1-DVD.iso
2884 &lt;br&gt;43997614893fc5e9e59ad6ce066b05d07fd836fa debian-edu-6.0.7+r1-source-DVD.iso&lt;/p&gt;
2885
2886 &lt;p&gt;These images are suitable for amd64+i386.&lt;/p&gt;
2887
2888 &lt;p&gt;Changes for Debian Edu 6.0.7+r1 Codename &quot;Squeeze&quot;, released
2889 2013-03-03:&lt;/p&gt;
2890
2891 &lt;ul&gt;
2892 &lt;li&gt;sitesummary was updated from 0.1.3 to 0.1.8
2893 &lt;ul&gt;
2894 &lt;li&gt;Make Nagios configuration more robust and efficient&lt;/li&gt;
2895 &lt;li&gt;Comply with 3.X kernel&lt;/li&gt;
2896 &lt;/ul&gt;&lt;/li&gt;
2897 &lt;li&gt;debian-edu-doc from 1.4~20120310~6.0.4+r0 to 1.4~20130228~6.0.7+r1
2898 &lt;ul&gt;
2899 &lt;li&gt;Minor updates from the wiki&lt;/li&gt;
2900 &lt;li&gt;Danish translation now complete&lt;/li&gt;
2901 &lt;/ul&gt;&lt;/li&gt;
2902 &lt;li&gt;debian-edu-config from 1.453 to 1.455
2903 &lt;ul&gt;
2904 &lt;li&gt;Fix /etc/hosts for LTSP diskless workstations. Closes: #699880&lt;/li&gt;
2905 &lt;li&gt;Make ltsp_local_mount script work for multiple devices.&lt;/li&gt;
2906 &lt;li&gt;Correct Kerberos user policy: don&#39;t expire password after 2 days.
2907 Closes: #664596&lt;/li&gt;
2908 &lt;li&gt;Handle &#39;#&#39; characters in the root or first users password.
2909 Closes: #664976&lt;/li&gt;
2910 &lt;li&gt;Fixes for gosa-sync:
2911 &lt;ul&gt;
2912 &lt;li&gt;Don&#39;t fail if password contains &quot;&lt;/li&gt;
2913 &lt;li&gt;Don&#39;t disclose new password string in syslog&lt;/li&gt;
2914 &lt;/ul&gt;&lt;/li&gt;
2915 &lt;li&gt;Fixes for gosa-create:
2916 &lt;ul&gt;
2917 &lt;li&gt;Invalidate libnss cache before applying changes&lt;/li&gt;
2918 &lt;li&gt;Multiple failures during mass user import into GOsa²&lt;/li&gt;
2919 &lt;li&gt;gosa-netgroups plugin: don&#39;t erase entries of attribute type
2920 &quot;memberNisNetgroup&quot;. Closes: #687256&lt;/li&gt;
2921 &lt;li&gt;First user now uses the same Kerberos policy as all other users&lt;/li&gt;
2922 &lt;/ul&gt;&lt;/li&gt;
2923 &lt;li&gt;Add Danish web page&lt;/li&gt;
2924 &lt;/ul&gt;
2925 &lt;li&gt;debian-edu-install from 1.528 to 1.530
2926 &lt;ul&gt;
2927 &lt;li&gt;Improve preseeding support and documentation&lt;/li&gt;
2928 &lt;/ul&gt;&lt;/li&gt;
2929 &lt;/ul&gt;
2930
2931 &lt;p&gt;End-user documentation in English is available at
2932 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&quot;&gt;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/&lt;/a&gt;
2933 - translations to French, Italian, Danish and German are available in
2934 the debian-edu-doc package. (Other languages could use your help!)&lt;/p&gt;
2935
2936 &lt;p&gt;If you want to contribute to Debian Edu, please join our
2937 mailinglist
2938 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;!
2939 &lt;/p&gt;&lt;/blockquote&gt;
2940
2941 &lt;p&gt;I am very happy to see the fruits of a year of hard work. :)&lt;/p&gt;
2942 </description>
2943 </item>
2944
2945 <item>
2946 <title>Skolelinux-intervju: Helge Tore Høyland</title>
2947 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</link>
2948 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Helge_Tore_H_yland.html</guid>
2949 <pubDate>Fri, 22 Feb 2013 08:10:00 +0100</pubDate>
2950 <description>&lt;p&gt;Etter en lang pause og travle uker har jeg endelig klart å få
2951 samlet et nytt intervju med en av folkene i
2952 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet.
2953 Denne gang er det Helge Tore Høyland, en mangeårig bidragsyter på
2954 epostlistene og ellers i prosjektet.&lt;/p&gt;
2955
2956 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
2957
2958 &lt;p&gt;Eg er IT-konsulent/teknikker hjå eit firma i Steinkjer med navn
2959 &lt;a href=&quot;http://unoit.no/&quot;&gt;Uno IT&lt;/a&gt;. Uno IT er eit lite firma som
2960 drifter nettverk og maskiner for små og mellomstore firma
2961 Steinkjer-området. Per dags dato er me 2 ansatte. Min faglege bakgrunn
2962 er Fagbrev som it-teknikker, samt nokre fag innen nettverk- og
2963 server-drift frå HiST og NTNU. Dagleg arbeid består i oppsett av nye
2964 maskiner og hjelp til sluttbrukere, samt oppsett og vedlikehold av eit
2965 vidt spekter av fagsystemer ute hjå kunder. Erfaring med Skolelinux
2966 har eg hatt i forbindelse med drifting av
2967 &lt;a href=&quot;http://www.bjorkly.no/&quot;&gt;Bjørkly skule&lt;/a&gt;, ein privat
2968 grunnskule i Namsos-området. I dag har skulen 65 elever, 15 lærere, 1
2969 hovedserver og ca 60 klienter som kjører halvtjukt. Eg har bygd og
2970 driftet systemet sidan summaren 2006.&lt;/p&gt;
2971
2972 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
2973
2974 &lt;p&gt;Eg kom i kontakt med Skolelinux-prosjektet via ein artikkel i eit
2975 fagblad, som eg ikkje lenger hugsar namnet på. I og med at eg allereie
2976 hadde pusla med nettverk for ein annan skule, fatta eg straks
2977 interesse for prosjektet.&lt;/p&gt;
2978
2979 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2980
2981 &lt;p&gt;Fordelane med Skolelinux er sentralisert administrasjon og svært
2982 mange gode verktøy «ut av boksen». Veldig kjekt å kunne drifte 60
2983 klientar med berre å «bry» seg med ein server. Levetid for systemets
2984 hardware er og ein veldig fin effekt. I tillegg kjem fordelar som økt
2985 sikkerhet og mindre lisenskostnader. Etter min erfaring er det og
2986 mykje mindre driftskostnader med eit slikt system enn konkurrerande
2987 system, pga enkelhet med sentralisert administrasjon. På grunn av at
2988 Skolelinux er basert på Debian er det òg svært stabilt.&lt;/p&gt;
2989
2990 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
2991
2992 &lt;p&gt;Ulemper er mangel på vilje til å følge standarer ute i markedet,
2993 som fører til mangel på støtte til nokre mykje brukte ting. Flash og
2994 Java er typiske eksempel. Sidan Debian satsar på stabilitet framfor å
2995 ha nyeste pakke av eit program, kan ein i nokre tilfeller kome borti
2996 at program vert «for gamle». Det er spesielt nettlesaren som er
2997 utsett. Mangel på vilje til å utvikle pedagogisk programvare, i Noreg,
2998 for «alle» platformer fører òg til noko hovudbry.&lt;/p&gt;
2999
3000 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
3001
3002 &lt;p&gt;Til dagleg bruker eg svært mange forskjellige «fri programvare»
3003 program. Firefox, Thunderbird, Freecommander, ImgBurn, Clonezilla,
3004 OCS inventory, Icinga, Skolelinux, SystemRescueCD og mykje meir.&lt;/p&gt;
3005
3006 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
3007 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
3008
3009 &lt;p&gt;Strategisk må ein fokusere på at sluttbruker eigentleg ikkje er så
3010 fokusert på at det er fri programvare men at det skal «berre fungere».
3011 Gjer det enkelt å bruker og ikkje minst å administrere. For Skolelinux
3012 sin del må ein få eit betre fokus på overganger. Utbytting av servere
3013 må gå meir automatisk, import og eksport av brukerbase og maskinbase
3014 med meir må kunne gå enkelt og oppgradering til neste versjon må bli
3015 mykje meir automatisk og gjennomtesta. Ein må unngå at ein må sette
3016 opp frå start når ein byter ut ein server eller oppgraderer til neste
3017 versjon. For å få Skolelinux til å bli eit betre alternativ for skular
3018 må ein ha fokus på nettlesaren. Denne må bli «up to date» og støtte
3019 dei protokollar og tillegg som vert brukt av forlag med meir. Etter
3020 kvart som meir og meir blir flytta ut i «skya» vert dette viktigare og
3021 viktigare. Ein kunne ynskje og jobbe for at forlag med fleire tar i
3022 bruk opne standarer, men inntil det skjer, må systemet kunne brukast
3023 mot desse fagsystema.&lt;/p&gt;
3024
3025 &lt;p&gt;For meg har prosjektet med Skolelinux vore ein svært artig og
3026 lærerik prosess. Miljøet rundt er ikkje enormt stort, dog stort nok,
3027 men det er svært hjelpevillig og engasjert.&lt;/p&gt;
3028 </description>
3029 </item>
3030
3031 <item>
3032 <title>A Christmas present for Skolelinux / Debian Edu</title>
3033 <link>http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</link>
3034 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_Christmas_present_for_Skolelinux___Debian_Edu.html</guid>
3035 <pubDate>Fri, 28 Dec 2012 09:20:00 +0100</pubDate>
3036 <description>&lt;p&gt;I was happy to discover a few days ago that the
3037 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt;
3038 project also this year received a Christmas present from Another
3039 Agency in Trondheim. NOK 1000,- showed up on our donation account
3040 December 24th. I want to express our thanks for this very welcome
3041 present. As the Debian Edu / Skolelinux project is very short on
3042 funding these days, and thus lack the money to do regular developer
3043 gatherings, this donation was most welcome. One developer gathering
3044 cost around NOK 15&amp;nbsp;000,-, so we need quite a lot more to keep the
3045 development pace we want. Thus, I hope their example this year is
3046 followed by many others. :)&lt;/p&gt;
3047
3048 &lt;p&gt;The public list of donors can be found on
3049 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/donations.html&quot;&gt;the
3050 donation page&lt;/a&gt; for the project, which also contain instructions if
3051 you want to donate to the project.&lt;/p&gt;
3052 </description>
3053 </item>
3054
3055 <item>
3056 <title>Ledger - double-entry accounting using text based storage format</title>
3057 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
3058 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
3059 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
3060 <description>&lt;p&gt;A few days ago I came across
3061 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
3062 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
3063 hledger, a text based system for double-entry accounting. I found it
3064 interesting, as I am involved with several organizations where
3065 accounting is an issue, and I have not really become too friendly with
3066 the different web based systems we use. I find it hard to find what I
3067 look for in the menus and even harder try to get sensible data out of
3068 the systems. Ledger seem different. The accounting data is kept in
3069 text files that can be stored in a version control system, and there
3070
3071 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
3072 different implementations&lt;/a&gt; able to read the format. An example
3073 entry look like this, and is simple enough that it will be trivial to
3074 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
3075
3076 &lt;blockquote&gt;&lt;pre&gt;
3077 2004-05-27 Book Store
3078 Expenses:Books $20.00
3079 Liabilities:Visa
3080 &lt;/pre&gt;&lt;/blockquote&gt;
3081
3082 &lt;p&gt;The concept seemed interesting enough for me to check it out and
3083 look for others using it. I found blog posts from
3084 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
3085 Spang&lt;/a&gt;,
3086 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
3087 Keen&lt;/a&gt;,
3088 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
3089 Cantino&lt;/a&gt; and
3090 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
3091 Ip&lt;/a&gt; describing how they use it, as well as a post from
3092 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
3093 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
3094 recommendations fitting my need.&lt;/p&gt;
3095
3096 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
3097 package is available in Debian Squeeze, while the
3098 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
3099 package only is available in Debian Sid. As I use Squeeze, ledger
3100 seemed the best choice to get started.&lt;/p&gt;
3101
3102 &lt;p&gt;To get some real data to test on, I wrote a
3103 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
3104 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
3105 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
3106 play with the data set. I&#39;m not really deeply into accounting, but I
3107 am able to get a simple balance and accounting status for example
3108 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
3109 gather more experience before I know if the ledger way is a good fit
3110 for the organisations I am involved in.&lt;/p&gt;
3111 </description>
3112 </item>
3113
3114 <item>
3115 <title>Debian Edu interview: Angela Fuß</title>
3116 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</link>
3117 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Angela_Fu_.html</guid>
3118 <pubDate>Wed, 14 Nov 2012 21:30:00 +0100</pubDate>
3119 <description>&lt;p&gt;Here is another interview with one of the people in the &lt;a
3120 href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3121 community. I am running short on people willing to be interviewed, so
3122 if you know about someone I should interview, Please send me an email.
3123 After asking for many months, I finally managed to lure another one of
3124 the people behind the German
3125 &quot;&lt;a href=&quot;http://wiki.it-zukunft-schule.de/&quot;&gt;IT-Zukunft Schule&lt;/a&gt;&quot;
3126 project out from maternity leave to conduct an interview. Give a warm
3127 welcome to Angela Fuß. :)&lt;/p&gt;
3128
3129 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3130
3131 &lt;p&gt;I am a 39-year-old woman living in the very north of Germany near
3132 Denmark. I live in a patchwork family with &quot;my man&quot; Mike Gabriel, my
3133 two daughters, Mikes daughter and Mikes and my rather newborn son.
3134
3135 &lt;p&gt;At the moment - because of our little baby - I am spending most of
3136 the day by being a caring and organising mom for all the kids.
3137 Besides that I am really involved into and occupied with several inner
3138 growth processes: New born souls always bring the whole familiar
3139 system into movement and that needs time and focus ;-). We are also
3140 in the middle of buying a house and moving to it.&lt;/p&gt;
3141
3142 &lt;p&gt;In 2013 I will work again in my job in a German foundation for
3143 nature conservation. I am doing public relation work there. Besides
3144 that - and that is the connection to Skolelinux / Debian Edu - I am
3145 working in our own school project &quot;IT-Zukunft Schule&quot; in North
3146 Germany. I am responsible for the quality assurance, the customer
3147 relationship management and the communication processes in the
3148 project.&lt;/p&gt;
3149
3150 &lt;p&gt;Since 2001 I constantly have been training myself in communication
3151 and leadership. Besides that I am a forester, a landscaping gardener
3152 and a yoga teacher.&lt;/p&gt;
3153
3154 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux / Debian Edu
3155 project?&lt;/strong&gt;&lt;/p&gt;
3156
3157 &lt;p&gt;I fell in love with Mike ;-).&lt;/p&gt;
3158
3159 &lt;p&gt;Very soon after getting to know him I was completely enrolled into
3160 Free Software. At this time Mike did IT-services for one newly
3161 founded school in Kiel. Other schools in Kiel needed concepts for
3162 their IT environment. Often when Mike came home from working at the
3163 newly founded school I found myself listening to his complaints about
3164 several points where the communication with the schools head or the
3165 teachers did not work. So we were clear that he would not work for
3166 one more school if we did not set up a structure for communication
3167 between him, the schools head, the teachers, the students and the
3168 parents.&lt;/p&gt;
3169
3170 &lt;p&gt;Together with our friend and hardware supplier Andreas Buchholz we
3171 started to get an overview of free software solutions suitable for
3172 schools. One day before Christmas 2010 Mike and I had a date with Kurt
3173 Gramlich in Gütersloh. As Kurt and I are really interested in building
3174 networks of people and in being in communication we dived into
3175 Skolelinux and brought it to the first grammar schools in Northern
3176 Germany.&lt;/p&gt;
3177
3178 &lt;p&gt;For information about our school project you can read
3179 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html&quot;&gt;the
3180 interview with Mike Gabriel&lt;/a&gt;.&lt;/p&gt;
3181
3182 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux / Debian
3183 Edu?&lt;/strong&gt;&lt;/p&gt;
3184
3185 &lt;p&gt;First I have to say: I cannot answer this question technically. My
3186 answer comes rather from a social point of view.&lt;/p&gt;
3187
3188 &lt;p&gt;The biggest advantage of Skolelinux / Debian Edu I see is the large
3189 and strong international community of Debian Developers in the
3190 background which is very alive and connected over mailinglists, blogs
3191 and meetings. My constant feeling for the Debian Community is: If
3192 something does not work they will somehow fix it. All is well
3193 ;-). This is of course a user experience. What I also get as a big
3194 advantage of Skolelinux / Debian Edu is that everybody who uses it and
3195 works with it can also contribute to it - that includes students,
3196 teachers, parents...&lt;/p&gt;
3197
3198 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux / Debian
3199 Edu?&lt;/strong&gt;&lt;/p&gt;
3200
3201 &lt;p&gt;I will answer this question relating to the internal structure of
3202 Skolelinux / Debian Edu.&lt;/p&gt;
3203
3204 &lt;p&gt;What I see as a major disadvantage is that there is a gap between
3205 the group of developers for Debian Edu and the people who make the
3206 marketing, that means the people that bring Skolelinux to the
3207 schools. There is a lack of communication between these two groups and
3208 I think that does not really work for Skolelinux / Debian Edu.&lt;/p&gt;
3209
3210 &lt;p&gt;Further I appreciate that Skolelinux / Debian Edu is known as a
3211 do-ocracy. Nevertheless I keep asking myself if at some points a
3212 democracy or some kind of hierarchical project structure would be good
3213 and helpful. I am also missing some kind of contact between the
3214 Skolelinux / Debian Edu communities in Europe or on an international
3215 level. I think it would be good if there was more sharing between the
3216 different countries using Skolelinux / Debian Edu.&lt;/p&gt;
3217
3218 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3219
3220 &lt;p&gt;On my laptop I am still using an Ubuntu 10.04 with a Gnome Desktop
3221 on. As applications I use Openoffice.org, Gedit, Firefox, Pidgin,
3222 LaTeX and GnuCash. For mails I am using Horde. And I am really fond of
3223 my N900 running with Maemo.&lt;/p&gt;
3224
3225 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3226 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3227
3228 &lt;p&gt;I am really convinced that in our school project &quot;IT-Zukunft
3229 Schule&quot; we have developed (and keep developing) a great way to get
3230 schools to use Free Software. We have written a detailed concept for
3231 that so I cannot explain the whole thing here. But in a nutshell the
3232 strategy has three crucial pillars:&lt;/p&gt;
3233
3234 &lt;ul&gt;
3235
3236 &lt;li&gt;We really take time to get what sort of stories, questions and
3237 concerns the schools head and the teachers have about using different
3238 kinds of IT and we take time to enrol them into Free Software.&lt;/li&gt;
3239
3240 &lt;li&gt;Our solution for schools is never just technical. In the centre
3241 are always the people who are going to use the software. From the very
3242 beginning of the planning for a school, we tell the schools head that
3243 they are paying us not only for a technical solution for their school,
3244 they also pay us for leading all the communication processes
3245 needed. If they do not want that, we are not working with them because
3246 we cannot give a guarantee for the quality of our work then.&lt;/li&gt;
3247
3248 &lt;li&gt;Another focus lies in the training of teachers and students in
3249 co-administrating the IT-System at their school. They start getting in
3250 contact with the Skolelinux / Debian Edu community and they get the
3251 offer to become more and more independent from us.&lt;/li&gt;
3252
3253 &lt;/ul&gt;
3254 </description>
3255 </item>
3256
3257 <item>
3258 <title>Skolelinux noe for Ballangen? (Leserinnlegg til avisen Fremover)</title>
3259 <link>http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</link>
3260 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_noe_for_Ballangen___Leserinnlegg_til_avisen_Fremover_.html</guid>
3261 <pubDate>Sun, 14 Oct 2012 20:00:00 +0200</pubDate>
3262 <description>&lt;p&gt;Tirsdag 2012-10-09 sendte jeg følgende leserinnlegg til avisen
3263 &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;, etter å ha vært nordpå
3264 noen dager og lest noen gamle aviser. Publiserer den her i sin helhet
3265 for fremtidig referanse. Fremover publiserer dessverre ikke
3266 leserinnlegg på nett.&lt;/p&gt;
3267
3268 &lt;blockquote&gt;
3269 &lt;p&gt;To: redaksjon (at) fremover.no
3270 &lt;br&gt;Subject: Leserinnlegg til Fremover: Skolelinux noe for Ballangen?&lt;/p&gt;
3271
3272 &lt;p&gt;Ærede redaktør&lt;/p&gt;
3273
3274 &lt;p&gt;I sommer (2012-07-23) hadde Fremover et oppslag om at Narvik
3275 kommune hadde spart mellom 10 og 20 millioner kroner de siste årene på
3276 å bruke Skolelinux på sine skoler. Harstad har også tatt i bruk
3277 Skolelinux på alle sine skoler. Som tidligere Ballangsværing gledet
3278 det meg stort å se at skoleløsningen vi har utviklet siden 2001 tas i
3279 bruk i området der jeg vokste opp, og dermed bidrar til en bedre og
3280 billigere skolehverdag.&lt;/p&gt;
3281
3282 &lt;p&gt;Skolelinux er en komplett IT-løsning for elevnettverket på en
3283 skole, med både nettverkstjenester og løsning for elevmaskiner med
3284 pedagogisk programvare, som tillater en å øke levetiden på en
3285 datamaskin i skolen med mange år. En undersøkelse publisert i mars
3286 2012 viste at de 56 norske skolene som har offentliggjort at de bruker
3287 Skolelinux eller annen Linuxutgave hadde 36% større PC-tetthet enn
3288 landsgjennomsnittet, når en ser på tall rapportert til Grunnskolens
3289 Informasjonssystem. I følge Paul Reidar Løsnesløkken, IKT-konsulent i
3290 Nord-Odal, fungerer datamaskiner godt til de er 8 til 10 år gamle.&lt;/p&gt;
3291
3292 &lt;p&gt;I høst (2012-09-29) fortalte Fremover hvordan Ballangen kommune har
3293 opparbeidet seg 20 millioner i underskudd og nok havner på Robek-lista
3294 fra nyttår. Kanskje Ballangen også burde ta i bruk Skolelinux for å
3295 spare penger? Hvis kommunen mangler kompetanse lokalt på Linux finnes
3296 det kommersielle selskaper som tilbyr driftstjenester rundt
3297 Skolelinux, og jeg bør vel avsløre at jeg selv er involvert i et av
3298 dem, Skolelinux Drift AS. Kommunen kan dermed få hjelp hvis de ikke
3299 ønsker å bygge opp egen kompetanse.&lt;/p&gt;
3300
3301 &lt;p&gt;Vennlig hilsen
3302 &lt;br&gt;Petter Reinholdtsen
3303 &lt;br&gt;Fri programvareutvikler&lt;/p&gt;
3304
3305 &lt;p&gt;Referanser:&lt;/p&gt;
3306
3307 &lt;ul&gt;
3308
3309 &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;
3310 &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;
3311
3312 &lt;/ul&gt;
3313
3314 &lt;/blockquote&gt;
3315
3316 &lt;p&gt;Innlegget ble så vidt jeg vet trykket i papirutgaven et par dager
3317 senere, men jeg har ikke sett det selv.&lt;/p&gt;
3318 </description>
3319 </item>
3320
3321 <item>
3322 <title>Trengs flere frivillige til korrektur av den frie norske stavekontrollen</title>
3323 <link>http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</link>
3324 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trengs_flere_frivillige_til_korrektur_av_den_frie_norske_stavekontrollen.html</guid>
3325 <pubDate>Sat, 13 Oct 2012 12:10:00 +0200</pubDate>
3326 <description>&lt;p&gt;&lt;a href=&quot;http://no.speling.org/&quot;&gt;Den frie norske stavekontrollen&lt;/a&gt;
3327 består av ca. 1,3 millioner bokmåls- og nynorskord. Det er mange
3328 kilder til ordene, f.eks. den norske ordbanken, norske nett-aviser,
3329 stavekontrollbrukere og korrekturlesere, og endel feil har sneket seg
3330 inn i databasen over ord. For å finne og fikse feilene trengs det
3331 korrekturlesing. Her kommer frivillige inn.&lt;/p&gt;
3332
3333 &lt;p&gt;Hvis du vil bidra med korrektur av orddatabasen, kan du melde deg
3334 frivillig som bokmåls- eller nynorskkorrekturleser og få tilsendt en
3335 liten bunke ord på epost hver dag, lese over og sende inn på epost
3336 tilbake til korrekturlesing-systemet. Jo flere som sjekker, jo
3337 raskere kommer vi igjennom hele databasen. Så langt har vi oppdaget
3338 341 bokmålsord og 50 nynorskord som ikke skal vært med i databasen.
3339 Det er nok noen flere. I tillegg har korrekturleserne oppdaget flere
3340 ord som manglet, og fått lagt dem inn i stavekontrollen.&lt;/p&gt;
3341
3342 &lt;p&gt;Hvis du vil bidra, følg instruksene på
3343 &lt;a href=&quot;http://no.speling.org/dokumentasjon.html&quot;&gt;prosjektsidene&lt;/a&gt;
3344
3345 for nye bidragsytere, og ta kontakt med Håvard eller epostlisten
3346 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-no&quot;&gt;i18n-no&lt;/a&gt;.
3347 Gode norskkunnskaper er en fordel, og vilje til å sjekke
3348 &lt;a href=&quot;http://www.nob-ordbok.uio.no/perl/ordbok.cgi&quot;&gt;ordboka&lt;/a&gt; et
3349 krav!&lt;/p&gt;
3350 </description>
3351 </item>
3352
3353 <item>
3354 <title>Ny utgave (v2.1) av den frie norske stavekontrollen gitt ut</title>
3355 <link>http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</link>
3356 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ny_utgave__v2_1__av_den_frie_norske_stavekontrollen_gitt_ut.html</guid>
3357 <pubDate>Tue, 2 Oct 2012 09:20:00 +0200</pubDate>
3358 <description>&lt;p&gt;I helga fikk jeg endelig pakket sammen en ny versjon av den norske
3359 stavekontrollen, og gikk ut versjon 2.1 etter at det var gått fire og
3360 et halvt år siden sist. I dag fikk vi sendt ut annonseringen. Her er
3361 det vi sendte ut:&lt;/p&gt;
3362
3363 &lt;p&gt;Oslo, 2012-10-02&lt;/p&gt;
3364
3365 &lt;p&gt;&lt;strong&gt;Pressemelding: Ny utgave av norsk stavekontroll med
3366 synonymordliste&lt;/strong&gt;&lt;/p&gt;
3367
3368 &lt;p&gt;Mer enn fire år etter at forrige utgave av den frie norske
3369 stavekontrollen ble utgitt, er en ny og forbedret versjon klar. Dette er
3370 noe utviklerne er veldig glade for.&lt;/p&gt;
3371
3372 &lt;p&gt;Den største endringen er at byggesystemet for stavekontrollen er
3373 skrevet om til å akseptere ord med bindestrek (f.eks. «e-post»). Litt
3374 over 10.000 slike ordformer er lagt til i orddatabasen. I tillegg er
3375 det kommet en del nye ord og rettelser rapportert inn av de frivillige
3376 som gjennomfører korrektur av orddatabasen i prosjektet. For å få
3377 fortgang i dette korrekturarbeidet er det fint med flere frivillige
3378 som kan bidra i prosjektet.&lt;/p&gt;
3379
3380 &lt;p&gt;&lt;blockquote&gt;
3381 - En god og fritt tilgjengelig stavekontroll er en viktig byggestein
3382 for å fremme bruken av korrekt norsk språk, sier prosjektdeltager
3383 Petter Reinholdtsen.
3384 &lt;/blockquote&gt;&lt;/p&gt;
3385
3386 &lt;p&gt;Takket være samarbeidet med synonymordlisteprosjektet er
3387 synonymordlista for bokmål tilgjengelig sammen med ordlista for bokmål
3388 og nynorsk. En synonymordliste for nynorsk er også med, men den er på
3389 prøvestadiet og meget liten.&lt;/p&gt;
3390
3391 &lt;p&gt;Stavekontrollpakken og synonymordlistene brukes i
3392 LibreOffice/OpenOffice.org, Koffice, Mozilla Thunderbird, Firefox og
3393 en rekke andre programmer, og på både Windows, Mac OS X, Linux og
3394 BSD.&lt;/p&gt;
3395
3396 &lt;p&gt;Det hele utgis under den frie lisensen GPL og kan fritt lastes ned
3397 fra prosjektsidene på
3398 &lt;a href=&quot;http://no.speling.org&quot;&gt;no.speling.org&lt;/a&gt;. Ferdige pakker for
3399 LibreOffice/OpenOffice.org er også tilgjengelige fra samme sted.&lt;/p&gt;
3400
3401 &lt;p&gt;Det norske stavekontrollprosjektet er i kontakt med lignende
3402 prosjekter for blant annet å forbedre stavekontrollteknologien, å
3403 utveksle verktøy for vedlikehold av orddatabasen og å få tilgang til
3404 relevante datasett. Et av disse prosjektene er et separat prosjekt ved
3405 Sametinget som er i gang med å utvikle samisk stavekontroll for blant
3406 annet Microsoft Word og OpenOffice.org.&lt;/p&gt;
3407
3408 &lt;p&gt;Et søsterprosjekt for å lage grammatikk-kontroll for
3409 LibreOffice/OpenOffice.org er igangsatt, men har ennå ikke kommet
3410 langt nok til å brukes. Frivillige til å bidra i dette prosjektet er
3411 også svært velkomne.&lt;/p&gt;
3412
3413 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
3414
3415 &lt;p&gt;&lt;blockquote&gt;
3416 Axel Bojer, prosjektdeltager
3417 &lt;br&gt;E-post: fri_programvare (at) bojer.no
3418 &lt;br&gt;Tlf: +47 954 32 417
3419 &lt;/blockquote&gt;&lt;/p&gt;
3420
3421 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
3422
3423 &lt;ul&gt;
3424
3425 &lt;li&gt;Det frie norske stavekontrollprosjektet for bokmål og nynorsk:
3426 &lt;a href=&quot;http://no.speling.org&quot;&gt;http://no.speling.org&lt;/a&gt;&lt;/li&gt;
3427 &lt;li&gt;Samiske korrekturverktøy:
3428 &lt;a href=&quot;http://divvun.no/&quot;&gt;http://divvun.no/&lt;/a&gt;&lt;/li&gt;
3429 &lt;li&gt;Ordlistene fra Norsk ordbank:
3430 &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;
3431 &lt;li&gt;Last ned ordlistene:
3432 &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;
3433 (PS: no_NO-pack2 for OOo 2.x))&lt;/li&gt;
3434 &lt;/ul&gt;
3435
3436 &lt;p&gt;&lt;strong&gt;Fra NEWS-fila i kildekodepakken&lt;/strong&gt;&lt;/p&gt;
3437
3438 &lt;p&gt;Release 2.1 (2012-09-30)&lt;/p&gt;
3439
3440 &lt;ul&gt;
3441
3442 &lt;li&gt;Switch to new version scheme. Make new version 2.1, not 2.0.11. We do not
3443 release often enough to justify three digits.&lt;/li&gt;
3444 &lt;li&gt;Switch build rules to build OOo v2 thesaurus files, as the v1 build rules
3445 no longer work. This require the libmythes-dev package on Debian.&lt;/li&gt;
3446 &lt;li&gt;Introduce new Makefile variables hyphendir and thesdir to make it easier to
3447 control where to install these.&lt;/li&gt;
3448 &lt;li&gt;Change script used to import from no.speling.org, to load new word
3449 boundaries if at least two people believed the boundaries was correct.&lt;/li&gt;
3450 &lt;li&gt;Added word boundaries for several words (around 500 words) using the
3451 updated script.&lt;/li&gt;
3452 &lt;li&gt;Imported thesarus for bokmål from synonymer.merg.net.&lt;/li&gt;
3453 &lt;li&gt;Rewrote build rules to use = instead of - as combined word marker, thus
3454 allowing words like e-post.&lt;/li&gt;
3455 &lt;li&gt;Imported a lot (around 10k words) of new words with dash (-) in them from
3456 no.speling.org now that it is handled by the build system.&lt;/li&gt;
3457 &lt;/ul&gt;
3458 </description>
3459 </item>
3460
3461 <item>
3462 <title>Debian Edu interview: Giorgio Pioda</title>
3463 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</link>
3464 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Giorgio_Pioda.html</guid>
3465 <pubDate>Mon, 17 Sep 2012 14:10:00 +0200</pubDate>
3466 <description>&lt;p&gt;After a long break in my row of interviews with people in the
3467 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
3468 community, I finally found time to wrap up another. This time it is
3469 Giorgio Pioda, which showed up on the mailing list at the start of
3470 this year, asking questions and inspiring us to improve the first time
3471 administrators experience with Skolelinux. :) The interview was
3472 conduced in May, but I only found time to publish it now.&lt;/p&gt;
3473
3474 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3475
3476 &lt;p&gt;I have a PhD in chemistry but since several years I work as teacher
3477 in secondary (15-18 year old students) and tertiary (a kind of &quot;light&quot;
3478 university) schools. Five years ago I started to manage a Learning
3479 Management Service server and slowly I got more and more involved with
3480 IT. 3 years ago the graduating schools moved completely to Linux and I
3481 got the head of the IT for this. The experience collected in chemistry
3482 labs computers (for example NMR analysis of protein folding) and in
3483 the IT-courses during university where sufficient to start. Self
3484 training is anyway very important&lt;/p&gt;
3485
3486 &lt;p&gt;I live in the Italian speaking part of Switzerland, and the
3487 &lt;a href=&quot;http://www.spse.ch/&quot;&gt;SPSE school&lt;/a&gt; (secondary) is a very
3488 special sport school for young people who try to became sport pro (for
3489 all sports, we have dozens of disciplines represented) and we are
3490 recognised by the Olympic Swiss Organisation.
3491
3492 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3493 project?&lt;/strong&gt;&lt;/p&gt;
3494
3495 &lt;p&gt;Looking for Linux / Primary Domain Controller (PDC) I found it
3496 already several years ago. But since the system was still not
3497 Kerberized and since our schools relies strongly on laptops I didn&#39;t
3498 use it. I plan to introduce it in the next future, probably for the
3499 next school year, since the squeeze release solved this security
3500 hole.&lt;/p&gt;
3501
3502 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3503 Edu?&lt;/strong&gt;&lt;/p&gt;
3504
3505 &lt;p&gt;Many. First of all there is a strong and living community that is
3506 very generous for help and hints. Chat help is crucial, together with
3507 the mailing list. Second. With Skolelinux you get an already well
3508 engineered platform and you don&#39;t have to start to build up your PDC
3509 and your clients from GNU/scratch; I&#39;ve already done this once and I
3510 can tell it, it is hard. Third, since Skolelinux is a standard
3511 platform, it is way easier to educate other IT people and even if the
3512 head IT is sick another one could pick up the task without too much
3513 hassle.&lt;/p&gt;
3514
3515 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3516 Edu?&lt;/strong&gt;&lt;/p&gt;
3517
3518 &lt;p&gt;The only real problem I see is that it is a little too less
3519 flexible at client level. Debian stable is rocky and desirable, but
3520 there are many reasons that force for another choice. For example the
3521 need of new drivers for new PC, or the need for a specific OS for some
3522 devices that have specific software packages for another specific
3523 distribution (I have such a case for whiteboards that have only
3524 Ubuntu packages). Thus, I prepared compatibility packages educlient
3525 and eduroaming, hoping not to use them ;-)&lt;/p&gt;
3526
3527 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3528
3529 &lt;p&gt;I have a Debian Stable PDC at school (Kerberos, NIS, NFS) with
3530 mixed Debian and Ubuntu clients. If you think that this triad
3531 combination is exotic... well I discovered right yesterday that
3532 &lt;a href=&quot;http://moo.nac.uci.edu/~hjm/Perceus-Report.html&quot;&gt;Perceus&lt;/a&gt;
3533 has the same...&lt;/p&gt;
3534
3535 &lt;p&gt;For myself I run Debian wheezy/sid, but this combination is good
3536 only I you have enough competence to fix stuff for yourself, if
3537 something breaks. Daily I use texmacs, gnumeric, a little bit of R
3538 statistics, kmplot, and less frequently OpenOffice.org.&lt;/p&gt;
3539
3540 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3541 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3542
3543 &lt;P&gt;I think that the only real argument that school managers &quot;hear&quot; is
3544 cost reduction. They don&#39;t give too much weight on quality, stability,
3545 just because they are normally not open to change.&lt;/p&gt;
3546
3547 &lt;p&gt;Students adapts very quickly to GNU/Linux (and for them being able
3548 to switch between different OS is a plus value); teachers and managers
3549 don&#39;t.&lt;/p&gt;
3550
3551 &lt;p&gt;We decided to move to Linux because students at our school have own
3552 laptop and we have the responsibility to keep the laptop ready to use;
3553 we were really unsatisfied with Microsoft since every Monday we had 20
3554 machine to fix for viral infections... With Linux this has been
3555 reduced to zero, since people installs almost only from official
3556 repositories. I think that our special needs brought us to Linux.
3557 Those who don&#39;t have such needs will hardly move to Linux.&lt;/p&gt;
3558 </description>
3559 </item>
3560
3561 <item>
3562 <title>Gladoppslag om Skolelinux i avisen Fremover</title>
3563 <link>http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</link>
3564 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gladoppslag_om_Skolelinux_i_avisen_Fremover.html</guid>
3565 <pubDate>Wed, 15 Aug 2012 10:20:00 +0200</pubDate>
3566 <description>&lt;p&gt;I sommer hadde avisen &lt;a href=&quot;http://www.fremover.no/&quot;&gt;Fremover&lt;/a&gt;
3567 et flott oppslag om bruken av
3568 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på alle skolene
3569 der. Artikkelen var på trykk på side 4 og 5 i papirutgaven
3570 2012-07-23, men mangler dessverre i nettutgaven av avisen. Mine
3571 henvendelser til avisen for å få artikkelen på nett har så langt ikke
3572 vært vellykket.&lt;/p&gt;
3573
3574 &lt;p&gt;Artikkelen med tittelen &quot;Narvik kommune bruker gratisprogram i
3575 skolen - Har spart millioner&quot;, forteller om hvordan bruken av
3576 Skolelinux er en stor suksess i Narvik siden det ble tatt i bruk i
3577 2004. Her er noen fine sitater:&lt;/p&gt;
3578
3579 &lt;blockquote&gt;
3580 &quot;- Skolelinux har spart kommunen for store pengesummer, millionbeløp,
3581 som de heller kan bruke på andre ting, sier IKT-konsulent Viggo
3582 Fedreheim.&quot;
3583 &lt;/blockquote&gt;
3584
3585 &lt;p&gt;Avisen forteller at de har fått tilgang til beregninger som viser
3586 at Narvik kommune har spart noe mellom 10 og 20 millioner kroner de
3587 siste 8 årene på å bruke Skolelinux, og fortsetter:&lt;/p&gt;
3588
3589 &lt;blockquote&gt;
3590
3591 &quot;Regnestykket tar høyde for sparte kostnader til lisenser som medfølger
3592 de alternative operativsystemene, lavere driftskostnader og lengre
3593 levetid på datautstyret. Totalt har Narvikskolen en maskinpark på
3594 1600 maskiner fordelt på de 11 skolene fra Skjomen i sør til Bjerkvik
3595 i nord.&quot;
3596
3597 &lt;/blockquote&gt;
3598
3599 &lt;p&gt;Viggo Fedreheim sier dette om hvor noe av gevinsten kommer fra:&lt;/p&gt;
3600
3601 &lt;blockquote&gt;
3602 &quot;- Vi kan gjenbruke gamle maskiner i skolen som er for dårlig andre
3603 steder i kommunen der de ikke bruker Skolelinux. Levetiden på en
3604 datamaskin blir 3-5 år lenger med Skolelinux. Vi kaller det for
3605 grønn IT, miljøvennlig IT.&quot;
3606 &lt;/blockquote&gt;
3607
3608 &lt;p&gt;Her er det mulighet for flere kommuner å få et godt IT-system på
3609 skolene, hvis de er villige til å forsøke. De som ikke har kompetanse
3610 innomhus kan kjøpe det fra en av de kommersielle leverandørene av
3611 Skolelinux-tjenester, som &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3612 Drift AS&lt;/a&gt; (der jeg er styremedlem). Komplett liste er tilgjengelig
3613 via
3614 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Help/ProfessionalHelp&quot;&gt;wikien&lt;/a&gt;.&lt;/p&gt;
3615
3616 &lt;p&gt;Update 2012-08-16: Today I was allowed by Fremover to put the PDF I
3617 received from them with a copy of the article on the Internet. It is
3618 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/2012-07-23-fremover-narvik.pdf&quot;&gt;now
3619 available&lt;/a&gt; in the Skolelinux press archive.&lt;/p&gt;
3620 </description>
3621 </item>
3622
3623 <item>
3624 <title>Tips for å bli med i Skolelinux-prosjektet (som faktisk er aktivt)</title>
3625 <link>http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</link>
3626 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Tips_for___bli_med_i_Skolelinux_prosjektet__som_faktisk_er_aktivt_.html</guid>
3627 <pubDate>Thu, 19 Jul 2012 20:30:00 +0200</pubDate>
3628 <description>&lt;p&gt;Jeg fikk nettopp spørsmål på epost om Skolelinux-prosjektet lever
3629 fra en som var interessert i å bidra, og måtte jo konstatere at i og
3630 med at spørsmålet ble stilt har prosjektet ikke lyktes med å formidle
3631 sin aktivitet. Her er det jeg svarte:&lt;/p&gt;
3632
3633 &lt;p&gt;&lt;blockquote&gt;
3634 &lt;p&gt;Jada, &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektet&lt;/a&gt;
3635 lever, men det meste av utvikling foregår nå under paraplyen
3636 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; som er det
3637 internasjonale navnet på prosjektet. Dugnaden i Norge organiseres av
3638 medlemsforeningen
3639 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
3640 Skolen&lt;/a&gt;, og det finnes minst ett selskap som selger kommersiell
3641 support på løsningen (&lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux
3642 Drift AS&lt;/a&gt;, der jeg er styremedlem). Anbefaler at du melder deg på
3643 epostlisten
3644 &lt;a href=&quot;http://lists.debian.org/debian-edu/&quot;&gt;debian-edu@lists.debian.org&lt;/a&gt;
3645 (og debian-edu-announce) og
3646 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;melder deg inn i
3647 foreningen&lt;/a&gt; for å få beskjed om aktivitet som planlegges. Det
3648 planlegges
3649 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering&quot;&gt;utviklersamlinger
3650 i august&lt;/a&gt; og utover høsten.&lt;/p&gt;
3651
3652 &lt;p&gt;Bidra gjerne med å spre ordet om Skolelinux. Det er alt for få som
3653 bidrar til pressedekning, bloggposter, twittermeldinger, etc. :)&lt;/p&gt;
3654
3655 &lt;p&gt;Jeg antar du har funnet
3656 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/tags/intervju/&quot;&gt;bloggserien
3657 min med intervjuer&lt;/a&gt;. Det er antagelig også interessant for deg å
3658 følge med på &lt;a href=&quot;http://planet.skolelinux.org/&quot;&gt;Planet
3659 Skolelinux&lt;/a&gt;.&lt;/p&gt;
3660
3661 &lt;p&gt;Hm, jeg burde vel blogge alle disse lenkene slik at de blir enklere
3662 å finne...&lt;/p&gt;
3663 &lt;/blockquote&gt;&lt;/p&gt;
3664 &lt;p&gt;Herved gjort. :)&lt;/p&gt;
3665 </description>
3666 </item>
3667
3668 <item>
3669 <title>Debian Edu interview: George Bredberg</title>
3670 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</link>
3671 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__George_Bredberg.html</guid>
3672 <pubDate>Mon, 9 Jul 2012 00:30:00 +0200</pubDate>
3673 <description>&lt;p&gt;The &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3674 Skolelinux&lt;/a&gt; project have users all over the globe, but until
3675 recently we have not known about any users in Norway&#39;s neighbour
3676 country Sweden. This changed when George Bredberg showed up in March
3677 this year on the mailing list, asking interesting questions about how
3678 to adjust and scale the just released
3679 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
3680 Wheezy&lt;/a&gt; setup to his liking. He granted me an interview, and I am
3681 happy to share his answers with you here.&lt;/p&gt;
3682
3683 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
3684
3685 &lt;p&gt;I&#39;m a 44 year old country guy that have been working 12 years at
3686 the same school as 50% IT-manager and 50% Teacher. My educational
3687 background is fil.kand in history and religious beliefs, an exam as a
3688 &quot;folkhighschool&quot; teacher, that is, for teaching grownups. In
3689 Norwegian I believe it&#39;s called &quot;Vuxenupplaring&quot;. I also have a master
3690 in &quot;Technology and social change&quot;. So I&#39;m not really a tech guy, I
3691 just like to study how humans and technology interact and that is my
3692 perspective when working with IT.&lt;/p&gt;
3693
3694 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
3695 project?&lt;/strong&gt;&lt;/p&gt;
3696
3697 I have followed the Skolelinux project for quite some time by
3698 now. Earlier I tested out the K12-LTSP project, which we used for some
3699 time, but I really like the idea of having a distribution aimed to be
3700 a complete solution for schools with necessary tools integrated. When
3701 K12-LTSP abandoned that idea some years ago, I started to look more
3702 seriously into Skolelinux instead.
3703
3704 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
3705 Edu?&lt;/strong&gt;&lt;/p&gt;
3706
3707 The big point of Skolelinux to me is that it is a complete
3708 distribution, ready to install. It has LDAP-support, MS Windows
3709 integration tools and so forth already configured, saving an
3710 administrator a lot of time and headache. We were using another Linux
3711 based thin-client system called Thinlinc, that has served us very
3712 well. But that Skolelinux is based on VNC and LTSP, to me, is better
3713 when it comes to the kind of multimedia used in schools. That is
3714 showing videos from Youtube or educational TV. It is also easier to
3715 mix thin clients with workstations, since the user settings will be the
3716 same. In our VNC-based solution you had to &quot;beat around the bush&quot; by
3717 setting up a second, hidden, home-directory for user settings for the
3718 workstations, because they will be different from the ones used on the
3719 thin clients. Skolelinux support for diskless workstations are very
3720 convenient since a school today often need to use a class room
3721 projector showing videos in full screen. That is easily done with a
3722 small integrated media computer running as a diskless workstation. You
3723 have only two installs to update and configure. One for the thin
3724 clients and one for the workstations. Also saving a lot of time. Our
3725 old system was also based on Redhat and CentOS. They are both very
3726 nice distributions, but they are sometimes painfully slow when it
3727 comes to updating multimedia support and multimedia programs (even
3728 such as Gimp), leaving us with a bit &quot;oldish&quot; applications. Debian is
3729 quicker to update.
3730
3731 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
3732 Edu?&lt;/strong&gt;&lt;/p&gt;
3733
3734 &lt;p&gt;Debian is a bit too quick when it comes to updating. As an example
3735 we use old HP terminals as thinclients, and two times already this
3736 year (2012) the updates you get from the repositories has stopped
3737 sound from working with them. It&#39;s a kernel/ALSA issue. So you have
3738 to be more careful properly testing the updates before you run them in
3739 a production environment. This has never happened with CentOS.&lt;/p&gt;
3740
3741 &lt;p&gt;I also would like to be able to set my own domain-settings at
3742 install time. In Skolelinux they are kind of hard coded into the
3743 distribution, when it comes to LDAP and at least samba integration.
3744 That is more a cosmetic/translation issue, and not a real problem.
3745 Running MS Windows applications within the Skolelinux environment needs
3746 to be better supported. That is, running them seamlessly via RDP, and
3747 support for single-sign on. That will make the transition to free
3748 software easier, because you can keep the applications you really
3749 need. No support will make it impossible if you work in a school where
3750 some applications can&#39;t be open source. As for us we really need to
3751 run Adobe InDesign in our journalist classes. We run a journalist
3752 education, and is one of the very few non university ones that is ok:d
3753 by Svenska journalistförbundet (Swedish journalist association). Our
3754 education gives the pupils the right of membership there, once they
3755 are done. This is important if you want to get a job.&lt;/p&gt;
3756
3757 &lt;p&gt;Adobe InDesign is the program most commonly used in newspapers and
3758 magazines. We used Quark Express before, but they seem to loose there
3759 market to Adobe. The only &quot;equivalent&quot; to InDesign in the opensource
3760 world is Scribus, and its not advanced enough. At least not according
3761 to the teacher. I think it would be possible to use it, because they
3762 are not supposed to learn a program, they are supposed to learn how to
3763 edit and compile a newspaper. But politically at our school we are not
3764 there yet. And Scribus lacks a lot of things you find i InDesign.&lt;/p&gt;
3765
3766 &lt;p&gt;We used even a windows program for sound editing when it comes to
3767 the radio-journalist part. The year to come we are going to try
3768 Audacity. That software has the same kind of limitations compared to
3769 Adobe Audition, but that teacher is a bit more open minded. We have
3770 tried Ardour also, but that instead is more like a music studio
3771 program, not intended for the kind of editing taking place in a radio
3772 studio. Its way to complex and the GUI is to scattered when you only
3773 want to cut, make pass-overs, add extra channels and normalise. Those
3774 things you can do in Audacity, but its not as easy as in Audition. You
3775 have to do more things manually with envelopes, and that is a bit old
3776 fashion and timewasting. Its also harder to cut and move sound from
3777 one channel to another, which is a thing that you do frequently
3778 because you often find yourself needing to rearrange parts of the
3779 sound file.&lt;/p&gt;
3780
3781 &lt;p&gt;So, I am not sure we will succeed in replacing even Audition, but we
3782 will try. The problem is the students have certain expectations when
3783 they start an education towards a profession. So the programs has to
3784 look and feel professional. Good thing with radio, there are many
3785 programs out there, that radio studios use, so its not as standardised
3786 as Newspaper editing. That means, it does not really matter what
3787 program they learn, because once they start working they still have to
3788 learn the program the studio uses, so instead focus has to be to learn
3789 the editing part without to much focus on a specific software.&lt;/p&gt;
3790
3791 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
3792
3793 &lt;p&gt;Myself I&#39;m running Linux Mint, or Ubuntu these days. I use almost
3794 only open source software, and preferably Linux based. When it comes
3795 to most used applications its OpenOffice, and Firefox (of course ;)
3796 )&lt;/p&gt;
3797
3798 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
3799 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
3800
3801 &lt;p&gt;To get schools to use free software there has to be good open
3802 source software that are windows based, to ease the transition. But
3803 it&#39;s also very important that the multimedia support is working
3804 flawlessly. The problems with Youtube, Twitter, Facebook and whatever
3805 will create problems when it comes to both teachers and
3806 students. Economy are also important for schools, so using thin
3807 clients, as long as they have good multimedia support, is a very good
3808 idea. It&#39;s also important that the open source software works even for
3809 the administration. It&#39;s hard to convince the teachers to stick with
3810 open source, if the principal has to run Windows. It also creates a
3811 problem if some classes has to use Windows for there tasks, since that
3812 will create a difference in &quot;status&quot; between classes, so a good
3813 support for running windows applications via the thin client (Linux)
3814 desktop is essential. At least at our school, where we have mixed
3815 level of educations, from high-school to journalist-school.&lt;/p&gt;
3816
3817 &lt;p&gt;Update 2012-07-09 08:30: Paul Wise tipped me on IRC about three
3818 useful sources related to Free Software for radio stations: the LWN
3819 article &lt;a href=&quot;https://lwn.net/Articles/481607/&quot;&gt;Radio station
3820 management with Airtime&lt;/a&gt;,
3821 &lt;a href=&quot;http://www.sourcefabric.org/en/airtime/&quot;&gt;Airtime&lt;/a&gt; which
3822 claim to be a Free open source radio automation software and
3823 &lt;a href=&quot;http://www.rivendellaudio.org/&quot;&gt;Rivendell&lt;/a&gt; which claim to
3824 be complete radio broadcast automation solution. All of them seem
3825 useful to the aspiring radio producer.&lt;/p&gt;
3826 </description>
3827 </item>
3828
3829 <item>
3830 <title>Why do schools waste money on IT?</title>
3831 <link>http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</link>
3832 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_do_schools_waste_money_on_IT_.html</guid>
3833 <pubDate>Sun, 8 Jul 2012 09:40:00 +0200</pubDate>
3834 <description>&lt;p&gt;In the Debian Edu / Skolelinux project, we have realised that one
3835 of the major blockers for the project success is the purchasing skills
3836 in schools and municipalities. We provide what the happy users of
3837 Debian Edu / Skolelinux say they need and to a lower cost than the
3838 alternatives, and yet so few schools decide to use our solution. I
3839 was pleased to discover the same observation done by mySociety and Tom
3840 Steinberg in his blog post
3841 &quot;&lt;a href=&quot;http://www.mysociety.org/2012/06/19/can-you-recognize-the-million-pound-chair/&quot;&gt;Can
3842 you recognize the million pound chair?&lt;/a&gt;&quot;. Read it and weep for the
3843 spending of your tax money.&lt;/p&gt;
3844
3845 &lt;p&gt;Of course there are other factors involved as well, like our
3846 projects bad marketing skills and the Linux community fragmentation
3847 causing worry with the people on the outside, so we as a project need
3848 to keep working hard to gain users, but it is a up-hill battle when
3849 public decision makers are unable to understand computer system
3850 purchases.&lt;/p&gt;
3851 </description>
3852 </item>
3853
3854 <item>
3855 <title>Free Timetabling Software - nice free software</title>
3856 <link>http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</link>
3857 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Free_Timetabling_Software___nice_free_software.html</guid>
3858 <pubDate>Sat, 7 Jul 2012 09:50:00 +0200</pubDate>
3859 <description>&lt;p&gt;Included in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
3860 Skolelinux&lt;/a&gt; is a large collection of end user and school specific
3861 software. It is one of the packages not installed by default but
3862 provided in the Debian archive for schools to install if they want to,
3863 is a system to automatically plan the school time table using
3864 information about available teachers, classes and rooms, combined with
3865 the list of required courses and how many hours each topic should
3866 receive. The software is
3867
3868 &lt;a href=&quot;http://lalescu.ro/liviu/fet/&quot;&gt;named FET&lt;/a&gt;, and it provide a
3869 graphical user interface to input the required information, save the
3870 result in a fairly simple XML format, and generate time tables for
3871 both teachers and students. It is available both for
3872 &lt;a href=&quot;http://lalescu.ro/liviu/fet/download.html&quot;&gt;Linux, MacOSX and
3873 Windows&lt;/a&gt;.&lt;/p&gt;
3874
3875 &lt;p&gt;This is &lt;a href=&quot;http://lalescu.ro/liviu/fet/features.html&quot;&gt;the
3876 feature list&lt;/a&gt;, liftet from the project web site:&lt;/p&gt;
3877
3878 &lt;p&gt;&lt;ul&gt;
3879
3880 &lt;li&gt;FET is free software, licensed under the GNU GPL v2 or later.
3881 You can freely use, copy, modify and redistribute it &lt;/li&gt;
3882
3883 &lt;li&gt;Localized to en_US (US English, default), ar (Arabic), ca
3884 (Catalan), da (Danish), de (German), el (Greek), es (Spanish), fa
3885 (Persian), fr (French), gl (Galician), he (Hebrew), hu
3886 (Hungarian), id (Indonesian), it (Italian), lt (Lithuanian), mk
3887 (Macedonian), ms (Malay), nl (Dutch), pl (Polish), pt_BR
3888 (Brazilian Portuguese), ro (Romanian), ru (Russian), si (Sinhala),
3889 sk (Slovak), sr (Serbian), tr (Turkish), uk (Ukrainian), uz
3890 (Uzbek) and vi (Vietnamese) (incompletely for some languages)
3891 &lt;/li&gt;
3892
3893 &lt;li&gt;Fully automatic generation algorithm, allowing also
3894 semi-automatic or manual allocation&lt;/li&gt;
3895
3896 &lt;li&gt;Platform independent implementation, allowing running on
3897 GNU/Linux, Windows, Mac and any system that Qt supports &lt;/li&gt;
3898
3899 &lt;li&gt;Flexible modular XML format for the input file, allowing editing
3900 with an XML editor or by hand (besides FET interface)&lt;/li&gt;
3901
3902 &lt;li&gt;Import/export from CSV format&lt;/li&gt;
3903
3904 &lt;li&gt;The resulted timetables are exported into HTML, XML and CSV
3905 formats &lt;/li&gt;
3906
3907 &lt;li&gt;Flexible students structure, organized into sets: years, groups
3908 and subgroups. FET allows overlapping years and groups and
3909 non-overlapping subgroups. You can even define individual students
3910 (as separate sets)&lt;/li&gt;
3911
3912 &lt;li&gt;Each constraint has a weight percentage, from 0.0% to 100.0%
3913 (but some special constraints are allowed to have only 100% weight
3914 percentage)&lt;/li&gt;
3915
3916 &lt;li&gt;Limits for the algorithm (all these limits can be increased on
3917 demand, as a custom version, because this would require a bit more
3918 memory):
3919 &lt;ul&gt;
3920 &lt;li&gt;Maximum total number of hours (periods) per day: 60&lt;/li&gt;
3921 &lt;li&gt;Maximum number of working days per week: 35&lt;/li&gt;
3922 &lt;li&gt;Maximum total number of teachers: 6000&lt;/li&gt;
3923 &lt;li&gt;Maximum total number of sets of students: 30000&lt;/li&gt;
3924 &lt;li&gt;Maximum total number of subjects: 6000&lt;/li&gt;
3925 &lt;li&gt;Virtually unlimited number of activity tags&lt;/li&gt;
3926 &lt;li&gt;Maximum number of activities: 30000&lt;/li&gt;
3927 &lt;li&gt;Maximum number of rooms: 6000&lt;/li&gt;
3928 &lt;li&gt;Maximum number of buildings: 6000&lt;/li&gt;
3929 &lt;li&gt;Possibility of adding multiple teachers and
3930 students sets for each activity. (it is possible
3931 also to have no teachers or no students sets for an
3932 activity)&lt;/li&gt;
3933 &lt;li&gt;Virtually unlimited number of time constraints&lt;/li&gt;
3934 &lt;li&gt;Virtually unlimited number of space constraints&lt;/li&gt;
3935 &lt;/ul&gt;&lt;/li&gt;
3936
3937 &lt;li&gt;A large and flexible palette of time constraints:
3938 &lt;ul&gt;
3939 &lt;li&gt;Break periods&lt;/li&gt;
3940 &lt;li&gt;For teacher(s):
3941 &lt;ul&gt;
3942 &lt;li&gt;Not available periods&lt;/li&gt;
3943 &lt;li&gt;Max/min days per week&lt;/li&gt;
3944 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3945 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3946 &lt;li&gt;Min hours daily&lt;/li&gt;
3947 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3948
3949 &lt;li&gt;Respect working in an hourly interval a max number of
3950 days per week&lt;/li&gt;
3951 &lt;/ul&gt;&lt;/li&gt;
3952 &lt;li&gt;For students (sets):
3953 &lt;ul&gt;
3954 &lt;li&gt;Not available periods&lt;/li&gt;
3955 &lt;li&gt;Begins early (specify max allowed beginnings at second hour)&lt;/li&gt;
3956 &lt;li&gt;Max gaps per day/week&lt;/li&gt;
3957 &lt;li&gt;Max hours daily/continuously&lt;/li&gt;
3958 &lt;li&gt;Min hours daily&lt;/li&gt;
3959 &lt;li&gt;Max hours daily/continuously with an activity tag&lt;/li&gt;
3960
3961 &lt;li&gt;Respect working in an hourly interval a max number of
3962 days per week&lt;/li&gt;
3963 &lt;/ul&gt;&lt;/li&gt;
3964 &lt;li&gt;For an activity or a set of activities/subactivities:
3965 &lt;ul&gt;
3966 &lt;li&gt;A single preferred starting time&lt;/li&gt;
3967 &lt;li&gt;A set of preferred starting times&lt;/li&gt;
3968 &lt;li&gt;A set of preferred time slots&lt;/li&gt;
3969 &lt;li&gt;Min/max days between them&lt;/li&gt;
3970 &lt;li&gt;End(s) students day&lt;/li&gt;
3971 &lt;li&gt;Same starting time/day/hour&lt;/li&gt;
3972 &lt;li&gt;Occupy max time slots from selection (a complex and
3973 flexible constraint, useful in many situations)&lt;/li&gt;
3974 &lt;li&gt;Consecutive, ordered, grouped (for 2 or 3 (sub)activities)&lt;/li&gt;
3975 &lt;li&gt;Not overlapping&lt;/li&gt;
3976 &lt;li&gt;Max simultaneous in selected time slots&lt;/li&gt;
3977 &lt;li&gt;Min gaps between a set of (sub)activities&lt;/li&gt;
3978 &lt;/ul&gt;&lt;/li&gt;
3979 &lt;/ul&gt;&lt;/li&gt;
3980
3981 &lt;li&gt;A large and flexible palette of space constraints:
3982 &lt;ul&gt;
3983 &lt;li&gt;Room not available periods&lt;/li&gt;
3984 &lt;li&gt;For teacher(s):
3985 &lt;ul&gt;
3986 &lt;li&gt;Home room(s)&lt;/li&gt;
3987 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3988 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3989 &lt;/ul&gt;
3990 &lt;/li&gt;
3991
3992 &lt;li&gt;For students (sets):
3993 &lt;ul&gt;
3994 &lt;li&gt;Home room(s)&lt;/li&gt;
3995 &lt;li&gt;Max building changes per day/week&lt;/li&gt;
3996 &lt;li&gt;Min gaps between building changes&lt;/li&gt;
3997 &lt;/ul&gt;
3998 &lt;/li&gt;
3999 &lt;li&gt;Preferred room(s):
4000 &lt;ul&gt;
4001 &lt;li&gt;For a subject&lt;/li&gt;
4002 &lt;li&gt;For an activity tag&lt;/li&gt;
4003 &lt;li&gt;For a subject and an activity tag&lt;/li&gt;
4004 &lt;li&gt;Individually for a (sub)activity&lt;/li&gt;
4005 &lt;/ul&gt;
4006 &lt;/li&gt;
4007
4008 &lt;li&gt;For a set of activities:
4009 &lt;ul&gt;
4010 &lt;li&gt;Occupy a maximum number of different rooms&lt;/li&gt;
4011 &lt;/ul&gt;
4012 &lt;/li&gt;
4013 &lt;/ul&gt;
4014 &lt;/li&gt;
4015 &lt;/ul&gt;&lt;/p&gt;
4016
4017 &lt;p&gt;I have not used it myself, as I am not involved in time table
4018 planning at a school, but it seem to work fine when I test it. If you
4019 need to set up your schools time table, and is tired of doing it
4020 manually, check it out.
4021
4022 A quick summary on how to use it can be found in
4023 &lt;a href=&quot;http://marvelsoft.co.in/wp/2012/03/generate-timetable-for-state-cbse-icse-igcse-schools-free/&quot;&gt;a
4024 blog post from MarvelSoft&lt;/a&gt;. If you find FET useful, please provide
4025 a recipe for the Debian Edu project in the
4026 &lt;a href=&quot;http://wiki.debian.org/DebianEdu#Howtos&quot;&gt;Debian Edu HowTo
4027 section&lt;/a&gt;.&lt;/p&gt;
4028 </description>
4029 </item>
4030
4031 <item>
4032 <title>Skolelinux-intervju: Markus Gamenius</title>
4033 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</link>
4034 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Markus_Gamenius.html</guid>
4035 <pubDate>Sat, 30 Jun 2012 12:50:00 +0200</pubDate>
4036 <description>&lt;p&gt;Tidligere leder av
4037 &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;foreningen som
4038 organiserer Skolelinux-dugnaden&lt;/a&gt;, Markus Gamenius , har i vår vært
4039 i media og
4040 &lt;a href=&quot;http://www.dn.no/privatokonomi/article2345489.ece&quot;&gt;debattert
4041 skattepolitikk&lt;/a&gt;, og det fikk meg til å høre om han kunne lokkes til
4042 å fortelle om hans inntrykk nå, etter at han ble lokket bort fra
4043 Linux- og &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-verden
4044 for å overta familiebedriften. Her har vi hans betraktninger i dag,
4045 noen måneder etter at
4046 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Skolelinux
4047 Squeeze&lt;/a&gt;-utgaven ble gitt ut.&lt;/p&gt;
4048
4049 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4050
4051 &lt;p&gt;Jeg heter Markus Gamenius og er 40 år. Utdannet biolog med ymse
4052 fag på siden. Har jobbet som lærer der jeg var driftsansvarlig på
4053 Ulsrud VGS i Oslo. Senere eide og jobbet jeg flere år i Linuxlabs AS,
4054 som jeg solgte til Redpill Linpro AS (den gangen Linpro AS). I dag
4055 jobber jeg med ulike investeringer, hovedsaklig i eiendom, men også i
4056 en del ulike IT-relaterte bedrifter.&lt;/p&gt;
4057
4058 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4059
4060 &lt;p&gt;Fruen og jeg dro på en lengre seiltur i 2000, der jeg måtte ha &quot;noe
4061 å gjøre&quot; under hjemturen over Atlanteren. Jeg kjøpte et par bøker om
4062 Linux i en bokhandel i New York og ble veldig fascinert. Etter
4063 hjemkomsten begynte jeg å jobbe på Ulsrud VGS, som naturfagslærer, men
4064 som IT-interessert ble jeg fort en del av den nye IT-satsningen som
4065 skulle løfte Ulsrud og gi skolen en bedre rykte. Vi hadde ganske
4066 mange maskiner, som gikk på Win98 og to servere som ble oppgradert til
4067 Win2000. Systemene var ustabil og dårlige. På leting etter noe
4068 bedre, uten å knekke ryggen økonomisk, kom jeg over &quot;Linux i Skolen&quot;
4069 og Skolelinux. Jeg tok kontakt med miljøet og en gjeng møtte opp på
4070 skolen, der vi gjorde en liten testinstallasjon. Etter et par år var
4071 ryggraden på skolen Linux (Skolelinux) og vi hadde flere hundre
4072 maskiner, både tynne klienter (gamle og nye), bærbare (Debian) og noen
4073 stasjonære (Win2000). På et tidspunkt var Ulsrud den råeste IT-skolen
4074 og det irriterte skolesjefen i Oslo, da de satset hardt på
4075 Windows.&lt;/p&gt;
4076
4077 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4078
4079 &lt;p&gt;Det som gjorde at vi fikk inn Skolelinux var ene og alene
4080 økonomiske. Det faktum at vi slapp å kjøpe masse nye lisenser og at
4081 vi kunne bruke gammel hardware. Alt i alt gjorde dette at vi sparte
4082 mye, men i stede for å bruke mindre på IT brukte vi det vi sparte på å
4083 skaffe mer hardware og på den måten gi det beste tilbudet i landet til
4084 våre elever. For oss som driftet var det himmel å ha et system som
4085 gikk å administrere sentralt og effektivt. Det var heller ikke så
4086 dumt at vi kunne &quot;låse&quot; maskinene mer effektivt enn vi kunne med
4087 Microsoft Windows, slik at vi slapp mye feil og problemer som ble
4088 forårsaket av &quot;kreative&quot; elever.&lt;/p&gt;
4089
4090 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4091
4092 &lt;p&gt;Det vi slet med var mangelen av en del programmer lærerne ville ha.
4093 Husker ikke alle, men det var et knippe med pedagogiske programmer de
4094 ikke fikk. I dag tror jeg det problemet er langt mindre da det meste
4095 av disse kjøres gjennom nettleseren.&lt;/p&gt;
4096
4097 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4098
4099 &lt;p&gt;Jeg bruker mye Apple i dag og er ikke så stolt av det, men jeg har
4100 både OpenOffice, Firefox og en del andre programmer på den bærbare.
4101 Firefox brukes mest av disse. På Apple-serveren hjemme bruker jeg
4102 HandBrake mye, og jeg har installert OpenWRT på flere av
4103 basestasjonene både hjemme og på jobben. I tillegg til det har jeg i
4104 flere år finansiert et prosjekt som heter
4105 &lt;a href=&quot;http://www.found.no/&quot;&gt;Found IT&lt;/a&gt;. Dette er et prosjekt der
4106 vi lager et rammeverk for søk, der alt vi bruker fri programvare. Det
4107 er Alex Brasetvik som er daglig leder i Found IT.&lt;/p&gt;
4108
4109 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4110 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4111
4112 &lt;p&gt;Når det gjelder IT og skole er fortsatt økonomi veldig viktig. Så
4113 man må oppfylle minimumskravene (ikke være best, men bra nok) og selge
4114 seg inn på hvor mye man sparer. Det betyr selvsagt at man sparer på
4115 lisenser, men også på driftsinnsats. Men nå når jeg ikke er en aktiv
4116 del av miljøet lenger hører jeg nesten ingen ting om fri programvare.
4117 Jeg stiller meg da spørsmålet om det har blitt stille rundt miljøet,
4118 eller om jeg kun så det tydeligere før når jeg var aktiv? Uansett er
4119 det for stille rundt Skolelinux-prosjektet nå.&lt;/p&gt;
4120 </description>
4121 </item>
4122
4123 <item>
4124 <title>Debian Edu interview: José Luis Redrejo Rodríguez</title>
4125 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</link>
4126 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Jos__Luis_Redrejo_Rodr_guez.html</guid>
4127 <pubDate>Tue, 26 Jun 2012 08:30:00 +0200</pubDate>
4128 <description>&lt;p&gt;I&#39;ve been too busy at home, but finally I found time to wrap up
4129 another interview with the people behind
4130 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
4131 This time we get to know José Luis Redrejo Rodríguez, one of our great
4132 helpers from Spain. His effort was the reason we added support for
4133 several desktop types (KDE, Gnome and most recently LXDE) in Debian
4134 Edu, and have all of these available in the recently published
4135 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4136 Squeeze&lt;/a&gt; version.&lt;/p&gt;
4137
4138 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4139
4140 &lt;p&gt;I&#39;m a father, teacher and engineer who is working for the Education
4141 ministry of the Region of Extremadura (Spain) in the implementation of
4142 ICT in schools&lt;/p&gt;
4143
4144 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4145 project?&lt;/strong&gt;&lt;/p&gt;
4146
4147 &lt;p&gt;At 2006, I verified that both, we in Extremadura and Skolelinux
4148 project, had been working in parallel for some years, doing very
4149 similar things, using very similar tools and with similar targets, so
4150 I decided it was time to join forces as much as possible.&lt;/p&gt;
4151
4152 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4153 Edu?&lt;/strong&gt;&lt;/p&gt;
4154
4155 &lt;p&gt;A community of highly skilled experts working together, with a
4156 really open schema of collaboration and work. I really love the
4157 concepts of Do-ocracy and Merit-ocracy and the way these concepts are
4158 been used everyday inside Debian Edu.&lt;/p&gt;
4159
4160 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4161 Edu?&lt;/strong&gt;&lt;/p&gt;
4162
4163 &lt;p&gt;Sometimes the differences in the implementations, laws or
4164 economical and technical resources in the different countries don&#39;t
4165 allow us to agree in the same solution for all of us, and several
4166 approaches are needed, what is a waste of effort. Also, there is a
4167 lack of more man power to be able to follow the fast evolution of the
4168 technologies in school.&lt;/p&gt;
4169
4170 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4171
4172 &lt;p&gt;Debian, of course, and due to my kind of job I am most of my time
4173 between Iceweasel, &lt;a href=&quot;http://www.geany.org/&quot;&gt;Geany&lt;/a&gt; and
4174 &lt;a href=&quot;http://www.ohloh.net/p/gnome-terminator&quot;&gt;Terminator&lt;/a&gt;.&lt;/p&gt;
4175
4176 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4177 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4178
4179 &lt;p&gt;I think there is not a single strategy because there are very
4180 different scenarios: schools with mixed proprietary and free
4181 environments, schools using only workstations, other schools using
4182 laptops, netbooks, tablets, interactive white-boards, etc.&lt;/p&gt;
4183
4184 &lt;p&gt;Also the range of ages of the students is very broad and you can
4185 not use the same solutions for primary schools and secondary or even
4186 universities. So different strategies are needed.&lt;/p&gt;
4187
4188 &lt;p&gt;But, looking at these differences, and looking back to the things
4189 we&#39;ve done and implemented, and the places were we have spent most of
4190 our forces, I think we should focus as much as possible in free
4191 multi-platform environments, using only standards tools, and moving
4192 more and more to Internet or network solutions that could be deployed
4193 using wireless. I think we&#39;ll see more and more personal devices in
4194 the schools, devices the students and teachers will take home with
4195 them, so the solutions must be able to be taken at home and continue
4196 working there.&lt;/p&gt;
4197 </description>
4198 </item>
4199
4200 <item>
4201 <title>Debian Edu - some ideas for the future versions</title>
4202 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</link>
4203 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___some_ideas_for_the_future_versions.html</guid>
4204 <pubDate>Mon, 11 Jun 2012 14:30:00 +0200</pubDate>
4205 <description>&lt;p&gt;During my work on
4206 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.nb.html&quot;&gt;Debian Edu
4207 based on Squeeze&lt;/a&gt;, I came across some issues that should be
4208 addressed in the Wheezy release. I finally found time to wrap up my
4209 notes and provide quick summary of what I found, with a bit
4210 explanation.&lt;/p&gt;
4211
4212 &lt;p&gt;&lt;ul&gt;
4213
4214 &lt;li&gt;We need to rewrite our package installation framework, as tasksel
4215 changed from using tasksel tasks to using meta packages (aka packages
4216 with dependencies like our education-* packages), and our installation
4217 system depend on tasksel tasks in
4218 /usr/share/tasksel/debian-edu-tasks.desc for package
4219 installation.&lt;/li&gt;
4220
4221 &lt;li&gt;Enable Kerberos login for more services. Now with the Kerberos
4222 foundation in place, we should use it to get single sign on with more
4223 services, and avoiding unneeded password / login questions. We should
4224 at least try to enable it for these services:
4225 &lt;ul&gt;
4226
4227 &lt;li&gt;CUPS for admins to add/configure printers and users when using
4228 quotas.&lt;/li&gt;
4229 &lt;li&gt;Nagios for admins checking the system status.&lt;/li&gt;
4230 &lt;li&gt;GOsa for admins updating LDAP and users changing their passwords.&lt;/li&gt;
4231 &lt;li&gt;LDAP for admins updating LDAP.&lt;/li&gt;
4232 &lt;li&gt;Squid for users when exam mode / filtering is active.&lt;/li&gt;
4233 &lt;li&gt;ssh for admins and users to save a password prompt.&lt;/li&gt;
4234
4235 &lt;/ul&gt;&lt;/li&gt;
4236
4237 &lt;li&gt;When we move GOsa to use Kerberos instead of LDAP bind to
4238 authenticate users, we should try to block or at least limit access to
4239 use LDAP bind for authentication, to ensure Kerberos is used when it
4240 is intended, and nothing fall back to using the less safe LDAP bind&lt;/li&gt;
4241
4242 &lt;li&gt;Merge debian-edu-config and debian-edu-install. The split made
4243 sense when d-e-install did a lot more, but these days it is just an
4244 inconvenience when we update the debconf preseeding values.&lt;/li&gt;
4245
4246 &lt;li&gt;Fix partman-auto to allow us to abort the installation before
4247 touching the disk if the disk is too small. This is
4248 &lt;a href=&quot;http://bugs.debian.org/653305&quot;&gt;BTS report #653305&lt;/a&gt; and the
4249 d-i developers are fine with the patch and someone just need to apply
4250 it and upload. After this is done we need to adjust
4251 debian-edu-install to use this new hook.&lt;/li&gt;
4252
4253 &lt;li&gt;Adjust to new LTSP framework (boot time config instead of install
4254 time config). LTSP changed its design, and our hooks to install
4255 packages and update the configuration is most likely not going to work
4256 in Wheezy.
4257
4258 &lt;li&gt;Consider switching to NBD instead of NFS for LTSP root, to allow
4259 the Kernel to cache files in its normal file cache, possibly speeding
4260 up KDE login on slow networks.&lt;/li&gt;
4261
4262 &lt;li&gt;Make it possible to create expired user passwords that need to
4263 change on first login. This is useful when handing out password on
4264 paper, to make sure only the user know the password. This require
4265 fixes to the PAM handling of kdm and gdm.&lt;/li&gt;
4266
4267 &lt;li&gt;Make GUI for adding new machines automatically from sitesummary.
4268 The current command line script is not very friendly to people most
4269 familiar with GUIs. This should probably be integrated into GOsa to
4270 have it available where the admin will be looking for it..&lt;/li&gt;
4271
4272 &lt;li&gt;We should find way for Nagios to check that the DHCP service
4273 actually is working (as in handling out IP addresses). None of the
4274 Nagios checks I have found so far have been working for me.&lt;/li&gt;
4275
4276 &lt;li&gt;We should switch from libpam-nss-ldapd to sssd for all profiles
4277 using LDAP, and not only on for roaming workstations, to have less
4278 packages to configure and consistent setup across all profiles.&lt;/li&gt;
4279
4280 &lt;li&gt;We should configure Kerberos to update LDAP and Samba password
4281 when changing password using the Kerberos protocol. The hook was
4282 requested in &lt;a href=&quot;http://bugs.debian.org/588968&quot;&gt;BTS report
4283 #588968&lt;/a&gt; and is now available in Wheezy. We might need to write a
4284 MIT Kerberos plugin in C to get this.&lt;/li&gt;
4285
4286 &lt;li&gt;We should clean up the set of applications installed by default.
4287 &lt;ul&gt;
4288
4289 &lt;li&gt;reduce the number of chemistry visualisers&lt;/li&gt;
4290 &lt;li&gt;consider dropping xpaint&lt;/li&gt;
4291 &lt;li&gt;and probably more?&lt;/li&gt;
4292 &lt;/ul&gt;&lt;/li&gt;
4293
4294 &lt;li&gt;Some hardware need external firmware to work properly. This is
4295 mostly the case for WiFi network cards, but there are some other
4296 examples too. For popular laptops to work out of the box, such
4297 firmware need to be installed from non-free, and we should provide
4298 some GUI to do this. Ubuntu already have this implemented, and we
4299 could consider using their packages. At the moment we have some
4300 command line script to do this (one for the running system, another
4301 for the LTSP chroot).&lt;/li&gt;
4302
4303
4304 &lt;li&gt;In Squeeze, we provide KDE, Gnome and LXDE as desktop options. We
4305 should extend the list to Xfce and Sugar, and preferably find a way to
4306 install several and allow the admin or the user to select which one to
4307 use.&lt;/li&gt;
4308
4309 &lt;li&gt;The golearn tool from the goplay package make it easy to check out
4310 interesting educational packages. We should work on the package
4311 tagging in Debian to ensure it represent all the useful educational
4312 packages, and extend the tool to allow it to use packagekit to install
4313 new applications with a simple mouse click.&lt;/li&gt;
4314
4315 &lt;li&gt;The Squeeze version got half a exam solution already in place,
4316 with the introduction of iptable based network blocking, but for it to
4317 be a complete exam solution the Squid proxy need to enable
4318 filtering/blocking as well when the exam mode is enabled. We should
4319 implement a way to easily enable this for the schools that want it,
4320 instead of the &quot;it is documented&quot; method of today.&lt;/li&gt;
4321
4322 &lt;li&gt;A feature used in several schools is the ability for a teacher to
4323 &quot;take over&quot; the desktop of individual or all computers in the room.
4324 There are at least three implementations,
4325 &lt;a href=&quot;italc.sourceforge.net/&quot;&gt;italc&lt;/a&gt;,
4326 &lt;a href=&quot;http://www.itais.net/help/en/&quot;&gt;controlaula&lt;/a&gt; og
4327 &lt;a href=&quot;http://www.epoptes.org/&quot;&gt;epoptes&lt;/a&gt; and we should pick one of
4328 them and make it trivial to set it up in a school. The challenges is
4329 how to distribute crypto keys and how to group computers in one room
4330 and how to set up which machine/user can control the machines in a
4331 given room.&lt;/li&gt;
4332
4333 &lt;li&gt;Tablets and surf boards are getting more and more popular, and we
4334 should look into providing a good solution for integrating these into
4335 the Debian Edu network. Not quite sure how. Perhaps we should
4336 provide a installation profile with better touch screen support for
4337 them, or add some sync services to allow them to exchange
4338 configuration and data with the central server. This should be
4339 investigated.&lt;/li&gt;
4340
4341 &lt;/ul&gt;&lt;/p&gt;
4342
4343 &lt;p&gt;I guess we will discover more as we continue to work on the Wheezy
4344 version.&lt;/p&gt;
4345 </description>
4346 </item>
4347
4348 <item>
4349 <title>Debian Edu interview: Mike Gabriel</title>
4350 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</link>
4351 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Mike_Gabriel.html</guid>
4352 <pubDate>Sat, 2 Jun 2012 15:00:00 +0200</pubDate>
4353 <description>&lt;p&gt;Back in 2010, Mike Gabriel showed up on the
4354 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4355 mailing list. He quickly proved to be a valuable developer, and
4356 thanks to his tireless effort we now have Kerberos integrated into the
4357 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4358 Squeeze&lt;/a&gt; version.&lt;/p&gt;
4359
4360 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4361
4362 &lt;p&gt;My name is Mike Gabriel, I am 38 years old and live near Kiel,
4363 Schleswig-Holstein, Germany. I live together with a wonderful partner
4364 (Angela Fuß) and two own children and two bonus children (contributed
4365 by Angela).&lt;/p&gt;
4366
4367 &lt;p&gt;During the day I am part-time employed as a system administrator
4368 and part-time working as an IT consultant. The consultancy work
4369 touches free software topics wherever and whenever possible. During
4370 the nights I am a free software developer. In the gaps I also train in
4371 becoming an osteopath.&lt;/p&gt;
4372
4373 &lt;p&gt;Starting in 2010 we (Andreas Buchholz, Angela Fuß, Mike Gabriel)
4374 have set up a free software project in the area of Kiel that aims at
4375 introducing free software into schools. The project&#39;s name is
4376 &quot;IT-Zukunft Schule&quot; (IT future for schools). The project links IT
4377 skills with communication skills.&lt;/p&gt;
4378
4379 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4380 project?&lt;/strong&gt;&lt;/p&gt;
4381
4382 &lt;p&gt;While preparing our own customised Linux distribution for
4383 &quot;IT-Zukunft Schule&quot; we were repeatedly asked if we really wanted to
4384 reinvent the wheel. What schools really need is already available,
4385 people said. From this impulse we started evaluating other Linux
4386 distributions that target being used for school networks.&lt;/p&gt;
4387
4388 &lt;p&gt;At the end we short-listed two approaches and compared them: a
4389 commercial Linux distribution developed by a company in Bremen,
4390 Germany, and Skolelinux / Debian Edu. Between 12/2010 and 03/2011 we
4391 went to several events and met people being responsible for marketing
4392 and development of either of the distributions. Skolelinux / Debian
4393 Edu was by far much more convincing compared to the other product that
4394 got short-listed beforehand--across the full spectrum. What was most
4395 attractive for me personally: the perspective of collaboration within
4396 the developmental branch of the Debian Edu project itself.&lt;/p&gt;
4397
4398 &lt;p&gt;In parallel with this, we talked to many local and not-so-local
4399 people. People teaching at schools, headmasters, politicians, data
4400 protection experts, other IT professionals.&lt;/p&gt;
4401
4402 &lt;p&gt;We came to two conclusions:&lt;/p&gt;
4403
4404 &lt;p&gt;First, a technical conclusion: What schools need is available in
4405 bits and pieces here and there, and none of the solutions really fit
4406 by 100%. Any school we have seen has a very individual IT setup
4407 whereas most of each school&#39;s requirements could mapped by a standard
4408 IT solution. The requirement to this IT solution is flexibility and
4409 customisability, so that individual adaptations here and there are
4410 possible. In terms of re-distributing and rolling out such a
4411 standardised IT system for schools (a system that is still to some
4412 degree customisable) there is still a lot of work to do here
4413 locally. Debian Edu / Skolelinux has been our choice as the starting
4414 point.&lt;/p&gt;
4415
4416 &lt;p&gt;Second, a holistic conclusion: What schools need does not exist at
4417 all (or we missed it so far). There are several technical solutions
4418 for handling IT at schools that tend to make a good impression. What
4419 has been missing completely here in Germany, though, is the enrolment
4420 of people into using IT and teaching with IT. &quot;IT-Zukunft Schule&quot;
4421 tries to provide an approach for this.&lt;/p&gt;
4422
4423 &lt;p&gt;Only some schools have some sort of a media concept which explains,
4424 defines and gives guidance on how to use IT in class. Most schools in
4425 Northern Germany do not have an IT service provider, the school&#39;s IT
4426 equipment is managed by one or (if the school is lucky) two (admin)
4427 teachers, most of the workload these admin teachers get done in there
4428 spare time.&lt;/p&gt;
4429
4430 &lt;p&gt;We were surprised that only a very few admin teachers were
4431 networked with colleagues from other schools. Basically, every school
4432 here around has its individual approach of providing IT equipment to
4433 teachers and students and the exchange of ideas has been quasi
4434 non-existent until 2010/2011.&lt;/p&gt;
4435
4436 &lt;p&gt;Quite some (non-admin) teachers try to avoid using IT technology in
4437 class as a learning medium completely. Several reasons for this
4438 avoidance do exist.&lt;/p&gt;
4439
4440 &lt;p&gt;We discovered that no-one has ever taken a closer look at this
4441 social part of IT management in schools, so far. On our quest journey
4442 for a technical IT solution for schools, we discussed this issue with
4443 several teachers, headmasters, politicians, other IT professionals and
4444 they all confirmed: a holistic approach of considering IT management
4445 at schools, an approach that includes the people in place, will be new
4446 and probably a gain for all.&lt;/p&gt;
4447
4448 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4449 Edu?&lt;/strong&gt;&lt;/p&gt;
4450
4451 &lt;p&gt;There is a list of advantages: international context, openness to
4452 any kind of contributions, do-ocracy policy, the closeness to Debian,
4453 the different installation scenarios possible (from stand-alone
4454 workstation to complex multi-server sites), the transparency within
4455 project communication, honest communication within the group of
4456 developers, etc.&lt;/p&gt;
4457
4458 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4459 Edu?&lt;/strong&gt;&lt;/p&gt;
4460
4461 &lt;p&gt;Every coin has two sides:&lt;/p&gt;
4462
4463 &lt;p&gt;Technically: &lt;a href=&quot;http://bugs.debian.org/311188&quot;&gt;BTS issue
4464 #311188&lt;/a&gt;, tricky upgradability of a Debian Edu main server, network
4465 client installations on top of a plain vanilla Debian installation
4466 should become possible sometime in the near future, one could think
4467 about splitting the very complex package debian-edu-config into
4468 several portions (to make it easier for new developers to
4469 contribute).&lt;/p&gt;
4470
4471 &lt;p&gt;Another issue I see is that we (as Debian Edu developers) should
4472 find out more about the network of people who do the marketing for
4473 Debian Edu / Skolelinux. There is a very active group in Germany
4474 promoting Skolelinux on the bigger Linux Days within Germany. Are
4475 there other groups like that in other countries? How can we bring
4476 these marketing people together (marketing group A with group B and
4477 all of them with the group of Debian Edu developers)? During the last
4478 meeting of the German Skolelinux group, I got the impression of people
4479 there being rather disconnected from the development department of
4480 Debian Edu / Skolelinux.&lt;/p&gt;
4481
4482 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4483
4484 &lt;p&gt;For my daily business, I do not use commercial software at all.&lt;/p&gt;
4485
4486 &lt;p&gt;For normal stuff I use Iceweasel/Firefox, Libreoffice.org. For
4487 serious text writing I prefer LaTeX. I use gimp, inkscape, scribus for
4488 more artistic tasks. I run virtual machines in KVM and Virtualbox.&lt;/p&gt;
4489
4490 &lt;p&gt;I am one of the upstream developers of X2Go. In 2010 I started the
4491 development of a Python based X2Go Client, called PyHoca-GUI.
4492 PyHoca-GUI has brought forth a Python X2Go Client API that currently
4493 is being integrated in Ubuntu&#39;s software center.&lt;/p&gt;
4494
4495 &lt;p&gt;For communications I have my own Kolab server running using Horde
4496 as web-based groupware client. For IRC I love to use irssi, for Jabber
4497 I have several clients that I use, mostly pidgin, though. I am also
4498 the Debian maintainer of Coccinella, a Jabber-based interactive
4499 whiteboard.&lt;/p&gt;
4500
4501 &lt;p&gt;My favourite terminal emulator is KDE&#39;s Yakuake.&lt;/p&gt;
4502
4503 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4504 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4505
4506 &lt;p&gt;Communicate, communicate, communicate. Enrol people, enrol people,
4507 enrol people.&lt;/p&gt;
4508 </description>
4509 </item>
4510
4511 <item>
4512 <title>Debian Edu interview: Ralf Gesellensetter</title>
4513 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</link>
4514 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Ralf_Gesellensetter.html</guid>
4515 <pubDate>Sun, 27 May 2012 17:15:00 +0200</pubDate>
4516 <description>&lt;p&gt;In 2003, a German teacher showed up on the
4517 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
4518 mailing list with interesting problems and reports proving he setting
4519 up Linux for a (for us at the time) lot of pupils. His name was Ralf
4520 Gesellensetter, and he has been an important tester and contributor
4521 since then, helping to make sure the
4522 &lt;a href=&quot;http://www.debian.org/News/2012/20120311.html&quot;&gt;Debian Edu
4523 Squeeze&lt;/a&gt; release became as good as it is..&lt;/p&gt;
4524
4525 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4526
4527 &lt;p&gt;I am a teacher from Germany, and my subjects are Geography,
4528 Mathematics, and Computer Science (&quot;Informatik&quot;). During the past 12
4529 years (since 2000), I have been working for a comprehensive (and soon,
4530 also inclusive) school leading to all kind of general levels, such as
4531 O- or A-level (&quot;Abitur&quot;). For quite as long, I&#39;ve been taking care of
4532 our computer network.&lt;/p&gt;
4533
4534 &lt;p&gt;Now, in my early 40s, I enjoy the privilege of spending a lot of my
4535 spare time together with my wife, our son (3 years) and our daughter
4536 (4 months).&lt;/p&gt;
4537
4538 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4539 project?&lt;/strong&gt;&lt;/p&gt;
4540
4541 &lt;p&gt;We had tried different Linux based school servers, when members of
4542 my local Linux User Group (LUG OWL) detected Skolelinux. I remember
4543 very well, being part of a party celebrating the Linux New Media Award
4544 (&quot;Best Newcomer Distribution&quot;, also nominated: Ubuntu) that was given
4545 to Skolelinux at Linux World Exposition in Frankfurt, 2005 (IIRC). Few
4546 months later, I had the chance to join a developer meeting in Ulsrud
4547 (Oslo) and to hand out the award to Knut Yrvin and others. For more
4548 than 7 years, Skolelinux is part of our schools infrastructure, namely
4549 our main server (tjener), one LTSP (today without thin clients), and
4550 approximately 50 work stations. Most of these have the option to boot a
4551 locally installed Skolelinux image. As a consequence, I joined quite
4552 a few events dealing with free software or Linux, and met many Debian
4553 (Edu) developers. All of them seemed quite nice and competent to me,
4554 one more reason to stick to Skolelinux.&lt;/p&gt;
4555
4556 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4557 Edu?&lt;/strong&gt;&lt;/p&gt;
4558
4559 &lt;p&gt;Debian driven, you are given all the advantages of a community
4560 project including well maintained updates. Once, you are familiar with
4561 the network layout, you can easily roll out an entire educational
4562 computer infrastructure, from just one installation media. As only
4563 free software (FOSS) is used, that supports even elderly hardware,
4564 up-sizing your IT equipment is only limited by space (i.e. available
4565 labs). Especially if you run a LTSP thin client server, your
4566 administration costs tend towards zero.&lt;/p&gt;
4567
4568 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4569 Edu?&lt;/strong&gt;&lt;/p&gt;
4570
4571 &lt;p&gt;While Debian&#39;s stability has loads of advantages for servers, this
4572 might be different in some cases for clients: Schools with unlimited
4573 budget might buy new hardware with components that are not yet
4574 supported by Debian stable, or wish to use more recent versions of
4575 office packages or desktop environments. These schools have the
4576 option to run Debian testing or other distributions - if they have the
4577 capacity to do so. Another issue is that Debian release cycles
4578 include a wide range of changes; therefor a high percentage of human
4579 power seems to be absorbed by just keeping the features of Skolelinux
4580 within the new setting of the version to come. During this process,
4581 the cogs of Debian Edu are getting more and more professional,
4582 i.e. harder to understand for novices.&lt;/p&gt;
4583
4584 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4585
4586 &lt;p&gt;LibreOffice, Wikipedia, Openstreetmap, Iceweasel (Mozilla Firefox),
4587 KMail, Gimp, Inkscape - and of course the Linux Kernel (not only on
4588 PC, Laptop, Mobile, but also our SAT receiver)&lt;/p&gt;
4589
4590 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4591 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4592
4593 &lt;p&gt;&lt;ol&gt;
4594
4595 &lt;li&gt;Support computer science as regular subject in schools to make
4596 people really &quot;own&quot; their hardware, to make them understand the
4597 difference between proprietary software products, and free software
4598 developing.&lt;/li&gt;
4599
4600 &lt;li&gt;Make budget baskets corresponding: In Germany&#39;s public schools
4601 there are more or less fixed budgets for IT equipment (including
4602 licenses), so schools won&#39;t benefit from any savings here. This
4603 privilege is left to private schools which have consequently a large
4604 share among German Skolelinux schools.&lt;/li&gt;
4605
4606 &lt;li&gt;Get free software in the seminars where would-be teachers are
4607 trained. In many cases, teachers&#39; software customs are respected by
4608 decision makers rather than the expertise of any IT experts.&lt;/li&gt;
4609
4610 &lt;li&gt;Don&#39;t limit ourself to free software run natively. Everybody uses
4611 free software or free licenses (for instance Wikipedia), and this
4612 general concept should get expanded to free educational content to be
4613 shared world wide (school books e.g.).&lt;/li&gt;
4614
4615 &lt;li&gt;Make clear where ever you can that the market share of free (libre)
4616 office suites is much above 20 p.c. today, and that you pupils don&#39;t
4617 need to know the &quot;ribbon menu&quot; in order to get employed.&lt;/li&gt;
4618
4619 &lt;li&gt;Talk about the difference between freeware and free software.&lt;/li&gt;
4620
4621 &lt;li&gt;Spread free software, or even collections of portable free apps
4622 for USB pen drives. Endorse students to get a legal copy of
4623 Libreoffice rather than accepting them to use illegal serials. And
4624 keep sending documents in ODF formats.&lt;/li&gt;
4625
4626 &lt;/ol&gt;&lt;/p&gt;
4627 </description>
4628 </item>
4629
4630 <item>
4631 <title>Skolelinux-intervju: Alf Tonny Bätz</title>
4632 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</link>
4633 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Alf_Tonny_B_tz.html</guid>
4634 <pubDate>Sun, 20 May 2012 11:50:00 +0200</pubDate>
4635 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux-prosjektets&lt;/a&gt;
4636 musiker og mannen bak
4637 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Manuals/Rosegarden/&quot;&gt;opplæringsdokumentene
4638 i Rosegarden&lt;/a&gt;
4639 (&lt;a href=&quot;http://maintainer.skolelinux.org/debian-edu-doc/nb/rosegarden-manual.html&quot;&gt;norsk
4640 utgave&lt;/a&gt;) for musikklærere, Alf Tonny Bätz, er neste mann ut i min
4641 intervjurunde av folkene bak Skolelinux-løsningen. Jeg har kjent Alf
4642 Tonny siden vi møttes som barn på påskefjellet i Ofoten, og ble
4643 gledelig overrasket da han dukket opp i Skolelinux-prosjektet etter å
4644 ikke ha sett noe til ham på mange år.&lt;/p&gt;
4645
4646 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
4647
4648 &lt;p&gt;Jeg er utdannet kokk av yrke, og har utøvet yrket i 12 år. Men
4649 etter at ryggen sa takk før seg, studerte jeg nettverksadministrasjon
4650 ved Næringsakademiet i Bergen årene 2008-2009 slik at jeg kunne
4651 forfølge en av mine største interesser - data. Til daglig jobber jeg
4652 ved &lt;a href=&quot;http://www.narvikskolen.no/parken/&quot;&gt;Parken
4653 ungdomsskole&lt;/a&gt; med å drifte skolens PC-er. Har også litt
4654 musikkundervisning.&lt;/p&gt;
4655
4656 &lt;p&gt;Mitt mål er å bevisstgjøre musikklærene mulighetene med de frie
4657 programmene som finnes i Skolelinux, blant annet Rosegarden.&lt;/p&gt;
4658
4659 &lt;p&gt;Har i mange år drevet med musikk og en av grunnen til at Rosegarden
4660 falt i smak for min del, var fordi denne fungere og ligner mest på
4661 Windows-programmet (cubase) jeg jobbet mye med da jeg i mine yngre
4662 dager var «Windows fanatiker». Ble introdusert til Linux av en kompis
4663 av meg for omtrent 14 år siden, og har bare blitt mer og mer glad i
4664 dette operativsystemet.&lt;/p&gt;
4665
4666 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
4667
4668 &lt;p&gt;Da jeg ble sykemeldt fra min gamle jobb, og måtte omskoleres,
4669 havnet jeg i 2007 sammen med Viggo Fedreheim på IKT-avdelingen i
4670 Narvik kommune, der ble jeg for første gang introdusert til
4671 Skolelinuxprosjektet.&lt;/p&gt;
4672
4673 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4674
4675 &lt;p&gt;Skolelinux er enkelt å holde i drift og masse flotte programmer som
4676 geogebra, ktouch og kgeografi følger med pakken. Man kan ta i bruk
4677 gamle PC-er igjen, slik at skoler med dårlig råd får opp en brukbar
4678 PC-park. PC-er som er ca 6-9 år gamle fungere tilfredstillende, bare
4679 de har 512 MB RAM eller mer.&lt;/p&gt;
4680
4681 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
4682
4683 &lt;p&gt;Ulempene er at noen av de pedagogiske programmene som lærene ønsker
4684 å bruke fungere dårlig med Linux. Mye pga. av at disse programmene
4685 blir ikke laget til Linuxbaserte operativsystemer.&lt;/p&gt;
4686
4687 &lt;p&gt;Video- og bilde-redigering har dessverre en del mangler, mange av
4688 programmene har en tendens til og krasje. Det gjelder blant annet
4689 &lt;a href=&quot;http://www.kdenlive.org/&quot;&gt;kdenlive&lt;/a&gt; og
4690 &lt;a href=&quot;http://www.openshotvideo.com/&quot;&gt;openshot&lt;/a&gt;, for å nevne
4691 noen. De er ikke stabile nok. Når elevene kommer med filmsnutter de
4692 ønsker og jobbe med, så godtar ikke programmene filene, og når elevene
4693 jobber med redigering bare krasjer programmene uten forvarsel. Det er
4694 for vanskelig å få noe som bare fungerer ut av boksen her. Når en elev
4695 plugger inn et videokamera eller fotoapparat så er det alltid noe som
4696 ikke vil fungere. Programmene godtar ikke format, godtar ikke
4697 kameraet, osv., osv. Det er dessverre med på og dra ned en positiv
4698 opplevelse av bruk av fri programvare.&lt;/p&gt;
4699
4700 &lt;p&gt;Man må ofte bruke flere en et video redigerings program før og få
4701 fullført en ønsket oppgave.&lt;/p&gt;
4702
4703 &lt;p&gt;Eksempel:&lt;/p&gt;
4704
4705 &lt;p&gt;Hvis det ene programmet ikke vil ta i mot videofilen klarer et
4706 annet det, men det programmet som klarer det kan ikke gjøre de samme
4707 oppgavene som det programmet som ikke ville ta i mot filen,
4708 Tilsvarende er det med foto, man må bruke flere programmer for å få
4709 et ferdig resultat. Til dags dato har jeg enda ikke funnet et video-
4710 og fotoprogram som kan tilfredstillende fullføre en oppgave.&lt;/p&gt;
4711
4712 &lt;p&gt;Så man kan klare og fullføre en oppgave, men i verste fall må man
4713 innom 3-4 programmer for å få det til. Så jeg har enda ikke til dags
4714 dato sett at et program fungere 100% til alt.&lt;/p&gt;
4715
4716 &lt;p&gt;Det programmet jeg har best erfaring til er
4717 &lt;a href=&quot;http://cinelerra.org/&quot;&gt;cinelerra&lt;/a&gt;, men dessverre har det
4718 også tendenser og krasje av og til uten grunn.&lt;/p&gt;
4719
4720 Lydsystemet kan også være et mareritt. Konkret snakker jeg om når du
4721 bruker for eksempel et smartboard, så følger det med USB-lydkort på
4722 disse. Problemet ligger her i at systemet ikke vil velge rett
4723 lydkort, så man må inn med padevchooser for å sette opp PulseAudio
4724 til og velge at USB-lydkortet skal brukes. Det blir for tungvindt for
4725 lærene, de ønsker at ting skal fungere med en gang. (min løsning på
4726 det problemet ble at jeg måtte deaktivere lydkortet som fantes på
4727 maskinen) men da må man bestandig slå på smartboard-tavla.
4728
4729 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
4730
4731 Programmene jeg bruker mest av er: Rosegarden, jack, qsynth, audacity,
4732 k3b, openttd og libreoffice.
4733
4734 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
4735 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
4736
4737 Jeg tror det må bevisstgjøring av Skolene til, dvs. reklamere høylytt
4738 og fortelle og vise de andre skolene at frie programvarer faktisk
4739 fungere. Jeg trur faktisk mange ikke vet at det finnes frie
4740 alternativer.
4741 </description>
4742 </item>
4743
4744 <item>
4745 <title>Debian Edu interview: Jürgen Leibner</title>
4746 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</link>
4747 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__J_rgen_Leibner.html</guid>
4748 <pubDate>Sun, 13 May 2012 20:30:00 +0200</pubDate>
4749 <description>&lt;p&gt;It has been a few busy weeks for me, but I am finally back to
4750 publish another interview with the people behind
4751 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;.
4752 This time it is one of our German developers, who have helped out over the
4753 years to make sure both a lot of major but also a lot of the minor
4754 details get right before release.
4755
4756 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4757
4758 &lt;p&gt;My name is Jürgen Leibner, I&#39;m 49 years old and living in
4759 Bielefeld, a town in northern Germany. I worked nearly 20 years as
4760 certified engineer in the department for plant design and layout of an
4761 international company for machinery and equipment. Since 2011 I&#39;m a
4762 certified technical writer (tekom e.V.) and doing technical
4763 documentations for a steam turbine manufacturer. From April this year
4764 I will manage the department of technical documentation at a
4765 manufacturer of automation and assembly line engineering.&lt;/p&gt;
4766
4767 &lt;p&gt;My first contact with linux was around 1993. Since that time I used
4768 it at work and at home repeatedly but not exclusively as I do now at
4769 home since 2006.&lt;/p&gt;
4770
4771 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4772 project?&lt;/strong&gt;&lt;/p&gt;
4773
4774 &lt;p&gt;Once a day in the early year of 2001 when I wanted to fetch my
4775 daughter from primary school, there was a teacher sitting in the
4776 middle of 20 old computers trying to boot them and he failed. I helped
4777 him to get them booting. That was seen by the school director and she
4778 asked me if I would like to manage that the school gets all that old
4779 computers in use. I answered: &quot;Yes&quot;.&lt;/p&gt;
4780
4781 &lt;p&gt;Some weeks later every of the 10 classrooms had one computer
4782 running Windows98. I began to collect old computers and equipment as
4783 gifts and installed the first computer room with a peer-to-peer
4784 network. I did my work at school without being payed in my spare time
4785 and with a lot of fun. About one year later the school was connected
4786 to Internet and a local area network was installed in the school
4787 building. That was the time to have a server and I knew it must be a
4788 Linux server to be able to fulfil all the wishes of the teachers and
4789 being able to do this in a transparent and economic way, without extra
4790 costs for things like licence and software. So I searched for a
4791 school server system running under Linux and I found a couple of
4792 people nearby who founded &#39;skolelinux.de&#39;. It was the Skolelinux
4793 prerelease 32 I first tried out for being used at the school. I
4794 managed the IT of that school until the municipal authority took over
4795 the IT management and centralised the services for all schools in
4796 Bielefeld in December of 2006.&lt;/p&gt;
4797
4798 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
4799 Edu?&lt;/strong&gt;&lt;/p&gt;
4800
4801 &lt;p&gt;When I&#39;m looking back to the beginning, there were other advantages
4802 for me as today.&lt;/p&gt;
4803
4804 &lt;p&gt;In the past there were advantages like:&lt;/p&gt;
4805
4806 &lt;p&gt;&lt;ul&gt;
4807
4808 &lt;li&gt;I don&#39;t need to buy it so it generates no costs to the school as
4809 they had little money to spent for computers and software.&lt;/li&gt;
4810
4811 &lt;li&gt;It has a licence which grands all rights to use it without
4812 cost.&lt;/li&gt;
4813
4814 &lt;li&gt;It was more able to fit all requirements of a server system for
4815 schools than a Microsoft server system, even if there are only Windows
4816 clients because of it&#39;s preconfigured overall concept of being a
4817 infrastructure solution and community for schools, not only a
4818 server&lt;/li&gt;
4819
4820 &lt;li&gt;I was able to configure the server to the needs of the
4821 school.&lt;/li&gt;
4822
4823 &lt;/ul&gt;&lt;/p&gt;
4824
4825 &lt;p&gt;Today some of the advantages has been lost, changed or new ones
4826 came up in this way:&lt;/p&gt;
4827
4828 &lt;p&gt;&lt;ul&gt;
4829
4830 &lt;li&gt;Most schools here do have money to buy hardware and software
4831 now.&lt;/li&gt;
4832
4833 &lt;li&gt;They are today mostly managed from central IT departments which
4834 have own concepts which often do not fit to Debian Edu concepts
4835 because they are to close to Microsoft ideology.&lt;/li&gt;
4836
4837 &lt;li&gt;With the Squeeze version of Debian Edu which now uses GOsa² for
4838 management I feel more able to manage the daily tasks than with the
4839 interfaces used in the past.&lt;/li&gt;
4840
4841 &lt;li&gt;It is more modular than in the past and fits even better to the
4842 different needs.&lt;/li&gt;
4843
4844 &lt;li&gt;The documentation is usable and gets better every day.&lt;/li&gt;
4845
4846 &lt;li&gt;More people than ever before are using Debian Edu all over the
4847 world and so the community, which is an very important part I think,
4848 is sharing knowledge and minds.&lt;/li&gt;
4849
4850 &lt;li&gt;Most, maybe all, of the technical requirements for schools are
4851 solved today by Debian Edu. &lt;/li&gt;
4852
4853 &lt;/ul&gt;&lt;/p&gt;
4854
4855 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
4856 Edu?&lt;/strong&gt;&lt;/p&gt;
4857
4858 &lt;p&gt;&lt;ul&gt;
4859
4860 &lt;li&gt;There are too few IT companies able to integrate Debian Edu into
4861 their product portfolio for serving schools with concepts or even
4862 whole municipality areas.&lt;/li&gt;
4863
4864 &lt;li&gt;Debian Edu has beside other free and open software projects not
4865 enough lobbyists which promote free and open software to
4866 politicians.&lt;/li&gt;
4867
4868 &lt;li&gt;Technically there are no disadvantages I&#39;m aware of.&lt;/li&gt;
4869
4870 &lt;/ul&gt;&lt;/p&gt;
4871
4872 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
4873
4874 &lt;p&gt;I use Debian stable on my home server and on my little desktop
4875 computer. On my laptop I use Debian testing/sid. The applications I
4876 use on my laptop and my desktop are Open/Libre-office, Iceweasel,
4877 KMail, DigiKam, Amarok, Dolphin, okular and all the other programs I
4878 need from the KDE environment. On console I use newsbeuter, mutt,
4879 screen, irssi and all the other famous and useful tools.&lt;/p&gt;
4880
4881 &lt;p&gt;My home server provides mail services with exim, dovecot, roundcube
4882 and mutt over ssh on the console, file services with samba, NFS,
4883 rsync, web services with apache, moinmoin-wiki, multimedia services
4884 with gallery2 and mediatomb and database services with MySQL for me
4885 and the whole family. I probably forgot something.&lt;/p&gt;
4886
4887 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
4888 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
4889
4890 &lt;p&gt;I believe, we should provide concepts for IT companies to integrate
4891 Debian Edu into their product portfolio with use cases for different
4892 countries and areas all over the world.&lt;/p&gt;
4893 </description>
4894 </item>
4895
4896 <item>
4897 <title>Forskning: &quot;GPL gir lokal frihet og kontroll gjennom omfordeling av makt fra produsent til bruker&quot;</title>
4898 <link>http://people.skolelinux.org/pere/blog/Forskning___GPL_gir_lokal_frihet_og_kontroll_gjennom_omfordeling_av_makt_fra_produsent_til_bruker_.html</link>
4899 <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>
4900 <pubDate>Sun, 15 Apr 2012 13:00:00 +0200</pubDate>
4901 <description>&lt;p&gt;Da jeg googlet etter noe annet kom jeg tilfeldigvis over
4902 &lt;a href=&quot;http://www.duo.uio.no/sok/work.html?WORKID=58309&quot;&gt;en
4903 hovedfagsoppgave&lt;/a&gt; ved Universitetet i Oslo som diskuterer verdien
4904 av GPLs fire friheter for brukerne av IT-systemer. Jeg ble fascinert
4905 over det som presenteres der. Her er sammendraget:&lt;/p&gt;
4906
4907 &lt;p&gt;&lt;blockquote&gt;
4908
4909 &lt;p&gt;Motivasjonen til å skrive denne oppgaven er en personlig undring
4910 over hvorfor det primært, og ofte eksklusivt, fokuseres på det
4911 økonomiske aspektet ved utredninger om fri programvare er et godt valg
4912 for det offentlige. Fri og produsenteid programvare bygger på
4913 fundamentalt forskjellige ideologier som kan ha implikasjoner utover
4914 økonomiske kostnader. Kunnskapskulturen som er med på å definere fri
4915 programvare er basert på åpenhet, og er en verdi i seg selv.&lt;/p&gt;
4916
4917 &lt;p&gt;Oppgavens tema er programvarelisensen GPL og frihet. GPL-lisensiert
4918 programvare gir visse friheter i forhold til produsenteid
4919 programvare. Mitt spørsmål er om, og eventuelt i hvilken utstrekning,
4920 disse frihetene blir benyttet av ulike brukere og hvordan de
4921 manifesterer seg for disse brukerne. Sentrale spørsmål i oppgaven
4922 er:&lt;/p&gt;
4923
4924 &lt;ul&gt;
4925 &lt;li&gt;Hvordan fordeles handlekraft gjennom lisensieringen av programvaren?&lt;/li&gt;
4926 &lt;li&gt;Hvilke konsekvenser har programvarelisensen for de ulike brukere? &lt;/li&gt;
4927 &lt;/ul&gt;
4928
4929 &lt;p&gt;Fri programvare gir blant annet brukeren mulighet til å studere og
4930 modifisere kildekoden. Denne formen for frihet erverves gjennom
4931 kunnskap og krever at brukeren også er en ekspert. Hva skjer med
4932 frihetene til GPL når sluttbrukeren er en annen? Dette diskuteres i
4933 dialog med informantene.&lt;/p&gt;
4934
4935 &lt;p&gt;Jeg har i denne oppgaven samlet inn intervjudata fra IKT-ansvarlige
4936 ved grunnskolene i Nittedal kommune, driftsansvarlig og IKT-veilederen
4937 for skolene i kommunen, samt IKT-koordinator for utdanning i Akershus
4938 fylkeskommune og bokmåloversettere av OpenOffice.org. Den empiriske
4939 delen av oppgaven er delt inn i to seksjoner; den første omhandler
4940 operativsystemet Skolelinux, den andre kontorprogrampakken
4941 OpenOffice.org.&lt;/p&gt;
4942
4943 &lt;p&gt;Som vi vil se gir GPL lokal frihet og kontroll gjennom omfordeling
4944 av makt fra produsent til bruker. Brukerens makt analyseres gjennom
4945 begrepene brukermedvirkning og handlingsfrihet. Det blir også lagt
4946 vekt på strukturelle forhold rundt bruken av teknologi, og spesielt de
4947 økonomiske begrepene nettverkseksternaliteter, innlåsing og
4948 stiavhengighet. Dette er begreper av spesiell nytte når objektet som
4949 omsettes eller distribueres er et kommunikasjonsprodukt, fordi verdien
4950 til et slikt gode for en potensiell bruker avhenger av antall
4951 eksisterende brukere av godet. I tilknytning til denne problematikken
4952 inneholder oppgaven også en diskusjon rundt åpne standarder og
4953 formater.&lt;/p&gt;
4954
4955 &lt;p&gt;Oppgaven konkluderer med at de «fire frihetene» som GPL-lisensen er
4956 laget for å beskytte er av avgjørende betydning for bruken av
4957 OpenOffice.org og Skolelinux, i Akershus fylkeskommune såvel som i
4958 skolene i Nittedal. Distribusjonen av handlekraft er ikke helt
4959 symmetrisk. Det er først og fremst de profesjonelle utviklerne i
4960 Skolelinux som direkte kan nyttiggjøre seg friheten til å endre kode,
4961 mens en sluttbruker som Nittedal kommune nyttiggjør seg den økonomiske
4962 friheten til å kunne distribuere programmene. Det er imidlertid også
4963 slik at ingen aktør klarer seg uten alle disse «frihetene».&lt;/p&gt;
4964 &lt;/blockquote&gt;&lt;/p&gt;
4965
4966 &lt;p&gt;Jeg fant også en masteroppgave fra 2006, men der ligger ikke
4967 komplett oppgave tilgjengelig. På tide å holde et øye med
4968 &lt;a href=&quot;http://www.duo.uio.no/sok/search.html?q=skolelinux&quot;&gt;Skolelinux-søket&lt;/a&gt;
4969 til DUO...&lt;/p&gt;
4970
4971 </description>
4972 </item>
4973
4974 <item>
4975 <title>Debian Edu interview: Andreas Mundt</title>
4976 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</link>
4977 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Andreas_Mundt.html</guid>
4978 <pubDate>Sun, 15 Apr 2012 12:10:00 +0200</pubDate>
4979 <description>&lt;p&gt;Behind &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
4980 Skolelinux&lt;/a&gt; there are a lot of people doing the hard work of
4981 setting together all the pieces. This time I present to you Andreas
4982 Mundt, who have been part of the technical development team several
4983 years. He was also a key contributor in getting GOsa and Kerberos set
4984 up in the recently released
4985 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
4986 Edu Squeeze&lt;/a&gt; version.&lt;/p&gt;
4987
4988 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
4989
4990 &lt;p&gt;My name is Andreas Mundt, I grew up in south Germany. After
4991 studying Physics I spent several years at university doing research in
4992 Quantum Optics. After that I worked some years in an optics company.
4993 Finally I decided to turn over a new leaf in my life and started
4994 teaching 10 to 19 years old kids at school. I teach math, physics,
4995 information technology and science/technology.&lt;/p&gt;
4996
4997 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
4998 project?&lt;/strong&gt;&lt;/p&gt;
4999
5000 &lt;p&gt;Already before I switched to teaching, I followed the Debian Edu
5001 project because of my interest in education and Debian. Within the
5002 qualification/training period for the teaching, I started
5003 contributing.&lt;/p&gt;
5004
5005 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5006 Edu?&lt;/strong&gt;&lt;/p&gt;
5007
5008 &lt;p&gt;The advantages of Debian Edu are the well known name, the
5009 out-of-the-box philosophy and of course the great free software of the
5010 Debian Project!&lt;/p&gt;
5011
5012 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5013 Edu?&lt;/strong&gt;&lt;/p&gt;
5014
5015 &lt;p&gt;As every coin has two sides, the out-of-the-box philosophy has its
5016 downside, too. In my opinion, it is hard to modify and tweak the
5017 setup, if you need or want that. Further more, it is not easily
5018 possible to upgrade the system to a new release. It takes much too
5019 long after a Debian release to prepare the -Edu release, perhaps
5020 because the number of developers working on the core of the code is
5021 rather small and often busy elsewhere.&lt;/p&gt;
5022
5023 &lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/DebianLAN&quot;&gt;Debian LAN&lt;/a&gt;
5024 project might fill the use case of a more flexible system.&lt;/p&gt;
5025
5026 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5027
5028 &lt;p&gt;I am only using non-free software if I am forced to and run Debian
5029 on all my machines. For documents I prefer LaTeX and PGF/TikZ, then
5030 mutt and iceweasel for email respectively web browsing. At school I
5031 have Arduino and Fritzing in use for a micro controller project.&lt;/p&gt;
5032
5033 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5034 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5035
5036 &lt;p&gt;One of the major problems is the vendor lock-in from top to bottom:
5037 Especially in combination with ignorant government employees and
5038 politicians, this works out great for the &quot;market-leader&quot;. The school
5039 administration here in Baden-Wuerttemberg is occupied by that vendor.
5040 Documents have to be prepared in non-free, proprietary formats. Even
5041 free browsers do not work for the school administration. Publishers
5042 of school books provide software only for proprietary platforms.&lt;/p&gt;
5043
5044 &lt;p&gt;To change this, political work is very important. Parts of the
5045 political spectrum have become aware of the problem in the last years.
5046 However it takes quite some time and courageous politicians to &#39;free&#39;
5047 the system. There is currently some discussion about &quot;Open Data&quot; and
5048 &quot;Free/Open Standards&quot;. I am not sure if all the involved parties have
5049 a clue about the potential of these ideas, and probably only a
5050 fraction takes them seriously. However it might slowly make free
5051 software and the philosophy behind it more known and popular.&lt;/p&gt;
5052 </description>
5053 </item>
5054
5055 <item>
5056 <title>Debian Edu interview: Justin B. Rye</title>
5057 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</link>
5058 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Justin_B__Rye.html</guid>
5059 <pubDate>Sun, 8 Apr 2012 10:50:00 +0200</pubDate>
5060 <description>&lt;p&gt;It take all kind of contributions to create a Linux distribution
5061 like &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;,
5062 and this time I lend the ear to Justin B. Rye, who is listed as a big
5063 contributor to the
5064 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;Debian
5065 Edu Squeeze release manual&lt;/a&gt;.
5066
5067 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5068
5069 &lt;p&gt;I&#39;m a 44-year-old linguistics graduate living in Edinburgh who has
5070 occasionally been employed as a sysadmin.&lt;/p&gt;
5071
5072 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5073 project?&lt;/strong&gt;&lt;/p&gt;
5074
5075 &lt;p&gt;I&#39;m neither a developer nor a Skolelinux/Debian Edu user! The only
5076 reason my name&#39;s in the credits for the documentation is that I hang
5077 around on debian-l10n-english waiting for people to mention things
5078 they&#39;d like a native English speaker to proofread... So I did a sweep
5079 through the wiki for typos and Norglish and inconsistent spellings of
5080 &quot;localisation&quot;.&lt;/p&gt;
5081
5082 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5083 Edu?&lt;/strong&gt;&lt;/p&gt;
5084
5085 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5086 Edu?&lt;/strong&gt;&lt;/p&gt;
5087
5088 &lt;p&gt;These questions are too hard for me - I don&#39;t use it! In fact I
5089 had hardly any contact with I.T. until long after I&#39;d got out of the
5090 education system.&lt;/p&gt;
5091
5092 &lt;p&gt;I can tell you the advantages of Debian for me though: it soaks up
5093 as much of my free time as I want and no more, and lets me do
5094 everything I want a computer for without ever forcing me to spend
5095 money on the latest hardware.&lt;/p&gt;
5096
5097 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5098
5099 &lt;p&gt;I&#39;ve been using Debian since Rex; popularity-contest says the
5100 software that I use most is xinit, xterm, and xulrunner (in other
5101 words, I use a distinctly retro sort of desktop).&lt;/p&gt;
5102
5103 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5104 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5105
5106 &lt;p&gt;Well, I don&#39;t know. I suppose I&#39;d be inclined to try reasoning
5107 with the people who make the decisions, but obviously if that worked
5108 you would hardly need a strategy.&lt;/p&gt;
5109 </description>
5110 </item>
5111
5112 <item>
5113 <title>Why the KDE menu is slow when /usr/ is NFS mounted - and a workaround</title>
5114 <link>http://people.skolelinux.org/pere/blog/Why_the_KDE_menu_is_slow_when__usr__is_NFS_mounted___and_a_workaround.html</link>
5115 <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>
5116 <pubDate>Fri, 6 Apr 2012 22:40:00 +0200</pubDate>
5117 <description>&lt;p&gt;Recently I have spent time with
5118 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; on speeding
5119 up a &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
5120 Lenny installation using LTSP diskless workstations, and in the
5121 process I discovered something very surprising. The reason the KDE
5122 menu was responding slow when using it for the first time, was mostly
5123 due to the way KDE find application icons. I discovered that showing
5124 the Multimedia menu would cause more than 20 000 IP packages to be
5125 passed between the LTSP client and the NFS server. Most of these were
5126
5127 NFS LOOKUP calls, resulting in a NFS3ERR_NOENT response. Because the
5128 ping times between the client and the server were in the range 2-20
5129 ms, the menus would be very slow. Looking at the strace of kicker in
5130 Lenny (or plasma-desktop i Squeeze - same problem there), I see that
5131 the source of these NFS calls are access(2) system calls for
5132 non-existing files. KDE can do hundreds of access(2) calls to find
5133 one icon file. In my example, just finding the mplayer icon required
5134 around 230 access(2) calls.&lt;/p&gt;
5135
5136 &lt;p&gt;The KDE code seem to search for icons using a list of icon
5137 directories, and the list of possible directories is large. In
5138 (almost) each directory, it look for files ending in .png, .svgz, .svg
5139 and .xpm. The result is a very slow KDE menu when /usr/ is NFS
5140 mounted. Showing a single sub menu may result in thousands of NFS
5141 requests. I am not the first one to discover this. I found a
5142 &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=211416&quot;&gt;KDE bug report
5143 from 2009&lt;/a&gt; about this problem, and it is still unsolved.&lt;/p&gt;
5144
5145 &lt;p&gt;My solution to speed up the KDE menu was to create a package
5146 kde-icon-cache that upon installation will look at all .desktop files
5147 used to generate the KDE menu, find their icons, search the icon paths
5148 for the file that KDE will end up finding at run time, and copying the
5149 icon file to /var/lib/kde-icon-cache/. Finally, I add symlinks to
5150 these icon files in one of the first directories where KDE will look
5151 for them. This cut down the number of file accesses required to find
5152 one icon from several hundred to less than 5, and make the KDE menu
5153 almost instantaneous. I&#39;m not quite sure where to make the package
5154 publicly available, so for now it is only available on request.&lt;/p&gt;
5155
5156 &lt;p&gt;The bug report mention that this do not only affect the KDE menu
5157 and icon handling, but also the login process. Not quite sure how to
5158 speed up that part without replacing NFS with for example NBD, and
5159 that is not really an option at the moment.&lt;/p&gt;
5160
5161 &lt;p&gt;If you got feedback on this issue, please let us know on debian-edu
5162 (at) lists.debian.org.&lt;/p&gt;
5163 </description>
5164 </item>
5165
5166 <item>
5167 <title>Debian Edu in the Linux Weekly News</title>
5168 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</link>
5169 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_in_the_Linux_Weekly_News.html</guid>
5170 <pubDate>Thu, 5 Apr 2012 08:00:00 +0200</pubDate>
5171 <description>&lt;p&gt;About two weeks ago, I was interviewed via email about
5172 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt; by
5173 Bruce Byfield in Linux Weekly News. The result was made public for
5174 non-subscribers today. I am pleased to see liked our Linux solution
5175 for schools. Check out his article
5176 &lt;a href=&quot;https://lwn.net/Articles/488805/&quot;&gt;Debian Edu/Skolelinux: A
5177 distribution for education&lt;/a&gt; if you want to learn more.&lt;/p&gt;
5178 </description>
5179 </item>
5180
5181 <item>
5182 <title>Debian Edu interview: Wolfgang Schweer</title>
5183 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</link>
5184 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Wolfgang_Schweer.html</guid>
5185 <pubDate>Sun, 1 Apr 2012 23:00:00 +0200</pubDate>
5186 <description>&lt;p&gt;Germany is a core area for the
5187 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and Skolelinux&lt;/a&gt;
5188 user community, and this time I managed to get hold of Wolfgang
5189 Schweer, a valuable contributor to the project from Germany.
5190
5191 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5192
5193 &lt;p&gt;I&#39;ve studied Mathematics at the university &#39;Ruhr-Universität&#39; in
5194 Bochum, Germany. Since 1981 I&#39;m working as a teacher at the school
5195 &quot;&lt;a href=&quot;http://www.westfalenkolleg-dortmund.de/&quot;&gt;Westfalen-Kolleg
5196 Dortmund&lt;/a&gt;&quot;, a second chance school. Here, young adults is given
5197 the opportunity to get further education in order to do the school
5198 examination &#39;Abitur&#39;, which will allow to study at a university. This
5199 second chance is of value for those who want a better job perspective
5200 or failed to get a higher school examination being teens.&lt;/p&gt;
5201
5202 &lt;p&gt;Besides teaching I was involved in developing online courses for a
5203 blended learning project called &#39;abitur-online.nrw&#39; and in some other
5204 information technology related projects. For about ten years I&#39;ve been
5205 teacher and coordinator for the &#39;abitur-online&#39; project at my
5206 school. Being now in my early sixties, I&#39;ve decided to leave school at
5207 the end of April this year.&lt;/p&gt;
5208
5209 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5210 project?&lt;/strong&gt;&lt;/p&gt;
5211
5212 &lt;p&gt;The first information about Skolelinux must have come to my
5213 attention years ago and somehow related to LTSP (Linux Terminal Server
5214 Project). At school, we had set up a network at the beginning of 1997
5215 using Suse Linux on the desktop, replacing a Novell network. Since
5216 2002, we used old machines from the city council of Dortmund as thin
5217 clients (LTSP, later Ubuntu/Lessdisks) cause new hardware was out of
5218 reach. At home I&#39;m using Debian since years and - subscribed to the
5219 Debian news letter - heard from time to time about Skolelinux. About
5220 two years ago I proposed to replace the (somehow undocumented and only
5221 known to me) system at school by a well known Debian based system:
5222 Skolelinux.&lt;/p&gt;
5223
5224 &lt;p&gt;Students and teachers appreciated the new system because of a
5225 better look and feel and an enhanced access to local media on thin
5226 clients. The possibility to alter and/or reset passwords using a GUI
5227 was welcomed, too. Being able to do administrative tasks using a GUI
5228 and to easily set up workstations using PXE was of very high value for
5229 the admin teachers.&lt;/p&gt;
5230
5231 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5232 Edu?&lt;/strong&gt;&lt;/p&gt;
5233
5234 &lt;p&gt;It&#39;s open source, easy to set up, stable and flexible due to it&#39;s
5235 Debian base. It integrates LTSP out-of-the-box. And it is documented!
5236 So it was a perfect choice.&lt;/p&gt;
5237
5238 &lt;p&gt;Being open source, there are no license problems and so it&#39;s
5239 possible to point teachers and students to programs like
5240 OpenOffice.org, ViewYourMind (mind mapping) and The Gimp. It&#39;s of
5241 high value to be able to adapt parts of the system to special needs of
5242 a school and to choose where to get support for this.&lt;/p&gt;
5243
5244 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5245 Edu?&lt;/strong&gt;&lt;/p&gt;
5246
5247 &lt;p&gt;Nothing yet.&lt;/p&gt;
5248
5249 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5250
5251 &lt;p&gt;At home (Debian Sid with Gnome Desktop): Iceweasel, LibreOffice,
5252 Mutt, Gedit, Document Viewer, Midnight Commander, flpsed (PDF
5253 Annotator). At school (Skolelinux Lenny): Iceweasel, Gedit,
5254 LibreOffice.&lt;/p&gt;
5255
5256 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5257 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5258
5259 &lt;p&gt;Some time ago I thought it was enough to tell people about it. But
5260 that doesn&#39;t seem to work quite well. Now I concentrate on those more
5261 interested and hope to get multiplicators that way.&lt;/p&gt;
5262 </description>
5263 </item>
5264
5265 <item>
5266 <title>Linux-skoler har høyere PC-tetthet enn landsgjennomsnittet - pressemelding fra FRiSK</title>
5267 <link>http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</link>
5268 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Linux_skoler_har_h_yere_PC_tetthet_enn_landsgjennomsnittet___pressemelding_fra_FRiSK.html</guid>
5269 <pubDate>Fri, 30 Mar 2012 19:30:00 +0200</pubDate>
5270 <description>&lt;p&gt;I dag har &lt;a href=&quot;http://www.friprogramvareiskolen.no&quot;&gt;FRiSK&lt;/a&gt;
5271 sendt ut følgende pressemelding basert på mine beregninger av
5272 PC-tetthet på Linux-skoler:&lt;/p&gt;
5273
5274 &lt;p&gt;&lt;strong&gt;Linux-skoler har høyere PC-tetthet enn
5275 landsgjennomsnittet&lt;/strong&gt;&lt;/p&gt;
5276
5277 &lt;p&gt;Oslo, 30 Mars 2012&lt;/p&gt;
5278
5279 &lt;p&gt;Det er store forskjeller på skolenes digitale tilstand, viser
5280 undersøkelsen Monitor 2011 som er laget på oppdrag fra
5281 Kunnskapsdepartementet. Dette har ført til debatt om PC-tilgangen i
5282 skolen, og om de med Linux i skolen gjør det bedre bedre eller
5283 dårligere enn snittet i landet.&lt;/p&gt;
5284
5285 &lt;p&gt;Nå har vi tallene. Skoler med Linux har 36% større PC-tetthet en
5286 landsgjennomsnittet. På spørsmål hvorfor skoler med Linux har større
5287 PC-tetthet, observerer Paul Reidar Løsnesløkken som er IKT-konsulent i
5288 Nord-Odal:&lt;/p&gt;
5289
5290 &lt;p&gt;&lt;blockquote&gt;&quot;Vi erfarer at klienter med Skolelinux har god funksjon
5291 til de er 8 til 10 år gamle. Dette er omtrent dobbelt så lenge som
5292 andre løsninger, og skolene får mer datautstyr for
5293 pengene.&quot;&lt;/blockquote&gt;&lt;/p&gt;
5294
5295 &lt;p&gt;Undersøkelsen baserer seg på 56 skoler som har gjort det offentlig
5296 at de kjører Skolelinux eller annen Linux-utgave. De kan også ha PC-er
5297 med Windows i skolenettet. Når en sammenligner PC-tetthetene på
5298 skolene i kommunene Flora, Harstad, Kongsvinger, Narvik, Nittedal,
5299 Nord-Odal og Randaberg, er det i snitt 2,28 elev pr. PC på skolene med
5300 Linux. På landsbasis er det 3.11 elev per PC i grunnskolen, i følge
5301 side 95 i Monitor-rapporten for 2011. Målingen viser dermed 36% større
5302 PC-tetthet i skoler med Linux.&lt;/p&gt;
5303
5304 &lt;p&gt;&lt;strong&gt;Om Skolelinux/Debian Edu&lt;/strong&gt;&lt;/p&gt;
5305
5306 &lt;p&gt;Skolelinux har til hensikt å gi alle barn full tilgang til
5307 skoleaktuelle dataprogram på sitt eget morsmål. Derfor følger det med
5308 godt over 100 skoleaktuelle programmene laget for læring. De fleste
5309 programmene er oversatt til over 50 språk. Elevene skal også kunne
5310 studere alle sider av dataprogrammene. Derfor følger også kildekode
5311 med. Elever med interesse kan lære av eksperter som har laget
5312 systemet. Dette med enkelt programmering i læreprogram som KTurtle,
5313 til profesjonelle verktøy som Qt Creator eller Java.&lt;/p&gt;
5314
5315 &lt;p&gt;Skolelinux er laget for sentralisert drift, der alt teknisk
5316 administrasjon av alle skolene kan gjøres sentralt fra kommunehuset
5317 eller sentralt i en region. F.eks. drifter to-tre personer 70.000
5318 skoledatamaskiner på 200 skoler i delstaten Extremadura i
5319 Spania. Etter velykket bruk av Debian Edu i skolen, legger delstaten
5320 over til Debian på 40.000 datamaskiner i administrasjonen. Det er idag
5321 mange selskap som tilbyr profesjonell støtte til innføring og drift i
5322 Norge og verden.&lt;/p&gt;
5323
5324 &lt;p&gt;&lt;strong&gt;Om FRiSK&lt;/strong&gt;&lt;/p&gt;
5325
5326 &lt;p&gt;Medlemsforeningen Fri Programvare i Skolen organiserer
5327 dugnadsprosjektet som står bak Skolelinux.&lt;/p&gt;
5328
5329 &lt;p&gt;&lt;strong&gt;Kontaktperson&lt;/strong&gt;&lt;/p&gt;
5330
5331 &lt;p&gt;Knut Yrvin&lt;/p&gt;
5332
5333 &lt;p&gt;Leder av Fri Programvare i Skolen (FRISK)&lt;/p&gt;
5334
5335 &lt;p&gt;Epost: knuty at skolelinux.no
5336 &lt;br&gt;Mobil: +47 93 479 561&lt;/p&gt;
5337
5338 &lt;p&gt;&lt;strong&gt;Referanser&lt;/strong&gt;&lt;/p&gt;
5339
5340 &lt;p&gt;&lt;ul&gt;
5341
5342 &lt;li&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;http://www.skolelinux.org/&lt;/a&gt;&lt;/li&gt;
5343 &lt;li&gt;&lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;http://www.friprogramvareiskolen.no/&lt;/a&gt;&lt;/li&gt;
5344 &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;
5345 &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;
5346 &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;
5347 &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;
5348 &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;
5349
5350 &lt;/ul&gt;&lt;/p&gt;
5351 </description>
5352 </item>
5353
5354 <item>
5355 <title>Skolelinux-intervju: Roy-Arne Myhre</title>
5356 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</link>
5357 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Roy_Arne_Myhre.html</guid>
5358 <pubDate>Wed, 28 Mar 2012 15:15:00 +0200</pubDate>
5359 <description>&lt;p&gt;I serien med intervjuer av folk i
5360 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi
5361 denne gangen høre fra en IKT-ansvarlig som har brukt Skolelinux i
5362 mange år, og vært storfornøyd med erfaringene så langt.&lt;/p&gt;
5363
5364 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5365
5366 &lt;p&gt;Mitt navn er Roy-Arne Myhre og jeg er 42 år. Jeg er ansatt hos
5367 &lt;a href=&quot;http://www.sandskole.no/&quot;&gt;Sand skole&lt;/a&gt; (Balsfjord kommune)
5368 og har stort sett vært det siden 1990. Jeg er IKT ansvarlig ved
5369 skolen i 40% stilling – 10% undervisning – musikk.&lt;/p&gt;
5370
5371 &lt;p&gt;Ved skolen er det ca 100 elever og ca 18 lærere + 4 assistenter i
5372 hele og delte stillinger. Alle lærerne har bærbar PC (dessverre med
5373 Win Vista) – assistenter har tilgang til egne. Vi benytter Fronter i
5374 det daglige arbeidet. Vi har ca 90 elevmaskiner som fungerer til
5375 daglig opp mot Linux server (XFCE) som driftes av
5376 &lt;a href=&quot;http://www.bzz.no/&quot;&gt;BzzWare AS&lt;/a&gt; via nett. Maskinparken
5377 består kun av brukt utstyr for elevene – og noe av dette begynner å
5378 bli vel gammelt selv som halvtykke klienter.&lt;/p&gt;
5379
5380 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med
5381 Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5382
5383 &lt;p&gt;Vi kom første gang i kontakt med Skolelinux rundt 1997. Den gang
5384 var det oppstart-disketter i hver maskin, ikke mulighet for lyd og
5385 video, gamle nettverkskort og mye plundring. Vi hadde en ihuga
5386 forelder med som pådriver, forsker og inspirator for hele opplegget.
5387 Selv ante jeg knapt at Skolelinux fantes, men han var av den
5388 utforskende typen, og fikk både meg og skolelederen i trua på at dette
5389 var ting som kunne fungere. Etter dette har det gått gradvis
5390 framover; flere maskiner er hentet inn gjennom bl.a
5391 &lt;a href=&quot;http://www.greentech.no/&quot;&gt;Greentech&lt;/a&gt; og utrangert utstyr
5392 fra høgskole / Avinor og private givere. Når maskinene ble for trege
5393 for nye Windows-versjoner, sto vi klare til å putte dem i nettverket
5394 vårt. Dette betyr at vi i dag har 1:1 dekning av maskiner på
5395 ungdomstrinnet og bedre enn 1:2 på barnetrinnet. Dette er vi veldig
5396 fornøyd med, og vi kan ikke se for oss hverdagen som ville vært
5397 alternativet ved bruk av Windows med sine lisenser pr. Bruker/maskin.
5398 Da ville vi nok vært tilbake til 1-2 maskiner pr klasserom med de
5399 negative konsekvenser det ville hatt for undervisningsformene våre. Vi
5400 kan ha en hel klasse i prosjektjobbing eller individuell jobbing
5401 samtidig – vi kan avholde tentamen og eksamen uten
5402 logistikkproblemer.&lt;/p&gt;
5403
5404 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5405
5406 Hvor skal jeg begynne... Stabiliteten er et nøkkelord - det bare
5407 virker. Har du først fått en server med Skolelinux opp og gå, så må
5408 det en maskinarefeil eller sabotasje til for å stoppe den. Det at man
5409 kan bruke eldre maskiner som normalt sett ville gått på dynga, er også
5410 glimrende - billig for skoler med dårlig økonomi og bra for miljøet
5411 siden vi gjenbruker utstyr i stedet for å skaffe nytt. Vi ville aldri
5412 hatt mulighet til å operere med det maskinantallet vi har pr i dag
5413 hvis det ikke var for Skolelinux - så tilgjengelighet er et annet
5414 nøkkelord. Et tredje moment er sikkerhet og brukertilgang. Alle
5415 brukerer opererer med egne brukernavn og passord, samt egne
5416 brukerområder som kan tilpasses for både enbrukertilgang og for
5417 samarbeid med andre.
5418
5419 Elever har godt av å se at det finnes andre alternativer enn de som
5420 storindustrien selger på lisensbasis - på den måten trenes de opp til
5421 å se flere muligheter og å foreta valg ut fra flere opsjoner.
5422
5423 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5424
5425 &lt;p&gt;Ulempene med Skolelinux er nok utbredelsen og mangelen på kjennskap
5426 til dette i skolenorge. De som skal ta økonomiske avgjørelser rynker
5427 på nesen og vil gå for det kjente og «sikre» selv om det koster mye
5428 mer. Man får rett og slett litt hetta av å ikke kunne noe – og unngår
5429 dette for enhver pris.&lt;/p&gt;
5430
5431 &lt;p&gt;I tillegg er mye av linux-systemet administrert av tekstkommandoer
5432 og er lite intuitiv/visuell for oss som ikke er «inne i»
5433 kildekodene». Så problemet er nok mye godt at de som
5434 utarbeider/drifter Skolelinux ikke helt klarer å sette seg ned på
5435 skoleadministratorens nivå når det gjelder problemer og
5436 utfordringer. Men dette er nok en utfordring alle administratorer
5437 sliter med uansett OS.&lt;/p&gt;
5438
5439 &lt;p&gt;Derfor har vi valgt å støtte oss til BzzWare AS for assistanse i
5440 drifta slik at jeg har kunnet konsentrere meg mer om kabling, skifting
5441 av komponenter, veiledning av lærere og elever, vedlikehold av
5442 skrivere og annen daglig drift.&lt;/p&gt;
5443
5444 &lt;p&gt;Elevene mestrer Skolelinux helt fint. Så lenge Internett
5445 (Iceweasel) og Libreoffice (Openoffice) fungerer er 90% av
5446 skolehverdagen velfungerende. I tillegg brukes jo en del av den
5447 pedagogiske programpakken bla. i forhold til matematikk og geografi,
5448 men det er såpass mye bra på nett om dagen, så disse programmene er
5449 mer som krydder å regne.&lt;/p&gt;
5450
5451 &lt;p&gt;Jeg skulle ønske neste versjon av Skolelinux kunne komme litt
5452 mindre stappet med programmer, for halvparten blir aldri brukt, eller
5453 fungerer ikke uansett. Hva med et pedagogisk panel av lærere/IKT
5454 ansvarlige som kunne sagt: disse programmene skal være standard, så
5455 får resten være slike man kan legge til ved behov – det kan lett bli
5456 en jungel å bevege seg i.&lt;/p&gt;
5457
5458 &lt;p&gt;Jeg ønsker meg også en mer grafisk versjon av
5459 &lt;a href=&quot;http://bzz.no/lwat/trac/trac.cgi&quot;&gt;Lwat&lt;/a&gt; hvor man kan krysse
5460 ut de som f.eks ikke skal ha internett-tilgang en dag pga
5461 eksamen/tentamen, samt en noe enklere brannmurløsning hvor man kan
5462 stenge for en del (få) sider på en enkel måte. Jeg liker godt
5463 Skolelinux sin ideologi om at filteret skal trenes i hodet på eleven –
5464 men av og til skulle jeg ønske at f.eks Facebook og Youtube kunne vært
5465 koblet vekk en periode for å få bedre utnyttelse av tid og
5466 ressurser. Disse to nettstedene er nok mye av årsaken til at mange
5467 lærere holder igjen databruken noe mer enn man kunne ønske.&lt;/p&gt;
5468
5469 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5470
5471 Jeg benytter nesten bare fri programvare til daglig. LibreOffice,
5472 Iceweasel (Firefox), Thunderbird til e-post og Gimp til
5473 bildebehandling. Vi har PHP-Nuke-oppsatt hjemmeside. Det eneste som
5474 jeg ikke har fått helt til enda er videoredigering - her må man vel
5475 innrømme at Mac er hakket over, men da er vi igjen over på å se hva
5476 som egner seg best, og ta valg ut fra det. Folk flest lever i
5477 villfarelsen om at regneark HETER Excel og tekstbehandling HETER
5478 Word. Dette er en misforståelse som jeg bruker mye energi på å
5479 diskutere og &quot;åpne sinn&quot; på Microsoft-slaver. Dessverre er det mange
5480 IKT-ansvarlige som også har låst seg på at det eneste saliggjørende er
5481 Bill G sine produkter.
5482
5483 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5484 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5485
5486 &lt;p&gt;For å komme lenger i utbredelsen av Skolelinux tror jeg det må mer
5487 fram i nasjonale medier, samt komme bedre fram hva økonomien i dette
5488 valget vil være – samt mulighetene. Fri programvare er en berikelse og
5489 gjør oss i stand til å utføre arbeidet i skolen uten å måtte legge
5490 igjen tusener på tusener i Bill Gates lomme.. Få ETT nettsted med
5491 forståelig veiledning av installasjon/oppgradering og ETT forum med
5492 konkrete feilrettinger og problemer, så tror jeg vi kunne kommet et
5493 par skritt framover. Ellers tror jeg bare at ildsjelene må fortsette å
5494 skinne – kanskje flere enn oss følger etter på veien.&lt;/p&gt;
5495 </description>
5496 </item>
5497
5498 <item>
5499 <title>Debian Edu screencast: Checking email with kmail using Kerberos authentication</title>
5500 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</link>
5501 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Checking_email_with_kmail_using_Kerberos_authentication.html</guid>
5502 <pubDate>Sun, 25 Mar 2012 10:00:00 +0200</pubDate>
5503 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
5504
5505 &lt;p&gt;The same Debian Edu developer that did the last screen cast I
5506 published, Wolfgang Schweer, has created a new screen cast showing how
5507 to set up Kmail in Debian Edu Squeze to authenticate using Kerberos,
5508 allowing users to check their local email account without providing
5509 any password. The video is embedded here in quarter size,
5510 and also available from &lt;a href=&quot;https://vimeo.com/38601767&quot;&gt;vimeo&lt;/a&gt;
5511 and download as a
5512 &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
5513 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
5514
5515 &lt;p&gt;&lt;video id=&quot;kmail-kerberos-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
5516 &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;
5517 &lt;p&gt;Download video as
5518 &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;
5519 &lt;/video&gt;&lt;/p&gt;
5520 </description>
5521 </item>
5522
5523 <item>
5524 <title>Større PC-tetthet i skolen med Skolelinux?</title>
5525 <link>http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</link>
5526 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/St_rre_PC_tetthet_i_skolen_med_Skolelinux_.html</guid>
5527 <pubDate>Mon, 19 Mar 2012 23:25:00 +0100</pubDate>
5528 <description>&lt;p&gt;Den siste uka har det vært en del skriverier om hvor store
5529 forskjeller det er mellom skolene når det gjelder digital kompetanse.
5530 Et eksempel er
5531 &lt;a href=&quot;http://www.digi.no/891660/bekymret-for-it-i-skolen&quot;&gt;oppslaget
5532 i Digi&lt;/a&gt;. Diskusjonen fikk meg til å bli litt nysgjerrig på om
5533 Linux-skoler har større PC-tettet enn snittet i landet. Grunnlaget
5534 for diskusjonen har vært undersøkelsen
5535 &lt;a href=&quot;https://iktsenteret.no/ressurser/monitor-2011-skolens-digitale-tilstand&quot;&gt;Monitor
5536 2011&lt;/a&gt;, som bruker informasjon fra
5537 &lt;a href=&quot;https://www.wis.no/gsi&quot;&gt;Grunnskolens Informasjonssystem&lt;/a&gt;
5538 (GSI). GSI-data kan lastes ned fra web og jeg lastet ned en Excel-fil
5539 (intet åpen standard-valg tilgjengelig) med navn på alle skoler,
5540 hvilke kommune de befinner seg i og hvor mange elever pr. elev-PC de
5541 har rapportert inn. For å få en ide om svaret trenger jeg deretter å
5542 vite hvilke skoler i landet som bruker Linux, slik at jeg kan slå dem
5543 opp i GSI og finne ut hvor stor PC-tetthet de har.&lt;/p&gt;
5544
5545 &lt;p&gt;Jeg vet om skoler i Balsfjord, Flora, Harstad, Kongsvinger, Narvik,
5546 Nittedal, Nord-Odal, Randaberg og Sunndal som bruker Skolelinux eller
5547 andre Linux-varianter. Jeg tror det er flere enn de 56 skolene jeg
5548 har klart å identifisere de siste dagene, men har ikke klart å få det
5549 bekreftet med offentlige kilder.&lt;/p&gt;
5550
5551 &lt;p&gt;Monitor 2011-rapporteres side 95 forteller at det &quot;ifølge GSI
5552 (20120-2011) er det 3,11 elever per datamaskin når vi tar med alle
5553 grunnskoler (1.-10.trinn)&quot;. For de 56 Linux-skolene jeg har klart å
5554 koble mot informasjon i GSI er det 2,28 elever per elevdatamaskin,
5555 hvilket betyr at det er 36% høyere PC-tetthet på Linux-skoler enn
5556 landsgjennomsnittet. Linux-skolen med høyest tettet blant de jeg har
5557 notert -skole er Flora ungdomsskule i Flora kommune med 0.82 elev
5558 pr. PC (482 elever, 588 elevdatamaskiner).&lt;/p&gt;
5559
5560 &lt;p&gt;Skolelinux gir datamaskiner lengre levetid, og en kan dermed få
5561 flere operative datamaskiner for samme budsjett, i tillegg til en
5562 rekke andre fordeler. Kan det være forklaringen på forskjellen?&lt;/p&gt;
5563
5564 &lt;p&gt;Tallene må tas med en liten klype, da GSI ser ut til å ha endel
5565 feilføringer. Jeg synes i hvert fall en skole med 423 elever og 9
5566 elevmaskiner ser mistenkelig ut. Eller en skole med 346 elever, 0
5567 elevmaskiner, som er et annet ekstremt eksempel jeg fant.&lt;/p&gt;
5568
5569 &lt;p&gt;Takk til Sturle Sunde, Klaus Ade Johnstad, Ole-Anders Andreassen og
5570 Trond Mæhlum for innspill om skoler med Linux.&lt;/p&gt;
5571 </description>
5572 </item>
5573
5574 <item>
5575 <title>Debian Edu interview: John Ingleby</title>
5576 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</link>
5577 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__John_Ingleby.html</guid>
5578 <pubDate>Mon, 19 Mar 2012 21:15:00 +0100</pubDate>
5579 <description>&lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;
5580 users are spread all across the globe. The second inteview after
5581 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;the
5582 Squeeze release&lt;/a&gt; was publised is with John Ingleby, a teacher and
5583 long time Linux user in United Kingdom.&lt;/p&gt;
5584
5585 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5586
5587 &lt;p&gt;I teach ICT part time at the Rudolf Steiner School in Kings
5588 Langley, near London, UK. Previously I worked as a technical
5589 author/trainer while my children attended the school, and I also
5590 contributed to the Schoolforge UK community with the aim of
5591 encouraging UK schools to adopt free/open source software. Five or six
5592 years ago we had about 50 schools interested in some way, but we
5593 weren&#39;t able to convert many of them into sustainable
5594 installations.&lt;/p&gt;
5595
5596 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5597 project?&lt;/strong&gt;&lt;/p&gt;
5598
5599 &lt;p&gt;Skolelinux had two representatives at an early Edubuntu meeting in
5600 London which I attended. However at that time our school network had
5601 just been installed using CentOS, LTSP 4 and GNOME. When LTSP 5 came
5602 along we switched to Edubuntu thin client servers so now we have a
5603 mixed environment which includes Windows PCs and student laptops, as
5604 well as their MacBooks and iPads. However, the proprietary systems
5605 have always been rather problematic, and we never built a GUI for the
5606 LDAP server, so when I discovered Skolelinux is configured for all
5607 these things we decided to try it.&lt;/p&gt;
5608
5609 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5610 Edu?&lt;/strong&gt;&lt;/p&gt;
5611
5612 &lt;p&gt;By far the biggest advantage is the Debian Edu community. Apart
5613 from that I have always believed in the same &quot;sustainable computing&quot;
5614 goals that Skolelinux is built on: installing Linux on computers which
5615 would otherwise be thrown away, to provide a reliable, secure and
5616 low-cost IT environment for schools. From my own experience I know
5617 that a part-time person can teach and manage a network of about 25
5618 Linux computers, but it would take much more of my time if we had
5619 proprietary software everywhere.&lt;/p&gt;
5620
5621 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5622 Edu?&lt;/strong&gt;&lt;/p&gt;
5623
5624 &lt;p&gt;As a newcomer I&#39;m just finding out who&#39;s who in the community and
5625 how you&#39;re organised, and what your procedures are for dealing with
5626 various things such as editing manual pages and so-on. The only
5627 English language mailing list seems to be for developers as well as
5628 users, so my inbox needs heavy pruning each day!&lt;/p&gt;
5629
5630 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5631
5632 &lt;p&gt;Besides the software already mentioned at school we use Samba,
5633 OpenLDAP, CUPS, Nagios and Dansguardian for the network, and on the
5634 desktops we have LibreOffice, Firefox, GIMP and Inkscape. At home I
5635 use Ubuntu and an Android 4 eePad Transformer (but I&#39;m not sure if
5636 that counts...)&lt;/p&gt;
5637
5638 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5639 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5640
5641 &lt;p&gt;That&#39;s a tough question! For very many years UK schools installed
5642 and taught only proprietary software, so that at the highest levels
5643 the notion of &quot;computer&quot; means simply &quot;proprietary office
5644 applications&quot;. However, schools today are experiencing budget
5645 constraints, and many are having to think hard about upgrading Windows
5646 XP. At the same time, we have students showing teachers how to use
5647 iPads, MacBooks and Android, so the choice of operating system is no
5648 longer quite so automatic. What is more, our government at last
5649 realised that we need people with programming skills, so they&#39;re
5650 putting coding back in the curriculum! And it&#39;s encouraging that the
5651 first 10,000 Raspberry Pi units sold out in 2 hours.&lt;/p&gt;
5652
5653 &lt;p&gt;I don&#39;t really know what strategy is going to get UK schools to use
5654 free software, but building an active community of Skolelinux/Debian
5655 Edu users in this country has to be part of it.&lt;/p&gt;
5656 </description>
5657 </item>
5658
5659 <item>
5660 <title>Writing and translating documentation in Debian Edu</title>
5661 <link>http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</link>
5662 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Writing_and_translating_documentation_in_Debian_Edu.html</guid>
5663 <pubDate>Fri, 16 Mar 2012 09:55:00 +0100</pubDate>
5664 <description>&lt;p&gt;Documentation in Debian Edu is provided in several languages, and
5665 it is important to make it both easy to contribute and to keep the
5666 translated versions in sync. To do this we have come up with what we
5667 believe is a very efficient work flow.&lt;/p&gt;
5668
5669 &lt;ol&gt;
5670
5671 &lt;li&gt;The documentation is written in a
5672 &lt;a href=&quot;http://moinmo.in&quot;&gt;moinmoin wiki&lt;/a&gt; (see for example
5673 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze&quot;&gt;the
5674 Squeeze release manual&lt;/a&gt;) with support for exporting the content as
5675 docbook XML.&lt;/li&gt;
5676
5677 &lt;li&gt;This docbook document is given to po4a to extract a gettext style
5678 .pot file with the content, which in turn is used to create .po files
5679 with the translated text.&lt;/li&gt;
5680
5681 &lt;li&gt;The .po files are given to translators, and they can always tell
5682 which part of the original wiki document is new or changed. They can
5683 use their normal translation tools like lokalize or poedit to write
5684 the translation. There is even a system in place to handle translated
5685 images.&lt;/li&gt;
5686
5687 &lt;li&gt;The translated .po files are combined with the original docbook
5688 XML document using po4a to create a translated docbook document.&lt;/li&gt;
5689
5690 &lt;li&gt;The final step is to use all the generated docbook files and
5691 create PDF and HTML version of the original and translated documents.&lt;/li&gt;
5692
5693 &lt;/ol&gt;
5694
5695 &lt;p&gt;This setup work very well, but have a few issues. The biggest
5696 issue is that &lt;a href=&quot;http://moinmo.in/DocBook&quot;&gt;the docbook support
5697 we use in moinmoin&lt;/a&gt; is not actively maintained. The docbook
5698 support is also buggy, and our build system contain workarounds to
5699 make sure the generated docbook is usable despite these bugs.&lt;/p&gt;
5700
5701 &lt;p&gt;If you want to have a look at our setup, it is all there in the
5702 &lt;a href=&quot;http://packages.qa.debian.org/debian-edu-doc&quot;&gt;debian-edu-doc
5703 package&lt;/a&gt;.&lt;/p&gt;
5704 </description>
5705 </item>
5706
5707 <item>
5708 <title>NUUG-presentasjon: Skolelinux - ferdig oppsatt skolenettløsning</title>
5709 <link>http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</link>
5710 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NUUG_presentasjon__Skolelinux___ferdig_oppsatt_skolenettl_sning.html</guid>
5711 <pubDate>Tue, 13 Mar 2012 23:55:00 +0100</pubDate>
5712 <description>&lt;p&gt;I dag presenterte jeg ny versjon av Skolelinux for NUUGs medlemmer.
5713 &lt;a href=&quot;http://www.hungry.com/~pere/mypapers/20120313-skolelinux-squeeze.html&quot;&gt;Lysark&lt;/a&gt;
5714 er tilgjengelige allerede og
5715 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;video-opptak&lt;/a&gt;
5716 kommer så snart videogruppa til NUUG får publisert den. Jeg kom på
5717 endel punkter om nye ting i Squeeze-utgaven under veis som jeg burde
5718 hatt med, og har sikkert skrevet noe tull på lysarkene som jeg ennå
5719 ikke har oppdaget. Denne presentasjonen ble smurt ihop på veldig kort
5720 tid, og jeg rakk ikke finpusse den. Håper den kan være lærerik
5721 likevel.&lt;/p&gt;
5722 </description>
5723 </item>
5724
5725 <item>
5726 <title>Skolelinux-intervju: Kåre Nordby</title>
5727 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</link>
5728 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__K_re_Nordby.html</guid>
5729 <pubDate>Mon, 12 Mar 2012 21:10:00 +0100</pubDate>
5730 <description>&lt;p&gt;Første ut i serien med intervjuer av folk i
5731 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet etter at
5732 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;ny
5733 versjon av Skolelinux&lt;/a&gt; ble lansert i helga, er nylig valgte
5734 styremedlem i foreningen
5735 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
5736 Skolen&lt;/a&gt; (FRiSK) som organiserer
5737 Skolelinux-utviklingen og daglig leder i
5738 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt;, selskapet
5739 prosjektet opprettet som et tilbud til skoler som ønsket en
5740 kommersiell samarbeidsparter. Det bør nevnes at jeg er styremedlem i
5741 Skolelinux Drift AS og styreleder i selskapets hovedeier stiftelsen
5742 &lt;a href=&quot;http://www.linuxiskolen.no/slxdebianlabs/&quot;&gt;SLX Debian Labs&lt;/a&gt;
5743 som beskytter verdiene til Skolelinux-prosjektet, og kjenner Kåre den
5744 veien.&lt;/p&gt;
5745
5746 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
5747
5748 &lt;p&gt;Jeg har siden januar 2010 vært daglig leder i Skolelinux Drift AS,
5749 som leverer support, installasjon, tilpasning, drift, og opplæring på
5750 Debian Edu / Skolelinux. Fra 2012 er jeg valgt inn som styremedlem i
5751 FRiSK. Min forrige jobb var som KAM i Redpill Linpro (som er en av
5752 eierne i Skolelinux Drift). Før det var jeg daglig leder i et eget 7
5753 manns konsulent selskap som også startet med fri programvare mot
5754 slutten.&lt;/p&gt;
5755
5756 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
5757
5758 &lt;p&gt;Jeg hørte om det først når jeg jobbet i Redpill Linpro. Men jeg
5759 har også en datter som går på en friskole, som også bruker Skolelinux.
5760 Som kjent har ikke friskoler de samme økonomiske rammebetingelsene som
5761 offentlige skoler, så for dem var det det absolutt beste alternativet.
5762 De anser også Skolelinux som et stabilt system, som bare går og går (i
5763 motsetning til det lille Windows-baserte nettverket de har på
5764 admin-siden).&lt;/p&gt;
5765
5766 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5767
5768 &lt;p&gt;Sentralisert drift av tynne og diskløse arbeidsstasjoner. Således
5769 lydløse og raskere arbeidsstasjoner som er bedre i klasserommet.
5770 Lengre levetid på PC&#39;er. Store besparelser på maskinvare og drift. Og
5771 så klart fjerning av alle lisenskostnader. Personlig synes jeg også at
5772 mange av programmene er bedre enn alternativene. Men dette er ofte en
5773 smakssak og avhengig om man må ha det man er vant til fra før.&lt;/p&gt;
5774
5775 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
5776
5777 &lt;p&gt;For lite kjentskap til løsningen. Noen ganger for dårlig
5778 kompatibilitet med arbeidsstasjoners/bærbare maskiner sine
5779 nettverksdrivere eller skjermkort. Men dette løser vi i skolene ved
5780 standardisering. Ellers er det få, om nesten ingen, av de kjente
5781 maskinvare / infrastruktur leverandørene til fylkes- / kommuner som
5782 tilbyr denne plattformen. Skal dette endre seg så må kommunene selv
5783 sette slike krav til leverandørene.&lt;/p&gt;
5784
5785 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
5786
5787 &lt;p&gt;Har brukt OpenOffice.org siden starten (2001 ?), Kun Linux på
5788 desktop siden 2005. Bruker i dag Kubuntu, Libreoffice og ymse annet
5789 programvare til ulik kontorbruk som er lett å installere / teste via
5790 alle programarkivene som finnes.&lt;/p&gt;
5791
5792 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
5793 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
5794
5795 &lt;p&gt;Fortsette å presentere flere av de gode eksemplene hvor Debian Edu
5796 / Skolelinux brukes i kommuner og enkeltskoler. Vi må få bedre frem
5797 at det er mulig tilknytte både Windows og Mac klienter på denne
5798 plattformen (selv om det vil øke driftskostnadene). Dette gjøres
5799 mange steder. Spesielt er det mange lærere som ønsker å bruke
5800 Windows/Mac-bærbare, gjerne som sin private PC også. Det er også mulig
5801 for kommunen å integrere med Active Directory i stedet for OpenLDAP
5802 som kommer med ut av boksen (selv om også dette øker kostnadene).
5803 Dette vil muligens bidra til å fjerne noe motstand hos noen
5804 potensielle brukere / driftpersonell for å ta i bruk noe
5805 nytt. Fremveksten av mobile brukere og nettbrett går i vår favør.
5806 Brukerne blir kjent og vant til flere nye operativsystemer /
5807 brukergrensesnitt. Så utviklerfellesskapet bør jobbe videre med å
5808 integrere flere nye klienttyper, som ultra lav-kostklienter og
5809 nettbrett (blant annet fri programvare-alternativet
5810 &lt;a href=&quot;http://makeplaylive.com/&quot;&gt;Spark&lt;/a&gt; med
5811 &lt;a href=&quot;http://www.merproject.org/&quot;&gt;Mer OS&lt;/a&gt; og
5812 &lt;a href=&quot;http://plasma-active.org/&quot;&gt;KDE Active Plasma&lt;/a&gt;).&lt;/p&gt;
5813 </description>
5814 </item>
5815
5816 <item>
5817 <title>Skolelinux / Debian Edu Squeeze is out!</title>
5818 <link>http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</link>
5819 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux___Debian_Edu_Squeeze_is_out_.html</guid>
5820 <pubDate>Sun, 11 Mar 2012 23:00:00 +0100</pubDate>
5821 <description>&lt;p&gt;This weekend we finally published the first stable release of
5822 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux / Debian Edu&lt;/a&gt; based
5823 on Debian/Squeeze. The full announcement is
5824 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00001.html&quot;&gt;available&lt;/a&gt;
5825 from the project announcement list. Now is a good time to test if it
5826 you have not done so already.&lt;/p&gt;
5827
5828 &lt;p&gt;I plan to present the new version at
5829 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20120313-skolelinux/&quot;&gt;a NUUG
5830 meeting&lt;/a&gt; on tuesday. I look forward to seeing you there if you are
5831 in Oslo, Norway.&lt;/p&gt;
5832 </description>
5833 </item>
5834
5835 <item>
5836 <title>Debian Edu interview: Nigel Barker</title>
5837 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</link>
5838 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_interview__Nigel_Barker.html</guid>
5839 <pubDate>Fri, 9 Mar 2012 11:30:00 +0100</pubDate>
5840 <description>&lt;p&gt;Inspired by &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;the
5841 interview series&lt;/a&gt; conducted by Raphael, I started a Norwegian
5842 interview series with people involved in the Debian Edu / Skolelinux
5843 community. This was so popular that I believe it is time to move to a
5844 more international audience.&lt;/p&gt;
5845
5846 &lt;p&gt;While &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu and
5847 Skolelinux&lt;/a&gt; originated in France and Norway, and have most users in
5848 Europe, there are users all around the globe. One of those far away
5849 from me is Nigel Barker, a long time Debian Edu system administrator
5850 and contributor. It is thanks to him that Debian Edu is adjusted to
5851 work out of the box in Japan. I got him to answer a few questions,
5852 and am happy to share the response with you. :)
5853
5854
5855 &lt;p&gt;&lt;strong&gt;Who are you, and how do you spend your days?&lt;/strong&gt;&lt;/p&gt;
5856
5857 &lt;p&gt;My name is Nigel Barker, and I am British. I am married to Yumiko,
5858 and we have three lovely children, aged 15, 14 and 4(!) I am the IT
5859 Coordinator at Hiroshima International School, Japan. I am also a
5860 teacher, and in fact I spend most of my day teaching Mathematics,
5861 Science, IT, and Chemistry. I was originally a Chemistry teacher, but
5862 I have always had an interest in computers. Another teacher teaches
5863 primary school IT, but apart from that I am the only computer person,
5864 so that means I am the network manager, technician and webmaster,
5865 also, and I help people with their computer problems. I teach python
5866 to beginners in an after-school club. I am way too busy, so I really
5867 appreciate the simplicity of Skolelinux.&lt;/p&gt;
5868
5869 &lt;p&gt;&lt;strong&gt;How did you get in contact with the Skolelinux/Debian Edu
5870 project?&lt;/strong&gt;&lt;/p&gt;
5871
5872 &lt;p&gt;In around 2004 or 5 I discovered the ltsp project, and set up a
5873 server in the IT lab. I wanted some way to connect it to our central
5874 samba server, which I was also quite poor at configuring. I discovered
5875 Edubuntu when it came out, but it didn&#39;t really improve my setup. I
5876 did various desperate searches for things like &quot;school Linux server&quot;
5877 and ended up in a document called &quot;Drift&quot; something or other. Reading
5878 there it became clear that Skolelinux was going to solve all my
5879 problems in one go. I was very excited, but apprehensive, because my
5880 previous attempts to install Debian had ended in failure (I used
5881 Mandrake for everything - ltsp, samba, apache, mail, ns...). I
5882 downloaded a beta version, had some problems, so subscribed to the
5883 Debian Edu list for help. I have remained subscribed ever since, and
5884 my school has run a Skolelinux network since Sarge.&lt;/p&gt;
5885
5886 &lt;p&gt;&lt;strong&gt;What do you see as the advantages of Skolelinux/Debian
5887 Edu?&lt;/strong&gt;&lt;/p&gt;
5888
5889 &lt;p&gt;For me the integrated setup. This is not just the server, or the
5890 workstation, or the ltsp. Its all of them, and its all configured
5891 ready to go. I read somewhere in the early documentation that it is
5892 designed to be setup and managed by the Maths or Science teacher, who
5893 doesn&#39;t necessarily know much about computers, in a small Norwegian
5894 school. That describes me perfectly if you replace Norway with
5895 Japan.&lt;/p&gt;
5896
5897 &lt;p&gt;&lt;strong&gt;What do you see as the disadvantages of Skolelinux/Debian
5898 Edu?&lt;/strong&gt;&lt;/p&gt;
5899
5900 &lt;p&gt;The desktop is fairly plain. If you compare it with Edubuntu, who
5901 have fun themes for children, or with distributions such as Mint, who
5902 make the desktop beautiful. They create a good impression on people
5903 who don&#39;t need to understand how to use any of it, but who might be
5904 important to the school. School administrators or directors, for
5905 instance, or parents. Even kids. Debian itself usually has ugly
5906 default theme settings. It was my dream a few years back that some
5907 kind of integration would allow Edubuntu to do the desktop stuff and
5908 Debian Edu the servers, but now I realise how impossible that is. A
5909 second disadvantage is that if something goes wrong, or you need to
5910 customise something, then suddenly the level of expertise required
5911 multiplies. For example, backup wasn&#39;t working properly in Lenny. It
5912 took me ages to learn how to set up my own server to do rsync backups.
5913 I am afraid of anything to do with ldap, but perhaps Gosa will
5914 help.&lt;/p&gt;
5915
5916 &lt;p&gt;&lt;strong&gt;Which free software do you use daily?&lt;/strong&gt;&lt;/p&gt;
5917
5918 &lt;p&gt;Nowadays I only use Debian on my personal computers. I have one for
5919 studio work (I play guitar and write songs), running AV Linux
5920 (customised Debian) a netbook running Squeeze, and a bigger laptop
5921 still running Skolelinux Lenny workstation. I have a Tjener in my
5922 house, that&#39;s very useful for the family photos and music. At school
5923 the students only use Skolelinux. (Some teachers and the office still
5924 have windows). So that means we only use free software all day every
5925 day. Open office, The GIMP, Firefox/Iceweasel, VLC and Audacity are
5926 installed on every computer in school, irrespective of OS. We also
5927 have Koha on Debian for the library, and Apache, Moodle, b2evolution
5928 and Etomite on Debian for the www. The firewall is Untangle.&lt;/p&gt;
5929
5930 &lt;p&gt;&lt;strong&gt;Which strategy do you believe is the right one to use to
5931 get schools to use free software?&lt;/strong&gt;&lt;/p&gt;
5932
5933 &lt;p&gt;Current trends are in our favour. Open source is big in industry,
5934 and ordinary people have heard of it. The spread of Android and the
5935 popularity of Apple have helped to weaken the impression that you have
5936 to have Microsoft on everything. People complain to me much less about
5937 file formats and Word than they did 5 years ago. The Edu aspect is
5938 also a selling point. This is all customised for schools. Where is the
5939 Windows-edu, or the Mac-edu? But of course the main attraction is
5940 budget.The trick is to convince people that the quality is not
5941 compromised when you stop paying and use free software instead. That
5942 is one reason why I say the desktop experience is a weakness. People
5943 are not impressed when their USB drive doesn&#39;t work, or their browser
5944 doesn&#39;t play flash, for example.&lt;/p&gt;
5945 </description>
5946 </item>
5947
5948 <item>
5949 <title>Debian Edu screencast: Mass creation of user accounts in Squeeze</title>
5950 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</link>
5951 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_screencast__Mass_creation_of_user_accounts_in_Squeeze.html</guid>
5952 <pubDate>Wed, 7 Mar 2012 13:40:00 +0100</pubDate>
5953 <description>&lt;!-- Video HTML based on http://www.diveintohtml5.net/video.html --&gt;
5954
5955 &lt;p&gt;One of the Debian Edu developers, Wolfgang Schweer, just created a
5956 screen cast documenting how to create a lot of new users in LDAP on
5957 Debian Edu Squeeze. The video is embedded here in quarter size, and
5958 also available from &lt;a href=&quot;http://vimeo.com/37675399&quot;&gt;vimeo&lt;/a&gt; and
5959 download as a
5960 &lt;a href=&quot;http://ftp.skolelinux.org/skolelinux/press/screencasts/2012-02-29-debian_edu_mass_create_user_accounts.ogv&quot;&gt;Ogg
5961 Theora&lt;/a&gt; file. Check it out below.&lt;/p&gt;
5962
5963 &lt;p&gt;&lt;video id=&quot;gosa-mass-user-create-movie&quot; width=&quot;256&quot; height=&quot;184&quot; preload controls&gt;
5964 &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;
5965 &lt;p&gt;Download video as
5966 &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;
5967 &lt;/video&gt;&lt;/p&gt;
5968 </description>
5969 </item>
5970
5971 <item>
5972 <title>Third release candidate of Debian Edu / Skolelinux based on Squeeze</title>
5973 <link>http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
5974 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
5975 <pubDate>Sun, 4 Mar 2012 18:20:00 +0100</pubDate>
5976 <description>&lt;p&gt;This weekend we wrapped up and published the third release
5977 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
5978 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement is
5979 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/03/msg00000.html&quot;&gt;available&lt;/a&gt;
5980 from the project announcement list. Check it out if you
5981 need a software solution for your school.&lt;/p&gt;
5982 </description>
5983 </item>
5984
5985 <item>
5986 <title>Stopmotion for making stop motion animations on Linux - reloaded</title>
5987 <link>http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</link>
5988 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html</guid>
5989 <pubDate>Sat, 3 Mar 2012 12:50:00 +0100</pubDate>
5990 <description>&lt;p&gt;Many years ago, the &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux
5991 / Debian Edu project&lt;/a&gt; initiated a student project to create a tool
5992 for making stop motion movies. The proposal came from a teacher
5993 needing such tool on Skolelinux. The project, called &quot;stopmotion&quot;,
5994 was manned by two extraordinary students and won a school award and a
5995 national aware with this great project. The project was initiated and
5996 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
5997 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
5998 Animation studio and received feedback on how professionals would like
5999 such stopmotion tool to work, and the end result was and is used by
6000 animators around the globe. But as is usual after studying, both got
6001 jobs and went elsewhere, and did not have time to properly tend to the
6002 project, and it has been lingering for a few years now. Until last
6003 year...&lt;/p&gt;
6004
6005 &lt;p&gt;Last year some of the users got together with Herman, and moved the
6006 project to Sourceforge and in effect restarted the project under a new
6007 name,
6008 &lt;a href=&quot;http://sourceforge.net/projects/linuxstopmotion/&quot;&gt;linuxstopmotion&lt;/a&gt;.
6009 The name change was done to make it possible to find the project using
6010 Internet search engines (try to search for &#39;stopmotion&#39; to see what I
6011 mean). I&#39;ve been following
6012 &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community&quot;&gt;the
6013 mailing list&lt;/a&gt; and the improvement already in place and planned for
6014 the future is encouraging. If you want to make stop motion movies.
6015 Check it out. :)&lt;/p&gt;
6016 </description>
6017 </item>
6018
6019 <item>
6020 <title>Skolelinux-intervju: Frode Danielsen</title>
6021 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</link>
6022 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Danielsen.html</guid>
6023 <pubDate>Mon, 27 Feb 2012 14:35:00 +0100</pubDate>
6024 <description>&lt;p&gt;I serien med intervjuer av folk i
6025 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet møter vi
6026 denne gangen Frode Danielsen, som er leder for en IT-virksomhet som
6027 passer på IT-løsningen til flere kommuner i Hedmark-området, der noen
6028 av dem bruker Skolelinux i dag.&lt;/p&gt;
6029
6030 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6031
6032 &lt;p&gt;Daglig leder i &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark
6033 IKT&lt;/a&gt;. En interkommunal IKT-virksomhet for Stange, Nord-Odal,
6034 Kongsvinger, Grue, Løten og Hamar kommuner. Vi er 32 ansatte&lt;/p&gt;
6035
6036 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6037
6038 &lt;p&gt;Vi har vært i kontakt med Skolelinux-prosjektet i flere
6039 sammenhenger, blant annet gjennom et par piloter som ikke har ført til
6040 noe konkret resultat. Nå sist gjennom satsingen på skolelinux i Grue,
6041 Kongsvinger og Nord-Odal.&lt;/p&gt;
6042
6043 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;
6044 &lt;br&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6045
6046 &lt;p&gt;Jeg tror alle løsninger har fordeler og ulemper, litt avhengig av
6047 hvilket ståsted du selv har, så jeg unnlater å svare på dette.&lt;/p&gt;
6048
6049 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6050
6051 &lt;p&gt;Ingen for min egen del, men vi har noe fri programvare i våre
6052 løsninger.&lt;/p&gt;
6053
6054 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6055 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6056
6057 &lt;p&gt;Jeg tror ikke man skal ha en slik strategi. Man bør ha en strategi
6058 basert på å løse fremtidige behov, og velge løsninger som støtter opp
6059 under dette.&lt;/p&gt;
6060 </description>
6061 </item>
6062
6063 <item>
6064 <title>Second release candidate of Debian Edu / Skolelinux based on Squeeze</title>
6065 <link>http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6066 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6067 <pubDate>Mon, 27 Feb 2012 14:00:00 +0100</pubDate>
6068 <description>&lt;p&gt;This weekend we wrapped up and published the second release
6069 candidate for &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu /
6070 Skolelinux&lt;/a&gt; based on Squeeze. The full announcement did for some
6071 reason not make it the project announcement list, but is
6072 &lt;a href=&quot;http://lists.debian.org/debian-devel-announce/2012/02/msg00015.html&quot;&gt;available&lt;/a&gt;
6073 from the Debian development announcement list. Check it out if you
6074 need a software solution for your school.&lt;/p&gt;
6075 </description>
6076 </item>
6077
6078 <item>
6079 <title>Skolelinux-intervju: Knut Yrvin</title>
6080 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</link>
6081 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Knut_Yrvin.html</guid>
6082 <pubDate>Tue, 21 Feb 2012 07:40:00 +0100</pubDate>
6083 <description>&lt;p&gt;I serien med intervjuer av folk i
6084 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
6085 høre fra nyvalgt leder i foreningen
6086 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
6087 Skolen&lt;/a&gt; og en av stifterne av Skolelinux-prosjektet.&lt;/p&gt;
6088
6089 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6090
6091 &lt;p&gt;Knut Yrvin her. Jobber i Nokia med å fremme rammeverket Qt og QML
6092 med tilhørende utviklerverktøy. Rollen er som leder av
6093 friprog-samfunn. I fjor var jeg med å legge om utviklingen av Qt til
6094 åpen forvaltning. På den måten kan alle som bidrar til Qt gjøre det
6095 på like vilkår. Nå er det
6096 &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
6097 1000 utviklere&lt;/a&gt; som bidrar til Qt. Med overgangen til åpen
6098 forvaltning er utviklingen av Qt mer åpen enn Linux-kjernen.&lt;/p&gt;
6099
6100 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6101
6102 &lt;p&gt;Jeg var en av initiativtagerne til Skolelinux i 2001. Skolene slet
6103 med både utstyr og Internett-tilgang. De klarte ikke å møte
6104 forventningene til data i skolen. Driften av PC-ene var uholdbar. Som
6105 regel hadde rektor pekt ut en ivrig lærer til å passe på PC-ene,
6106 gjerne naturfaglæreren. Mange lærere jobbet mye ubetalt overtid for å
6107 vedlikeholde 30-40 datamaskiner på hver sin skole. Med 300 elever og
6108 lærere som brukere, blir det fort mye mer arbeid enn de 4-8 timene de
6109 kunne bruke på PC-drift. Skolene hadde kun en femtedel av
6110 IT-budsjettet som ble brukt på PC-ene i rådhuset.&lt;/p&gt;
6111
6112 &lt;p&gt;Vi erfarte at skolene hadde mye datautstyr som stod ubrukt. Skolene
6113 manglet penger til Microsoft-lisenser. Selv med solide skolerabatter,
6114 kostet Microsoft-lisensene gjerne like mye som PC-ene i seg selv over
6115 en periode på 5-6 år.&lt;/p&gt;
6116
6117 &lt;p&gt;Viktigheten av språklig mangfold og pedagogiske programmer var også
6118 viktig for oss. Vi oversatte mange skoleaktuelle programmer til
6119 nynorsk, nordsamisk og bokmål. Dette lenge før andre tok denne
6120 oppgaven seriøst. Allerede etter ett år hadde vi etablert et helt
6121 arsenal av skoleaktuelle programmer på nynorsk, bokmål og
6122 nordsamisk. Vi spredde vår ide om språklig mangfold til de andre frie
6123 prosjekter internasjonalt. Resultatene ser vi i mange land. Det er de
6124 frie programmene som kommer på brukernes morsmål. Det er en av flere
6125 gode grunner til at fri programvare som LibreOffice, VLC, KDE og
6126 Firefox konkurrerer ut godseid programvare mange steder i verden.&lt;/p&gt;
6127
6128 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6129
6130 &lt;p&gt;Fordelene er at Skolelinux tilbyr over 100 skoleaktuelle programmer
6131 på de norske språkene, uten ett øre i lisenskostnader. Systemet gir
6132 enormt lave driftskostnader med diskløse arbeidsstasjoner og bærbare
6133 med roaming. Skolelinux krever også mindre av maskinvaren.&lt;/p&gt;
6134
6135 &lt;p&gt;Man kan fint kjøre systemet med 512 MB RAM på en bærbar PC sammen
6136 med en nettvideo i nettleseren og en presentasjon med
6137 LibreOffice. Konkurrerende system krever fort 2 GB RAM for å få til
6138 noe tilsvarende uten at det går ufattelig tregt. Skal man gjøre noe
6139 nyttig, krever konkurrentene til Linux mye større harddisk. Skoler har
6140 rapportert at de fort har fått 50% flere nye maskiner om de velger
6141 Linux. Dette i tillegg til de årlige besparelsene ved å unngå
6142 lisensbetaling til godseid programvare.&lt;/p&gt;
6143
6144 &lt;p&gt;De lave driftskostnadene gjør at delstater i Europa har titusener
6145 av datamaskiner med Skolelinux i skolen. F.eks. er det under ti
6146 personer som drifter 70.000 PC-systemer i skolene i Extremadura i
6147 Spania. Det er slett ikke uvanlig at norske kommuner har 1500-2000
6148 datamaskiner med Skolelinux. Driften tar ett årsverk. Slår flere
6149 kommuner seg sammen, kan de få samme sentraliserte stordriftsfordeler
6150 som delstater i Tyskland og Spania. Delstater som kjører Skolelinux
6151 på alle skolene. Bare noen få personer sentraldrifter titusenvis av
6152 PC-er.&lt;/p&gt;
6153
6154 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6155
6156 &lt;p&gt;Den største ulempen for Skolelinux er motstand mot Linux fra
6157 IT-sjefer i det offentlige. Dette er ledere som holder innlegg som
6158 snytt ut av evangelist-håndboka til Microsoft. Dette gjøres i ett
6159 arbeidsmarked med stor vekst i etterspørselen etter Linux-fagfolk i
6160 privat sektor. Etterspørselen har økt mer enn noe annet tekniske yrke
6161 siste tiåret. Åtte av ti ledere vil ansette Linux-fagfolk i 2012,
6162 rapporterer jobbnettstedet Dice.com på oppdrag av Linux
6163 Foundation.&lt;/p&gt;
6164
6165 &lt;p&gt;Det mangler 16.000 ingeniører og IKT-fagfolk i Norge rapporterte
6166 arbeids- og velferdsetaten NAV. Linux-fagfolk kan velge svært
6167 interessante jobber med alt fra apps på ledende mobilsystem laget med
6168 Linux, sky- tjenester eller web-applikasjoner. De raskest voksende
6169 teknologiselskapene i verden er ute etter Linux-fagfolk. Det være seg
6170 Amazon, Google, Facebook og IBM for å nevne noen. Linux er kritisk
6171 for å sikre veksten i markedet. Det sier seg selv at lønningene og
6172 jobbmulighetene er bedre enn for andre tekniske yrker.&lt;/p&gt;
6173
6174 &lt;p&gt;Skal man lage apps for mobilen, smart-TV-en eller
6175 underholdningssystemet i bilen eller på flyet, er det Linux som
6176 gjelder. Med en slik konkurranse om Linux-kompetansen, kombinert med
6177 motstanden mot Linux hos mange IT-sjefer i offentlig sektor, så
6178 hindrer kommunene rekruttering av flere Linux- fagfolk. Skolene blir
6179 tvunget til å velge dyrere og mindre komplette IT-system. De har
6180 blitt hengende igjen slik IT var på begynnelsen av 2000- tallet. Dette
6181 fordi IT-ledere ikke har tilpasset seg markedet det siste tiåret.&lt;/p&gt;
6182
6183 &lt;p&gt;Når det er sagt, er Skolelinux svært enkelt å lære seg også for de
6184 som ikke kan. Det viser alle lærerne som drifter systemet for
6185 hundrevis og tusenvis av systemer. Det meste er på plass rett ut av
6186 boksen. I tillegg er det solid med dokumentasjon med god hjelp på
6187 nettet. Det er mange kommuner som har ansatt en lærer som først lærte
6188 Skolelinux på sin skole, for så å drifte alle PC-ene i kommunen med
6189 Skolelinux. Det kan fort være snakk om 1000-3000 datamaskiner på 10-15
6190 skoler som sentraldriftes med en stilling. Står man ordentlig fast,
6191 kan man også kjøpe profesjonell hjelp fra selskap som støtter
6192 Skolelinux. Det er flere slike selskap i Norge og i utlandet.&lt;/p&gt;
6193
6194 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6195
6196 &lt;p&gt;Qt SDK, LibreOffice, Firefox, VLC og KDE-skrivebordet. Dette på et
6197 Debian-basert GNU/Linux-system. Jeg bruker også noen morsomme
6198 3D-spill. Idag kan jeg velge mellom over 30.000 Linux-programmer. Det
6199 finnes ikke tid i livet å undersøke alle valgmulighetene. Derfor er
6200 det bra med Skolelinux i skolen, da utvalget av programmer er
6201 begrenset til hva som er aktuelt i skolefagene.&lt;/p&gt;
6202
6203 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6204 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6205
6206 &lt;p&gt;Vi må selge hele Skolelinux forhåndsinstallert på maskinvare i hele
6207 pakker med 50-100-1000 PC-klienter med servere. Dette kan selges til
6208 enkeltskoler eller hele kommuner. Pakken må inneholde tjenermaskiner,
6209 svært rimelige diskløse arbeidsstasjoner, nettbrett med Plasma Active,
6210 og bærbare med roaming. Alt er godt testet med Debian. I et slikt
6211 anbud er det mulig å legge til sentraliserte drifts- og
6212 støttetjenester.&lt;/p&gt;
6213
6214 &lt;p&gt;Man bør også selge sky-tjenester som læreadministrative systemet
6215 Moodle og driftsovervåking. I tillegg så bør man slenge seg på med
6216 presentasjoner de gangene LibreOffice og andre friprog-produkter
6217 selges til kommuner.&lt;/p&gt;
6218 </description>
6219 </item>
6220
6221 <item>
6222 <title>First release candidate of Debian Edu / Skolelinux based on Squeeze</title>
6223 <link>http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6224 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_release_candidate_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6225 <pubDate>Sun, 19 Feb 2012 23:10:00 +0100</pubDate>
6226 <description>&lt;p&gt;One week delayed due to DVD build problems, we managed today to
6227 wrap up and publish the first release candidate for
6228 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6229 on Squeeze. The full announcement is
6230 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00001.html&quot;&gt;available&lt;/a&gt;
6231 on the project announcement list. Check it out if you need a software
6232 solution for your school.&lt;/p&gt;
6233 </description>
6234 </item>
6235
6236 <item>
6237 <title>Skolelinux-intervju: Olav Dahlum</title>
6238 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</link>
6239 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Olav_Dahlum.html</guid>
6240 <pubDate>Sat, 18 Feb 2012 10:40:00 +0100</pubDate>
6241 <description>&lt;p&gt;I serien med intervjuer av folk i
6242 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, får vi nå
6243 høre fra et nyvalgt medlem i foreningen
6244 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;Fri programvare i
6245 Skolen&lt;/a&gt;.&lt;/p&gt;
6246
6247 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6248
6249 &lt;p&gt;Jeg heter Olav Dahlum, og er frilans oversetter, tester,
6250 prosjektleder og bruker av fri og åpen programvare som
6251 LibreOffice. Jeg er også et av styremedlemmene i FRISK.&lt;/p&gt;
6252
6253 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6254
6255 &lt;p&gt;Jeg kom i kontakt med prosjektet i 2009, da jeg ble ansatt i
6256 stiftelsen Åpne kontorprogram på norsk for å oversette og teste den
6257 norske utgaven av OpenOffice.org. Arbeidet har hele tiden vært
6258 koordinert sammen med Skolelinux, og mange av de samme menneskene er
6259 involvert, så på den måten ble jeg en del av den utvidede
6260 familien.&lt;/p&gt;
6261
6262 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6263
6264 &lt;p&gt;Skolelinux handler i likhet med utdanningssektoren om å dele
6265 kunnskap med andre, og det er dette som er hovedstyrken til
6266 prosjektet. Selv om Skolelinux hovedsaklig er involvert i utvikling
6267 av programvare, er det også et sted der man kan utfolde seg uavhengig
6268 av bakgrunn og ferdigheter.&lt;/p&gt;
6269
6270 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6271
6272 &lt;p&gt;Liten utbredelse og manglende støtte fra leverandører som leverer
6273 pedagogisk programvare til skolebruk. Kunne kanskje hatt flere
6274 verktøy som letter administrasjonen ytterligere, slik at også mindre
6275 erfarne databrukere kan utføre lett vedlikehold og rutinejobber.&lt;/p&gt;
6276
6277 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6278
6279 &lt;p&gt;Jeg er nesten forpliktet til å si at jeg bruker LibreOffice... Jeg
6280 bruker forøvrig frie og åpne operativsystemer basert på
6281 operativsystemkjernen Linux, for tiden openSUSE 12,1 med KDE4. Men
6282 hvis jeg skal dra fram noen flere eksempler så er nok Mozilla Firefox
6283 og Thunderbird to av de jeg bruker mest. I tillegg er jeg en flittig
6284 bruker av OpenSSH, Irssi, Midnight Commander, Git, Subversion,
6285 Translation Toolkit og Super Maryo Chronicles (litt gøy skal man ha,
6286 og med to håndkontroller liggende er det ikke til å unngå).&lt;/p&gt;
6287
6288 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6289 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6290
6291 &lt;p&gt;Vi må få leverandører av pedagogisk programvare med på laget, men
6292 også utvikle vår egen tilpasset det norske markedet. Det er også
6293 mulig å involvere utdanningssektoren direkte i arbeidet, for eksempel
6294 gjennom studentprosjekter der elevene selv er med å utforme
6295 programvare direkte eller indirekte gjennom aktive bidrag. Dette gjør
6296 ikke bare samarbeidet tettere, men fokuset på standarder og friheten
6297 til å velge sin egen løsning vil kanskje stimulere interessen for
6298 framtidig deltakelse i bransjen. Vi som driver med fri og åpen
6299 programvare ønsker oss ikke rene konsumenter, men tenkende og
6300 selvstendige individer som kan være med å skape sin egen fremtid.&lt;/p&gt;
6301 </description>
6302 </item>
6303
6304 <item>
6305 <title>Automatic proxy configuration with Debian Edu / Skolelinux</title>
6306 <link>http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</link>
6307 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_proxy_configuration_with_Debian_Edu___Skolelinux.html</guid>
6308 <pubDate>Mon, 13 Feb 2012 23:40:00 +0100</pubDate>
6309 <description>&lt;p&gt;New in the Squeeze version of
6310 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; is the
6311 ability for clients to automatically configure their proxy settings
6312 based on their environment. We want all systems on the client to use
6313 the WPAD based proxy definition fetched from &lt;tt&gt;http://wpad/wpad.dat&lt;/tt&gt;, to
6314 allow sites to control the proxy setting from a central place and make
6315 sure clients do not have hard coded proxy settings. The schools can
6316 change the global proxy setting by editing
6317 &lt;tt&gt;tjener:/etc/debian-edu/www/wpad.dat&lt;/tt&gt; and the change propagate
6318 to all Debian Edu clients in the network.&lt;/p&gt;
6319
6320 &lt;p&gt;The problem is that some systems do not understand the WPAD system.
6321 In other words, how do one get from a WPAD file like this (this is a
6322 simple one, they can run arbitrary code):&lt;/p&gt;
6323
6324 &lt;blockquote&gt;&lt;pre&gt;
6325 function FindProxyForURL(url, host)
6326 {
6327 if (!isResolvable(host) ||
6328 isPlainHostName(host) ||
6329 dnsDomainIs(host, &quot;.intern&quot;))
6330 return &quot;DIRECT&quot;;
6331 else
6332 return &quot;PROXY webcache:3128; DIRECT&quot;;
6333 }
6334 &lt;/pre&gt;&lt;/blockquote&gt;
6335
6336 &lt;p&gt;to a proxy setting in the process environment looking like this:&lt;/p&gt;
6337
6338 &lt;blockquote&gt;&lt;pre&gt;
6339 http_proxy=http://webcache:3128/
6340 ftp_proxy=http://webcache:3128/
6341 &lt;/pre&gt;&lt;/blockquote&gt;
6342
6343 &lt;p&gt;To do this conversion I developed a perl script that will execute
6344 the javascript fragment in the WPAD file and return the proxy that
6345 would be used for
6346 &lt;tt&gt;&lt;a href=&quot;http://www.debian.org/&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;/tt&gt;,
6347 and insert this extracted proxy URL in &lt;tt&gt;/etc/environment&lt;/tt&gt; and
6348 &lt;tt&gt;/etc/apt/apt.conf&lt;/tt&gt;. The perl script wpad-extract work just
6349 fine in Squeeze, but in Wheezy the library it need to run the
6350 javascript code is &lt;a href=&quot;http://bugs.debian.org/631045&quot;&gt;no longer
6351 able to build&lt;/a&gt; because the C library it depended on is now a C++
6352 library. I hope someone find a solution to that problem before Wheezy
6353 is frozen. An alternative would be for us to rewrite wpad-extract to
6354 use some other javascript library currently working in Wheezy, but no
6355 known alternative is known at the moment.&lt;/p&gt;
6356
6357 &lt;p&gt;This automatic proxy system allow the roaming workstation (aka
6358 laptop) setup in Debian Edu/Squeeze to use the proxy when the laptop
6359 is connected to the backbone network in a Debian Edu setup, and to
6360 automatically use any proxy present and announced using the WPAD
6361 feature when it is connected to other networks. And if no proxy is
6362 announced, direct connections will be used instead.&lt;/p&gt;
6363
6364 &lt;p&gt;Silently using a proxy announced on the network might be a privacy
6365 or security problem. But those controlling DHCP and DNS on a network
6366 could just as easily set up a transparent proxy, and force all HTTP
6367 and FTP connections to use a proxy anyway, so I consider that
6368 distinction to be academic. If you are afraid of using the wrong
6369 proxy, you should avoid connecting to the network in question in the
6370 first place. In Debian Edu, the proxy setup is updated using dhcp and
6371 ifupdown hooks, to make sure the configuration is updated every time
6372 the network setup changes.&lt;/p&gt;
6373
6374 &lt;p&gt;The WPAD system is documented in a
6375 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-wrec-wpad-01&quot;&gt;IETF
6376 draft&lt;/a&gt; and a
6377 &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol&quot;&gt;Wikipedia
6378 page&lt;/a&gt; for those that want to learn more.&lt;/p&gt;
6379 </description>
6380 </item>
6381
6382 <item>
6383 <title>Skolelinux-intervju: Axel Bojer</title>
6384 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</link>
6385 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Axel_Bojer.html</guid>
6386 <pubDate>Tue, 7 Feb 2012 14:50:00 +0100</pubDate>
6387 <description>&lt;p&gt;I serien med intervjuer av folk i
6388 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet har jeg
6389 fått en av oversetterne som har vært med siden starten i tale.&lt;/p&gt;
6390
6391 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6392
6393 &lt;p&gt;Jeg heter Axel Bojer og er datalærer, tysklærer, oversetter med
6394 mere.&lt;/p&gt;
6395
6396 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6397
6398 &lt;p&gt;Tror jeg så en annonsering på nettet i slutten av 2001 og ville
6399 være med som oversetter. Jeg kom med på en utviklersamling og
6400 prosjektet var da helt i starten. Det var spennende å være med mens
6401 prosjektet vokste til og utviklet seg.&lt;/p&gt;
6402
6403 &lt;p&gt;Jeg har «alltid» vært språkinteressert og hadde nettopp startet med
6404 Linux og tror jeg tenkte det passet å bidra. Var også glad for å få
6405 en Debian-distribusjon, og ville gjerne bruke den selv. Til å begynne
6406 med brukte jeg først Mandrake og så Debian. Og siden jeg oppdaget at
6407 det ikke var noen mulighet for å bruke den som enkeltstående i lang
6408 tid, så gikk jeg etterhvert over til Kubuntu&lt;/p&gt;
6409
6410 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6411
6412 &lt;p&gt;Løsningen er forholdsvis lett å sette opp, gratis, fri programvare
6413 og gjør det mulig å gjenbruke eldre maskiner. Det fine med Debian er
6414 at det er stabilt og har en veldig stor mengde programmer. Jeg liker
6415 også apt. :-) Jeg liker også friheten ved Linux og muligheten til å
6416 delta og forme sin egen datahverdag.&lt;/p&gt;
6417
6418 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6419
6420 &lt;p&gt;Skolelinux er for lite kjent og for sent ute med å gi ut nye
6421 versjoner.&lt;/p&gt;
6422
6423 &lt;p&gt;Da jeg selv i hovedsak bruker Kubuntu, så kan jeg egentlig ikke
6424 svare så detaljert rundt ulempene med Skolelinux. Hovedårsaken til at
6425 jeg bruker Kubuntu er nok at da vi begynte med det mener jeg det ikke
6426 var noen annen løsning. «Vandrende arbeidsstasjon» mener jeg ikke
6427 fantes da. Dessuten ville jeg ha siste versjon, da den KDE-versjonen
6428 som var i Skolelinux den gangen var en god del enklere (tror det var
6429 KDE 2) var dårligere i mine øyne enn versjon 3.&lt;/p&gt;
6430
6431 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6432
6433 &lt;p&gt;Jeg bruker blant annet Kubuntu, LibreOffice, Thunderbird, Firefox,
6434 Kate, &lt;a href=&quot;http://comix.sourceforge.net/&quot;&gt;Comix&lt;/a&gt; og Konsole. Og
6435 en hel haug andre ved behov :-)&lt;/p&gt;
6436
6437 &lt;p&gt;Har oversatt Comix selv, men det er jo ikke skjedd noe med Comix
6438 siden 2009, så den er det nok bare jeg som har. Om andre vil ha den
6439 gir jeg den gjerne videre. Ser at noen har startet på
6440 &lt;a href=&quot;http://mcomix.sourceforge.net/&quot;&gt;MComix&lt;/a&gt; siden jeg så på så
6441 på dette sist, så nå er jeg igang med å teste og oversette den
6442 også.&lt;/p&gt;
6443
6444 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6445 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6446
6447 &lt;p&gt;Det viktigste er å forankre beslutningen i kollegiet og med de som
6448 er ansvarlige for å vedlikeholde og bruke datamaskinene. Flest mulig
6449 bør være med på å holde det (sosialt) vedlike, kjenne og støtte
6450 prinsippene. Som enkeltmannsprosjekt blir det lett veldig sårbart,
6451 særlig når (Skole)linux ennå i stor grad er en motkultur og ikke noe
6452 en stor nok andel av beslutningstakere, brukere osv kjenner til og
6453 bruker.&lt;/p&gt;
6454
6455 &lt;p&gt;Jeg tror det viktigste er å fortsette å holde fri programvare godt,
6456 oppdatert, minimere antall feil, ha en god kontakt med brukerne og
6457 attraktivt og spennende programmer. Beholde alt som er bra og ha det
6458 tilgjengelig samtidig som man tilbyr det nyeste og rareste for de som
6459 vil ha det.&lt;/p&gt;
6460 </description>
6461 </item>
6462
6463 <item>
6464 <title>Saving power with Debian Edu / Skolelinux using shutdown-at-night</title>
6465 <link>http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</link>
6466 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Saving_power_with_Debian_Edu___Skolelinux_using_shutdown_at_night.html</guid>
6467 <pubDate>Sun, 5 Feb 2012 09:45:00 +0100</pubDate>
6468 <description>&lt;p&gt;Since the Lenny version of
6469 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;, a
6470 feature to save power have been included. It is as simple as it is
6471 practical: Shut down unused clients at night, and turn them on again
6472 in the morning. This is done using the
6473 &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;
6474
6475 &lt;p&gt;To enable this feature on a client, the machine need to be added to
6476 the netgroup shutdown-at-night-hosts. For Debian Edu, this is done in
6477 LDAP, and once this is in place, the machine in question will check
6478 every hour from 16:00 until 06:00 to see if the machine is unused, and
6479 shut it down if it is. If the hardware in question is supported by
6480 the
6481 &lt;a href=&quot;http://packages.qa.debian.org/n/nvram-wakeup.html&quot;&gt;nvram-wakeup&lt;/a&gt;
6482 package, the BIOS is told to turn the machine back on around 07:00 +-
6483 10 minutes. If this isn&#39;t working, one can configure wake-on-lan to
6484 try to turn on the client. The wake-on-lan option is only documented
6485 and not enabled by default in Debian Edu.&lt;/p&gt;
6486
6487 &lt;p&gt;It is important to not turn all machines on at once, as this can
6488 blow a fuse if several computers are connected to the same fuse like
6489 the common setup for a classroom. The nvram-wakeup method only work
6490 for machines with a functioning hardware/BIOS clock. I&#39;ve seen old
6491 machines where the BIOS battery were dead and the hardware clock were
6492 starting from 0 (or was it 1990?) every boot. If you have one of
6493 those, you have to turn on the computer manually.&lt;/p&gt;
6494
6495 &lt;p&gt;The shutdown-at-night package is completely self contained, and can
6496 also be used outside the Debian Edu environment. For those without a
6497 central LDAP server with netgroups, one can instead touch the file
6498 &lt;tt&gt;/etc/shutdown-at-night/shutdown-at-night&lt;/tt&gt; to enable it.
6499 Perhaps you too can use it to save some power?&lt;/p&gt;
6500 </description>
6501 </item>
6502
6503 <item>
6504 <title>Third beta version of Debian Edu / Skolelinux based on Squeeze</title>
6505 <link>http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6506 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Third_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6507 <pubDate>Sat, 4 Feb 2012 13:25:00 +0100</pubDate>
6508 <description>&lt;p&gt;I am happy to announce that finally we managed today to wrap up and
6509 publish the third beta version of
6510 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6511 on Squeeze. If you want to test a LDAP backed Kerberos server with
6512 out of the box PXE configuration for running diskless machines and
6513 installing new machines, check it out. If you need a software
6514 solution for your school, check it out too. The full announcement is
6515 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/02/msg00000.html&quot;&gt;available&lt;/a&gt;
6516 on the project announcement list.&lt;/p&gt;
6517
6518 &lt;p&gt;I am very happy to report these changes and improvements since
6519 beta2 (there are more, see announcement for full list):&lt;/p&gt;
6520
6521 &lt;ul&gt;
6522
6523 &lt;li&gt;It is now possible to change the pre-configured IP subnet from
6524 10.0.0.0/8 to something else by using the subnet-change tool after
6525 the installation.&lt;/li&gt;
6526
6527 &lt;li&gt;Too full partitions are now automatically extended on the Main
6528 Server, based on the rules specified in /etc/fsautoresizetab.&lt;/li&gt;
6529
6530 &lt;li&gt;The CUPS queues are now automatically flushed every night, and all
6531 disabled queues are restarted every hour. This should cut down on
6532 the amount of manual administration needed for printers.&lt;/li&gt;
6533
6534 &lt;li&gt;The set of initial users have been changed. Now a personal user
6535 for the local system administrator is created during installation
6536 instead of the previously created localadmin and super-admin users,
6537 and this user is granted administrative privileges using group
6538 membership. This reduces the number of passwords one need to keep
6539 up to date on the system.&lt;/li&gt;
6540
6541 &lt;/ul&gt;
6542
6543 &lt;p&gt;The new main server seem to work so well that I am testing it as my
6544 private DNS/LDAP/Kerberos/PXE/LTSP server at home. I will use it look
6545 for issues we could fix to polish Debian Edu even further before the
6546 final Squeeze release is published.&lt;/p&gt;
6547
6548 &lt;p&gt;Next weekend the project organise a
6549 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00001.html&quot;&gt;developer
6550 gathering&lt;/a&gt; in Oslo. We will continue the work on the Squeeze
6551 version, and start initial planning for the Wheezy version. Perhaps I
6552 will see you there?&lt;/p&gt;
6553 </description>
6554 </item>
6555
6556 <item>
6557 <title>Handling non-free firmware in Debian Edu/Squeeze</title>
6558 <link>http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</link>
6559 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Handling_non_free_firmware_in_Debian_Edu_Squeeze.html</guid>
6560 <pubDate>Fri, 27 Jan 2012 23:30:00 +0100</pubDate>
6561 <description>&lt;p&gt;With some computer hardware, one need non-free firmware blobs.
6562 This is the sad fact of todays computers. In the next version of
6563 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; based
6564 on Squeeze, we provide several scripts and modifications to make
6565 firmware blobs easier to handle. The common use case I run into is a
6566 laptop with a wireless network card requiring non-free firmware to
6567 work, but there are other use cases as well.&lt;/p&gt;
6568
6569 &lt;p&gt;First and foremost, Debian Edu provide ISO images for DVD and CD
6570 with all firmware packages in the Debian sections main and non-free
6571 included, to ensure debian-installer find and can install all of them
6572 during installation. This take care firmware for network devices used
6573 by the installer when installing from from local media. But for
6574 example multimedia devices are not activated in the installer and are
6575 not taken care of by this.&lt;/p&gt;
6576
6577 &lt;p&gt;For non-network devices, we provide the script
6578 &lt;tt&gt;/usr/share/debian-edu-config/tools/auto-addfirmware&lt;/tt&gt; which
6579 search through the &lt;tt&gt;dmesg&lt;/tt&gt; output for drivers requesting extra
6580 firmware. The firmware file name is looked up in the Contents-ARCH.gz
6581 file available in the package repository, and the packages providing
6582 the requested firmware file(s) is installed. I have proposed to do
6583 something similar in debian-installer (BTS report
6584 &lt;a href=&quot;http://bugs.debian.org/655507&quot;&gt;#655507&lt;/a&gt;), to allow PXE
6585 installs of Debian to handle firmware installation better. Run the
6586 script as root from the command line to fetch and install the needed
6587 firmware packages.&lt;/p&gt;
6588
6589 &lt;p&gt;Debian Edu provide PXE installation of Debian out of the box, and
6590 because some machines need firmware to get their network cards
6591 working, the installation initrd some times need extra firmware
6592 included to be able to install at all. To fill the PXE installation
6593 initrd with extra firmware, the
6594 &lt;tt&gt;/usr/share/debian-edu-config/tools/pxe-addfirmware&lt;/tt&gt; script is
6595 provided. Again, just run it as root on the command line to fill the
6596 PXE initrd with firmware packages.&lt;/p&gt;
6597
6598 &lt;p&gt;Last, some LTSP clients might also need firmware to get their
6599 network cards working. For this,
6600 &lt;tt&gt;/usr/share/debian-edu-config/tools/ltsp-addfirmware&lt;/tt&gt; is
6601 provided to update the LTSP initrd with firmware blobs. It is used
6602 the same way as the other firmware related tools.&lt;/p&gt;
6603
6604 &lt;p&gt;At the moment, we do not run any of these during installation. We
6605 do not know if this is acceptable for the local administrator to use
6606 non-free software, and it is their choice.&lt;/p&gt;
6607
6608 &lt;p&gt;We plan to release beta3 this weekend. You might want to give it a
6609 try.&lt;/p&gt;
6610 </description>
6611 </item>
6612
6613 <item>
6614 <title>Skjermbilder fra nordsamisk installasjon av Skolelinux/Squeeze</title>
6615 <link>http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</link>
6616 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skjermbilder_fra_nordsamisk_installasjon_av_Skolelinux_Squeeze.html</guid>
6617 <pubDate>Thu, 26 Jan 2012 20:00:00 +0100</pubDate>
6618 <description>&lt;p&gt;For morro skyld har jeg gjennomført en nordsamisk installasjon for
6619 neste utgave av &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
6620 (Squeeze) og knipset skjermbilder av resultatet.&lt;/p&gt;
6621
6622 &lt;p&gt;Som en kan se der er det noen oversettelser som mangler. Det hadde
6623 vært hyggelig hvis alle tekstene som vises i Skolelinux-installasjonen
6624 ble oversatt til nordsamisk, men for å få det til må noen som forstår
6625 språket melde seg til dyst. Det er mangel på nordsamiske oversettere
6626 av fri programvare. Hvis noen starter raskt, så bør en rekke å
6627 fullføre Wheezy-utgaven før den gis ut. :)&lt;/p&gt;
6628
6629 &lt;p&gt;Se &lt;a href=&quot;http://d-i.debian.org/l10n-stats/&quot;&gt;oversetterstatistikk for
6630 debian installer&lt;/a&gt; for detaljert status. Jeg har tipset
6631 &lt;a href=&quot;https://lister.ping.uio.no/mailman/listinfo/i18n-sme&quot;&gt;epostlisten for samiskoversettelser&lt;/a&gt;,
6632 men det har vært veldig liten aktivitet der de siste årene.&lt;/p&gt;
6633
6634 &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;
6635 &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;
6636 &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;
6637 &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;
6638 &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;
6639 &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;
6640 &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;
6641 &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;
6642 &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;
6643 &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;
6644 &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;
6645 &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;
6646 &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;
6647 &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;
6648 &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;
6649 &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;
6650 &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;
6651 &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;
6652 &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;
6653 &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;
6654 &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;
6655 &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;
6656 </description>
6657 </item>
6658
6659 <item>
6660 <title>Setting up a new school with Debian Edu/Squeeze</title>
6661 <link>http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</link>
6662 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Setting_up_a_new_school_with_Debian_Edu_Squeeze.html</guid>
6663 <pubDate>Wed, 25 Jan 2012 21:00:00 +0100</pubDate>
6664 <description>&lt;p&gt;The next version of &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu
6665 / Skolelinux&lt;/a&gt; will include a new tool
6666 &lt;tt&gt;sitesummary2ldapdhcp&lt;/tt&gt;, which can be used to quickly set up all
6667 the computers in a school without much manual labour. Here is a short
6668 summary on how to use it to set up a new school.&lt;/p&gt;
6669
6670 &lt;p&gt;First, install a combined Main Server and Thin Client Server as the
6671 central server in the network. Next, PXE boot all the client machines
6672 as thin clients and wait 5 minutes after the last client booted to
6673 allow the clients to report their existence to the central server. When
6674 this is done, log on to the central server and run
6675 &lt;tt&gt;sitesummary2ldapdhcp -a&lt;/tt&gt; in the &lt;tt&gt;konsole&lt;/tt&gt; to use the
6676 collected information to generate system objects in LDAP. The output
6677 will look similar to this:&lt;/p&gt;
6678
6679 &lt;p&gt;&lt;blockquote&gt;&lt;pre&gt;
6680 % sitesummary2ldapdhcp -a
6681 info: Updating machine tjener.intern [10.0.2.2] id ether-00:01:02:03:04:05.
6682 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.
6683
6684 Enter password if you want to activate these changes, and ^c to abort.
6685
6686 Connecting to LDAP as cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no
6687 enter password: *******
6688 %
6689 &lt;/pre&gt;&lt;/blockquote&gt;&lt;/p&gt;
6690
6691 &lt;p&gt;After providing the LDAP administrative password (the same as the
6692 root password set during installation), the LDAP database will be
6693 populated with system objects for each PXE booted machine with
6694 automatically generated names. The final step to set up the school is
6695 then to log into &lt;a href=&quot;https://oss.gonicus.de/labs/gosa/&quot;&gt;GOsa&lt;/a&gt;,
6696 the web based user, group and system administration system to change
6697 system names, add systems to the correct host groups and finally
6698 enable DHCP and DNS for the systems. All clients that should be used
6699 as diskless workstations should be added to the workstation-hosts
6700 group. After this is done, all computers can be booted again via PXE
6701 and get their assigned names and group based configuration
6702 automatically.&lt;/p&gt;
6703
6704 &lt;p&gt;We plan to release beta3 with the updated version of this feature
6705 enabled this weekend. You might want to give it a try.&lt;/p&gt;
6706
6707 &lt;p&gt;Update 2012-01-28: When calling sitesummary2ldapdhcp to add new
6708 hosts, one need to add the option -a. I forgot to mention this in my
6709 original text, and have added it to the text now.&lt;/p&gt;
6710 </description>
6711 </item>
6712
6713 <item>
6714 <title>Skolelinux-intervju: Paul Reidar Løsnesløkken</title>
6715 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</link>
6716 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Paul_Reidar_L_snesl_kken.html</guid>
6717 <pubDate>Wed, 18 Jan 2012 14:30:00 +0100</pubDate>
6718 <description>&lt;p&gt;I serien med intervjuer av folk i
6719 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-miljøet, har jeg nå
6720 lyktes med å få tak i en skolemann som ikke er aktiv med utviklingen,
6721 men likevel har vært med nesten siden starten av prosjektet. Jeg
6722 ønsker derfor velkommen til Paul Reidar Løsnesløkken, en mann med
6723 mange års erfaring i bruk av Skolelinux.&lt;/p&gt;
6724
6725 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6726
6727 &lt;p&gt;Jeg driftet tidligere IKT løsningen for skolene i
6728 &lt;a href=&quot;http://www.nord-odal.kommune.no/&quot;&gt;Nord-Odal&lt;/a&gt;. I dag er jeg
6729 IKT-konsulent for hele kommunen og samarbeider med
6730 &lt;a href=&quot;http://www.hedmarken-ikt.no/&quot;&gt;Hedmark-IKT&lt;/a&gt; for best mulig
6731 tjenester til kommunen. Jeg har bakgrunn som elektronikkreparatør og
6732 grunnskolelærer og har tatt en del fag innen IKT, i hovedsak
6733 driftsfag. IKT i Nord-Odal kommune blir i dag driftet av Hedmark IKT
6734 som er et samarbeid mellom Løten, Stange, Grue, Hamar, Kongsvinger og
6735 Nord-Odal. Jeg er fortsatt &quot;IKT-personen&quot; på skolene i kommunen og
6736 følger opp og gjør enkelte mindre endringer der.&lt;/p&gt;
6737
6738 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6739
6740 &lt;p&gt;Kommunen satset på Skolelinux i 2004. Jeg var ikke med i
6741 beslutningsprosessen den gang, men ble likevel med fra starten når
6742 dette ble levert.&lt;/p&gt;
6743
6744 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6745
6746 &lt;p&gt;Fordelene med Skolelinux er rask oppstart, sentral drift av
6747 klientene, klienter som jobber raskt og effektivt, bedre
6748 funksjonalitet på eldre utstyr og en ganske god programpakke med fri
6749 programvare som følger med. Løsningen med halvtykke klienter gjør at
6750 prosessering skjer lokalt med alltid ferske maskiner.&lt;/p&gt;
6751
6752 &lt;p&gt;Skolelinux kan fungere godt på gammelt utstyr, men det er klart at
6753 utstyr også blir for gammelt selv for Skolelinux. I forbindelese med
6754 at vi nylig fikk nye servere og ny installasjon kastet jeg ut ca 60
6755 klienter som fortsatt var i drift etter at de var kjøpt godt brukt i
6756 2004. Noe var rundt 15 år gammelt, men var fortsatt i bruk. Noen
6757 klaget på at det nå gikk veldig tregt på en del pedagogiske nettsider
6758 med flash o.l. Det er fullt forståelig.&lt;/p&gt;
6759
6760 &lt;p&gt;Jeg fikk nylig et spørsmål fra ungdomsskolens rektor om jeg kunne
6761 legge inn &lt;a href=&quot;http://freemind.sourceforge.net/&quot;&gt;FreeMind&lt;/a&gt;, et
6762 tankekartprogram , på skolens elev-Windowsmaskiner. Lærerne hadde
6763 vært på kurs og ville ta dette i bruk. Skolen har ca halvparten av
6764 elevmaskinene på bærbare Windowsmaskiner. Da kunne jeg fortelle at
6765 dette programmet allerede lå inne på den nye Skolelinuxløsningen
6766 som nettopp var satt i drift, klart til bruk.&lt;/p&gt;
6767
6768 &lt;p&gt;Vi har de bærbare maskinene på ungdomsskolen i domene med
6769 Skolelinux. Dette fungerer også meget bra nå. Elevene får opp en
6770 midlertidig windowsprofil når de logger på. Denne profilen slettes
6771 etter at de logger av, noe som medfører rene profiler hver gang de
6772 starter opp en maskin. De må lagre i sin Skolelinprofil, noe som
6773 medfører at de får tak i sine filer uavhengig av om de starter en
6774 Windowsmaskin eller en Skolelinuxklient. Det er mye mindre trafikk i
6775 det trådløse nettet etter at ikke hele profiler blir lastet opp til de
6776 enkelte Windowsmaskinene og tilbake når man avslutter. Jeg vet ikke om
6777 dette er standardoppsett i Skolelinux, men slik er vårt oppsett
6778 nå.&lt;/p&gt;
6779
6780 &lt;p&gt;Vi har i flere år satt opp vår løsning slik at skriverkøer slettes
6781 og skrivere startes hver natt. Hyggelig å høre at dette nå skal bli
6782 en standard i Skolelinuxløsningen. Dette har vært en god hjelp for
6783 oss.&lt;/p&gt;
6784
6785 &lt;p&gt;Elevene er lite opptatt av om de jobber på en Skolelinux eller en
6786 Windowsmaskin bare de har de programmene de trenger og at det virker
6787 når det skal brukes. Vi kjører mest mulig de samme programmene på
6788 Windows som i Skolelinux, som f.eks Audacity og LibreOffice.&lt;/p&gt;
6789
6790 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6791
6792 &lt;p&gt;Lærere bruker hos oss Windows. Dette fordi de da selv har mer
6793 kontroll over sin maskin, kan bruke den overalt, og kan legge inn
6794 programmer selv når de trenger noe i forhold til kurs o.l de er
6795 på. Jeg tror lærernes selvstendighet her gjør dem tryggere på IKT-bruk
6796 generelt. Det at de av og til får opp advarsler og lignende gjør også
6797 at de må tenke igjennom og spørre om ting rundt datasikkerhet.&lt;/p&gt;
6798
6799 &lt;p&gt;Det er en del programmer vi bruker som ikke finnes for Linux. Mest
6800 brukt er nok Photostory3 som brukes i mange sammenhenger, særlig på
6801 ungdomsskolen, bl.a. til å lage herbarier (plantesamling) . Dette
6802 finnes gratis for Windows, men er ikke fri programvare. Vi er opptatt
6803 av at programmer elevene bruker på skolen også kan brukes gratis
6804 hjemme. Det er også en del programmer som brukes til spesielle elever
6805 som bare går i Windows. Det er viktig med fokus på funksjoner og ikke
6806 på hvilket OS man bruker.&lt;/p&gt;
6807
6808 &lt;p&gt;For oss er det kombinasjonen mellom Skolelinux og Windows som gir
6809 oss en god og hel løsning. Skolelinux er best der de er gode.&lt;/p&gt;
6810
6811 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6812
6813 &lt;p&gt;Selv er det LibreOffice jeg bruker til daglig. Jeg bruker selv en
6814 Windowsmaskin. Jeg har benyttet en del fri programvare i forbindelse
6815 med sjekking av trafikk i nettverk, slik som Wireshark, men dette er
6816 jo ikke aktuelt for skolene. Jeg er generelt glad i programmer som
6817 fungerer på både Linux og Windows og gjerne MAC.&lt;/p&gt;
6818
6819 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6820 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6821
6822 &lt;p&gt;Det er viktig at det benyttes programmer som elevene også kan ta i
6823 bruk hjemme. Det skal da være enkelt, lovlig og gratis for
6824 elevene. Da er jeg ikke lenger veldig opptatt av om det kalles &quot;fri
6825 programvare&quot;. For skolene tror jeg &quot;gratis&quot; og &quot;funksjonelt&quot; er bedre
6826 begreper enn &quot;fri&quot; i forhold til programmer. De fleste skiller nok
6827 ikke mellom &quot;fri&quot; og &quot;gratis&quot;. Det er nå svært mange elever som
6828 benytter OpenOffice eller LibreOffice som sin primære kontorpakke
6829 hjemme.&lt;/p&gt;
6830 </description>
6831 </item>
6832
6833 <item>
6834 <title>Changing the default Iceweasel start page in Debian Edu/Squeeze</title>
6835 <link>http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</link>
6836 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html</guid>
6837 <pubDate>Tue, 10 Jan 2012 15:30:00 +0100</pubDate>
6838 <description>&lt;p&gt;In the Squeeze version of
6839 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; soon
6840 to be released, users of the system will get their default browser
6841 start page set from LDAP, allowing the system administrator to point
6842 all users to the school web page by updating one setting in LDAP. In
6843 addition to setting the default start page when a machine boots, users
6844 are shown the same page as a welcome page when they log in for the
6845 first time.&lt;/p&gt;
6846
6847 &lt;p&gt;The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
6848 labeledURI with &quot;http://www/ LDAP for Debian Edu/Skolelinux&quot; as the
6849 default content. By changing this value to another URL, all users get
6850 to see the page behind this new URL.&lt;/p&gt;
6851
6852 &lt;p&gt;An easy way to update it is by using the ldapvi tool. It can be
6853 called as &quot;&lt;tt&gt;ldapvi -ZD &#39;(cn=admin)&#39;&lt;/tt&gt;&#39; to update LDAP with the
6854 new setting.&lt;/p&gt;
6855
6856 &lt;p&gt;We have written the code to adjust the default start page and show
6857 the welcome page, and I wonder if there is an easier way to do this
6858 from within Iceweasel instead.&lt;/p&gt;
6859 </description>
6860 </item>
6861
6862 <item>
6863 <title>Second beta version of Debian Edu / Skolelinux based on Squeeze</title>
6864 <link>http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</link>
6865 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_version_of_Debian_Edu___Skolelinux_based_on_Squeeze.html</guid>
6866 <pubDate>Sat, 7 Jan 2012 22:50:00 +0100</pubDate>
6867 <description>&lt;p&gt;I am happy to announce that today we managed to wrap up and publish
6868 the second beta version of
6869 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt;. If
6870 you want to test a LDAP backed Kerberos server with out of the box PXE
6871 configuration for running diskless machines and installing new
6872 machines, check it out. If you need a software solution for your
6873 school, check it out too. The full announcement is
6874 &lt;a href=&quot;http://lists.debian.org/debian-edu-announce/2012/01/msg00000.html&quot;&gt;available&lt;/a&gt;
6875 on the project announcement list.&lt;/p&gt;
6876 </description>
6877 </item>
6878
6879 <item>
6880 <title>Fixing an hanging debian installer for Debian Edu</title>
6881 <link>http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</link>
6882 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Fixing_an_hanging_debian_installer_for_Debian_Edu.html</guid>
6883 <pubDate>Tue, 3 Jan 2012 11:25:00 +0100</pubDate>
6884 <description>&lt;p&gt;During christmas, I have been working getting the next version of
6885 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ready
6886 for release. The initial problem I looked at was particularly
6887 interesting.&lt;/p&gt;
6888
6889 &lt;P&gt;The installer would hang at the end when it was doing it
6890 post-installation configuration, and whatevery I did to try to find
6891 the cause and fix it always worked while I tested it, but never when I
6892 integrated it into the installer and ran the installation from
6893 scratch. I would try to restart processes, close file descriptors,
6894 remove or create files, and the installer would always unblock and
6895 wrap up its tasks.&lt;/p&gt;
6896
6897 &lt;p&gt;Eventually the cause was found. The kernel was simply running out
6898 of entropy, causing the Kerberos setup to hang waiting for more.
6899 Pressing keys was adding entropy to the kernel, and thus all my tries
6900 to fix the problem worked not because what I was typing to fix it, but
6901 because I was typing.&lt;/P&gt;
6902
6903 &lt;p&gt;The fix I implemented was to add a background process looking at
6904 the level of entropy in the kernel (by checking
6905 /proc/sys/kernel/random/entropy_avail), and if it was too small, the
6906 installer will flush the kernel file buffers and do &#39;find /&#39; to
6907 generate some disk IO. Disk IO generate entropy in the kernel, and is
6908 one of the few things that can be initated from within the system to
6909 generate entropy.&lt;/p&gt;
6910
6911 &lt;p&gt;The fix is in
6912 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation&quot;&gt;beta1
6913 of the Debian Edu/Squeeze&lt;/a&gt; version, and we
6914 &lt;a href=&quot;http://wiki.debian.org/DebianEdu&quot;&gt;welcome more testers and
6915 developers&lt;/a&gt;. We plan to release beta2 this weekend.&lt;/p&gt;
6916 </description>
6917 </item>
6918
6919 <item>
6920 <title>Skolelinux-intervju: Peter Hansteen</title>
6921 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</link>
6922 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Peter_Hansteen.html</guid>
6923 <pubDate>Sun, 11 Dec 2011 23:10:00 +0100</pubDate>
6924 <description>&lt;p&gt;Etter en lang pause er det klart for neste mann ut i min serie med
6925 intervjuer av
6926 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-relaterte personer.
6927
6928 Denne gangen har jeg besøk av et avtroppende styremedlem i
6929 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, og en mann
6930 som har vært aktiv i Linux-miljøet i Bergen siden 90-tallet.&lt;/p&gt;
6931
6932 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
6933
6934 &lt;p&gt;Jeg heter Peter Hansteen, og jobber til daglig som seniorkonsulent
6935 i EDB ErgoGroup i Bergen. I praksis betyr det systemadministrasjon på
6936 Unix (primært Solaris, men en viss komponent av Linux). Men Solaris
6937 er for meg et relativt nytt bekjentskap, hovedplattformen min har
6938 generelt vært OpenBSD og til dels FreeBSD.&lt;/p&gt;
6939
6940 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
6941
6942 &lt;p&gt;Jeg husker ikke helt alle detaljene mer ;) - men jeg tror det var
6943 gjennom news-gruppen no.it.os.unix.linux.diverse, efn-listen og
6944 etterhvert også BLUG-miljøet her i Bergen. Vi hadde et par
6945 Skolelinux-sentrerte BLUG-møter for noen år siden, og det har vært et
6946 par Skolelinux-utviklersamlinger her.&lt;/p&gt;
6947
6948 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6949
6950 &lt;p&gt;Jeg bruker dessverre ikke Skolelinux daglig. Men slik jeg kjenner
6951 prosjektet har det vært i stand til å ta opp i seg det beste av fri
6952 programvare i mange kategorier, så fra et sysadmin-perspektiv ser det
6953 ut som en svært behagelig sak. For brukerne er det vel både en fordel
6954 og en ulempe at det ikke er Windows. Men vi håper at fordelene med et
6955 fritt system etterhvert vil bli åpenbare for både elever, lærekrefter
6956 og foreldre.&lt;/p&gt;
6957
6958 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
6959
6960 &lt;p&gt;Vel, ulempen er vel først og fremst at andre aktører med mer
6961 kapitalmuskel har klart å etablere seg som det både lærere og foreldre
6962 føler seg trygge på, selv om det etter mitt hode ikke er noen grunn
6963 til å være spesielt trygg på de kommersielle alternativene.&lt;/p&gt;
6964
6965 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
6966
6967 &lt;p&gt;Når jeg får bestemme helt selv, bruker jeg kun fri programvare. Da
6968 helst med vekt på ting som kjører greit på OpenBSD. Hjemme er det
6969 OpenBSD, Ubuntu eller FreeBSD vi bruker. På skrivebordet er det en
6970 avveining mellom Gnome, KDE eller hva-det-nå-heter som er
6971 standardvalget i Ubuntu, ellers er det de kjente tingene som
6972 LibreOffice, Emacs, mplayer. På server er det selvfølgelig Apache,
6973 for overvåking både OpenNMS og Nagios (det bare ble sånn, og
6974 forskjellige siter). Jeg skriver til tider om slikt jeg holder på med
6975
6976 &lt;a href=&quot;http://bsdly.blogspot.com&quot;&gt;http://bsdly.blogspot.com&lt;/a&gt;.&lt;/p&gt;
6977
6978 &lt;p&gt;Men vi må nevne at selv vi har en Microsoft-ting som vi slår på når
6979 vi av en eller annen grunn må. Det betyr igjen vanligvis når en
6980 mobiltelefon eller en annen lukket elektronisk dings krever kontakt
6981 via en slik for å få oppdateringene sine.&lt;/p&gt;
6982
6983 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
6984 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
6985
6986 &lt;p&gt;Hadde vi hatt det rette svaret på det spørsmålet, så hadde vi
6987 gjerne hatt Skolelinux som førstevalg på alle skoler ;)&lt;/p&gt;
6988
6989 &lt;p&gt;Men jeg tror vi må legge vekt på flere forskjellige ting. En helt
6990 sentral sak er å fokusere på fri programvare og åpne standarder som de
6991 demokratiske verdiene de faktisk er. Det har kanskje kommet litt for
6992 mye i bakgrunnen i forhold til strevet etter å lage det mest mulig
6993 &#39;brukervennlige&#39; systemet. Det er en tung vei å gå, så det er
6994 forståelig at freenix-aktivister heller velger å skrive kode og annet
6995 som er mer lystbetont. Mer praktisk tror jeg vi må gjøre i alle fall
6996 to ting: For det første sørge for å fortsette med å levere det best
6997 mulige frie produktet, slik at det er lett å både komme i gang og
6998 holde systemene i daglig drift, og for det andre 2) spore opp mulige
6999 aktivister der de finnes, via lokale brukergrupper, sosiale medier
7000 eller annet og sørge for at de fortsetter å være aktive. Mer og
7001 mindre uformelle treff kan være nyttig i tillegg til de mer
7002 organiserte møtene med foredrag, konferanser og utviklersamlinger.&lt;/p&gt;
7003 </description>
7004 </item>
7005
7006 <item>
7007 <title>Skolelinux-intervju: Frode Jemtland</title>
7008 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</link>
7009 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Frode_Jemtland.html</guid>
7010 <pubDate>Wed, 27 Jul 2011 08:50:00 +0200</pubDate>
7011 <description>&lt;p&gt;Neste mann ut i min serie med intervjuer av Skolelinux-relaterte
7012 personer er en tidligere styreleder i
7013 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; som var med
7014 fra starten av
7015 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
7016
7017 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7018
7019 &lt;p&gt;Mitt navn er Frode Jemtland, og jeg jobber i Hedmark IKT, som er et
7020 driftsselskap for Grue, Hamar, Kongsvinger, Løten, Nord-Odal og Stange
7021 kommuner. Her er jeg leder for avdelingen Løsninger og Arkitektur. Vi
7022 har i hovedansvar for servere, infrastruktur og løsninger som
7023 helhet.&lt;/p&gt;
7024
7025 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7026
7027 &lt;p&gt;Jobbet i IBM fra 2000, og da spesielt med Linux. Dette var da et av
7028 de mest tydelige linux prosjektene i Norge, og her ønsket jeg å
7029 bidra. Var aktivt med i prosjektet i 4-5 år.&lt;/p&gt;
7030
7031 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7032
7033 &lt;p&gt;Fordelene slik jeg ser det er den sentraliserte driftmodellen, og
7034 alle de vel gjennomtenkte løsningene som er inkludert i denne
7035 løsningen. Samtidig er det basert på en stabil, og godt kjent
7036 plattform. Dette vil si at man har en løsning som skal være mye
7037 tilgjengelig, og hvor det er relativt enkelt å få tak i personer som
7038 kan mye om den grunnleggende plattformen.&lt;/p&gt;
7039
7040 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7041
7042 &lt;p&gt;De største utfordringene med en løsningen er at den er intensiv på f.eks
7043 nettverk. I seg selv ikke et problem for en enkelt skole, men skal løsningen
7044 kjøres i større skala, med sentraliserte servere, så gir dette noen
7045 utfordringer.&lt;/p&gt;
7046
7047 &lt;p&gt;Utifra hva jeg har sett på større installasjoner så er det ikke så
7048 enkelt å skjønne, hva som bør gjøres for at den skal skaleres opp, og
7049 da ta godt vare på alle sider av dette, ikke bare mer server å fordele
7050 last/trykk, men hvordan også beholde robustheten og fleksibiliteten i
7051 løsningen.&lt;/p&gt;
7052
7053 &lt;p&gt;En annen utfordring er at stadig flere produkter som skal brukes i
7054 skoleløsningen ikke er laget til å kunne brukes i en
7055 skolelinuxløsning. Det blir derfor fort mye skreddersøm i de
7056 forskjellige installasjonene, for å få diverse pedagogiske programmer,
7057 webløsninger, smartboards, m.m. til å fungere. Man er også en for
7058 liten kundebase til at leverandørene ønsker å gjøre noe med
7059 utfordringen. Problemet overlates til oss.&lt;/p&gt;
7060
7061 &lt;p&gt;Det er også en kontinuerlig utfordring rundt problemet med å holde
7062 programvare på stabile versjoner, kontra å få ny funksjonalitet. Dette
7063 er jo en konflikt mellom oss som ønsker å drifte en stabil, og
7064 kostnadseffektiv løsning, mot sluttbrukerne som ønsker seg funksjoner
7065 det er vant med fra andre løsninger, eller som de må ha for at et
7066 eller annet nytt produkt skal fungere i løsningen. Dette er en
7067 utfordring også for andre plattformer.&lt;/p&gt;
7068
7069 &lt;p&gt;En siste utfordring som ikke har noe med løsningen å gjøre, men med
7070 det omkringliggende miljøet denne skal kjøre i, er at de enhetene som
7071 skal drifte dataløsninger for kommuner og fylkeskommuner begynner å
7072 profesjonaliseres, og er da avhengig av å ha standard løsninger for å
7073 drifte store brukermasser. MS er selvsagt klar over dette, og har jo
7074 nå flere områder de begynner å bli veldig dominerende på. Den største,
7075 og mest problematiske er katalogtjenesten. Man får snart ikke tak i
7076 større løsninger som ikke krever en AD. Når man da har store enheter
7077 som drifter både kommunalt ansatte og skoler, så vil det være et
7078 stordriftargument å standardisere på en katalog tjeneste, og da har
7079 man ikke noe valg. Her er alle slike driftsenheter for små til å få
7080 gjort om på dette. Her burde konkurransemyndighetene kommet på
7081 banen. Men konkurransetilsynet i USA griper sjeldent (og ikke før det
7082 har gått veldig lang tid) inn i monopolsituasjoner så lenge
7083 monopolisten er et amerikansk firma, så da har vel ikke andre
7084 myndigheter så mye de skulle ha sagt....&lt;/p&gt;
7085
7086 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7087
7088 &lt;p&gt;Privat kjører jeg Debian på alle mine datamaskiner. Det gjør jeg
7089 også på min jobbmaskin. Vi har også 15-20 linux servere av typene
7090 SuSE, Debian, Redhat, CentOS m.m. Jeg bruker derfor mye fri
7091 programvare. Av enkelt programmer kan sikkert masse nevnes. Hvis vi
7092 skal begrense oss til daglig, så må jeg si: OpenOffice, Firefox,
7093 Kontact, Kopete, Amarok,
7094 &lt;a href=&quot;http://gramps-project.org/&quot;&gt;Gramps&lt;/a&gt;, Kate, ssh, bash,
7095 rsync, backuppc m.m.&lt;/p&gt;
7096
7097 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7098 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7099
7100 &lt;p&gt;Det er et godt spørsmål, som jeg har lurt på selv.&lt;/p&gt;
7101
7102 &lt;p&gt;Argumentene som ofte har vært brukt om at ting koster mindre holder
7103 ikke mål når man ser på hva som faktisk koster penger. Det er de
7104 ansatte som er en kostnadsdriver. Det vil si at hvis man har et system
7105 som den ansatte kan, så vil en kostnad på dette systemet kunne
7106 forsvares ganske mye ved at den ansatte gjør dette raskere og
7107 effektivt. Også uten å måtte eventuelt leie inn folk.&lt;/p&gt;
7108
7109 &lt;p&gt;Jeg syns det er viktigere å fokusere på prinsippet med å velge fri
7110 programvare, men det er også et felt hvor man fort møter lite
7111 forståelse blant de ansatte i skolen.&lt;/p&gt;
7112
7113 &lt;p&gt;Her må nok strategien fortsette å være at de sentrale myndighetene
7114 må sende tydelige signaler for hva de ønsker at offentlige enheter
7115 skal gjøre. Det var mye positivt på gang ang. dette for et par år
7116 siden. Både med eNorge og eKommune planene, men dette syns jeg har
7117 stoppet opp. En del av dette kan jo kanskje være usikkerheten som
7118 etter hvert har blitt, når man har sett kompleksiteten i de
7119 prosjektene som har blitt igangsatt. Det har også blitt noe usikkerhet
7120 i markedet ref. Sun, Oracle, Novell, Microsoft m.m. Samtidig har jo
7121 også de proprietære programleverandørene sørget for å endre sine
7122 lisenser slik at man uansett ikke slipper unna kostnaden til deres
7123 produkter, selv om man skulle velge alternativer. Da er det økonomiske
7124 argumentet, som jeg nevnte tidligere, spilt ganske godt ut over
7125 sidelinjen.&lt;/p&gt;
7126 </description>
7127 </item>
7128
7129 <item>
7130 <title>Skolelinux-intervju: Marius Kotsbak</title>
7131 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</link>
7132 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Marius_Kotsbak.html</guid>
7133 <pubDate>Sun, 10 Apr 2011 11:00:00 +0200</pubDate>
7134 <description>&lt;p&gt;Neste mann ut er Marius Kotsbak, styremedlem i
7135 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt; og mangeårig
7136 bidragsyter i
7137 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-prosjektet.&lt;/p&gt;
7138
7139 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7140
7141 &lt;p&gt;Jeg er en systemutvikler/kybernetiker og jobber med dette til
7142 daglig. På fritiden tester jeg ut/bruker mye fri programvare, og
7143 bidrar med testing og utvikling når jeg ser stort nok behov for det og
7144 jeg har noe å bidra med.&lt;/p&gt;
7145
7146 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7147
7148 &lt;p&gt;Hmm, det er lenge siden, så det er nesten så jeg ikke husker. Jeg
7149 hadde vel hørt om prosjektet i media før en gjeng i Trondheim startet
7150 opp SPIST, Skolelinux-prosjektet i Sør-Trøndelag, hvor vi hjalp noen
7151 skoler i nærområdet med å installere Skolelinux og finne brukt
7152 IT-utstyr til disse. Det var moro å gjøre noe praktisk for å spre
7153 Skolelinux, og å se hvor fort gjort det var å sette opp utrangerte
7154 klientmaskiner og få disse opp som tynnklienter på helt nye datasaler
7155 på skolene, kun med kostnaden til servere.&lt;/p&gt;
7156
7157 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7158
7159 &lt;p&gt;Det er et system spesielt skreddersydd for drift av et stort antall
7160 klienter mot servere, og da spesielt i henhold til skolers behov. Det
7161 er enkelt og billig å installere og drifte, og det trenger ikke ny
7162 maskinvare for god ytelse.&lt;/p&gt;
7163
7164 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7165
7166 &lt;p&gt;Hardwarestøtten kunne vært bedre og i enda større grad
7167 installerbart rett ut av boksen. Distribusjonen har til tider hatt
7168 litt gammel programvare pga. at den følger Debian sine utgivelser.
7169 Kanskje man skulle vurdert en versjon basert på Ubuntu eller andre
7170 distribusjoner i tillegg?&lt;/p&gt;
7171
7172 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7173
7174 &lt;p&gt;Oi, det er ikke lite. Her er det jeg kommer på i farta. Jeg bruker
7175 Linux og Ubuntu, og på Ubuntu programene Firefox, Thunderbird,
7176 Chromium, Pidgin, Digikam, OpenOffice, Wireshark, git og irssi.
7177 Telefonen min er en Android, og der bruker jeg programmene K-9 Mail,
7178 OI Shopping list, Shuffle, ZXing, OI Notepad og ADW Desktop. På jobb
7179 bruker jeg JBoss, Eclipse, uCLinux for Blackfin, RCF-CPP, Qt, Maven,
7180 og boost-bibliotekene for C++.&lt;/p&gt;
7181
7182 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7183 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7184
7185 &lt;p&gt;En bør fokusere på totalkostnader inkludert driftsbehov,
7186 fleksibilitet, åpenhet og ikke låsing til en leverandør framfor sparte
7187 lisenskostnader, samt programvarens kvalitet og fortrinn, og at den
7188 fritt kan brukes på et ubegrenset antall PC-er, også hjemme hos
7189 elevene. En bør også forbedre den fri programvaren ved testing,
7190 bugrapportering og kodebidrag om man kan, og ikke anbefale programvare
7191 uten at man har forsikret seg at den har tilstrekkelig kvalitet,
7192 ellers kan man lett oppnå det motsatte. Tror en bør selge inn
7193 konseptet til fylkes-/statsnivå, kanskje med bidrag til
7194 utviklingsarbeid fra disse som alle landets skoler kan få glede
7195 av.&lt;/p&gt;
7196 </description>
7197 </item>
7198
7199 <item>
7200 <title>Skolelinux-intervju: Odin Hetland Nøsen</title>
7201 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</link>
7202 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Odin_Hetland_N_sen.html</guid>
7203 <pubDate>Mon, 28 Mar 2011 13:30:00 +0200</pubDate>
7204 <description>&lt;p&gt;Mine bloggposter om Linux i skolene i Norge førte til at inspektør
7205 og ildsjel på Harestad skole tok kontakt og fortalte at de bruker
7206 Linux på sin skole, og lurte på om de kunne bidra til å gjøre
7207 fordelene kjent. Riktig nok bruker de ikke
7208 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; på denne skolen,
7209 men jeg synes dette er en god anledning til å gjøre flere fasetter
7210 rundt Linux-økosystemet kjent, og tok et lite intervju.&lt;/p&gt;
7211
7212 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7213
7214 &lt;p&gt;Mitt navn er Odin Hetland Nøsen og er en 70-modell. Jeg er bosatt i
7215 Stavanger og jobber nå på 9. året som undervisninginspektør på
7216 Harestad skole i Randaberg kommune (nabokommune til Stavanger).&lt;/p&gt;
7217
7218 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7219
7220 &lt;p&gt;I 2002 begynte daværende IKT-ansvarlige og jeg et arbeid på skolen
7221 med å gå over fra Win98 til... noe annet. Vi testet en rekke
7222 forskjellige løsninger, deriblant Skolelinux, men endte opp med
7223 RedHat. Skolelinux var den gang ikke modent for det vi ville ha. Jeg
7224 har siden fulgt jevnlig med på hva skolelinux holder på med, men har
7225 hele tiden vært bedre fornøyd med vår egen &quot;standardiserte&quot; løsning på
7226 RedHat/CentOS og Fedora. Vi snuser for tiden på Ubuntu som løsning på
7227 klientsiden.&lt;/p&gt;
7228
7229 &lt;p&gt;I dag har vi på skolen vår en større linux-løsning med 400 klienter
7230 som kjører en blanding av LTSP (tynnklient) og DRBL (tykk klient uten
7231 harddisk) med en masse tjenere på serverrommet. Vi drifter hele
7232 sulamitten selv med webtjener, eposttjener, webmail, filtjenere,
7233 virtuelle tjenere osv. Og IT-ansvarlig har en 80% stilling som
7234 IT-ansvarlig - og så er han KoH-lærer i de resterende 20% :-)&lt;/p&gt;
7235
7236 &lt;p&gt;Du kan få en ide om hva vi holder på med om du går inn på
7237 &lt;a href=&quot;http://www.gnuskole.no/&quot;&gt;http://www.gnuskole.no/&lt;/a&gt;.&lt;/p&gt;
7238
7239 &lt;p&gt;For å ta brodden av frykten for at ildsjeler gjør skolen sårbar om
7240 ildsjelene falle fra, har jeg forsikret kommunen og skolesjefen i
7241 Randaberg om at det finnes godt kommersielle tjenester vi kan benytte
7242 oss av - om det skulle bli nødvendig. Vi er tre stykker i kommunen som
7243 nå har &lt;strong&gt;god&lt;/strong&gt; linux-kompetanse ift. å drifte et større
7244 system. IT-avdelingen i kommunen vil ikke ta på oss med ildtang -
7245 selv om vi nok har større IT-kompetanse mot linux enn det de selv har
7246 mot windows (de kjøper en &lt;strong&gt;masse&lt;/strong&gt; konsulenttjenester
7247 fra ErgoGroup).&lt;/p&gt;
7248
7249 &lt;p&gt;I kvantitet er Harestad og Grødem skole tilsammen et større
7250 IT-system enn resten av Randaberg kommune + Kvitsøy og Rennesøy, som
7251 kommunen også har driftsansvar for. Vi har som sagt rundt 800
7252 maskiner, mens kommunen med sitt driftsansvar har ansvar for rundt 500
7253 maskiner. Det er selvfølgelig litt forskjell i hvor kritiske
7254 tjenestene våre er, men det gir allikevel et litt rart bilde når
7255 IT-avdelingen overhode ikke er interessert i å snakke med oss om
7256 hvordan vi gjør ting :-)&lt;/p&gt;
7257
7258 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7259
7260 &lt;p&gt;Fra linux-perspektivet (ikke bare Skolelinux) er det en fordel av
7261 systemet er basert på fri programvare - og dermed fritt i ordets mange
7262 betydninger. Det er alt vi trenger: stabilt, relativt enkelt å drifte
7263 (tross alt - et større windowssystem er ikke enkelt å holde live det
7264 heller), rimelig i innkjøp og drift, og sist, men ikke minst, det er
7265 moderne for sluttbruker! Linux, i sine mange varianter,
7266 &lt;strong&gt;ser&lt;/strong&gt; nytt ut, fordi det hele tiden blir
7267 oppdatert. Derfor lever systemet opp til hvordan elever forventer at
7268 et moderne GUI skal være (i motsetning til WinXP :-).&lt;/p&gt;
7269
7270 &lt;p&gt;Vi var veldig pragmatiske da vi begynte med linux i skolen. Det var
7271 billig, det fungerte og kunne bruke alle de gamle windows-maskinene
7272 som &quot;nye&quot; tynne klienter. I dag er vi mer bevisste fri
7273 programvare-tilhengere. Vi har oppdaget hva det er - og vi liker
7274 det!&lt;/p&gt;
7275
7276 &lt;p&gt;En av de &lt;strong&gt;store&lt;/strong&gt; fordelene med fri programvare er at
7277 vi kan installere tjenester vi ønsker å tilby brukerne våre - uten å
7278 måtte tenke på om vi har råd til lisensene (fordi det er ingen). Alt
7279 vi setter i produksjon er ut i fra brukernes behov og vår kapasitet
7280 til å drifte dem. Vi skreddersyr tjenestene etter behovet og dermed
7281 trenger vi ikke ende opp med å kjøpe en pakke der vi egentlig bare var
7282 interessert i en liten del av den.&lt;/p&gt;
7283
7284 &lt;p&gt;Bruk av linux frigjør ikke økonomiske midler, fordi midlene til IKT
7285 i skole er for få i utgangspunktet - men vi får så
7286 &lt;strong&gt;mye&lt;/strong&gt; mer igjen for dem når vi bruker en linux-løsning
7287 fremfor en windows-løsning. I praksis ser vi at vi måtte ut med det
7288 dobbelte på budsjettet vårt om vi skulle hatt en tilsvarende
7289 windows-løsning, som det vi i dag drifter med linux.&lt;/p&gt;
7290
7291 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7292
7293 &lt;p&gt;Ikke all pedagogisk programvare er tilgjengelig. Det er en del
7294 programvare i skolen som er laget med utviklerverktøy som bare virker
7295 i windows, f.eks. Drillpro, LingDys/LingWrite. Det er også
7296 &quot;programmer&quot; som bare virker om du har tilgang til Microsoft Office,
7297 f.eks. AskiRaski.&lt;/p&gt;
7298
7299 &lt;p&gt;Vi sliter også litt med at video-codecer ikke alltid er like lett å
7300 få opp å gå på klientene. Det er alltid en eller annen videosnutt fra
7301 nrk.no som ikke er så samarbeidsvillig, uansett mediaplayer.&lt;/p&gt;
7302
7303 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7304
7305 &lt;p&gt;Alt :-) På skolen bruker vi det som finnes og som er nyttig. Det vi
7306 bruker mest er Firefox (jobber med Chrome, fordi det er
7307 &lt;strong&gt;mye&lt;/strong&gt; raskere med Flash enn Firefox), OpenOffice (skal
7308 over til LibreOffice), GIMP osv. Standardpakken av
7309 sluttbrukerprogrammer.&lt;/p&gt;
7310
7311 &lt;p&gt;På tjenernivå bruker vi OpenWebMail (skal over til Zimbra), Exim
7312 osv.&lt;/p&gt;
7313
7314 &lt;p&gt;Personlig bruker jeg de fleste programmer over flere plattformer,
7315 men jeg har lagt meg til en vane å prioritere bruken av fri
7316 programvare også i Windows 7 og OSX.&lt;/p&gt;
7317
7318 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7319 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7320
7321 &lt;p&gt;Jeg er langt i fra sikker. For det første handler det mye om at
7322 IKT-avdelingen i kommunen ofte er de som styrer hva som er IKT på
7323 skolene - og de liker å bruke avtalene med Microsoft, som de garantert
7324 har fra før. Dessuten - Select 6-avtalen til skolene gjør Microsoft
7325 skvettbillig.&lt;/p&gt;
7326
7327 &lt;p&gt;Vi la vekt på effektiv drift av systemet - og at vi kunne øke
7328 antall maskiner uten å måtte øke budsjett for utstyr eller personell
7329 særlig mye, enn om vi hadde gått for en Microsoft-løsning. I praksis
7330 ser vi at en ren linux-installasjon driftes til halve prisen av en
7331 Microsoft-løsning.&lt;/p&gt;
7332
7333 &lt;p&gt;Vi har i praksis også sett at det lærerne (og elevene) liker er at
7334 vi tilbyr &lt;strong&gt;veldig&lt;/strong&gt; mange tjenester som ikke er så
7335 vanlige i en Microsoft-løsning. Det er ikke så vanlig at
7336 &lt;strong&gt;elevene&lt;/strong&gt; også har epost, hjemmekontor osv. Det har vi
7337 også brukt som et vellykket argument mot Microsoft.&lt;/p&gt;
7338
7339 &lt;p&gt;Den beste måten er selvfølgelig at noen bare bestemmer
7340 det. Problemet er å få dem som har makt til å bestemme det til faktisk
7341 å gjøre det ;-)&lt;/p&gt;
7342 </description>
7343 </item>
7344
7345 <item>
7346 <title>Skolelinux-intervju: Astri Sletteng</title>
7347 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</link>
7348 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Astri_Sletteng.html</guid>
7349 <pubDate>Sun, 27 Feb 2011 12:50:00 +0100</pubDate>
7350 <description>&lt;p&gt;En dame som har bidratt lenge til fri programvare i skoleverket og
7351 i foreningen som organiserer skolelinux-utviklersamlinger,
7352 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er neste
7353 intervjuoffer. Det er en glede å her presentere en lærer fra Håkvik.&lt;/p&gt;
7354
7355 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7356
7357 &lt;p&gt;Jeg heter Astri Sletteng. Jeg er lærer og IKT veileder ved Håkvik
7358 skole i Narvik kommune. Min bakgrunn når det gjelder IKT: Av formell
7359 utdannelse har jeg lærerutdanning, Master i skoleledelse og IKT for
7360 lærere. Har jobba som IKT veileder siden 2002.&lt;/p&gt;
7361
7362 &lt;p&gt;Det viktigste for meg som IKT veileder er å få fundamentert den
7363 5. basisferdigheten, digital kompetanse ved skolen min på en god måte
7364 slik at hele skolesamfunnet tar i bruk IKT i alle fag. Dette arbeidet
7365 gjøres i nært samarbeid med skolens ledelse.&lt;/p&gt;
7366
7367 &lt;p&gt;Min viktigste jobb som IKT veileder er å være motivator og pådriver
7368 i IKT arbeidet ved skolen.&lt;/p&gt;
7369
7370 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7371
7372 &lt;p&gt;Jobber i en kommune hvor vi satser på Fri programvare. I 2004 ble
7373 det gjort et politisk vedtak om at vi skulle innføre Skolelinux ved
7374 alle skolene i kommunen. Jeg har dermed en god del erfaring med
7375 Skolelinux, samt annen fri programvare som Open Office, Joomla, Moodle
7376 etc.&lt;/p&gt;
7377
7378 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7379
7380 &lt;p&gt;Siden vi jobber med åpen kildekode kan vi få programmene og
7381 produktene tilpasset vår bruk. Det er jo heller ikke en ulempe at
7382 skolen kommer bedre ut økonomisk, men først og fremst er det viktig
7383 for oss at vi har digitale systemer som gjør at vi kan følge
7384 læreplanen i alle fag. Det syns jeg at vi kan gjøre gjennom
7385 Skolelinux.&lt;/p&gt;
7386
7387 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7388
7389 &lt;p&gt;Skolen er avhengige av å ha folk på IT avdelinga i kommunen som kan
7390 drive support, og være tilgjengelige når vi trenger hjelp. Det er en
7391 ulempe at ikke alle på denne avdelingen nødvendigvis er god på
7392 Linux.&lt;/p&gt;
7393
7394 &lt;p&gt;Vi har også noen utfordringer når det kommer til spesielle
7395 programmer som enkelte elever er avhengige av ? og som ikke er
7396 plattform uavhengige. Her har vi i Friprog-verden, men også
7397 departement en jobb å gjøre.&lt;/p&gt;
7398
7399 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7400
7401 &lt;p&gt;Skolen vår bruker Skolelinux, Open Office, Iceweazel (Mozilla),
7402 VLC, Tux paint, Scribus, FreeMind, GIMP, digiKam, Ksnapshot, GeoGebra,
7403 Moodle (innført på alle klassetrinn + som et administrativt verktøy)
7404 og Joomla som hjemmeside.&lt;p&gt;
7405
7406 &lt;p&gt;Det er de jeg kommer på i farten. I tillegg har vi Smartboard
7407 installert på server, men det regnes vel ikke som fri programvare?&lt;/p&gt;
7408
7409 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7410 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7411
7412 &lt;p&gt;Først og fremst trenger skolen oppetider på sine datasystemer. Syns
7413 også at det at vi kan få tilpasset plattform og systemer til vår bruk
7414 er en god strategi å bruke.&lt;/p&gt;
7415 </description>
7416 </item>
7417
7418 <item>
7419 <title>Skolelinux-intervju: Rubén Romero y Cordero</title>
7420 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</link>
7421 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Rub_n_Romero_y_Cordero.html</guid>
7422 <pubDate>Wed, 16 Feb 2011 12:00:00 +0100</pubDate>
7423 <description>&lt;p&gt;Styret i foreningen som organiserer skolelinux-utviklersamlinger,
7424 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;FRISK&lt;/a&gt;, er fullt av
7425 flinke folk. Denne gangen har jeg fått et ferskt styremedlem som
7426 kommer fra Ubuntu-miljøet i tale.&lt;/p&gt;
7427
7428 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7429
7430 &lt;p&gt;Rubén Romero y Cordero, 81-modell, deltidspappa (50%) for en jente
74316 år. Jobber i Oslo som Global Sales Executive hos Varnish Software
7432 og til daglig har jeg kontakt med kunder fra hele verden. Min
7433 forkjærlighet for fri programvare har gjort at jeg har nå flere års
7434 erfaring med salg av slike løsninger (bl.a. fra Redpill Linpro og
7435 Freecode) og mye innsikt og kunnskap om det globale IT-markedet.
7436 Ellers er jeg involvert i flere prosjekter bl.a. er jeg Ubuntu
7437 Community medlem, kontaktpersonen for Ubuntu Norge og driveren av
7438 SpreadUbuntu marketing prosjektet og nå fersk styremedlem i FRISK. Jeg
7439 har brukt GNU/Linux siden 1997.&lt;/p&gt;
7440
7441 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7442
7443 &lt;p&gt;Som Debian bruker siden slutten av 90-tallet var det uunngåelig å
7444 ikke komme bort i Skolelinux. Dette var vel i slutten av 2001 når jeg
7445 var student ved UiO. Flere år senere fikk jeg lastet og testet Venus
7446 (Skolelinux 1.0) på release dagen.&lt;/p&gt;
7447
7448 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7449
7450 &lt;p&gt;Fri programvare bygges sten for sten i det åpne, slik at koden og
7451 prosessen den lages på kan gjennomskues av andre enn de som har laget
7452 det. Det er et vitenskapelig og gjennomsiktig måte å lage programvare
7453 på.&lt;/p&gt;
7454
7455 &lt;p&gt;Skoler i vårt samfunn skal være steder hvor vitenskapelig kunnskap
7456 deles til alle. I dag har vi ikke et vitenskapelig tilnærming til
7457 hvordan programvaren som brukes på skolen lages. Skolelinux bringer
7458 inn at slik tilnærming i skoleverkets klasserom, siden
7459 operativsystemet er en åpent platform som gir skolene muligheten til å
7460 dra nytte av programvare som er laget av tusenvis av mennesker verden
7461 rundt og som gir elevene så vel som lærerne muligheten til å bruke,
7462 dele, forandre og forbedre OSet sitt uten begrensninger. I den
7463 forbindelsen representerer Skolelinux også konkrete resultater utfra
7464 samhandling på tvers av grenser.&lt;/p&gt;
7465
7466 &lt;p&gt;Når det gjelder de tekniske fordelene av Skolelinux er jeg sikker
7467 på at andre enn meg har allerede beskrevet disse bedre enn det jeg
7468 kan. Men jeg kan likevel tilføye noe: Skolelinux som sådan er en
7469 community-drevet operativsystemplatform. Som i ethvert
7470 community-prosjekt har alle Skolelinux brukere muligheten til å
7471 påvirke retning av prosjektet og resultatet som gjenspeiles i
7472 programvaren. Dette kommer sjeldent frem og jeg mener at det er noe
7473 som burde fokuseres mer på.&lt;/p&gt;
7474
7475 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7476
7477 &lt;p&gt;De største ulempene er:&lt;/p&gt;
7478
7479 &lt;ul&gt;
7480 &lt;li&gt;Mangel på kompetanse&lt;/li&gt;
7481 &lt;li&gt;Mangel av administrative verktøy som kunne hjelpe lokale IT
7482 avdelinger å bruke Skolelinux til mer enn bare en tjener for
7483 terminalklienter. Et eksempel: Zentyal sin web-dashboard.&lt;/li&gt;
7484 &lt;/ul&gt;
7485
7486 &lt;p&gt;Bedre og mer intuitive administrative verktøy kunne løst deler av
7487 problemet, men det er unektelig at ved bruk av Skolelinux må
7488 IT-personalet vite hva de gjør for å få ting gjort riktig, eller i det
7489 hele tatt. Med andre platformer er kompetansen enklere tilgjengelig og
7490 løsningene kan fungere på en tilfredstillende, om ikke riktig
7491 måte.&lt;/p&gt;
7492
7493 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7494
7495 &lt;p&gt;Har brukt GNU/Linux utelukkende sommitt skrivebord OS siden 2000. I
7496 dag bruker jeg Ubuntu og gjør det meste med friprogramvare verktøyene
7497 som er tilgjengelige der. Med over 20.000 programmer å velge mellom er
7498 dette mer enn nok for de fleste brukerne.&lt;/p&gt;
7499
7500 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7501 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7502
7503 &lt;p&gt;Opplysning og pragmatikk. Vi prøver å løse problemer med bruk av
7504 programvare. De fleste utfordringene skolene har på IKT-siden kan
7505 løses ved hjelp av friprogramvareverktøy i dag. Det som trenges er
7506 opplysning, kunnskap og kompetanse.&lt;/p&gt;
7507 </description>
7508 </item>
7509
7510 <item>
7511 <title>Skolelinux-intervju: Morten Amundsen</title>
7512 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</link>
7513 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Morten_Amundsen.html</guid>
7514 <pubDate>Sun, 23 Jan 2011 12:00:00 +0100</pubDate>
7515 <description>&lt;p&gt;Denne gangen er det Tromsøkontoret til Friprog-senteret, og nyvalgt
7516 styremedlem i &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
7517 FRISK&lt;/a&gt; jeg har fått i tale i min intervjuserie med
7518 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-folk.&lt;/p&gt;
7519
7520 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7521
7522 &lt;p&gt;Jeg heter Morten Amundsen og jobber i
7523 &lt;a href=&quot;http://www.friprog.no/&quot;&gt;Friprog.no&lt;/a&gt;, men er for tiden leid
7524 ut til &lt;a href=&quot;http://www.bredbandsfylket.no/&quot;&gt;Bredbåndsfylket
7525 Troms&lt;/a&gt; der jeg jobber med ett prosjekt som heter
7526 &quot;&lt;a href=&quot;http://www.bredbandsfylket.no/skolefjoela.157417.no.html&quot;&gt;Skolefjøla&lt;/a&gt;&quot;
7527 Vi ser på en åpen løsning som integrerer eksisterende lukkete
7528 løsninger sammen med fri programvare. Målet er å gi elever og lærere
7529 en plattform som de kan tilpasse utfra behov.&lt;/p&gt;
7530
7531 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7532
7533 &lt;p&gt;Skolelinux har jeg møtt ved flere anledninger opp gjennom åra, både gjennom
7534 entusiastiske skolelinuxbrukere og skeptiske &quot;forståsegpåere&quot; :-)&lt;/p&gt;
7535
7536 &lt;p&gt;Jeg husker en leverandør av et stort OS for noen år siden mente at
7537 Skolelinux var kun for hackere og nerder og at ingen seriøse skoler
7538 kunne ta dette i bruk. Heldigvis er kunnskapen større nå og
7539 skikkelige &quot;IT-folk&quot; søker alltid å utvide sin kunnskap.
7540
7541 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7542
7543 &lt;p&gt;Ja det er mange fordeler. Uavhengighet, stabilitet, åpenhet, standarder
7544 osv. Tror det er viktig at man ikke begrenser mulighetene på den plattformen
7545 elevene skal jobbe.&lt;/p&gt;
7546
7547 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7548
7549 &lt;p&gt;Det største hinderet er det vi opplever på andre områder rundt
7550 fri programvare, nemlig kunnskap. For mange er det trygt å velge det vi
7551 alltid har valgt. Fordi leverandørene rundt oss sitter på den kunnskapen og
7552 de vi støtter oss på har den samme. Hvis vi klarer å riste løs litt og
7553 glemme gamle kriger mellom operativsystemer og leverandører, men sette ned
7554 hva som er viktig og velge ut fra det, så hadde man kanskje kommet ut med
7555 litt andre resultat. Jeg tror IT-folk er konservative og velger tradisjonelt
7556 og det er synd.&lt;/p&gt;
7557
7558 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7559
7560 &lt;p&gt;Jeg bruker Ubuntu, Android, Jolicloud, Open Office, Zimbra, Picasa
7561 og Firefox samt en bråte med tjenester som er webbasert. Det eneste
7562 som er betalingslisens for er OSX. Ser at jeg jobber mer og mer i
7563 skyen og setter pris på alt jeg slipper egen klient til. Derfor er
7564 jeg veldig sjarmert av små kjappe operativsystemer som krever minimalt
7565 av maskinvaren.&lt;/p&gt;
7566
7567 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7568 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7569
7570 &lt;p&gt;Tror en blanding av krav og informasjon er veien å gå. Krav om
7571 sikkerhet, oppetid og åpne standarder. Informasjon om muligheter og
7572 alternativer. Her har leverandører, IT-avdelinger og pedagoger en vei
7573 å gå sammen. Det er til slutt LÆRING det dreier seg om, og da må man
7574 få mest mulig læring for pengene man har.&lt;/p&gt;
7575 </description>
7576 </item>
7577
7578 <item>
7579 <title>Skolelinux-intervju: Sturle Sunde</title>
7580 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</link>
7581 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Sturle_Sunde.html</guid>
7582 <pubDate>Wed, 19 Jan 2011 12:00:00 +0100</pubDate>
7583 <description>&lt;p&gt;Denne gang har jeg fått tak i en mangeårig unix-mann som etter
7584 mange år ved Universitetet i Oslo, der jeg først traff ham, har
7585 flyttet tilbake til vestlandet, og der bidratt til å revitalisere
7586 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;-oppsettet i
7587 Florø.&lt;/p&gt;
7588
7589 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7590
7591 &lt;p&gt;Sturle Sunde, ansvarleg for skulenettet i Flora kommune. Eg driv,
7592 vidareutviklar og er andrelinje brukarstøtte for datanettet ved
7593 skulane i Flora kommune. 10 skular og meir enn 700 maskiner med
7594 Linux, medrekna tynnklientar. Tidlegare jobba eg i mange år med
7595 unix-drift ved Universitetets senter for informasjonsteknologi ved
7596 Universitetet i Oslo.&lt;/p&gt;
7597
7598 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7599
7600 &lt;p&gt;Det er vanskeleg å svare konkret på. Eg har drive med Unix og Linux i
7601 alle år, og Skulelinux er eit godt kjent prosjekt i miljøet. Det var
7602 først i 2008, då eg tok til i min noverande jobb, at eg fekk bruk for
7603 Skulelinux for alvor.&lt;/p&gt;
7604
7605 &lt;p&gt;Jobben min skulle vere drift av eit nytt skulenett i Flora kommune,
7606 levert av eit firma eg ikkje vil reklamere for. Systemet skulle vere
7607 ferdig levert i september året før. Dette viste seg å ta mykje lenger
7608 tid, og i haustferien 2008 hadde dei endå ikkje klart å få opp ei
7609 fungerande løysing. Situasjonen var prekær for den største skulen i
7610 kommunen med meir enn 500 elevar på ungdomssteget. Skulen hadde brukt
7611 Skulelinux før, og var tilfredse med det. No hadde dei vore utan
7612 fungerande datasystem i nesten eit år. Difor fekk eg opp ein ny tenar
7613 utanfor prosjektet og installerte Skulelinux på den. Etter litt
7614 justering av konfigurasjonen med god hjelp av #skolelinux på IRC, var
7615 den nye tenaren oppe og gjekk med både tynne og halv-tjukke klientar.
7616 Autentisering gjekk mot det nye systemet, slik at elevar og lærarar
7617 framleis har same brukarnamn og passord over alt. Dette berre
7618 fungerte, og vi bestemte oss for å erstatte delar av løysinga vi
7619 skulle få levert med Skulelinux.&lt;/p&gt;
7620
7621 &lt;p&gt;Det høyrer med til historia at det nye systemet eg skulle drive frå
7622 januar 2008 endå ikkje er ferdig levert. Dei jobbar med saka, seier
7623 dei, og har von om å fullføre leveransen i løpet av 2011.&lt;/p&gt;
7624
7625 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7626
7627 &lt;p&gt;Det er veldig mange. Eg skal ta nokre få.&lt;/p&gt;
7628
7629 &lt;p&gt;Den viktigaste fordelen er at det igrunn berre er ei maskin å passe
7630 på, og det er tenaren. Med andre løysingar har ein gjerne programvare
7631 og anna som skal vedlikehaldast på kvar enkelt maskin. Med Skulelinux
7632 kan alle feil rettast og alle program oppgraderast på alle maskiner
7633 samstundes ved å gjere endringa som må til på tenaren. Eg kan sitje
7634 på kontoret og passe på alle tenarane i kommunen derifrå.&lt;/p&gt;
7635
7636 &lt;ul&gt;
7637
7638 &lt;li&gt;Tynne klientar gjer det mogleg å bruke eldre utstyr lenge, so lenge
7639 tenaren er sterk nok. Ein liten tenar med eit par halv-moderne CPUar
7640 og 2 GiB RAM held lenge for eit typisk klasserom med 30 tynnklientar,
7641 og det er lett å utvide med fleire.
7642
7643 &lt;li&gt;Halvtjukke klientar gjer det mogleg å utnytte kapasiteten i litt
7644 nyare maskiner betre, og avlaste tenaren. Ingenting vert installert
7645 lokalt på desse heller, og harddisken kan gjerne koblast frå. Gode
7646 halvtjukke klientar kan kjøpast brukt for under 1000-lappen, og det er
7647 heile kostnaden. Ingen lisensar eller anna på toppen, og det er ikkje
7648 krav til kraftigare tenar heller.
7649
7650 &lt;li&gt;Det er Linux. Vi har ikkje noko kluss med drivarar, dei berre er
7651 der. Heller ikkje med virus, dei finst i realiteten ikkje. Eller med
7652 elevar som klussar med installert programvare, for dei klarar ikkje å
7653 øydeleggje for nokon andre enn seg sjølve.
7654
7655 &lt;/ul&gt;
7656
7657 &lt;p&gt;Skulelinux er lagt opp til å vere veldig lett å installere rett ut
7658 av boksen på ein heil skule av ein interessert lærar. Det er ofte ei
7659 god løysing for skulen. Å ha nokon til stades som kjenner systemet og
7660 kan forklare enkle ting eller løyse problem der og då, er uvurderleg
7661 viktig for ein stressa lærar fem minutt før det ringer inn.&lt;/p&gt;
7662
7663 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7664
7665 &lt;p&gt;All den ferdige konfigurasjonen gjer det tungvint å tilpasse
7666 Skulelinux til eit system som skal fungere saman med mange andre
7667 installasjonar i eit felles datanett for skulane i ein kommune. Det
7668 heile er prekonfigurert for ein skule, og utviding til mange skular
7669 med eigne tenarar er ikkje berre enkelt.&lt;/p&gt;
7670
7671 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7672
7673 &lt;p&gt;Eg brukar mest alle små hjelpeprogram som føl med operativsystemet,
7674 samt scriptspråket perl. Elles er Firefox/Iceweasel, Gnome-terminal
7675 og ssh i kontinuerleg bruk. Av Linux-distribusjonar brukar eg både
7676 Debian, Ubuntu, SuSE og RedHat dagleg. Eg prøvar å finne det verktyet
7677 som passar best til kvar del av jobben.&lt;/p&gt;
7678
7679 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7680 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7681
7682 &lt;p&gt;Det er to målgrupper ein må sikte mot. Det eine er alle skulane som
7683 manglar eller har eit lite tilfredsstillande opplegg i dag, og ikkje
7684 har råd til å kjøpe noko nytt og blankpussa opplegg. Der er det om å
7685 gjere å gjere det enkelt for skulane å finne Skulelinux, og gjere det
7686 enkelt for dei å få hjelp til installasjon på skulen. Gjerne med
7687 lokale kontaktpersonar. Her er det dugnadsinnsats som må til, for
7688 desse skulane har ikkje råd til å betale for dette.&lt;/p&gt;
7689
7690 &lt;p&gt;Den andre og kanskje viktigare målgruppa er dei meir eller mindre
7691 profesjonelle kundane. Alle store offentlege innkjøp, inkludert
7692 innkjøp av nytt datasystem for skular, må ut på offentleg anbod.
7693 Offentlege anbod er mykje meir lukka enn dei gjev inntrykk av, og både
7694 regelboka og boka med triks for å sminke tilbodet er tjukk. Det er
7695 vanskeleg å komme inn utan eit solid salsapparat i ryggen. Kanskje
7696 Skulelinux skulle prøve aktivt å få seg eit partnarskap med eit av dei
7697 store som gjerne vil sterkare inn på den offentlege IT-marknaden?
7698 Nokon som kjenner triksa og har krefter til å ta opp kampen mot både
7699 dårlege anbod og Rudolf Blostrupmoen IT AS. Leveranse til skulane i
7700 ein kommune er ein god måte å få ein fot inn døra som leverandør til
7701 ein lukrativ kommunemarknad som kjøper alle tenester. Ta kontakt med
7702 nokon som er passeleg store og ikkje er Microsoft-partnar, og fortell:
7703 «Vi har eit ferdig produkt som du kan selje. Nei vi skal ikkje ha for
7704 det. Du kan gjerne gjere kva du vil med det, berre vi får lov til å
7705 hjelpe deg. Målgruppa er alle kommunar, og det er noko dei vil ha.
7706 Det er eit godt produkt, brukt av mange og godt likt.»&lt;/p&gt;
7707 </description>
7708 </item>
7709
7710 <item>
7711 <title>Skolelinux-intervju: Embrik Kaslegard</title>
7712 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</link>
7713 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Embrik_Kaslegard.html</guid>
7714 <pubDate>Sun, 16 Jan 2011 12:00:00 +0100</pubDate>
7715 <description>&lt;p&gt;Neste ut i min intervjuserie med folk i
7716 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt; er
7717 lærer, mangeårig bidragsyter på epostlistene og tidligere
7718 Skolelinux-administrator på en skole i Hemsedal.&lt;/p&gt;
7719
7720 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7721
7722 &lt;p&gt;Embrik Kaslegard, 1964-modell, fire barn (7-20 år). Begynte som
7723 lærer i 1989 - har hatt IKT-ansvar siden første året i jobb. Har
7724 jobbet som lærer/IKT-ansvarlig uavbrutt siden 1989. Jobbet med
7725 Skolelinux fra 2004 til 2010. Nå har jeg fått ny arbeidsplass og er
7726 40% lærer og 60% IKT med Windows XP, Win2003 server og et regionalt
7727 IKT-regime som legger premissene og begrensingene for hva vi kan gjøre
7728 på skolen.&lt;/p&gt;
7729
7730 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7731
7732 &lt;p&gt;Jeg leste en artikkel om en dugnadsinstallasjon av Skolelinux på en
7733 skole på Jæren et sted. Tanken om dugnad og frihet appellerte til
7734 meg. Da vi skulle bygge ny skole var det en del vi måtte spare på,
7735 fordi vi beveget oss mot en kostnadssprekk. Kabling og investering i
7736 PC-er var en av tingene vi sparte på. Derfor kjøpe vi 72 pc-er for 390
7737 pr stk. En filtjener og en applikasjonsserver.&lt;/p&gt;
7738
7739 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7740
7741 &lt;p&gt;Fordelen er at så mye er satt opp fra starten. I tillegg er det
7742 tydelig at pakka er laga for skoleverket. Brukerne har egne
7743 skrivebord, tilgang på mange gode verktøyprogrammer. Vi slipper å
7744 tenke på virus. Brukerne har ikke mulighet til å ødelegge
7745 klientoppsett, men har gode muligheter til å endre eget oppsett. Dette
7746 tror jeg er inspirerende og kjekt for mange brukere. Mappestrukturen
7747 er ferdig og det er &quot;enkelt&quot; å designe lokale mappestrukturer via
7748 skeleton. Noen av oss i skoleverket mener skolen skal være en
7749 &quot;mot-kultur&quot;. Da er Skolelinux et av valgene man kan ta. Et annet er å
7750 spise på indisk restaurant i stedet for Mc Donald&#39;s når vi er på bytur
7751 osv.. Ordene deling, frihet, dugnad osv er positive ord i
7752 skoleverket. Det er viktig at elevene blir bevisst dette.&lt;/p&gt;
7753
7754 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7755
7756 &lt;p&gt;Kompabiliteten er selvsagt et problem, selv om det er mindre nå enn
7757 før. For IKT-personer på skolene som skal drifte dette er det
7758 problematisk med kommandoer i terminalen. I tillegg er det alt for
7759 mange programmer i Skolelinux som ikke blir brukt. Jeg tror
7760 Skolelinux er tjent med å tone ned begrepet pedagogisk programvare.
7761 Slik jeg ser det finnes ikke denne kategorien programmer lengre slik
7762 de gjorde før, som frittsående programmer som installeres på en
7763 datamaskin eller på serveren. Det finnes en del spesialpedagogiske
7764 programmer, som Textpilot, LingDys, LingRight, AskiRaski, Ny i Norge
7765 osv. Men dette er programmer for enkelt-elever eller små grupper av
7766 elever. Det som bør være fokus er at alle undervisningsressurser som
7767 lages for nettet skal være nettleseruavhengig.&lt;/p&gt;
7768
7769 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7770
7771 &lt;p&gt;OpenOffice bruker jeg til vanlig kontorarbeide. VLC bruker jeg som
7772 videoavspiller og av og til streaming av film. Gimp bruker jeg i
7773 undervisningen til bildemanipulering. Firefox og Chrome er mine
7774 favoritt-nettlesere. Firefox har lenge vært førstevalget mitt, nå
7775 bruker jeg mest Chrome. Opplever den som raskere og smidigere enn
7776 Firefox. Ubuntu bruker jeg som dualboot på jobb-maskinen min i
7777 tillegg til at alle PCer hjemme har en eller annen Ubuntu-distribusjon
7778 installert. Jeg bruker Clonezilla på Ubuntu 10.04 til kloning av
7779 datamaskiner på jobb. Det er selvsagt en haug andre frie programmer
7780 jeg bruker men jeg bruker dem ikke daglig. Jeg kan ramse opp:
7781 recordmydesktop, cinelerra, acidrip, soundjuicer, audacity, NX
7782 (no-machine), Kino, Rythmbox...&lt;/p&gt;
7783
7784 &lt;p&gt;&lt;strong&gt;Hvilken strategi tror du er den rette å bruke for å få
7785 skoler til å ta i bruk fri programvare?&lt;/strong&gt;&lt;/p&gt;
7786
7787 &lt;p&gt;Jeg tror oppsøkende virksomhet er den rette strategien.
7788 Ressurspersoner gjør avtaler med rådmenn, skolesjefer, rektorer. Det
7789 er slik konkurrentene gjør det. Fokuset i slike samtaler bør være
7790 kost-nytte. Dersom personer med økonomisk ansvar ser at de kan få
7791 like godt tilbud til mindre utgifter, tror jeg det er mulighet til å
7792 få innpass. Dersom de også kan få konkrete tilbud på drift i slike
7793 samtaler, vil de kanskje bli litt mer interesserte i hvor mye penger
7794 som faktisk går til IKT i skolene. Det er også viktig at vi ikke
7795 firer for mye på krav til datamaskiner. Det er flott at Skolelinux
7796 går på &quot;utrangert&quot; utstyr, men dette bør bare presenteres som et
7797 alternativ. Skolelinux-installasjoner med utrangert utstyr er ikke å
7798 foretrekke dersom man kan unngå det. Det skaper ikke entusiasme hos
7799 brukerne (elever og lærere) når de bruker gamle datamaskiner som går
7800 tregt. Det er kjempefint med skoler som har kommet seg frem til
7801 Skolelinux og fri programvare av seg selv, men de lever på nåde.
7802 Slike valg må fundamenteres hos skoleeier.&lt;/p&gt;
7803
7804 &lt;p&gt;Oppdatering 2011-01-16 22:40: Oppdatert svarene for de tre siste
7805 spørsmålene litt mer tekst fra Embrik.&lt;/p&gt;
7806 </description>
7807 </item>
7808
7809 <item>
7810 <title>Skolelinux-intervju: Viggo Fedreheim</title>
7811 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</link>
7812 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Viggo_Fedreheim.html</guid>
7813 <pubDate>Wed, 12 Jan 2011 12:00:00 +0100</pubDate>
7814 <description>&lt;p&gt;Jeg fortsetter min intervjuserie med folk i
7815 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Denne
7816 gang er det en av folkene som har vært med lenge og som har tatt i
7817 bruk Skolelinux på alle skolene i Narvik kommune som skal i ilden.
7818 Han er styremedlem i
7819 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen
7820 FRISK&lt;/a&gt;.&lt;/p&gt;
7821
7822 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7823
7824 &lt;p&gt;Mitt navn er Viggo Fedreheim, og jeg er pedagogisk og teknisk
7825 IKT-veileder for alle skoler i Narvik kommune. Jeg drifter totalt 17
7826 servere basert på Skolelinux og Debian. Jeg holder i tillegg noen kurs
7827 mellom all driftingen. For tiden arbeider jeg med en sentral
7828 LDAP-tjener for alle skoleservere samt våre Moodle- og
7829 Joomla-installasjoner.&lt;/p&gt;
7830
7831 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7832
7833 &lt;p&gt;Gjennom en eller annen nettavis i 2001 der var det skrevet om
7834 Skolelinux. Artikkelen ga meg lyst til å prøve ut systemet.&lt;/p&gt;
7835
7836 &lt;p&gt;Det startet i 2002 ved at jeg installerte en av de første utgavene
7837 av Skolelinux på en standard pc på Solneset skole i Tromsø. Denne var
7838 oppe fram til desember 2003 da jeg sluttet på den skolen og begynte i
7839 ny jobb i Narvik kommune.&lt;/p&gt;
7840
7841 &lt;p&gt; I Narvik kommune var det i 2004 kun 2 servere på da totalt 15
7842 skoler. Disse var Windows NT baserte. På disse to skolene var det lite
7843 med maskiner. Jobben med å få Narvik Kommune opp på akseptabelt nivå
7844 virket å være formidabel. Men med hjelp av gode kollegaer og leder
7845 skrev jeg en IKT plan for Narvik kommune som ble vedtatt av politikere
7846 i august 2004. I denne planen ble det bestemt at Narvik kommune skulle
7847 bruke Skolelinux. Her ble det også satt av midler til kabling av god
7848 infrastruktur på alle skoler samt innkjøp av nye datamaskiner. Så i
7849 dag har vi 17 servere hvorav 13 er på Skolelinux, med ca 1500 klienter
7850 basert på tynne, &quot;halvtykke&quot; og et stort antall bærbare pcer basert på
7851 Kubuntu.&lt;/p&gt;
7852
7853 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7854
7855 &lt;p&gt;Lisenskostnader, driftkostnader og hardwarekrav som er mye lavere
7856 enn for andre systemer.&lt;/p&gt;
7857
7858 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7859
7860 &lt;p&gt;Pedagogiske programvare som ikke fungerer mot Linux. En Stoooor
7861 flaskehals og som gjør at Linux kanskje ikke blir valgt andre
7862 plasser.&lt;/p&gt;
7863
7864 &lt;p&gt;Eksempler er Relemo, Lindys (lingit sine programmer), 5plus
7865 (matematikk). Disse er programmer som ikke lar seg kjøre i Linux.&lt;/p&gt;
7866
7867 &lt;p&gt; Men det ser ut for at mange leverandører går over til mer
7868 nettbaserte programmer istedet for å installere lokalt. Dette med
7869 enkelte leverandører som ikke kan levere programmer til Linux er et
7870 lite problem og over tid tror jeg at denne barrieren er borte.&lt;/p&gt;
7871
7872 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7873
7874 &lt;p&gt;Kjører Kubuntu på laptoper, Debian squeeze på stasjonær
7875 kontorpc. Ut over dette arbeder jeg svært mye via konsoll mot andre
7876 servere.&lt;/p&gt;
7877 </description>
7878 </item>
7879
7880 <item>
7881 <title>Skolelinux-intervju: Arnt Ove Gregersen</title>
7882 <link>http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</link>
7883 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_intervju__Arnt_Ove_Gregersen.html</guid>
7884 <pubDate>Sun, 9 Jan 2011 12:00:00 +0100</pubDate>
7885 <description>&lt;p&gt;Inspirert av
7886 &lt;a href=&quot;http://raphaelhertzog.com/tag/interview/&quot;&gt;intervjurunden&lt;/a&gt;
7887 som Raphael Hertzog har startet med folk i Debianprosjektet, fikk jeg
7888 lyst til å gjøre det samme med folk i
7889 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinuxprosjektet&lt;/a&gt;. Håpet
7890 er at de som til daglig bidrar til å fremme fri programvare i
7891 skoleverket og utvikler en linux-distribusjon spesiallaget for
7892 skolebruk kan bli bedre kjent og kanskje inspirere flere til å bidra
7893 til Skolelinux-prosjektet.&lt;/p&gt;
7894
7895 &lt;p&gt;Først ut er nyvalgt leder i
7896 &lt;a href=&quot;http://www.friprogramvareiskolen.no/&quot;&gt;foreningen FRISK&lt;/a&gt; som
7897 organiserer utviklingen av Skolelinux-distribusjonen. FRISK trenger
7898 alltid flere medlemmer, så
7899 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/index.php?page=signup&quot;&gt;meld
7900 deg gjerne inn&lt;/a&gt; hvis du vil støtte oss.&lt;/p&gt;
7901
7902 &lt;p&gt;&lt;strong&gt;Hvem er du, og hva driver du med til daglig?&lt;/strong&gt;&lt;/p&gt;
7903
7904 &lt;p&gt;&lt;!-- Mitt navn er Arnt Ove Gregersen, jeg er en småbarnfar på 32 år som
7905 for tiden bor Trondheim. --&gt;
7906 Mitt navn er Arnt Ove Gregersen, jeg er 32 år og bor for tiden i Trondheim.
7907
7908 Her jobber jeg som systemutvikler i et firma
7909 som heter &lt;a href=&quot;http://www.geomatikk-ikt.no/&quot;&gt;Geomatikk IKT AS&lt;/a&gt;,
7910 hvor jeg er på et Vegmeldings-prosjekt for Statens Vegvesen. På
7911 fritiden er jeg styreleder i FRISK (Fri programvare i skolen) og
7912 bidrar til bl.a. Skolelinux-prosjektet når jeg får tid til det. Det er
7913 primært hjemmesiden til Skolelinux-prosjektet og
7914 &lt;a href=&quot;http://linuxveiviseren.no/&quot;&gt;Linux-veiviseren&lt;/a&gt; jeg har
7915 jobbet med her, men jeg har også gjort en del arbeid i forhold til
7916 FRISK sin hjemmeside.&lt;/p&gt;
7917
7918 &lt;p&gt;&lt;strong&gt;Hvordan kom du i kontakt med Skolelinux-prosjektet?&lt;/strong&gt;&lt;/p&gt;
7919
7920 &lt;p&gt;Jeg var på en presentasjon av prosjektet i regi av Knut Yrvin på
7921 Gløshaugen i Trondheim, hvor jeg fattet stor interesse for prosjektet
7922 og ville hjelpe til så godt jeg kunne. Dette var vel i 2002 eller
7923 2003.&lt;/p&gt;
7924
7925 &lt;p&gt;Jeg hadde fra før hørt om prosjektet fra før og syntes tanken bak var
7926 ganske fin, men hadde ikke noen interesse av bruke min egen fritid på
7927 det selv.&lt;/p&gt;
7928
7929 &lt;p&gt;I etterkant av presentasjonen startet jeg og noen andre fra
7930 Trondheim &quot;Skolelinux-prosjektet i Sør-Trøndelag&quot; . Hvor vi var med å
7931 bidra til at Trondheim kommune satte igang Selsbakk ungdomskole som et
7932 pilotprosjekt med Skolelinux, som egentlig var og er en stor suksess,
7933 men det virker ut som det ikke skjer noe mer på. I tillegg var vi med
7934 på dugnad på Brundalen videregående skole hvor vi installerte
7935 Skolelinux som såvidt jeg vet fortsatt kjører på Skolelinux.&lt;/p&gt;
7936
7937 &lt;p&gt;&lt;strong&gt;Hva er fordelene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7938
7939 &lt;p&gt;Det bygger på fri programvare og har lav kostnad i forhold til
7940 nytteverdien. Dette fordi det har forholdsvis lav inngangsum og bruker
7941 en arkitektur med sentral-drift som gir mange driftfordeler. I
7942 tillegg vil det kunne frigjøre kostnader for skolene slik at de kan
7943 bruke dem til å ansette f,eks flere lærere om det er ønskelig.&lt;/p&gt;
7944
7945 &lt;p&gt;&lt;strong&gt;Hva er ulempene med Skolelinux slik du ser det?&lt;/strong&gt;&lt;/p&gt;
7946
7947 &lt;P&gt;Ikke all pedagogisk programvare er tilgjengelig der, som f.eks
7948 Drillpro om jeg ikke husker feil.&lt;/p&gt;
7949
7950 &lt;p&gt;&lt;strong&gt;Hvilken fri programvare bruker du til daglig?&lt;/strong&gt;&lt;/p&gt;
7951
7952 &lt;p&gt;Til utvikling av Java-applikasjoner og Android bruker jeg Eclipse og
7953 Quanta til web-utvikling via php. For all bildebehandling bruker jeg
7954 GIMP og Blender til 3d-modellering . Dessverre har Blender en bratt
7955 læringskurve i starten, men det er absolutt verdt det.
7956
7957 &lt;p&gt;Til musikk bruker jeg stort Rhytmbox. Firefox til surfing på nettet og
7958 Thunderbird og Evolution til e-post,
7959
7960 &lt;p&gt;På database-siden bruker jeg PostgreSQL, Postgis og av og til Mysql.
7961
7962 &lt;p&gt;Når jeg får tid til å spille bruker jeg som regel et strategi-spill
7963 som er basert på TA Spring-motoren (springrts.com), her er det et
7964 veldig bra utvalg av gratis spill som er av høy kvalitet. Veldig lett
7965 å bli hektet :)&lt;/p&gt;
7966 </description>
7967 </item>
7968
7969 <item>
7970 <title>Inspirerende fra en ukjent Skolelinux-skole</title>
7971 <link>http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</link>
7972 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Inspirerende_fra_en_ukjent_Skolelinux_skole.html</guid>
7973 <pubDate>Tue, 4 Jan 2011 07:50:00 +0100</pubDate>
7974 <description>&lt;p&gt;Følgende inspirerende historie fant jeg i
7975 &lt;a href=&quot;http://www.digi.no/php/ny_debatt.php?id=858869#innlegg_770926&quot;&gt;kommentarfeltet
7976 hos digi.no&lt;/a&gt; i forbindelse med en trist sak om hvordan
7977 &lt;a href=&quot;http://www.digi.no/858869/datakaos-etter-linux-satsing&quot;&gt;skolen
7978 i Hemsedal har fått ødelagt&lt;/a&gt; sin Skolelinux-installasjon. Jeg har
7979 fikset endel åpenbare skrivefeil for lesbarhetens skyld.&lt;/p&gt;
7980
7981 &lt;blockquote&gt;
7982 &lt;p&gt;&lt;strong&gt;Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
7983 &lt;br&gt;av Inspektør Siri (gjest)
7984
7985 &lt;p&gt;Kommunen min har to omtrent jevnstore tettsteder, og en
7986 ungdomsskole i hvert av tettstedene. Den minste av disse har ca 300
7987 elever og til denne sogner det 3 barneskoler. Den største har ca 350
7988 elever og til denne sogner det 4 barneskoler.&lt;/p&gt;
7989
7990 &lt;ul&gt;
7991
7992 &lt;li&gt;Kommunen har i veldig lang tid forsømt IKT i skolen, og det har
7993 bare blitt gitt smuler i ny og ne. Det er kun den største av
7994 ungdomsskolene som har hatt en skikkelig datapark, og dette takket
7995 være en naturfaglærer som ble lei av å vente på kommunen. Det gjorde
7996 at vi bestemte oss for å ta ting i egne hender, og da vha
7997 skolelinux. En testinstallasjon med 10 gamle PCer ble gjort, og vi så
7998 raskt at dette var veldig lovende. Neste etappe var å gi alle lærere
7999 egen PC på arbeidsplassene sine (2004), og så sette opp 16 PCer på to
8000 datarom. Vi har kun basert oss på å kjøpe inn brukte maskiner, og
8001 aldri dyrere enn 1000 kr pr klient. For to år siden så hadde vi
8002 klienter i alle klasserom, og totalt hadde vi da rundt 250 stk. Rundt
8003 40 klienter brukes av lærerne og kjører på en egen server. Elvene har
8004 resten, og kjører også en egen server. Servere har vi også kjøpt
8005 brukt, 2 år gamle servere koster 6-7000 kroner.&lt;/li&gt;
8006
8007 &lt;li&gt;Skolen vår er et relativt gammelt bygg, men en meget dyktig
8008 vaktmester har sammen med IKT-ansvarlig/Naturfaglærer lagt kabler til alle
8009 rom. Gradvis har vi byttet ut billige svitsjer med mer solide saker
8010 som er mulig å fjernstyre.&lt;/li&gt;
8011
8012 &lt;li&gt;Vi har i all hovedsak greid å få dette til over eget budsjett, men
8013 vi har også passet på å få penger når de andre skolene har fått
8014 bærbare PCer til lærere osv.&lt;/li&gt;
8015
8016 &lt;li&gt;Vår IKT-ansvarlig har gjort (og gjør) en fenomenal jobb, og vi har
8017 en maskinpark som de andre av kommunens skoler bare kan drømme
8018 om.&lt;/li&gt;
8019
8020 &lt;/ul&gt;
8021
8022 &lt;p&gt;Så skjer det som ofte skjer. Det kommer en eller annen
8023 selger/blåruss og skal fikse ALT. I vårt tilfelle betyr dette også
8024 sentralisering av drift. Den ny-ansatte på kommunens IT-avdelingen
8025 skal også ha jobb, og ser for seg å ta over skoledriften. Kommunen
8026 kjøper inn eksterne driftstjenester, og nekter i samme slengen å ta
8027 hensyn til skolen vår. Dette til tross for at vi alene har like mange
8028 datamaskiner som de andre til sammen. &lt;/p&gt;
8029
8030 &lt;ul&gt;
8031
8032 &lt;li&gt;Det blir krevd at vi skal innlemmes i de kommunale systemet, og
8033 det er VI som får ansvar for at dette kommer på plass. Og det er her
8034 de horrible tingene begynner å skje. &lt;/li&gt;
8035
8036 &lt;li&gt;Det settes opp en lukket Exchange server som gjør av vi ikke kan
8037 hente epost for våre ansatte. Og det kreves at vi finner løsning på
8038 dette.&lt;/li&gt;
8039
8040 &lt;li&gt;Det velges sak arkivsystem som vi pålegges å bruke, noe som gjør
8041 at vi må bruke en terminalløsning mot kommunal server. Ikke i seg selv
8042 et problem i følge IKT-ansvarlig hos oss. Men kommunens IT-avd nektet
8043 faktisk å åpne de porter OSV som vi måtte bruke.&lt;/li&gt;
8044
8045 &lt;li&gt;Vi blir pålagt å flytte på innsiden av det kommunale
8046 nettverket. Dette gjorde at vi mistet hjemmekontor for lærere og
8047 elever. Å få åpnet porter i kommunal brannmur var ikke
8048 aktuelt. Mulighet for fjerndrift ble også vekk i samme slengen. &lt;/li&gt;
8049
8050 &lt;li&gt;Vår LMS Moodle er ikke mulig å nå for elevene og lærerne.
8051
8052 &lt;/ul&gt;
8053
8054 &lt;p&gt;Den andre ungdomsskolen i kommunen begynner så å kreve at de skal
8055 få bedre datatetthet, og komme opp på et nivå som ligner det vi
8056 har. De ser at vi kan avholde eksamen hvor alle 10. klassingene får
8057 sitte ved hver sin PC. Og de har fått tilbakemelding (klager) fra VGS
8058 om manglende datakompetanse på elevene som kommer fra dem. Dette fører
8059 videre til at kommunen endelig innser at de må ta grep. &lt;/p&gt;
8060
8061 &lt;p&gt;Grepet betyr sentralisering, og farvel til vår plattform får vi
8062 høre. Det blir gjort en rekke bestemmelser og vedtak som vi ikke får
8063 være en del av. Det blir helt klart at vi må redusere antall maskiner,
8064 og det skal satses på bærbare maskiner. Siden vi ikke har fått tatt
8065 del i prosessene som angår oss, så bruker vi fagforening. Vi har ikke
8066 blitt hørt i forbindelse med endringer som er betydelig for vår
8067 hverdag, og greier å stoppe omlegging. I tillegg så har vi et politisk
8068 vedtak i kommunen på at vi skal kjøre Linux på elevnett, og dette
8069 vedtaket kan ikke administrasjonen i kommunene helt uten videre
8070 tilsidesette. &lt;/p&gt;
8071
8072 &lt;p&gt;I sum har dette gjort at vi har fått jobbe videre i fred. Og en del
8073 runder i kommunens kontrollutvalg har gjort det tydelig at vi har blitt
8074 systematisk motarbeidet. &lt;/p&gt;
8075
8076 &lt;p&gt;I dag har de andre skolene fått sine bærbare maskiner til elever og
8077 lærere, men etter 2 år med innkjøring er det fremdeles problemer
8078 her. &lt;/p&gt;
8079
8080 &lt;ul&gt;
8081
8082 &lt;li&gt;Ungdomsskolen med windows kan ikke kjøre eksamen med sine bærbare,
8083 det er for mye arbeid å renske disse for innhold slik at juks ikke er
8084 mulig.&lt;/li&gt;
8085
8086 &lt;li&gt;Utskrift er et mareritt, etter sigende pga at utskrift først
8087 sendes til sentral server, og så sendes ut til rett skriver. I snitt
8088 så tar det 7-8 minutter før utskrift starter på enkelte av
8089 skolene.&lt;/li&gt;
8090
8091 &lt;li&gt;Trådløst skaper store problemer, og det er i perioder helt umulig
8092 å komme seg på nett. Og lagring på felles server er bare å glemme i
8093 perioder.&lt;/li&gt;
8094
8095 &lt;/ul&gt;
8096
8097 &lt;p&gt;Vi har slitt mye, kranglet og sloss. Ikke med tekniske problemer,
8098 men med omgivelsene rundt som vil oss til livs. Men det har vært verdt
8099 hver dråpe med svette, og timer med irritasjon. Men vi har begynt å få
8100 rutine her nå. &lt;/p&gt;
8101
8102 &lt;ul&gt;
8103
8104 &lt;li&gt;Vi har fremdeles et system som vi styrer helt selv. &lt;/li&gt;
8105 &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;
8106 &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;
8107 &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;
8108 &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;
8109 &lt;li&gt;Vår IKT-ansvarlig har 50% stilling som lærer og 50% som IKT-ansvarlig. &lt;/li&gt;
8110 &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;
8111 &lt;li&gt;Vi opplever at de yngste lærerne ved den andre ungdomsskolen ønsker seg over til oss. &lt;/li&gt;
8112
8113 &lt;/ul&gt;
8114
8115 &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;
8116
8117 &lt;p&gt;Beklager hvis dette ble litt usammenhengende, men det ble tastet i
8118 fei, og jeg har ikke lest gjennom&lt;/p&gt;
8119 &lt;/blockquote&gt;
8120
8121 &lt;p&gt;Det kom raskt et lite svar:&lt;/p&gt;
8122
8123 &lt;blockquote&gt;
8124 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
8125 &lt;br&gt;av captain_obvious&lt;/p&gt;
8126
8127 &lt;p&gt;Inspirerende å lese. Har dere gjort noe for å fortelle denne
8128 historien videre?&lt;/p&gt;
8129
8130 &lt;p&gt;Hadde vært svært interessant om dere tok kontakt med dokument 2 eller
8131 lignende for å fortelle hvordan det egentlig står til med
8132 IT-satsningen i kommune-Norge. Om ikke annet kan du begynner med å
8133 raffinere innlegget ditt og få en gjesteartikkel på digi.no&lt;/p&gt;
8134 &lt;/blockquote&gt;
8135
8136 &lt;p&gt;Og deretter en lengre oppfølging.&lt;/p&gt;
8137
8138 &lt;blockquote&gt;
8139 &lt;p&gt;&lt;strong&gt;SV: Lignende situasjon i annen kommune, se bare her:&lt;/strong&gt;
8140 &lt;br&gt;av Inspektør Siri (gjest)
8141
8142 &lt;p&gt;Joda, vi har lekt med tanken, og vi har t.o.m skrevet flere lengre
8143 leserinnlegg myntet på aviser. Disse er ikke sendt til aviser, men
8144 brukt internt i forbindelse med møter med kommune. Vår IKT-ansvarlig
8145 har også truet med å si opp jobben sin hvis det ikke ble tatt hensyn i
8146 større grad enn hva som har vært tilfelle. VI kan også dokumentere
8147 flere brudd på anbudsregler, og vi kjenner til at relativt store
8148 IT-leverandører som ikke har fått tatt del i disse anbudene, rett og
8149 slett ikke tør melde fra av redsel for å få et dårlig rykte. &lt;/p&gt;
8150
8151 &lt;p&gt;Alt ser ut til å roe seg ned, og vi har fått opp øynene på
8152 politikerne. I sum gjør dette at vi ikke ønsker for mye publisitet nå,
8153 det vil bare rote til igjen. &lt;/p&gt;
8154
8155 &lt;p&gt;Jeg glemte å nevne at vi nå nesten ikke bruker tid på å drifte
8156 systemet vårt, noe som gjør at det aller meste av tid blir brukt til å
8157 støtte lærerne og elevene. F.eks så bruker vår IKT-ansvarlig den
8158 første timen på jobb, 0730-0830 kun til å gå ute på arbeidsplassene
8159 til læreren. Dette for å kunne svare på små og store problem, gi tips
8160 og råd, eller bare for å plukke opp hva som er behovet ute i
8161 undervisningsarealene. Det er dessverre ikke slik at alle lærerne har
8162 nok digital kompetanse til å kunne formulere alle spørsmålene de har,
8163 men ved å kunne få vise eller lufte tanker med IKT-ansvarlig så er det
8164 utrolig hva som kommer fram. &lt;/p&gt;
8165
8166 &lt;ul&gt;
8167
8168 &lt;li&gt;Jeg ser at mange bruker økonomi som argument i forhold til å bruke
8169 SkoleLinux, og jeg skal ikke legge skjul på at det var dette som i
8170 utgangspunktet var årsaken til vårt valg. Men diskusjonene og kampen
8171 med kommunens IT-avdeling har gjort at vi har fått et noe annet
8172 fokus. Fordelene med drift og stabilitet, gjør at vi ville ha valgt
8173 samme løsning selv om den var dyrere. At vi slipper langt billigere
8174 unna, som følge av 0,- lisenskostnader og lave maskinvarekostnader, er
8175 bare en bonus. &lt;/li&gt;
8176
8177 &lt;li&gt;Etter å ha kranglet oss til å få skikkelig oversikt over hva de
8178 andre skolene i kommunen bruker på IT, så har vi fått gehør for å få
8179 samme midler til innkjøp. Dette har gjort at vi nå kan kjøpe inn
8180 utstyr som de andre skolene bare kan se langt etter. Vi har nettopp
8181 kjøpt inn 3 videokamera i semiproff-klassen for å kunne lage film,
8182 samt sende live fra skoleteater/konserter. Vi har kjøpt inn digitale
8183 kompaktkamera til alle klassene. Vi har et team av lærere som skal i
8184 gang med å teste ut tablets på svake elever. Håpet et at teknologien
8185 kan være med på å gi noen av elevene litt mer motivasjon. Vi har kjøpt
8186 inn et halvt klassesett med pulsklokker, noe som har vist seg å være
8187 overraskende inspirerende for en del av elevene. Vi har også oss på
8188 fag på en høyskole litt lengre sør for oss, slik at 3 av oss nå skal
8189 ta faget &quot;Linux tjenestedrift&quot;. Som inspektør og en del av skolens
8190 administrasjon er det veldig praktisk å kunne trå til hvis det
8191 kniper. Men IKT-ansvarlig har vært UTROLIG flink til å lage rene
8192 smørbrødlister for hvordan de mest vanlige driftsproblem løses, så det
8193 er lett for flere av oss å ta del i den daglige driften. Vi har svært
8194 stor nytte av lærling (som også hjelper to av naboskolene), men det er
8195 nesten blitt slik at det er om å gjøre å komme til først for å få løse
8196 problem. Det å få fingrene på problem og utfordringer er den aller
8197 beste læremester. &lt;/li&gt;
8198
8199 &lt;/ul&gt;
8200
8201 &lt;p&gt;Når vi nå tar til med planlegging av ny skole, så vil det være med
8202 tanke på at det skal være mulig med datautstyr på alle plasser. Vi
8203 kommer i all hovedsak til å legge kabel til alle tenkelige og
8204 utenkelige plasser. WiFi koster tilnærmet NULL å sette opp i
8205 ettertid.&lt;/p&gt;
8206
8207 &lt;p&gt;Vi har ikke vært noe flink til å bidra til SkoleLinux-prosjektet,
8208 vi har rett og slett vært for opptatt med vår egen kamp. Vi har hentet
8209 mye inspirasjon fra diskusjoner som har gått i det miljøet, og vi
8210 håper at vi nå framover kan få tid til å bidra. Vi er i ferd med å
8211 bytte ut en av serverne våre, og da vil denne trolig bli satt opp som
8212 testserver for neste versjon av Skolelinux. På den måten vil vi i alle
8213 fall kunne gi tilbakemeldinger og rapportere feil. I tillegg så vil
8214 det kanskje gi oss noen nye utfordringer, for som lærlingen vår sier:
8215 &quot;Skolelinux er noe herk, det skjer jo ikke noe galt og hvordan skal
8216 jeg da lære?&quot;&lt;/p&gt;
8217
8218 &lt;/blockquote&gt;
8219
8220 &lt;p&gt;Det er veldig hyggelig å høre at
8221 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; fungerer så bra i
8222 skoleverdagen etter å ha jobbet med det i 10 år.&lt;/p&gt;
8223 </description>
8224 </item>
8225
8226 <item>
8227 <title>How to test if a laptop is working with Linux</title>
8228 <link>http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</link>
8229 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_test_if_a_laptop_is_working_with_Linux.html</guid>
8230 <pubDate>Wed, 22 Dec 2010 14:55:00 +0100</pubDate>
8231 <description>&lt;p&gt;The last few days I have spent at work here at the &lt;a
8232 href=&quot;http://www.uio.no/&quot;&gt;University of Oslo&lt;/a&gt; testing if the new
8233 batch of computers will work with Linux. Every year for the last few
8234 years the university have organised shared bid of a few thousand
8235 computers, and this year HP won the bid. Two different desktops and
8236 five different laptops are on the list this year. We in the UNIX
8237 group want to know which one of these computers work well with RHEL
8238 and Ubuntu, the two Linux distributions we currently handle at the
8239 university.&lt;/p&gt;
8240
8241 &lt;p&gt;My test method is simple, and I share it here to get feedback and
8242 perhaps inspire others to test hardware as well. To test, I PXE
8243 install the OS version of choice, and log in as my normal user and run
8244 a few applications and plug in selected pieces of hardware. When
8245 something fail, I make a note about this in the test matrix and move
8246 on. If I have some spare time I try to report the bug to the OS
8247 vendor, but as I only have the machines for a short time, I rarely
8248 have the time to do this for all the problems I find.&lt;/p&gt;
8249
8250 &lt;p&gt;Anyway, to get to the point of this post. Here is the simple tests
8251 I perform on a new model.&lt;/p&gt;
8252
8253 &lt;ul&gt;
8254
8255 &lt;li&gt;Is PXE installation working? I&#39;m testing with RHEL6, Ubuntu Lucid
8256 and Ubuntu Maverik at the moment. If I feel like it, I also test with
8257 RHEL5 and Debian Edu/Squeeze.&lt;/li&gt;
8258
8259 &lt;li&gt;Is X.org working? If the graphical login screen show up after
8260 installation, X.org is working.&lt;/li&gt;
8261
8262 &lt;li&gt;Is hardware accelerated OpenGL working? Running glxgears (in
8263 package mesa-utils on Ubuntu) and writing down the frames per second
8264 reported by the program.&lt;/li&gt;
8265
8266 &lt;li&gt;Is sound working? With Gnome and KDE, a sound is played when
8267 logging in, and if I can hear this the test is successful. If there
8268 are several audio exits on the machine, I try them all and check if
8269 the Gnome/KDE audio mixer can control where to send the sound. I
8270 normally test this by playing
8271 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20101012-chef/ &quot;&gt;a HTML5
8272 video&lt;/a&gt; in Firefox/Iceweasel.&lt;/li&gt;
8273
8274 &lt;li&gt;Is the USB subsystem working? I test this by plugging in a USB
8275 memory stick and see if Gnome/KDE notices this.&lt;/li&gt;
8276
8277 &lt;li&gt;Is the CD/DVD player working? I test this by inserting any CD/DVD
8278 I have lying around, and see if Gnome/KDE notices this.&lt;/li&gt;
8279
8280 &lt;li&gt;Is any built in camera working? Test using cheese, and see if a
8281 picture from the v4l device show up.&lt;/li&gt;
8282
8283 &lt;li&gt;Is bluetooth working? Use the Gnome/KDE browsing tool to see if
8284 any bluetooth devices are discovered. In my office, I normally see a
8285 few.&lt;/li&gt;
8286
8287 &lt;li&gt;For laptops, is the SD or Compaq Flash reader working. I have
8288 memory modules lying around, and stick them in and see if Gnome/KDE
8289 notice this.&lt;/li&gt;
8290
8291 &lt;li&gt;For laptops, is suspend/hibernate working? I&#39;m testing if the
8292 special button work, and if the laptop continue to work after
8293 resume.&lt;/li&gt;
8294
8295 &lt;li&gt;For laptops, is the extra buttons working, like audio level,
8296 adjusting background light, switching on/off external video output,
8297 switching on/off wifi, bluetooth, etc? The set of buttons differ from
8298 laptop to laptop, so I just write down which are working and which are
8299 not.&lt;/li&gt;
8300
8301 &lt;li&gt;Some laptops have smart card readers, finger print readers,
8302 acceleration sensors etc. I rarely test these, as I do not know how
8303 to quickly test if they are working or not, so I only document their
8304 existence.&lt;/li&gt;
8305
8306 &lt;/ul&gt;
8307
8308 &lt;p&gt;By now I suspect you are really curious what the test results are
8309 for the HP machines I am testing. I&#39;m not done yet, so I will report
8310 the test results later. For now I can report that HP 8100 Elite work
8311 fine, and hibernation fail with HP EliteBook 8440p on Ubuntu Lucid,
8312 and audio fail on RHEL6. Ubuntu Maverik worked with 8440p. As you
8313 can see, I have most machines left to test. One interesting
8314 observation is that Ubuntu Lucid has almost twice the frame rate than
8315 RHEL6 with glxgears. No idea why.&lt;/p&gt;
8316 </description>
8317 </item>
8318
8319 <item>
8320 <title>Debian Edu development gathering and General Assembly for FRiSK</title>
8321 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</link>
8322 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_development_gathering_and_General_Assembly_for_FRiSK.html</guid>
8323 <pubDate>Mon, 29 Nov 2010 18:40:00 +0100</pubDate>
8324 <description>&lt;p&gt;On friday, the first Debian Edu / Skolelinux
8325 &lt;a href=&quot;http://www.friprogramvareiskolen.no/Gathering/2010-12-03-05-Oslo&quot;&gt;development
8326 gathering&lt;/a&gt; in a long time take place here in Oslo, Norway. I
8327 really look forward to seeing all the good people working on the
8328 Squeeze release. The gathering is open for everyone interested in
8329 learning more about Debian Edu / Skolelinux.&lt;/p&gt;
8330
8331 &lt;p&gt;On Saturday, the Norwegian member organization taking care of
8332 organizing these development gatherings, Fri Programvare i Skolen,
8333 will hold its
8334 &lt;a href=&quot;http://friprogramvareiskolen.no/Genfors/2010&quot;&gt;General Assembly
8335 for 2010&lt;/a&gt;. Membership is open for all, and currently there are 388
8336 people registered as members. Last year 32 members cast their vote in
8337 the memberdb based election system. I hope more people find time to
8338 vote this year.&lt;/p&gt;
8339 </description>
8340 </item>
8341
8342 <item>
8343 <title>Why isn&#39;t Debian Edu using VLC?</title>
8344 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
8345 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
8346 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
8347 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
8348 presented, and the winner among the multimedia player were VLC.
8349 Personally, I like VLC, and it is my player of choice when I first try
8350 to play a video file or stream. Only if VLC fail will I drag out
8351 gmplayer to see if it can do better. The reason is mostly the failure
8352 model and trust. When VLC fail, it normally pop up a error message
8353 reporting the problem. When mplayer fail, it normally segfault or
8354 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
8355
8356 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
8357 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
8358 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
8359 plugin to play web videos seamlessly, and the VLC browser plugin is
8360 not very good. For example, it lack in-line control buttons, so there
8361 is no way for the user to pause the video. Also, when I
8362 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
8363 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
8364 failed on several video pages where mplayer based plugins worked. If
8365 the browser plugin for VLC was as good as the gecko-mediaplayer
8366 package (which uses mplayer), we would switch.&lt;/P&gt;
8367
8368 &lt;p&gt;While VLC is a good player, its user interface is slightly
8369 annoying. The most annoying feature is its inconsistent use of
8370 keyboard shortcuts. When the player is in full screen mode, its
8371 shortcuts are different from when it is playing the video in a window.
8372 For example, space only work as pause when in full screen mode. I
8373 wish it had consisten shortcuts and that space also would work when in
8374 window mode. Another nice shortcut in gmplayer is [enter] to restart
8375 the current video. It is very nice when playing short videos from the
8376 web and want to restart it when new people arrive to have a look at
8377 what is going on.&lt;/p&gt;
8378 </description>
8379 </item>
8380
8381 <item>
8382 <title>Lenny-&gt;Squeeze upgrades of the Gnome and KDE desktop, now with apt-get autoremove</title>
8383 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades_of_the_Gnome_and_KDE_desktop__now_with_apt_get_autoremove.html</link>
8384 <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>
8385 <pubDate>Mon, 22 Nov 2010 14:15:00 +0100</pubDate>
8386 <description>&lt;p&gt;Michael Biebl suggested to me on IRC, that I changed my automated
8387 upgrade testing of the
8388 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
8389 Gnome and KDE Desktop&lt;/a&gt; to do &lt;tt&gt;apt-get autoremove&lt;/tt&gt; when using apt-get.
8390 This seem like a very good idea, so I adjusted by test scripts and
8391 can now present the updated result from today:&lt;/p&gt;
8392
8393 &lt;p&gt;This is for Gnome:&lt;/p&gt;
8394
8395 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8396
8397 &lt;blockquote&gt;&lt;p&gt;
8398 apache2.2-bin
8399 aptdaemon
8400 baobab
8401 binfmt-support
8402 browser-plugin-gnash
8403 cheese-common
8404 cli-common
8405 cups-pk-helper
8406 dmz-cursor-theme
8407 empathy
8408 empathy-common
8409 freedesktop-sound-theme
8410 freeglut3
8411 gconf-defaults-service
8412 gdm-themes
8413 gedit-plugins
8414 geoclue
8415 geoclue-hostip
8416 geoclue-localnet
8417 geoclue-manual
8418 geoclue-yahoo
8419 gnash
8420 gnash-common
8421 gnome
8422 gnome-backgrounds
8423 gnome-cards-data
8424 gnome-codec-install
8425 gnome-core
8426 gnome-desktop-environment
8427 gnome-disk-utility
8428 gnome-screenshot
8429 gnome-search-tool
8430 gnome-session-canberra
8431 gnome-system-log
8432 gnome-themes-extras
8433 gnome-themes-more
8434 gnome-user-share
8435 gstreamer0.10-fluendo-mp3
8436 gstreamer0.10-tools
8437 gtk2-engines
8438 gtk2-engines-pixbuf
8439 gtk2-engines-smooth
8440 hamster-applet
8441 libapache2-mod-dnssd
8442 libapr1
8443 libaprutil1
8444 libaprutil1-dbd-sqlite3
8445 libaprutil1-ldap
8446 libart2.0-cil
8447 libboost-date-time1.42.0
8448 libboost-python1.42.0
8449 libboost-thread1.42.0
8450 libchamplain-0.4-0
8451 libchamplain-gtk-0.4-0
8452 libcheese-gtk18
8453 libclutter-gtk-0.10-0
8454 libcryptui0
8455 libdiscid0
8456 libelf1
8457 libepc-1.0-2
8458 libepc-common
8459 libepc-ui-1.0-2
8460 libfreerdp-plugins-standard
8461 libfreerdp0
8462 libgconf2.0-cil
8463 libgdata-common
8464 libgdata7
8465 libgdu-gtk0
8466 libgee2
8467 libgeoclue0
8468 libgexiv2-0
8469 libgif4
8470 libglade2.0-cil
8471 libglib2.0-cil
8472 libgmime2.4-cil
8473 libgnome-vfs2.0-cil
8474 libgnome2.24-cil
8475 libgnomepanel2.24-cil
8476 libgpod-common
8477 libgpod4
8478 libgtk2.0-cil
8479 libgtkglext1
8480 libgtksourceview2.0-common
8481 libmono-addins-gui0.2-cil
8482 libmono-addins0.2-cil
8483 libmono-cairo2.0-cil
8484 libmono-corlib2.0-cil
8485 libmono-i18n-west2.0-cil
8486 libmono-posix2.0-cil
8487 libmono-security2.0-cil
8488 libmono-sharpzip2.84-cil
8489 libmono-system2.0-cil
8490 libmtp8
8491 libmusicbrainz3-6
8492 libndesk-dbus-glib1.0-cil
8493 libndesk-dbus1.0-cil
8494 libopal3.6.8
8495 libpolkit-gtk-1-0
8496 libpt2.6.7
8497 libpython2.6
8498 librpm1
8499 librpmio1
8500 libsdl1.2debian
8501 libsrtp0
8502 libssh-4
8503 libtelepathy-farsight0
8504 libtelepathy-glib0
8505 libtidy-0.99-0
8506 media-player-info
8507 mesa-utils
8508 mono-2.0-gac
8509 mono-gac
8510 mono-runtime
8511 nautilus-sendto
8512 nautilus-sendto-empathy
8513 p7zip-full
8514 pkg-config
8515 python-aptdaemon
8516 python-aptdaemon-gtk
8517 python-axiom
8518 python-beautifulsoup
8519 python-bugbuddy
8520 python-clientform
8521 python-coherence
8522 python-configobj
8523 python-crypto
8524 python-cupshelpers
8525 python-elementtree
8526 python-epsilon
8527 python-evolution
8528 python-feedparser
8529 python-gdata
8530 python-gdbm
8531 python-gst0.10
8532 python-gtkglext1
8533 python-gtksourceview2
8534 python-httplib2
8535 python-louie
8536 python-mako
8537 python-markupsafe
8538 python-mechanize
8539 python-nevow
8540 python-notify
8541 python-opengl
8542 python-openssl
8543 python-pam
8544 python-pkg-resources
8545 python-pyasn1
8546 python-pysqlite2
8547 python-rdflib
8548 python-serial
8549 python-tagpy
8550 python-twisted-bin
8551 python-twisted-conch
8552 python-twisted-core
8553 python-twisted-web
8554 python-utidylib
8555 python-webkit
8556 python-xdg
8557 python-zope.interface
8558 remmina
8559 remmina-plugin-data
8560 remmina-plugin-rdp
8561 remmina-plugin-vnc
8562 rhythmbox-plugin-cdrecorder
8563 rhythmbox-plugins
8564 rpm-common
8565 rpm2cpio
8566 seahorse-plugins
8567 shotwell
8568 software-center
8569 system-config-printer-udev
8570 telepathy-gabble
8571 telepathy-mission-control-5
8572 telepathy-salut
8573 tomboy
8574 totem
8575 totem-coherence
8576 totem-mozilla
8577 totem-plugins
8578 transmission-common
8579 xdg-user-dirs
8580 xdg-user-dirs-gtk
8581 xserver-xephyr
8582 &lt;/p&gt;&lt;/blockquote&gt;
8583
8584 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8585
8586 &lt;blockquote&gt;&lt;p&gt;
8587 cheese
8588 ekiga
8589 eog
8590 epiphany-extensions
8591 evolution-exchange
8592 fast-user-switch-applet
8593 file-roller
8594 gcalctool
8595 gconf-editor
8596 gdm
8597 gedit
8598 gedit-common
8599 gnome-games
8600 gnome-games-data
8601 gnome-nettool
8602 gnome-system-tools
8603 gnome-themes
8604 gnuchess
8605 gucharmap
8606 guile-1.8-libs
8607 libavahi-ui0
8608 libdmx1
8609 libgalago3
8610 libgtk-vnc-1.0-0
8611 libgtksourceview2.0-0
8612 liblircclient0
8613 libsdl1.2debian-alsa
8614 libspeexdsp1
8615 libsvga1
8616 rhythmbox
8617 seahorse
8618 sound-juicer
8619 system-config-printer
8620 totem-common
8621 transmission-gtk
8622 vinagre
8623 vino
8624 &lt;/p&gt;&lt;/blockquote&gt;
8625
8626 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8627
8628 &lt;blockquote&gt;&lt;p&gt;
8629 gstreamer0.10-gnomevfs
8630 &lt;/p&gt;&lt;/blockquote&gt;
8631
8632 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8633
8634 &lt;blockquote&gt;&lt;p&gt;
8635 [nothing]
8636 &lt;/p&gt;&lt;/blockquote&gt;
8637
8638 &lt;p&gt;This is for KDE:&lt;/p&gt;
8639
8640 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8641
8642 &lt;blockquote&gt;&lt;p&gt;
8643 ksmserver
8644 &lt;/p&gt;&lt;/blockquote&gt;
8645
8646 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
8647
8648 &lt;blockquote&gt;&lt;p&gt;
8649 kwin
8650 network-manager-kde
8651 &lt;/p&gt;&lt;/blockquote&gt;
8652
8653 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
8654
8655 &lt;blockquote&gt;&lt;p&gt;
8656 arts
8657 dolphin
8658 freespacenotifier
8659 google-gadgets-gst
8660 google-gadgets-xul
8661 kappfinder
8662 kcalc
8663 kcharselect
8664 kde-core
8665 kde-plasma-desktop
8666 kde-standard
8667 kde-window-manager
8668 kdeartwork
8669 kdeartwork-emoticons
8670 kdeartwork-style
8671 kdeartwork-theme-icon
8672 kdebase
8673 kdebase-apps
8674 kdebase-workspace
8675 kdebase-workspace-bin
8676 kdebase-workspace-data
8677 kdeeject
8678 kdelibs
8679 kdeplasma-addons
8680 kdeutils
8681 kdewallpapers
8682 kdf
8683 kfloppy
8684 kgpg
8685 khelpcenter4
8686 kinfocenter
8687 konq-plugins-l10n
8688 konqueror-nsplugins
8689 kscreensaver
8690 kscreensaver-xsavers
8691 ktimer
8692 kwrite
8693 libgle3
8694 libkde4-ruby1.8
8695 libkonq5
8696 libkonq5-templates
8697 libnetpbm10
8698 libplasma-ruby
8699 libplasma-ruby1.8
8700 libqt4-ruby1.8
8701 marble-data
8702 marble-plugins
8703 netpbm
8704 nuvola-icon-theme
8705 plasma-dataengines-workspace
8706 plasma-desktop
8707 plasma-desktopthemes-artwork
8708 plasma-runners-addons
8709 plasma-scriptengine-googlegadgets
8710 plasma-scriptengine-python
8711 plasma-scriptengine-qedje
8712 plasma-scriptengine-ruby
8713 plasma-scriptengine-webkit
8714 plasma-scriptengines
8715 plasma-wallpapers-addons
8716 plasma-widget-folderview
8717 plasma-widget-networkmanagement
8718 ruby
8719 sweeper
8720 update-notifier-kde
8721 xscreensaver-data-extra
8722 xscreensaver-gl
8723 xscreensaver-gl-extra
8724 xscreensaver-screensaver-bsod
8725 &lt;/p&gt;&lt;/blockquote&gt;
8726
8727 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
8728
8729 &lt;blockquote&gt;&lt;p&gt;
8730 ark
8731 google-gadgets-common
8732 google-gadgets-qt
8733 htdig
8734 kate
8735 kdebase-bin
8736 kdebase-data
8737 kdepasswd
8738 kfind
8739 klipper
8740 konq-plugins
8741 konqueror
8742 ksysguard
8743 ksysguardd
8744 libarchive1
8745 libcln6
8746 libeet1
8747 libeina-svn-06
8748 libggadget-1.0-0b
8749 libggadget-qt-1.0-0b
8750 libgps19
8751 libkdecorations4
8752 libkephal4
8753 libkonq4
8754 libkonqsidebarplugin4a
8755 libkscreensaver5
8756 libksgrd4
8757 libksignalplotter4
8758 libkunitconversion4
8759 libkwineffects1a
8760 libmarblewidget4
8761 libntrack-qt4-1
8762 libntrack0
8763 libplasma-geolocation-interface4
8764 libplasmaclock4a
8765 libplasmagenericshell4
8766 libprocesscore4a
8767 libprocessui4a
8768 libqalculate5
8769 libqedje0a
8770 libqtruby4shared2
8771 libqzion0a
8772 libruby1.8
8773 libscim8c2a
8774 libsmokekdecore4-3
8775 libsmokekdeui4-3
8776 libsmokekfile3
8777 libsmokekhtml3
8778 libsmokekio3
8779 libsmokeknewstuff2-3
8780 libsmokeknewstuff3-3
8781 libsmokekparts3
8782 libsmokektexteditor3
8783 libsmokekutils3
8784 libsmokenepomuk3
8785 libsmokephonon3
8786 libsmokeplasma3
8787 libsmokeqtcore4-3
8788 libsmokeqtdbus4-3
8789 libsmokeqtgui4-3
8790 libsmokeqtnetwork4-3
8791 libsmokeqtopengl4-3
8792 libsmokeqtscript4-3
8793 libsmokeqtsql4-3
8794 libsmokeqtsvg4-3
8795 libsmokeqttest4-3
8796 libsmokeqtuitools4-3
8797 libsmokeqtwebkit4-3
8798 libsmokeqtxml4-3
8799 libsmokesolid3
8800 libsmokesoprano3
8801 libtaskmanager4a
8802 libtidy-0.99-0
8803 libweather-ion4a
8804 libxklavier16
8805 libxxf86misc1
8806 okteta
8807 oxygencursors
8808 plasma-dataengines-addons
8809 plasma-scriptengine-superkaramba
8810 plasma-widget-lancelot
8811 plasma-widgets-addons
8812 plasma-widgets-workspace
8813 polkit-kde-1
8814 ruby1.8
8815 systemsettings
8816 update-notifier-common
8817 &lt;/p&gt;&lt;/blockquote&gt;
8818
8819 &lt;p&gt;Running apt-get autoremove made the results using apt-get and
8820 aptitude a bit more similar, but there are still quite a lott of
8821 differences. I have no idea what packages should be installed after
8822 the upgrade, but hope those that do can have a look.&lt;/p&gt;
8823 </description>
8824 </item>
8825
8826 <item>
8827 <title>Migrating Xen virtual machines using LVM to KVM using disk images</title>
8828 <link>http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</link>
8829 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Migrating_Xen_virtual_machines_using_LVM_to_KVM_using_disk_images.html</guid>
8830 <pubDate>Mon, 22 Nov 2010 11:20:00 +0100</pubDate>
8831 <description>&lt;p&gt;Most of the computers in use by the
8832 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux project&lt;/a&gt;
8833 are virtual machines. And they have been Xen machines running on a
8834 fairly old IBM eserver xseries 345 machine, and we wanted to migrate
8835 them to KVM on a newer Dell PowerEdge 2950 host machine. This was a
8836 bit harder that it could have been, because we set up the Xen virtual
8837 machines to get the virtual partitions from LVM, which as far as I
8838 know is not supported by KVM. So to migrate, we had to convert
8839 several LVM logical volumes to partitions on a virtual disk file.&lt;/p&gt;
8840
8841 &lt;p&gt;I found
8842 &lt;a href=&quot;http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM&quot;&gt;a
8843 nice recipe&lt;/a&gt; to do this, and wrote the following script to do the
8844 migration. It uses qemu-img from the qemu package to make the disk
8845 image, parted to partition it, losetup and kpartx to present the disk
8846 image partions as devices, and dd to copy the data. I NFS mounted the
8847 new servers storage area on the old server to do the migration.&lt;/p&gt;
8848
8849 &lt;pre&gt;
8850 #!/bin/sh
8851
8852 # Based on
8853 # http://searchnetworking.techtarget.com.au/articles/35011-Six-steps-for-migrating-Xen-virtual-machines-to-KVM
8854
8855 set -e
8856 set -x
8857
8858 if [ -z &quot;$1&quot; ] ; then
8859 echo &quot;Usage: $0 &amp;lt;hostname&amp;gt;&quot;
8860 exit 1
8861 else
8862 host=&quot;$1&quot;
8863 fi
8864
8865 if [ ! -e /dev/vg_data/$host-disk ] ; then
8866 echo &quot;error: unable to find LVM volume for $host&quot;
8867 exit 1
8868 fi
8869
8870 # Partitions need to be a bit bigger than the LVM LVs. not sure why.
8871 disksize=$( lvs --units m | grep $host-disk | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8872 swapsize=$( lvs --units m | grep $host-swap | awk &#39;{sum = sum + $4} END { print int(sum * 1.05) }&#39;)
8873 totalsize=$(( ( $disksize + $swapsize ) ))
8874
8875 img=$host.img
8876 #dd if=/dev/zero of=$img bs=1M count=$(( $disksize + $swapsize ))
8877 qemu-img create $img ${totalsize}MMaking room on the Debian Edu/Sqeeze DVD
8878
8879 parted $img mklabel msdos
8880 parted $img mkpart primary linux-swap 0 $disksize
8881 parted $img mkpart primary ext2 $disksize $totalsize
8882 parted $img set 1 boot on
8883
8884 modprobe dm-mod
8885 losetup /dev/loop0 $img
8886 kpartx -a /dev/loop0
8887
8888 dd if=/dev/vg_data/$host-disk of=/dev/mapper/loop0p1 bs=1M
8889 fsck.ext3 -f /dev/mapper/loop0p1 || true
8890 mkswap /dev/mapper/loop0p2
8891
8892 kpartx -d /dev/loop0
8893 losetup -d /dev/loop0
8894 &lt;/pre&gt;
8895
8896 &lt;p&gt;The script is perhaps so simple that it is not copyrightable, but
8897 if it is, it is licenced using GPL v2 or later at your discretion.&lt;/p&gt;
8898
8899 &lt;p&gt;After doing this, I booted a Debian CD in rescue mode in KVM with
8900 the new disk image attached, installed grub-pc and linux-image-686 and
8901 set up grub to boot from the disk image. After this, the KVM machines
8902 seem to work just fine.&lt;/p&gt;
8903 </description>
8904 </item>
8905
8906 <item>
8907 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome and KDE desktop</title>
8908 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</link>
8909 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_and_KDE_desktop.html</guid>
8910 <pubDate>Sat, 20 Nov 2010 22:50:00 +0100</pubDate>
8911 <description>&lt;p&gt;I&#39;m still running upgrade testing of the
8912 &lt;a href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;Lenny
8913 Gnome and KDE Desktop&lt;/a&gt;, but have not had time to spend on reporting the
8914 status. Here is a short update based on a test I ran 20101118.&lt;/p&gt;
8915
8916 &lt;p&gt;I still do not know what a correct migration should look like, so I
8917 report any differences between apt and aptitude and hope someone else
8918 can see if anything should be changed.&lt;/p&gt;
8919
8920 &lt;p&gt;This is for Gnome:&lt;/p&gt;
8921
8922 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
8923
8924 &lt;blockquote&gt;&lt;p&gt;
8925 apache2.2-bin aptdaemon at-spi baobab binfmt-support
8926 browser-plugin-gnash cheese-common cli-common cpp-4.3 cups-pk-helper
8927 dmz-cursor-theme empathy empathy-common finger
8928 freedesktop-sound-theme freeglut3 gconf-defaults-service gdm-themes
8929 gedit-plugins geoclue geoclue-hostip geoclue-localnet geoclue-manual
8930 geoclue-yahoo gnash gnash-common gnome gnome-backgrounds
8931 gnome-cards-data gnome-codec-install gnome-core
8932 gnome-desktop-environment gnome-disk-utility gnome-screenshot
8933 gnome-search-tool gnome-session-canberra gnome-spell
8934 gnome-system-log gnome-themes-extras gnome-themes-more
8935 gnome-user-share gs-common gstreamer0.10-fluendo-mp3
8936 gstreamer0.10-tools gtk2-engines gtk2-engines-pixbuf
8937 gtk2-engines-smooth hal-info hamster-applet libapache2-mod-dnssd
8938 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
8939 libart2.0-cil libatspi1.0-0 libboost-date-time1.42.0
8940 libboost-python1.42.0 libboost-thread1.42.0 libchamplain-0.4-0
8941 libchamplain-gtk-0.4-0 libcheese-gtk18 libclutter-gtk-0.10-0
8942 libcryptui0 libcupsys2 libdiscid0 libeel2-data libelf1 libepc-1.0-2
8943 libepc-common libepc-ui-1.0-2 libfreerdp-plugins-standard
8944 libfreerdp0 libgail-common libgconf2.0-cil libgdata-common libgdata7
8945 libgdl-1-common libgdu-gtk0 libgee2 libgeoclue0 libgexiv2-0 libgif4
8946 libglade2.0-cil libglib2.0-cil libgmime2.4-cil libgnome-vfs2.0-cil
8947 libgnome2.24-cil libgnomepanel2.24-cil libgnomeprint2.2-data
8948 libgnomeprintui2.2-common libgnomevfs2-bin libgpod-common libgpod4
8949 libgtk2.0-cil libgtkglext1 libgtksourceview-common
8950 libgtksourceview2.0-common libmono-addins-gui0.2-cil
8951 libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil
8952 libmono-i18n-west2.0-cil libmono-posix2.0-cil
8953 libmono-security2.0-cil libmono-sharpzip2.84-cil
8954 libmono-system2.0-cil libmtp8 libmusicbrainz3-6
8955 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libopal3.6.8
8956 libpolkit-gtk-1-0 libpt-1.10.10-plugins-alsa
8957 libpt-1.10.10-plugins-v4l libpt2.6.7 libpython2.6 librpm1 librpmio1
8958 libsdl1.2debian libservlet2.4-java libsrtp0 libssh-4
8959 libtelepathy-farsight0 libtelepathy-glib0 libtidy-0.99-0
8960 libxalan2-java libxerces2-java media-player-info mesa-utils
8961 mono-2.0-gac mono-gac mono-runtime nautilus-sendto
8962 nautilus-sendto-empathy openoffice.org-writer2latex
8963 openssl-blacklist p7zip p7zip-full pkg-config python-4suite-xml
8964 python-aptdaemon python-aptdaemon-gtk python-axiom
8965 python-beautifulsoup python-bugbuddy python-clientform
8966 python-coherence python-configobj python-crypto python-cupshelpers
8967 python-cupsutils python-eggtrayicon python-elementtree
8968 python-epsilon python-evolution python-feedparser python-gdata
8969 python-gdbm python-gst0.10 python-gtkglext1 python-gtkmozembed
8970 python-gtksourceview2 python-httplib2 python-louie python-mako
8971 python-markupsafe python-mechanize python-nevow python-notify
8972 python-opengl python-openssl python-pam python-pkg-resources
8973 python-pyasn1 python-pysqlite2 python-rdflib python-serial
8974 python-tagpy python-twisted-bin python-twisted-conch
8975 python-twisted-core python-twisted-web python-utidylib python-webkit
8976 python-xdg python-zope.interface remmina remmina-plugin-data
8977 remmina-plugin-rdp remmina-plugin-vnc rhythmbox-plugin-cdrecorder
8978 rhythmbox-plugins rpm-common rpm2cpio seahorse-plugins shotwell
8979 software-center svgalibg1 system-config-printer-udev
8980 telepathy-gabble telepathy-mission-control-5 telepathy-salut tomboy
8981 totem totem-coherence totem-mozilla totem-plugins
8982 transmission-common xdg-user-dirs xdg-user-dirs-gtk xserver-xephyr
8983 zip
8984 &lt;/p&gt;&lt;/blockquote&gt;
8985
8986 Installed using apt-get, removed with aptitude
8987
8988 &lt;blockquote&gt;&lt;p&gt;
8989 arj bluez-utils cheese dhcdbd djvulibre-desktop ekiga eog
8990 epiphany-extensions epiphany-gecko evolution-exchange
8991 fast-user-switch-applet file-roller gcalctool gconf-editor gdm gedit
8992 gedit-common gnome-app-install gnome-games gnome-games-data
8993 gnome-nettool gnome-system-tools gnome-themes gnome-utils
8994 gnome-vfs-obexftp gnome-volume-manager gnuchess gucharmap
8995 guile-1.8-libs hal libavahi-compat-libdnssd1 libavahi-core5
8996 libavahi-ui0 libbind9-50 libbluetooth2 libcamel1.2-11 libcdio7
8997 libcucul0 libcurl3 libdirectfb-1.0-0 libdmx1 libdvdread3
8998 libedata-cal1.2-6 libedataserver1.2-9 libeel2-2.20 libepc-1.0-1
8999 libepc-ui-1.0-1 libexchange-storage1.2-3 libfaad0 libgadu3
9000 libgalago3 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
9001 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
9002 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
9003 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtk-vnc-1.0-0
9004 libgtkhtml2-0 libgtksourceview1.0-0 libgtksourceview2.0-0
9005 libgucharmap6 libhesiod0 libicu38 libisccc50 libisccfg50 libiw29
9006 libjaxp1.3-java-gcj libkpathsea4 liblircclient0 libltdl3 liblwres50
9007 libmagick++10 libmagick10 libmalaga7 libmozjs1d libmpfr1ldbl libmtp7
9008 libmysqlclient15off libnautilus-burn4 libneon27 libnm-glib0
9009 libnm-util0 libopal-2.2 libosp5 libparted1.8-10 libpisock9
9010 libpisync1 libpoppler-glib3 libpoppler3 libpt-1.10.10 libraw1394-8
9011 libsdl1.2debian-alsa libsensors3 libsexy2 libsmbios2 libsoup2.2-8
9012 libspeexdsp1 libssh2-1 libsuitesparse-3.1.0 libsvga1
9013 libswfdec-0.6-90 libtalloc1 libtotem-plparser10 libtrackerclient0
9014 libvoikko1 libxalan2-java-gcj libxerces2-java-gcj libxklavier12
9015 libxtrap6 libxxf86misc1 libzephyr3 mysql-common rhythmbox seahorse
9016 sound-juicer swfdec-gnome system-config-printer totem-common
9017 totem-gstreamer transmission-gtk vinagre vino w3c-dtd-xhtml wodim
9018 &lt;/p&gt;&lt;/blockquote&gt;
9019
9020 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9021
9022 &lt;blockquote&gt;&lt;p&gt;
9023 gstreamer0.10-gnomevfs
9024 &lt;/p&gt;&lt;/blockquote&gt;
9025
9026 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9027
9028 &lt;blockquote&gt;&lt;p&gt;
9029 [nothing]
9030 &lt;/p&gt;&lt;/blockquote&gt;
9031
9032 &lt;p&gt;This is for KDE:&lt;/p&gt;
9033
9034 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
9035
9036 &lt;blockquote&gt;&lt;p&gt;
9037 autopoint bomber bovo cantor cantor-backend-kalgebra cpp-4.3 dcoprss
9038 edict espeak espeak-data eyesapplet fifteenapplet finger gettext
9039 ghostscript-x git gnome-audio gnugo granatier gs-common
9040 gstreamer0.10-pulseaudio indi kaddressbook-plugins kalgebra
9041 kalzium-data kanjidic kapman kate-plugins kblocks kbreakout kbstate
9042 kde-icons-mono kdeaccessibility kdeaddons-kfile-plugins
9043 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
9044 kdeedu kdeedu-data kdeedu-kvtml-data kdegames kdegames-card-data
9045 kdegames-mahjongg-data kdegraphics-kfile-plugins kdelirc
9046 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
9047 kdepim-kfile-plugins kdepim-kio-plugins kdessh kdetoys kdewebdev
9048 kdiamond kdnssd kfilereplace kfourinline kgeography-data kigo
9049 killbots kiriki klettres-data kmoon kmrml knewsticker-scripts
9050 kollision kpf krosspython ksirk ksmserver ksquares kstars-data
9051 ksudoku kubrick kweather libasound2-plugins libboost-python1.42.0
9052 libcfitsio3 libconvert-binhex-perl libcrypt-ssleay-perl libdb4.6++
9053 libdjvulibre-text libdotconf1.0 liberror-perl libespeak1
9054 libfinance-quote-perl libgail-common libgsl0ldbl libhtml-parser-perl
9055 libhtml-tableextract-perl libhtml-tagset-perl libhtml-tree-perl
9056 libio-stringy-perl libkdeedu4 libkdegames5 libkiten4 libkpathsea5
9057 libkrossui4 libmailtools-perl libmime-tools-perl
9058 libnews-nntpclient-perl libopenbabel3 libportaudio2 libpulse-browse0
9059 libservlet2.4-java libspeechd2 libtiff-tools libtimedate-perl
9060 libunistring0 liburi-perl libwww-perl libxalan2-java libxerces2-java
9061 lirc luatex marble networkstatus noatun-plugins
9062 openoffice.org-writer2latex palapeli palapeli-data parley
9063 parley-data poster psutils pulseaudio pulseaudio-esound-compat
9064 pulseaudio-module-x11 pulseaudio-utils quanta-data rocs rsync
9065 speech-dispatcher step svgalibg1 texlive-binaries texlive-luatex
9066 ttf-sazanami-gothic
9067 &lt;/p&gt;&lt;/blockquote&gt;
9068
9069 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
9070
9071 &lt;blockquote&gt;&lt;p&gt;
9072 amor artsbuilder atlantik atlantikdesigner blinken bluez-utils cvs
9073 dhcdbd djvulibre-desktop imlib-base imlib11 kalzium kanagram kandy
9074 kasteroids katomic kbackgammon kbattleship kblackbox kbounce kbruch
9075 kcron kdat kdemultimedia-kappfinder-data kdeprint kdict kdvi kedit
9076 keduca kenolaba kfax kfaxview kfouleggs kgeography kghostview
9077 kgoldrunner khangman khexedit kiconedit kig kimagemapeditor
9078 kitchensync kiten kjumpingcube klatin klettres klickety klines
9079 klinkstatus kmag kmahjongg kmailcvt kmenuedit kmid kmilo kmines
9080 kmousetool kmouth kmplot knetwalk kodo kolf kommander konquest kooka
9081 kpager kpat kpdf kpercentage kpilot kpoker kpovmodeler krec
9082 kregexpeditor kreversi ksame ksayit kshisen ksig ksim ksirc ksirtet
9083 ksmiletris ksnake ksokoban kspaceduel kstars ksvg ksysv kteatime
9084 ktip ktnef ktouch ktron kttsd ktuberling kturtle ktux kuickshow
9085 kverbos kview kviewshell kvoctrain kwifimanager kwin kwin4 kwordquiz
9086 kworldclock kxsldbg libakode2 libarts1-akode libarts1-audiofile
9087 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
9088 libavahi-core5 libavc1394-0 libbind9-50 libbluetooth2
9089 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0
9090 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
9091 libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0 libicu38
9092 libiec61883-0 libindex0 libisccc50 libisccfg50 libiw29
9093 libjaxp1.3-java-gcj libk3b3 libkcal2b libkcddb1 libkdeedu3
9094 libkdegames1 libkdepim1a libkgantt0 libkleopatra1 libkmime2
9095 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
9096 libksieve0 libktnef1 liblockdev1 libltdl3 liblwres50 libmagick10
9097 libmimelib1c2a libmodplug0c2 libmozjs1d libmpcdec3 libmpfr1ldbl
9098 libneon27 libnm-util0 libopensync0 libpisock9 libpoppler-glib3
9099 libpoppler-qt2 libpoppler3 libraw1394-8 librss1 libsensors3
9100 libsmbios2 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90
9101 libtalloc1 libxalan2-java-gcj libxerces2-java-gcj libxtrap6 lskat
9102 mpeglib network-manager-kde noatun pmount tex-common texlive-base
9103 texlive-common texlive-doc-base texlive-fonts-recommended tidy
9104 ttf-dustin ttf-kochi-gothic ttf-sjfonts
9105 &lt;/p&gt;&lt;/blockquote&gt;
9106
9107 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
9108
9109 &lt;blockquote&gt;&lt;p&gt;
9110 dolphin kde-core kde-plasma-desktop kde-standard kde-window-manager
9111 kdeartwork kdebase kdebase-apps kdebase-workspace
9112 kdebase-workspace-bin kdebase-workspace-data kdeutils kscreensaver
9113 kscreensaver-xsavers libgle3 libkonq5 libkonq5-templates libnetpbm10
9114 netpbm plasma-widget-folderview plasma-widget-networkmanagement
9115 xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra
9116 xscreensaver-screensaver-bsod
9117 &lt;/p&gt;&lt;/blockquote&gt;
9118
9119 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
9120
9121 &lt;blockquote&gt;&lt;p&gt;
9122 kdebase-bin konq-plugins konqueror
9123 &lt;/p&gt;&lt;/blockquote&gt;
9124 </description>
9125 </item>
9126
9127 <item>
9128 <title>Gnash buildbot slave and Debian kfreebsd</title>
9129 <link>http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</link>
9130 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_buildbot_slave_and_Debian_kfreebsd.html</guid>
9131 <pubDate>Sat, 20 Nov 2010 07:20:00 +0100</pubDate>
9132 <description>&lt;p&gt;Answering
9133 &lt;a href=&quot;http://www.listware.net/201011/gnash-dev/67431-gnash-dev-buildbot-looking-for-slaves.html&quot;&gt;the
9134 call from the Gnash project&lt;/a&gt; for
9135 &lt;a href=&quot;http://www.gnashdev.org:8010&quot;&gt;buildbot&lt;/a&gt; slaves to test the
9136 current source, I have set up a virtual KVM machine on the Debian
9137 Edu/Skolelinux virtualization host to test the git source on
9138 Debian/Squeeze. I hope this can help the developers in getting new
9139 releases out more often.&lt;/p&gt;
9140
9141 &lt;p&gt;As the developers want less main-stream build platforms tested to,
9142 I have considered setting up a &lt;a
9143 href=&quot;http://www.debian.org/ports/kfreebsd-gnu/&quot;&gt;Debian/kfreebsd&lt;/a&gt;
9144 machine as well. I have also considered using the kfreebsd
9145 architecture in Debian as a file server in NUUG to get access to the 5
9146 TB zfs volume we currently use to store DV video. Because of this, I
9147 finally got around to do a test installation of Debian/Squeeze with
9148 kfreebsd. Installation went fairly smooth, thought I noticed some
9149 visual glitches in the cdebconf dialogs (black cursor left on the
9150 screen at random locations). Have not gotten very far with the
9151 testing. Noticed cfdisk did not work, but fdisk did so it was not a
9152 fatal problem. Have to spend some more time on it to see if it is
9153 useful as a file server for NUUG. Will try to find time to set up a
9154 gnash buildbot slave on the Debian Edu/Skolelinux this weekend.&lt;/p&gt;
9155 </description>
9156 </item>
9157
9158 <item>
9159 <title>Making room on the Debian Edu/Sqeeze DVD</title>
9160 <link>http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</link>
9161 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Making_room_on_the_Debian_Edu_Sqeeze_DVD.html</guid>
9162 <pubDate>Sun, 7 Nov 2010 11:45:00 +0100</pubDate>
9163 <description>&lt;p&gt;Prioritising packages for the Debian Edu /
9164 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; DVD, which is
9165 supposed provide a school with all the services and user applications
9166 needed on the pupils computer network has always been hard. Even
9167 schools without Internet connections should be able to get Debian Edu
9168 working using this DVD.&lt;/p&gt;
9169
9170 &lt;p&gt;The job became a lot harder when apt and aptitude started
9171 installing recommended packages by default. We want the same set of
9172 packages to be installed when using the DVD and the netinst CD, and
9173 that means all recommended packages need to be on the DVD. I created
9174 a patch for debian-cd in &lt;a href=&quot;http://bugs.debian.org/601203&quot;&gt;BTS
9175 report #601203&lt;/a&gt; to do this, and since this change was applied to
9176 the Debian Edu DVD build, we have been seriously short on space.&lt;/p&gt;
9177
9178 &lt;p&gt;A few days ago we decided to drop blender, wxmaxima and kicad from
9179 the default installation to save space on the DVD, believing that
9180 those needing these applications are few and can get them from the
9181 Debian archive.&lt;/p&gt;
9182
9183 &lt;p&gt;Yesterday, I had a look what source packages to see which packages
9184 were using most space. A few large packages are well know;
9185 openoffice.org, openclipart and fluid-soundfont. But I also
9186 discovered that lilypond used 106 MiB and fglrx-driver used 53 MiB.
9187 The lilypond package is pulled in as a dependency for rosegarden, and
9188 when looking a bit closer I discovered that 99 MiB of the 106 MiB were
9189 the documentation package, which is recommended by the binary package.
9190 I decided to drop this documentation package from our DVD, as most of
9191 our users will use the GUI front-ends and do not need the lilypond
9192 documentation. Similarly, I dropped the non-free fglrx-driver package
9193 which might be installed by d-i when its hardware is detected, as the
9194 free X driver should work.&lt;/p&gt;
9195
9196 &lt;p&gt;With this change, we finally got space for the LXDE and Gnome
9197 desktop packages as well as the language specific packages making the
9198 DVD more useful again.&lt;/p&gt;
9199 </description>
9200 </item>
9201
9202 <item>
9203 <title>Software updates 2010-10-24</title>
9204 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
9205 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
9206 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
9207 <description>&lt;p&gt;Some updates.&lt;/p&gt;
9208
9209 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
9210 raise money for the project is going well. The lower limit of 10
9211 signers was reached in 24 hours, and so far 13 people have signed it.
9212 More signers and more funding is most welcome, and I am really curious
9213 how far we can get before the time limit of December 24 is reached.
9214 :)&lt;/p&gt;
9215
9216 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
9217 about what appear to be a great code coverage tool capable of
9218 generating code coverage stats without any changes to the source code.
9219 It is called
9220 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
9221 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
9222 It is missing in Debian, but the git source built just fine in Squeeze
9223 after I installed libelf-dev, libdwarf-dev, pkg-config and
9224 libglib2.0-dev. Failed to build in Lenny, but suspect that is
9225 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
9226
9227 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
9228 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
9229 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
9230 alpha test release of the Squeeze based Debian Edu /
9231 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
9232 release. Give it a try if you need a complete linux solution for your
9233 school, including central infrastructure server, workstations, thin
9234 client servers and diskless workstations. A nice touch added
9235 yesterday is RDP support on the thin client servers, for windows
9236 clients to get a Linux desktop on request.&lt;/p&gt;
9237 </description>
9238 </item>
9239
9240 <item>
9241 <title>Some notes on Flash in Debian and Debian Edu</title>
9242 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
9243 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
9244 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
9245 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
9246 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
9247 second most popular used package that is missing in Debian. The sixth
9248 most popular is flashplayer-mozilla. This is a clear indication that
9249 working flash is important for Debian users. Around 10 percent of the
9250 users submitting data to popcon.debian.org have this package
9251 installed.&lt;/p&gt;
9252
9253 &lt;p&gt;In the report written by Lars Risan in August 2008
9254&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
9255 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
9256 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
9257 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
9258 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
9259 web sites require Flash to work, and lacking working Flash support in
9260 the web browser and the problems with installing it was perceived as a
9261 good reason to stay with Windows.&lt;/p&gt;
9262
9263 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
9264 said to be the retarded cousin that did not really understand
9265 everything you told him but could work fairly well. This was a
9266 comment regarding the problems Linux have with proprietary formats and
9267 non-standard web pages, and is sad because it exposes a fairly common
9268 understanding of whose fault it is if web pages that only work in for
9269 example Internet Explorer 6 fail to work on Firefox, and funny because
9270 it explain very well how annoying it is for users when Linux
9271 distributions do not work with the documents they receive or the web
9272 pages they want to visit.&lt;/p&gt;
9273
9274 &lt;p&gt;This is part of the reason why I believe it is important for Debian
9275 and Debian Edu to have a well working Flash implementation in the
9276 distribution, to get at least popular sites as Youtube and Google
9277 Video to working out of the box. For Squeeze, Debian have the chance
9278 to include the latest version of Gnash that will make this happen, as
9279 the new release 0.8.8 was published a few weeks ago and is resting in
9280 unstable. The new version work with more sites that version 0.8.7.
9281 The Gnash maintainers have asked for a freeze exception, but the
9282 release team have not had time to reply to it yet. I hope they agree
9283 with me that Flash is important for the Debian desktop users, and thus
9284 accept the new package into Squeeze.&lt;/p&gt;
9285 </description>
9286 </item>
9287
9288 <item>
9289 <title>Broken hard link handling with sshfs</title>
9290 <link>http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</link>
9291 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_hard_link_handling_with_sshfs.html</guid>
9292 <pubDate>Mon, 30 Aug 2010 19:30:00 +0200</pubDate>
9293 <description>&lt;p&gt;Just got an email from Tobias Gruetzmacher as a followup on my
9294 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html&quot;&gt;previous
9295 post about sshfs&lt;/a&gt;. He reported another problem with sshfs. It
9296 fail to handle hard links properly. A simple way to spot this is to
9297 look at the . and .. entries in the directory tree. These should have
9298 a link count &gt;1, but on sshfs the count is 1. I just tested to see
9299 what happen when trying to hardlink, and this fail as well:&lt;/p&gt;
9300
9301 &lt;pre&gt;
9302 % ln foo bar
9303 ln: creating hard link `bar&#39; =&gt; `foo&#39;: Function not implemented
9304 %
9305 &lt;/pre&gt;
9306
9307 &lt;p&gt;I have not yet found time to implement a test for this in my file
9308 system test code, but believe having working hard links is useful to
9309 avoid surprised unix programs. Not as useful as working file locking
9310 and symlinks, which are required to get a working desktop, but useful
9311 nevertheless. :)&lt;/p&gt;
9312
9313 &lt;p&gt;The latest version of the file system test code is available via
9314 git from
9315 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;&lt;/p&gt;
9316 </description>
9317 </item>
9318
9319 <item>
9320 <title>Skolelinux i Osloskolen</title>
9321 <link>http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</link>
9322 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_i_Osloskolen.html</guid>
9323 <pubDate>Thu, 26 Aug 2010 22:25:00 +0200</pubDate>
9324 <description>&lt;p&gt;Denne høsten skal endelig alle Osloskolene få mulighet til å bruke
9325 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;. Ny IT-løsning
9326 har vært rullet ut i noen måneder nå, og så vidt jeg fikk vite før
9327 sommeren skulle alle skoler ha nytt opplegg på plass før oppstart nå i
9328 høst. På alle skolene skal en kunne velge ved installasjon om en skal
9329 ha Windows eller Skolelinux på maskinene, og en kan i tillegg
9330 PXE-boote maskinene over nett som tynne klienter eller diskløse
9331 arbeidsstasjoner. Jeg er spent på hvor mange skoler som velger å ta i
9332 bruk Skolelinux, og gleder meg til å se hvordan dette utvikler seg.
9333 Løsningen leveres av
9334 &lt;a href=&quot;http://www.logica.no/&quot;&gt;Logica&lt;/a&gt; med
9335 &lt;a href=&quot;http://www.slxdrift.no/&quot;&gt;Skolelinux Drift AS&lt;/a&gt; som
9336 underleverandør, og jeg har vært involvert i utviklingen av løsningen
9337 via Skolelinux Drift AS siden prosjektet starter. Jeg synes det er
9338 fantastisk at Skolelinux er kommet så langt siden vi startet i 2001 at
9339 alle elevene i Osloskolene nå skal få mulighet til å bruke
9340 løsningen. Jeg håper de vil sette pris på alle de
9341 &lt;a href=&quot;http://www.skolelinux.no/linux-signpost/&quot;&gt;fantastiske
9342 brukerprogrammene&lt;/a&gt; som er tilgjengelig i Skolelinux.&lt;/p&gt;
9343 </description>
9344 </item>
9345
9346 <item>
9347 <title>Broken umask handling with sshfs</title>
9348 <link>http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</link>
9349 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Broken_umask_handling_with_sshfs.html</guid>
9350 <pubDate>Thu, 26 Aug 2010 13:30:00 +0200</pubDate>
9351 <description>&lt;p&gt;My file system sematics program
9352 &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
9353 a few days ago&lt;/a&gt; is very useful to verify that a file system can
9354 work as a unix home directory,and today I had to extend it a bit. I&#39;m
9355 looking into alternatives for home directory access here at the
9356 University of Oslo, and one of the options is sshfs. My friend
9357 Finn-Arne mentioned a while back that they had used sshfs with Debian
9358 Edu, but stopped because of problems. I asked today what the problems
9359 where, and he mentioned that sshfs failed to handle umask properly.
9360 Trying to detect the problem I wrote this addition to my fs testing
9361 script:&lt;/p&gt;
9362
9363 &lt;pre&gt;
9364 mode_t touch_get_mode(const char *name, mode_t mode) {
9365 mode_t retval = 0;
9366 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, mode);
9367 if (-1 != fd) {
9368 unlink(name);
9369 struct stat statbuf;
9370 if (-1 != fstat(fd, &amp;statbuf)) {
9371 retval = statbuf.st_mode &amp; 0x1ff;
9372 }
9373 close(fd);
9374 }
9375 return retval;
9376 }
9377
9378 /* Try to detect problem discovered using sshfs */
9379 int test_umask(void) {
9380 printf(&quot;info: testing umask effect on file creation\n&quot;);
9381
9382 mode_t orig_umask = umask(000);
9383 mode_t newmode;
9384 if (0666 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
9385 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 000\n&quot;,
9386 newmode);
9387 }
9388 umask(007);
9389 if (0660 != (newmode = touch_get_mode(&quot;foobar&quot;, 0666))) {
9390 printf(&quot; error: Wrong file mode %o when creating using mode 666 and umask 007\n&quot;,
9391 newmode);
9392 }
9393
9394 umask (orig_umask);
9395 return 0;
9396 }
9397
9398 int main(int argc, char **argv) {
9399 [...]
9400 test_umask();
9401 return 0;
9402 }
9403 &lt;/pre&gt;
9404
9405 &lt;p&gt;Sure enough. On NFS to a netapp, I get this result:&lt;/p&gt;
9406
9407 &lt;pre&gt;
9408 Testing POSIX/Unix sematics on file system
9409 info: testing symlink creation
9410 info: testing subdirectory creation
9411 info: testing fcntl locking
9412 Read-locking 1 byte from 1073741824
9413 Read-locking 510 byte from 1073741826
9414 Unlocking 1 byte from 1073741824
9415 Write-locking 1 byte from 1073741824
9416 Write-locking 510 byte from 1073741826
9417 Unlocking 2 byte from 1073741824
9418 info: testing umask effect on file creation
9419 &lt;/pre&gt;
9420
9421 &lt;p&gt;When mounting the same directory using sshfs, I get this
9422 result:&lt;/p&gt;
9423
9424 &lt;pre&gt;
9425 Testing POSIX/Unix sematics on file system
9426 info: testing symlink creation
9427 info: testing subdirectory creation
9428 info: testing fcntl locking
9429 Read-locking 1 byte from 1073741824
9430 Read-locking 510 byte from 1073741826
9431 Unlocking 1 byte from 1073741824
9432 Write-locking 1 byte from 1073741824
9433 Write-locking 510 byte from 1073741826
9434 Unlocking 2 byte from 1073741824
9435 info: testing umask effect on file creation
9436 error: Wrong file mode 644 when creating using mode 666 and umask 000
9437 error: Wrong file mode 640 when creating using mode 666 and umask 007
9438 &lt;/pre&gt;
9439
9440 &lt;p&gt;So, I can conclude that sshfs is better than smb to a Netapp or a
9441 Windows server, but not good enough to be used as a home
9442 directory.&lt;/p&gt;
9443
9444 &lt;p&gt;Update 2010-08-26: Reported the issue in
9445 &lt;a href=&quot;http://bugs.debian.org/594498&quot;&gt;BTS report #594498&lt;/a&gt;&lt;/p&gt;
9446
9447 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
9448 script so useful that he created a GIT repository and stored it in
9449 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
9450 </description>
9451 </item>
9452
9453 <item>
9454 <title>No hardcoded config on Debian Edu clients</title>
9455 <link>http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</link>
9456 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/No_hardcoded_config_on_Debian_Edu_clients.html</guid>
9457 <pubDate>Mon, 9 Aug 2010 20:15:00 +0200</pubDate>
9458 <description>&lt;p&gt;As reported earlier, the last few days I have looked at how Debian
9459 Edu clients are configured, and tried to get rid of all hardcoded
9460 configuration settings on the clients. I believe the work to be
9461 mostly done, and the clients seem to work just fine with dynamically
9462 generated configuration.&lt;/p&gt;
9463
9464 &lt;p&gt;What is the point, you might ask? The point is to allow a Debian
9465 Edu desktop to integrate into an existing network infrastructure
9466 without any manual configuration.&lt;/p&gt;
9467
9468 &lt;p&gt;This is what happens when installing a Debian Edu client here at
9469 the University of Oslo using PXE. With the PXE installation, I am
9470 asked for language (Norwegian Bokmål), locality (Norway) and keyboard
9471 layout (no-latin1), Debian Edu profile (Roaming Workstation), if I
9472 accept to reformat the hard drive (yes), if I want to submit info to
9473 popcon.debian.org (no) and root password (secret). After answering
9474 these questions, the installer goes ahead and does its thing, and
9475 after around 50 minutes it is done. I press enter to finish the
9476 installation, and the machine reboots into KDE. When the machine is
9477 ready and kdm asks for login information, I enter my university
9478 username and password, am told by kdm that a local home directory has
9479 been created and that I must log in again, and finally log in with the
9480 same username and password to the KDE 4.4 desktop. At no point during
9481 this process did it ask for university specific settings, and all the
9482 required configuration was dynamically detected using information
9483 fetched via DHCP and DNS. The roaming workstation is now ready for
9484 use.&lt;/p&gt;
9485
9486 &lt;p&gt;How was this done, you might wonder? First of all, here is the
9487 list of things that need to be configured on the client to get it
9488 working properly out of the box:&lt;/p&gt;
9489
9490 &lt;ul&gt;
9491 &lt;li&gt;IP address/netmask and DNS server.&lt;/li&gt;
9492 &lt;li&gt;Web proxy URL.&lt;/li&gt;
9493 &lt;li&gt;LDAP server for NSS directory information (user, group, etc).&lt;/li&gt;
9494 &lt;li&gt;Kerberos server for PAM password checking.&lt;/li&gt;
9495 &lt;li&gt;SMB mount point to access the network home directory. (*)&lt;/li&gt;
9496 &lt;li&gt;Central syslog server to send syslog messages to. (*)&lt;/li&gt;
9497 &lt;li&gt;Sitesummary collector URL to submit info to central server. (*)&lt;/li&gt;
9498 &lt;/ul&gt;
9499
9500 &lt;p&gt;(Hm, did I forget anything? Let me knew if I did.)&lt;/p&gt;
9501
9502 &lt;p&gt;The points marked (*) are not required to be able to use the
9503 machine, but needed to provide central storage and allowing system
9504 administrators to track their machines. Since yesterday, everything
9505 but the sitesummary collector URL is dynamically discovered at boot
9506 and installation time in the svn version of Debian Edu.&lt;/p&gt;
9507
9508 &lt;p&gt;The IP and DNS setup is fetched during boot using DHCP as usual.
9509 When a DHCP update arrives, the proxy setup is updated by looking for
9510 http://wpat/wpad.dat and using the content of this WPAD file to
9511 configure the http and ftp proxy in /etc/environment and
9512 /etc/apt/apt.conf. I decided to update the proxy setup using a DHCP
9513 hook to ensure that the client stops using the Debian Edu proxy when
9514 it is moved outside the Debian Edu network, and instead uses any local
9515 proxy present on the new network when it moves around.&lt;/p&gt;
9516
9517 &lt;p&gt;The DNS names of the LDAP, Kerberos and syslog server and related
9518 configuration are generated using DNS information at boot. First the
9519 installer looks for a host named ldap in the current DNS domain. If
9520 not found, it looks for _ldap._tcp SRV records in DNS instead. If an
9521 LDAP server is found, its root DSE entry is requested and the
9522 attributes namingContexts and defaultNamingContext are used to
9523 determine which LDAP base to use for NSS. If there are several
9524 namingContexts attibutes and the defaultNamingContext is present, that
9525 LDAP subtree is used as the base. If defaultNamingContext is missing,
9526 the subtrees listed as namingContexts are searched in sequence for any
9527 object with class posixAccount or posixGroup, and the first one with
9528 such an object is used as the LDAP base. For Kerberos, a similar
9529 search is done by first looking for a host named kerberos, and then
9530 for the _kerberos._tcp SRV record. I&#39;ve been unable to find a way to
9531 look up the Kerberos realm, so for this the upper case string of the
9532 current DNS domain is used.&lt;/p&gt;
9533
9534 &lt;p&gt;For the syslog server, the hosts syslog and loghost are searched
9535 for, and the _syslog._udp SRV record is consulted if no such host is
9536 found. This algorithm works for both Debian Edu and the University of
9537 Oslo. A similar strategy would work for locating the sitesummary
9538 server, but have not been implemented yet. I decided to fetch and
9539 save these settings during installation, to make sure moving to a
9540 different network does not change the set of users being allowed to
9541 log in nor the passwords required to log in. Usernames and passwords
9542 will be cached by sssd when the user logs in on the Debian Edu
9543 network, and will not change as the laptop move around. For a
9544 non-roaming machine, there is no caching, but given that it is
9545 supposed to stay in place it should not matter much. Perhaps we
9546 should switch those to use sssd too?&lt;/p&gt;
9547
9548 &lt;p&gt;The user&#39;s SMB mount point for the network home directory is
9549 located when the user logs in for the first time. The LDAP server is
9550 consulted to look for the user&#39;s LDAP object and the sambaHomePath
9551 attribute is used if found. If it isn&#39;t found, the home directory
9552 path fetched from NSS is used instead. Assuming the path is of the
9553 form /site/server/directory/username, the second part is looked up in
9554 DNS and used to generate a SMB URL of the form
9555 smb://server.domain/username. This algorithm works for both Debian
9556 edu and the University of Oslo. Perhaps there are better attributes
9557 to use or a better algorithm that works for more sites, but this will
9558 do for now. :)&lt;/p&gt;
9559
9560 &lt;p&gt;This work should make it easier to integrate the Debian Edu clients
9561 into any LDAP/Kerberos infrastructure, and make the current setup even
9562 more flexible than before. I suspect it will also work for thin
9563 client servers, allowing one to easily set up LTSP and hook it into a
9564 existing network infrastructure, but I have not had time to test this
9565 yet.&lt;/p&gt;
9566
9567 &lt;p&gt;If you want to help out with implementing these things for Debian
9568 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9569
9570 &lt;p&gt;Update 2010-08-09: Simon Farnsworth gave me a heads-up on how to
9571 detect Kerberos realm from DNS, by looking for _kerberos TXT entries
9572 before falling back to the upper case DNS domain name. Will have to
9573 implement it for Debian Edu. :)&lt;/p&gt;
9574 </description>
9575 </item>
9576
9577 <item>
9578 <title>Testing if a file system can be used for home directories...</title>
9579 <link>http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</link>
9580 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Testing_if_a_file_system_can_be_used_for_home_directories___.html</guid>
9581 <pubDate>Sun, 8 Aug 2010 21:20:00 +0200</pubDate>
9582 <description>&lt;p&gt;A few years ago, I was involved in a project planning to use
9583 Windows file servers as home directory servers for Debian
9584 Edu/Skolelinux machines. This was thought to be no problem, as the
9585 access would be through the SMB network file system protocol, and we
9586 knew other sites used SMB with unix and samba as the file server to
9587 mount home directories without any problems. But, after months of
9588 struggling, we had to conclude that our goal was impossible.&lt;/p&gt;
9589
9590 &lt;p&gt;The reason is simply that while SMB can be used for home
9591 directories when the file server is Samba running on Unix, this only
9592 work because of Samba have some extensions and the fact that the
9593 underlying file system is a unix file system. When using a Windows
9594 file server, the underlying file system do not have POSIX semantics,
9595 and several programs will fail if the users home directory where they
9596 want to store their configuration lack POSIX semantics.&lt;/p&gt;
9597
9598 &lt;p&gt;As part of this work, I wrote a small C program I want to share
9599 with you all, to replicate a few of the problematic applications (like
9600 OpenOffice.org and GCompris) and see if the file system was working as
9601 it should. If you find yourself in spooky file system land, it might
9602 help you find your way out again. This is the fs-test.c source:&lt;/p&gt;
9603
9604 &lt;pre&gt;
9605 /*
9606 * Some tests to check the file system sematics. Used to verify that
9607 * CIFS from a windows server do not work properly as a linux home
9608 * directory.
9609 * License: GPL v2 or later
9610 *
9611 * needs libsqlite3-dev and build-essential installed
9612 * compile with: gcc -Wall -lsqlite3 -DTEST_SQLITE fs-test.c -o fs-test
9613 */
9614
9615 #define _FILE_OFFSET_BITS 64
9616 #define _LARGEFILE_SOURCE 1
9617 #define _LARGEFILE64_SOURCE 1
9618
9619 #define _GNU_SOURCE /* for asprintf() */
9620
9621 #include &amp;lt;errno.h&gt;
9622 #include &amp;lt;fcntl.h&gt;
9623 #include &amp;lt;stdio.h&gt;
9624 #include &amp;lt;string.h&gt;
9625 #include &amp;lt;stdlib.h&gt;
9626 #include &amp;lt;sys/file.h&gt;
9627 #include &amp;lt;sys/stat.h&gt;
9628 #include &amp;lt;sys/types.h&gt;
9629 #include &amp;lt;unistd.h&gt;
9630
9631 #ifdef TEST_SQLITE
9632 /*
9633 * Test sqlite open, as done by gcompris require the libsqlite3-dev
9634 * package and linking with -lsqlite3. A more low level test is
9635 * below.
9636 * See also &amp;lt;URL: http://www.sqlite.org./faq.html#q5 &gt;.
9637 */
9638 #include &amp;lt;sqlite3.h&gt;
9639 #define CREATE_TABLE_USERS \
9640 &quot;CREATE TABLE users (user_id INT UNIQUE, login TEXT, lastname TEXT, firstname TEXT, birthdate TEXT, class_id INT ); &quot;
9641 int test_sqlite_open(void) {
9642 char *zErrMsg;
9643 char *name = &quot;testsqlite.db&quot;;
9644 sqlite3 *db=NULL;
9645 unlink(name);
9646 int rc = sqlite3_open(name, &amp;db);
9647 if( rc ){
9648 printf(&quot;error: sqlite open of %s failed: %s\n&quot;, name, sqlite3_errmsg(db));
9649 sqlite3_close(db);
9650 return -1;
9651 }
9652
9653 /* create tables */
9654 rc = sqlite3_exec(db,CREATE_TABLE_USERS, NULL, 0, &amp;zErrMsg);
9655 if( rc != SQLITE_OK ){
9656 printf(&quot;error: sqlite table create failed: %s\n&quot;, zErrMsg);
9657 sqlite3_close(db);
9658 return -1;
9659 }
9660 printf(&quot;info: sqlite worked\n&quot;);
9661 sqlite3_close(db);
9662 return 0;
9663 }
9664 #endif /* TEST_SQLITE */
9665
9666 /*
9667 * Demonstrate locking issue found in gcompris using sqlite3. This
9668 * work with ext3, but not with cifs server on Windows 2003. This is
9669 * done in the sqlite3 library.
9670 * See also
9671 * &amp;lt;URL:http://www.cygwin.com/ml/cygwin/2001-08/msg00854.html&gt; and the
9672 * POSIX specification
9673 * &amp;lt;URL:http://www.opengroup.org/onlinepubs/009695399/functions/fcntl.html&gt;.
9674 */
9675 int test_gcompris_locking(void) {
9676 struct flock fl;
9677 char *name = &quot;testsqlite.db&quot;;
9678 unlink(name);
9679 int fd = open(name, O_RDWR|O_CREAT|O_LARGEFILE, 0644);
9680 printf(&quot;info: testing fcntl locking\n&quot;);
9681
9682 fl.l_whence = SEEK_SET;
9683 fl.l_pid = getpid();
9684 printf(&quot; Read-locking 1 byte from 1073741824&quot;);
9685 fl.l_start = 1073741824;
9686 fl.l_len = 1;
9687 fl.l_type = F_RDLCK;
9688 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9689
9690 printf(&quot; Read-locking 510 byte from 1073741826&quot;);
9691 fl.l_start = 1073741826;
9692 fl.l_len = 510;
9693 fl.l_type = F_RDLCK;
9694 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9695
9696 printf(&quot; Unlocking 1 byte from 1073741824&quot;);
9697 fl.l_start = 1073741824;
9698 fl.l_len = 1;
9699 fl.l_type = F_UNLCK;
9700 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9701
9702 printf(&quot; Write-locking 1 byte from 1073741824&quot;);
9703 fl.l_start = 1073741824;
9704 fl.l_len = 1;
9705 fl.l_type = F_WRLCK;
9706 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9707
9708 printf(&quot; Write-locking 510 byte from 1073741826&quot;);
9709 fl.l_start = 1073741826;
9710 fl.l_len = 510;
9711 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9712
9713 printf(&quot; Unlocking 2 byte from 1073741824&quot;);
9714 fl.l_start = 1073741824;
9715 fl.l_len = 2;
9716 fl.l_type = F_UNLCK;
9717 if (0 != fcntl(fd, F_SETLK, &amp;fl) ) printf(&quot; - error!\n&quot;); else printf(&quot;\n&quot;);
9718
9719 close(fd);
9720 return 0;
9721 }
9722
9723 /*
9724 * Test if permissions of freshly created directories allow entries
9725 * below them. This was a problem with OpenOffice.org and gcompris.
9726 * Mounting with option &#39;sync&#39; seem to solve this problem while
9727 * slowing down file operations.
9728 */
9729 int test_subdirectory_creation(void) {
9730 #define LEVELS 5
9731 char *path = strdup(&quot;test&quot;);
9732 char *dirs[LEVELS];
9733 int level;
9734 printf(&quot;info: testing subdirectory creation\n&quot;);
9735 for (level = 0; level &amp;lt; LEVELS; level++) {
9736 char *newpath = NULL;
9737 if (-1 == mkdir(path, 0777)) {
9738 printf(&quot; error: Unable to create directory &#39;%s&#39;: %s\n&quot;,
9739 path, strerror(errno));
9740 break;
9741 }
9742 asprintf(&amp;newpath, &quot;%s/%s&quot;, path, &quot;test&quot;);
9743 free(path);
9744 path = newpath;
9745 }
9746 return 0;
9747 }
9748
9749 /*
9750 * Test if symlinks can be created. This was a problem detected with
9751 * KDE.
9752 */
9753 int test_symlinks(void) {
9754 printf(&quot;info: testing symlink creation\n&quot;);
9755 unlink(&quot;symlink&quot;);
9756 if (-1 == symlink(&quot;file&quot;, &quot;symlink&quot;))
9757 printf(&quot; error: Unable to create symlink\n&quot;);
9758 return 0;
9759 }
9760
9761 int main(int argc, char **argv) {
9762 printf(&quot;Testing POSIX/Unix sematics on file system\n&quot;);
9763 test_symlinks();
9764 test_subdirectory_creation();
9765 #ifdef TEST_SQLITE
9766 test_sqlite_open();
9767 #endif /* TEST_SQLITE */
9768 test_gcompris_locking();
9769 return 0;
9770 }
9771 &lt;/pre&gt;
9772
9773 &lt;p&gt;When everything is working, it should print something like
9774 this:&lt;/p&gt;
9775
9776 &lt;pre&gt;
9777 Testing POSIX/Unix sematics on file system
9778 info: testing symlink creation
9779 info: testing subdirectory creation
9780 info: sqlite worked
9781 info: testing fcntl locking
9782 Read-locking 1 byte from 1073741824
9783 Read-locking 510 byte from 1073741826
9784 Unlocking 1 byte from 1073741824
9785 Write-locking 1 byte from 1073741824
9786 Write-locking 510 byte from 1073741826
9787 Unlocking 2 byte from 1073741824
9788 &lt;/pre&gt;
9789
9790 &lt;p&gt;I do not remember the exact details of the problems we saw, but one
9791 of them was with locking, where if I remember correctly, POSIX allow a
9792 read-only lock to be upgraded to a read-write lock without unlocking
9793 the read-only lock (while Windows do not). Another was a bug in the
9794 CIFS/SMB client implementation in the Linux kernel where directory
9795 meta information would be wrong for a fraction of a second, making
9796 OpenOffice.org fail to create its deep directory tree because it was
9797 not allowed to create files in its freshly created directory.&lt;/p&gt;
9798
9799 &lt;p&gt;Anyway, here is a nice tool for your tool box, might you never need
9800 it. :)&lt;/p&gt;
9801
9802 &lt;p&gt;Update 2010-08-27: Michael Gebetsroither report that he found the
9803 script so useful that he created a GIT repository and stored it in
9804 &lt;a href=&quot;http://github.com/gebi/fs-test&quot;&gt;http://github.com/gebi/fs-test&lt;/a&gt;.&lt;/p&gt;
9805 </description>
9806 </item>
9807
9808 <item>
9809 <title>Autodetecting Client setup for roaming workstations in Debian Edu</title>
9810 <link>http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</link>
9811 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Autodetecting_Client_setup_for_roaming_workstations_in_Debian_Edu.html</guid>
9812 <pubDate>Sat, 7 Aug 2010 14:45:00 +0200</pubDate>
9813 <description>&lt;p&gt;A few days ago, I
9814 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html&quot;&gt;tried
9815 to install&lt;/a&gt; a Roaming workation profile from Debian Edu/Squeeze
9816 while on the university network here at the University of Oslo, and
9817 noticed how much had to change to get it operational using the
9818 university infrastructure. It was fairly easy, but it occured to me
9819 that Debian Edu would improve a lot if I could get the client to
9820 connect without any changes at all, and thus let the client configure
9821 itself during installation and first boot to use the infrastructure
9822 around it. Now I am a huge step further along that road.&lt;/p&gt;
9823
9824 &lt;p&gt;With our current squeeze-test packages, I can select the roaming
9825 workstation profile and get a working laptop connecting to the
9826 university LDAP server for user and group and our active directory
9827 servers for Kerberos authentication. All this without any
9828 configuration at all during installation. My users home directory got
9829 a bookmark in the KDE menu to mount it via SMB, with the correct URL.
9830 In short, openldap and sssd is correctly configured. In addition to
9831 this, the client look for http://wpad/wpad.dat to configure a web
9832 proxy, and when it fail to find it no proxy settings are stored in
9833 /etc/environment and /etc/apt/apt.conf. Iceweasel and KDE is
9834 configured to look for the same wpad configuration and also do not use
9835 a proxy when at the university network. If the machine is moved to a
9836 network with such wpad setup, it would automatically use it when DHCP
9837 gave it a IP address.&lt;/p&gt;
9838
9839 &lt;p&gt;The LDAP server is located using DNS, by first looking for the DNS
9840 entry ldap.$domain. If this do not exist, it look for the
9841 _ldap._tcp.$domain SRV records and use the first one as the LDAP
9842 server. Next, it connects to the LDAP server and search all
9843 namingContexts entries for posixAccount or posixGroup objects, and
9844 pick the first one as the LDAP base. For Kerberos, a similar
9845 algorithm is used to locate the LDAP server, and the realm is the
9846 uppercase version of $domain.&lt;/p&gt;
9847
9848 &lt;p&gt;So, what is not working, you might ask. SMB mounting my home
9849 directory do not work. No idea why, but suspected the incorrect
9850 Kerberos settings in /etc/krb5.conf and /etc/samba/smb.conf might be
9851 the cause. These are not properly configured during installation, and
9852 had to be hand-edited to get the correct Kerberos realm and server,
9853 but SMB mounting still do not work. :(&lt;/p&gt;
9854
9855 &lt;p&gt;With this automatic configuration in place, I expect a Debian Edu
9856 roaming profile installation would be able to automatically detect and
9857 connect to any site using LDAP and Kerberos for NSS directory and PAM
9858 authentication. It should also work out of the box in a Active
9859 Directory environment providing posixAccount and posixGroup objects
9860 with UID and GID values.&lt;/p&gt;
9861
9862 &lt;p&gt;If you want to help out with implementing these things for Debian
9863 Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
9864 </description>
9865 </item>
9866
9867 <item>
9868 <title>Debian Edu roaming workstation - at the university of Oslo</title>
9869 <link>http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</link>
9870 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu_roaming_workstation___at_the_university_of_Oslo.html</guid>
9871 <pubDate>Tue, 3 Aug 2010 23:30:00 +0200</pubDate>
9872 <description>&lt;p&gt;The new roaming workstation profile in Debian Edu/Squeeze is fairly
9873 similar to the laptop setup am I working on using Ubuntu for the
9874 University of Oslo, and just for the heck of it, I tested today how
9875 hard it would be to integrate that profile into the university
9876 infrastructure. In this case, it is the university LDAP server,
9877 Active Directory Kerberos server and SMB mounting from the Netapp file
9878 servers.&lt;/p&gt;
9879
9880 &lt;p&gt;I was pleasantly surprised that the only three files needed to be
9881 changed (/etc/sssd/sssd.conf, /etc/ldap.conf and
9882 /etc/mklocaluser.d/20-debian-edu-config) and one file had to be added
9883 (/usr/share/perl5/Debian/Edu_Local.pm), to get the client working.
9884 Most of the changes were to get the client to use the university LDAP
9885 for NSS and Kerberos server for PAM, but one was to change a hard
9886 coded DNS domain name in the mklocaluser hook from .intern to
9887 .uio.no.&lt;/p&gt;
9888
9889 &lt;p&gt;This testing was so encouraging, that I went ahead and adjusted the
9890 Debian Edu scripts and setup in subversion to centralise the roaming
9891 workstation setup a bit more and avoid the hardcoded DNS domain name,
9892 so that when I test this tomorrow, I expect to get away with modifying
9893 only /etc/sssd/sssd.conf and /etc/ldap.conf to get it to use the
9894 university servers.&lt;/p&gt;
9895
9896 &lt;p&gt;My goal is to get the clients to have no hardcoded settings and
9897 fetch all their initial setup during installation and first boot, to
9898 allow them to be inserted also into environments where the default
9899 setup in Debian Edu has been changed or as with the university, where
9900 the environment is different but provides the protocols Debian Edu
9901 uses.&lt;/p&gt;
9902 </description>
9903 </item>
9904
9905 <item>
9906 <title>First Debian Edu test release (alpha0) based on Squeeze is released</title>
9907 <link>http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</link>
9908 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_Debian_Edu_test_release__alpha0__based_on_Squeeze_is_released.html</guid>
9909 <pubDate>Tue, 27 Jul 2010 17:45:00 +0200</pubDate>
9910 <description>&lt;p&gt;I just posted this announcement culminating several months of work
9911 with the next Debian Edu release. Not nearly done, but one major step
9912 completed.&lt;/p&gt;
9913
9914 &lt;blockquote&gt;
9915 &lt;p&gt;This is the first test release based on Squeeze. The focus of this
9916 release is to test the user application selection. To have a look,
9917 install the standalone profile and let the developers know if the set
9918 of installed packages i.e. applications should be modified. If some
9919 user application is missing, or if there are some applications that no
9920 longer make sense to be included in Debian Edu, please let us know.
9921 Also, if a useful application is missing the translation for your
9922 language of choice, please let us know too.&lt;/p&gt;
9923
9924 &lt;p&gt;In addition, feedback and help to polish the desktop (menus,
9925 artwork, starters, etc.) is appreciated. We would like to ship a nice
9926 and handy KDE4 desktop targeted for schools out of the box.&lt;/p&gt;
9927
9928 &lt;p&gt;The other profiles should be installable, but there is a lot more
9929 work left to be done before they are ready, so do not expect to
9930 much.&lt;/p&gt;
9931
9932 &lt;p&gt;Changes compared to the lenny based version&lt;/p&gt;
9933
9934 &lt;ul&gt;
9935 &lt;li&gt;Everything from Debian Squeeze
9936 &lt;ul&gt;
9937 &lt;li&gt;Desktop environment KDE 4.4 =&gt; the new KDE desktop in
9938 combination with some new artwork
9939 &lt;li&gt;Web browser Iceweasel 3.5
9940 &lt;li&gt;OpenOffice.org 3.2
9941 &lt;li&gt;Educational toolbox GCompris 9.3
9942 &lt;li&gt;Music creator Rosegarden 10.04.2
9943 &lt;li&gt;Image editor Gimp 2.6.10
9944 &lt;li&gt;Virtual universe Celestia 1.6.0
9945 &lt;li&gt;Virtual stargazer Stellarium 0.10.4
9946 &lt;li&gt;3D modeler Blender 2.49.2 (new application)
9947 &lt;li&gt;Video editor Kdenlive 0.7.7 (new application)
9948 &lt;/ul&gt;&lt;/li&gt;
9949 &lt;li&gt;Now using Kerberos for password checking (migration not finished).
9950 Enabled for:
9951 &lt;ul&gt;
9952 &lt;li&gt;PAM
9953 &lt;li&gt;LDAP
9954 &lt;li&gt;IMAP
9955 &lt;li&gt;SMTP (sender verification)
9956 &lt;/ul&gt;
9957 &lt;/li&gt;
9958 &lt;li&gt;New experimental roaming workstation profile for laptops.&lt;/li&gt;
9959 &lt;li&gt;Show welcome page to users when they first log in. The URL is
9960 fetched from LDAP.&lt;/li&gt;
9961 &lt;li&gt;New LXDE desktop option, in addition to KDE (default) and Gnome.&lt;/li&gt;
9962 &lt;li&gt;General cleanup (not finished)&lt;/li&gt;
9963 &lt;/ul&gt;
9964 &lt;p&gt;The following features are not working as they should&lt;/p&gt;
9965
9966 &lt;ul&gt;
9967 &lt;li&gt;No web based administration tool for creating users and groups. The
9968 scripts ldap-createuser-krb and ldap-add-user-to-group can be used
9969 for testing.&lt;/li&gt;
9970 &lt;li&gt;DVD installs are missing debian-installer images for the PXE boot,
9971 and do not set up the PXE menu on eth0 because of this. LTSP
9972 clients should still boot from eth1 on thin client servers.&lt;/li&gt;
9973 &lt;li&gt;The restructured KDE menu is not implemented.&lt;/li&gt;
9974 &lt;li&gt;The LDAP server setup need to be reviewed for security.&lt;/li&gt;
9975 &lt;li&gt;The LDAP directory structure need to be reworked.&lt;/li&gt;
9976 &lt;li&gt;Different sets of packages are installed when using the DVD and the
9977 netinst CD. More packages are installed using the netinst CD.&lt;/li&gt;
9978 &lt;li&gt;The jackd package fail to install. This is believed to be caused by
9979 some ongoing transition, and hopefully should be solved soon. The
9980 jackd1 package can be installed manually for those that need it.&lt;/li&gt;
9981 &lt;li&gt;Some packages lack translations. See
9982 http://wiki.debian.org/DebianEdu/Status/Squeeze for updated status,
9983 and help out with translations.&lt;/li&gt;
9984 &lt;/ul&gt;
9985
9986 &lt;p&gt;To download this multiarch netinstall release you can use&lt;/p&gt;
9987
9988 &lt;ul&gt;
9989 &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;
9990 &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;
9991 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
9992 &lt;/ul&gt;
9993 &lt;p&gt;To download this multiarch dvd release you can use&lt;/p&gt;
9994
9995 &lt;ul&gt;
9996 &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;
9997 &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;
9998 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/squeeze-alpha/debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
9999 &lt;/ul&gt;
10000
10001 &lt;p&gt;There is no source DVD available yet. It will be prepared when we
10002 get closer to the final release.&lt;/p&gt;
10003
10004 &lt;p&gt;The MD5SUM of these images are&lt;/p&gt;
10005
10006 &lt;ul&gt;
10007 &lt;li&gt;3dbf45d59f42a53518b6e3c9ec3b5eb6 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
10008 &lt;li&gt;22f2cbfce281d1c6e478be452638675d debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
10009 &lt;/ul&gt;
10010
10011 &lt;p&gt;The SHA1SUM of these images are&lt;/p&gt;
10012 &lt;ul&gt;
10013 &lt;li&gt;c53d1b69b40cf37cd27aefaf33f6f6a3821bedf0 debian-edu-6.0.0+edua0-CD.iso&lt;/li&gt;
10014 &lt;li&gt;2ec29d7db676d59d32197b05c277ffe16348376c debian-edu-6.0.0+edua0-DVD.iso&lt;/li&gt;
10015 &lt;/ul&gt;
10016 &lt;p&gt;How to report bugs:
10017 http://wiki.debian.org/DebianEdu/HowTo/ReportBugsInBugzilla&lt;/p&gt;
10018
10019 &lt;p&gt;Please direct replies to debian-edu@lists.debian.org&lt;/p&gt;
10020 &lt;/blockquote&gt;
10021 </description>
10022 </item>
10023
10024 <item>
10025 <title>One step closer to single signon in Debian Edu</title>
10026 <link>http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</link>
10027 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/One_step_closer_to_single_signon_in_Debian_Edu.html</guid>
10028 <pubDate>Sun, 25 Jul 2010 10:00:00 +0200</pubDate>
10029 <description>&lt;p&gt;The last few months me and the other Debian Edu developers have
10030 been working hard to get the Debian/Squeeze based version of Debian
10031 Edu/Skolelinux into shape. This future version will use Kerberos for
10032 authentication, and services are slowly migrated to single signon,
10033 getting rid of password questions one at the time.&lt;/p&gt;
10034
10035 &lt;p&gt;It will also feature a roaming workstation profile with local home
10036 directory, for laptops that are only some times on the Skolelinux
10037 network, and for this profile a shortcut is created in Gnome and KDE
10038 to gain access to the users home directory on the file server. This
10039 shortcut uses SMB at the moment, and yesterday I had time to test if
10040 SMB mounting had started working in KDE after we added the cifs-utils
10041 package. I was pleasantly surprised how well it worked.&lt;/p&gt;
10042
10043 &lt;p&gt;Thanks to the recent changes to our samba configuration to get it
10044 to use Kerberos for authentication, there were no question about user
10045 password when mounting the SMB volume. A simple click on the shortcut
10046 in the KDE menu, and a window with the home directory popped
10047 up. :)&lt;/p&gt;
10048
10049 &lt;p&gt;One step closer to a single signon solution out of the box in
10050 Debian Edu. We already had PAM, LDAP, IMAP and SMTP in place, and now
10051 also Samba. Next step is Cups and hopefully also NFS.&lt;/p&gt;
10052
10053 &lt;p&gt;We had planned a alpha0 release of Debian Edu for today, but thanks
10054 to the autobuilder administrators for some architectures being slow to
10055 sign packages, we are still missing the fixed LTSP package we need for
10056 the release. It was uploaded three days ago with urgency=high, and if
10057 it had entered testing yesterday we would have been able to test it in
10058 time for a alpha0 release today. As the binaries for ia64 and powerpc
10059 still not uploaded to the Debian archive, we need to delay the alpha
10060 release another day.&lt;/p&gt;
10061
10062 &lt;p&gt;If you want to help out with implementing Kerberos for Debian Edu,
10063 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10064 </description>
10065 </item>
10066
10067 <item>
10068 <title>What are they searching for - PowerDNS and ISC DHCP in LDAP</title>
10069 <link>http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</link>
10070 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_are_they_searching_for___PowerDNS_and_ISC_DHCP_in_LDAP.html</guid>
10071 <pubDate>Sat, 17 Jul 2010 21:00:00 +0200</pubDate>
10072 <description>&lt;p&gt;This is a
10073 &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;
10074 on my
10075 &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
10076 work&lt;/a&gt; on
10077 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html&quot;&gt;merging
10078 all&lt;/a&gt; the computer related LDAP objects in Debian Edu.&lt;/p&gt;
10079
10080 &lt;p&gt;As a step to try to see if it possible to merge the DNS and DHCP
10081 LDAP objects, I have had a look at how the packages pdns-backend-ldap
10082 and dhcp3-server-ldap in Debian use the LDAP server. The two
10083 implementations are quite different in how they use LDAP.&lt;/p&gt;
10084
10085 To get this information, I started slapd with debugging enabled and
10086 dumped the debug output to a file to get the LDAP searches performed
10087 on a Debian Edu main-server. Here is a summary.
10088
10089 &lt;p&gt;&lt;strong&gt;powerdns&lt;/strong&gt;&lt;/p&gt;
10090
10091 &lt;a href=&quot;http://www.linuxnetworks.de/doc/index.php/PowerDNS_LDAP_Backend&quot;&gt;Clues
10092 on how to&lt;/a&gt; set up PowerDNS to use a LDAP backend is available on
10093 the web.
10094
10095 &lt;p&gt;PowerDNS have two modes of operation using LDAP as its backend.
10096 One &quot;strict&quot; mode where the forward and reverse DNS lookups are done
10097 using the same LDAP objects, and a &quot;tree&quot; mode where the forward and
10098 reverse entries are in two different subtrees in LDAP with a structure
10099 based on the DNS names, as in tjener.intern and
10100 2.2.0.10.in-addr.arpa.&lt;/p&gt;
10101
10102 &lt;p&gt;In tree mode, the server is set up to use a LDAP subtree as its
10103 base, and uses a &quot;base&quot; scoped search for the DNS name by adding
10104 &quot;dc=tjener,dc=intern,&quot; to the base with a filter for
10105 &quot;(associateddomain=tjener.intern)&quot; for the forward entry and
10106 &quot;dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,&quot; with a filter for
10107 &quot;(associateddomain=2.2.0.10.in-addr.arpa)&quot; for the reverse entry. For
10108 forward entries, it is looking for attributes named dnsttl, arecord,
10109 nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord, mxrecord,
10110 txtrecord, rprecord, afsdbrecord, keyrecord, aaaarecord, locrecord,
10111 srvrecord, naptrrecord, kxrecord, certrecord, dsrecord, sshfprecord,
10112 ipseckeyrecord, rrsigrecord, nsecrecord, dnskeyrecord, dhcidrecord,
10113 spfrecord and modifytimestamp. For reverse entries it is looking for
10114 the attributes dnsttl, arecord, nsrecord, cnamerecord, soarecord,
10115 ptrrecord, hinforecord, mxrecord, txtrecord, rprecord, aaaarecord,
10116 locrecord, srvrecord, naptrrecord and modifytimestamp. The equivalent
10117 ldapsearch commands could look like this:&lt;/p&gt;
10118
10119 &lt;blockquote&gt;&lt;pre&gt;
10120 ldapsearch -h ldap \
10121 -b dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no \
10122 -s base -x &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
10123 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
10124 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
10125 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
10126 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
10127
10128 ldapsearch -h ldap \
10129 -b dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no \
10130 -s base -x &#39;(associateddomain=2.2.0.10.in-addr.arpa)&#39;
10131 dnsttl, arecord, nsrecord, cnamerecord soarecord ptrrecord \
10132 hinforecord mxrecord txtrecord rprecord aaaarecord locrecord \
10133 srvrecord naptrrecord modifytimestamp
10134 &lt;/pre&gt;&lt;/blockquote&gt;
10135
10136 &lt;p&gt;In Debian Edu/Lenny, the PowerDNS tree mode is used with
10137 ou=hosts,dc=skole,dc=skolelinux,dc=no as the base, and these are two
10138 example LDAP objects used there. In addition to these objects, the
10139 parent objects all th way up to ou=hosts,dc=skole,dc=skolelinux,dc=no
10140 also exist.&lt;/p&gt;
10141
10142 &lt;blockquote&gt;&lt;pre&gt;
10143 dn: dc=tjener,dc=intern,ou=hosts,dc=skole,dc=skolelinux,dc=no
10144 objectclass: top
10145 objectclass: dnsdomain
10146 objectclass: domainrelatedobject
10147 dc: tjener
10148 arecord: 10.0.2.2
10149 associateddomain: tjener.intern
10150
10151 dn: dc=2,dc=2,dc=0,dc=10,dc=in-addr,dc=arpa,ou=hosts,dc=skole,dc=skolelinux,dc=no
10152 objectclass: top
10153 objectclass: dnsdomain2
10154 objectclass: domainrelatedobject
10155 dc: 2
10156 ptrrecord: tjener.intern
10157 associateddomain: 2.2.0.10.in-addr.arpa
10158 &lt;/pre&gt;&lt;/blockquote&gt;
10159
10160 &lt;p&gt;In strict mode, the server behaves differently. When looking for
10161 forward DNS entries, it is doing a &quot;subtree&quot; scoped search with the
10162 same base as in the tree mode for a object with filter
10163 &quot;(associateddomain=tjener.intern)&quot; and requests the attributes dnsttl,
10164 arecord, nsrecord, cnamerecord, soarecord, ptrrecord, hinforecord,
10165 mxrecord, txtrecord, rprecord, aaaarecord, locrecord, srvrecord,
10166 naptrrecord and modifytimestamp. For reverse entires it also do a
10167 subtree scoped search but this time the filter is &quot;(arecord=10.0.2.2)&quot;
10168 and the requested attributes are associateddomain, dnsttl and
10169 modifytimestamp. In short, in strict mode the objects with ptrrecord
10170 go away, and the arecord attribute in the forward object is used
10171 instead.&lt;/p&gt;
10172
10173 &lt;p&gt;The forward and reverse searches can be simulated using ldapsearch
10174 like this:&lt;/p&gt;
10175
10176 &lt;blockquote&gt;&lt;pre&gt;
10177 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
10178 &#39;(associateddomain=tjener.intern)&#39; dNSTTL aRecord nSRecord \
10179 cNAMERecord sOARecord pTRRecord hInfoRecord mXRecord tXTRecord \
10180 rPRecord aFSDBRecord KeyRecord aAAARecord lOCRecord sRVRecord \
10181 nAPTRRecord kXRecord certRecord dSRecord sSHFPRecord iPSecKeyRecord \
10182 rRSIGRecord nSECRecord dNSKeyRecord dHCIDRecord sPFRecord modifyTimestamp
10183
10184 ldapsearch -h ldap -b ou=hosts,dc=skole,dc=skolelinux,dc=no -s sub -x \
10185 &#39;(arecord=10.0.2.2)&#39; associateddomain dnsttl modifytimestamp
10186 &lt;/pre&gt;&lt;/blockquote&gt;
10187
10188 &lt;p&gt;In addition to the forward and reverse searches , there is also a
10189 search for SOA records, which behave similar to the forward and
10190 reverse lookups.&lt;/p&gt;
10191
10192 &lt;p&gt;A thing to note with the PowerDNS behaviour is that it do not
10193 specify any objectclass names, and instead look for the attributes it
10194 need to generate a DNS reply. This make it able to work with any
10195 objectclass that provide the needed attributes.&lt;/p&gt;
10196
10197 &lt;p&gt;The attributes are normally provided in the cosine (RFC 1274) and
10198 dnsdomain2 schemas. The latter is used for reverse entries like
10199 ptrrecord and recent DNS additions like aaaarecord and srvrecord.&lt;/p&gt;
10200
10201 &lt;p&gt;In Debian Edu, we have created DNS objects using the object classes
10202 dcobject (for dc), dnsdomain or dnsdomain2 (structural, for the DNS
10203 attributes) and domainrelatedobject (for associatedDomain). The use
10204 of structural object classes make it impossible to combine these
10205 classes with the object classes used by DHCP.&lt;/p&gt;
10206
10207 &lt;p&gt;There are other schemas that could be used too, for example the
10208 dnszone structural object class used by Gosa and bind-sdb for the DNS
10209 attributes combined with the domainrelatedobject object class, but in
10210 this case some unused attributes would have to be included as well
10211 (zonename and relativedomainname).&lt;/p&gt;
10212
10213 &lt;p&gt;My proposal for Debian Edu would be to switch PowerDNS to strict
10214 mode and not use any of the existing objectclasses (dnsdomain,
10215 dnsdomain2 and dnszone) when one want to combine the DNS information
10216 with DHCP information, and instead create a auxiliary object class
10217 defined something like this (using the attributes defined for
10218 dnsdomain and dnsdomain2 or dnszone):&lt;/p&gt;
10219
10220 &lt;blockquote&gt;&lt;pre&gt;
10221 objectclass ( some-oid NAME &#39;dnsDomainAux&#39;
10222 SUP top
10223 AUXILIARY
10224 MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $ SOARecord $ CNAMERecord $
10225 DNSTTL $ DNSClass $ PTRRecord $ HINFORecord $ MINFORecord $
10226 TXTRecord $ SIGRecord $ KEYRecord $ AAAARecord $ LOCRecord $
10227 NXTRecord $ SRVRecord $ NAPTRRecord $ KXRecord $ CERTRecord $
10228 A6Record $ DNAMERecord
10229 ))
10230 &lt;/pre&gt;&lt;/blockquote&gt;
10231
10232 &lt;p&gt;This will allow any object to become a DNS entry when combined with
10233 the domainrelatedobject object class, and allow any entity to include
10234 all the attributes PowerDNS wants. I&#39;ve sent an email to the PowerDNS
10235 developers asking for their view on this schema and if they are
10236 interested in providing such schema with PowerDNS, and I hope my
10237 message will be accepted into their mailing list soon.&lt;/p&gt;
10238
10239 &lt;p&gt;&lt;strong&gt;ISC dhcp&lt;/strong&gt;&lt;/p&gt;
10240
10241 &lt;p&gt;The DHCP server searches for specific objectclass and requests all
10242 the object attributes, and then uses the attributes it want. This
10243 make it harder to figure out exactly what attributes are used, but
10244 thanks to the working example in Debian Edu I can at least get an idea
10245 what is needed without having to read the source code.&lt;/p&gt;
10246
10247 &lt;p&gt;In the DHCP server configuration, the LDAP base to use and the
10248 search filter to use to locate the correct dhcpServer entity is
10249 stored. These are the relevant entries from
10250 /etc/dhcp3/dhcpd.conf:&lt;/p&gt;
10251
10252 &lt;blockquote&gt;&lt;pre&gt;
10253 ldap-base-dn &quot;dc=skole,dc=skolelinux,dc=no&quot;;
10254 ldap-dhcp-server-cn &quot;dhcp&quot;;
10255 &lt;/pre&gt;&lt;/blockquote&gt;
10256
10257 &lt;p&gt;The DHCP server uses this information to nest all the DHCP
10258 configuration it need. The cn &quot;dhcp&quot; is located using the given LDAP
10259 base and the filter &quot;(&amp;(objectClass=dhcpServer)(cn=dhcp))&quot;. The
10260 search result is this entry:&lt;/p&gt;
10261
10262 &lt;blockquote&gt;&lt;pre&gt;
10263 dn: cn=dhcp,dc=skole,dc=skolelinux,dc=no
10264 cn: dhcp
10265 objectClass: top
10266 objectClass: dhcpServer
10267 dhcpServiceDN: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
10268 &lt;/pre&gt;&lt;/blockquote&gt;
10269
10270 &lt;p&gt;The content of the dhcpServiceDN attribute is next used to locate the
10271 subtree with DHCP configuration. The DHCP configuration subtree base
10272 is located using a base scope search with base &quot;cn=DHCP
10273 Config,dc=skole,dc=skolelinux,dc=no&quot; and filter
10274 &quot;(&amp;(objectClass=dhcpService)(|(dhcpPrimaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)(dhcpSecondaryDN=cn=dhcp,dc=skole,dc=skolelinux,dc=no)))&quot;.
10275 The search result is this entry:&lt;/p&gt;
10276
10277 &lt;blockquote&gt;&lt;pre&gt;
10278 dn: cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
10279 cn: DHCP Config
10280 objectClass: top
10281 objectClass: dhcpService
10282 objectClass: dhcpOptions
10283 dhcpPrimaryDN: cn=dhcp, dc=skole,dc=skolelinux,dc=no
10284 dhcpStatements: ddns-update-style none
10285 dhcpStatements: authoritative
10286 dhcpOption: smtp-server code 69 = array of ip-address
10287 dhcpOption: www-server code 72 = array of ip-address
10288 dhcpOption: wpad-url code 252 = text
10289 &lt;/pre&gt;&lt;/blockquote&gt;
10290
10291 &lt;p&gt;Next, the entire subtree is processed, one level at the time. When
10292 all the DHCP configuration is loaded, it is ready to receive requests.
10293 The subtree in Debian Edu contain objects with object classes
10294 top/dhcpService/dhcpOptions, top/dhcpSharedNetwork/dhcpOptions,
10295 top/dhcpSubnet, top/dhcpGroup and top/dhcpHost. These provide options
10296 and information about netmasks, dynamic range etc. Leaving out the
10297 details here because it is not relevant for the focus of my
10298 investigation, which is to see if it is possible to merge dns and dhcp
10299 related computer objects.&lt;/p&gt;
10300
10301 &lt;p&gt;When a DHCP request come in, LDAP is searched for the MAC address
10302 of the client (00:00:00:00:00:00 in this example), using a subtree
10303 scoped search with &quot;cn=DHCP Config,dc=skole,dc=skolelinux,dc=no&quot; as
10304 the base and &quot;(&amp;(objectClass=dhcpHost)(dhcpHWAddress=ethernet
10305 00:00:00:00:00:00))&quot; as the filter. This is what a host object look
10306 like:&lt;/p&gt;
10307
10308 &lt;blockquote&gt;&lt;pre&gt;
10309 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
10310 cn: hostname
10311 objectClass: top
10312 objectClass: dhcpHost
10313 dhcpHWAddress: ethernet 00:00:00:00:00:00
10314 dhcpStatements: fixed-address hostname
10315 &lt;/pre&gt;&lt;/blockquote&gt;
10316
10317 &lt;p&gt;There is less flexiblity in the way LDAP searches are done here.
10318 The object classes need to have fixed names, and the configuration
10319 need to be stored in a fairly specific LDAP structure. On the
10320 positive side, the invidiual dhcpHost entires can be anywhere without
10321 the DN pointed to by the dhcpServer entries. The latter should make
10322 it possible to group all host entries in a subtree next to the
10323 configuration entries, and this subtree can also be shared with the
10324 DNS server if the schema proposed above is combined with the dhcpHost
10325 structural object class.
10326
10327 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
10328
10329 &lt;p&gt;The PowerDNS implementation seem to be very flexible when it come
10330 to which LDAP schemas to use. While its &quot;tree&quot; mode is rigid when it
10331 come to the the LDAP structure, the &quot;strict&quot; mode is very flexible,
10332 allowing DNS objects to be stored anywhere under the base cn specified
10333 in the configuration.&lt;/p&gt;
10334
10335 &lt;p&gt;The DHCP implementation on the other hand is very inflexible, both
10336 regarding which LDAP schemas to use and which LDAP structure to use.
10337 I guess one could implement ones own schema, as long as the
10338 objectclasses and attributes have the names used, but this do not
10339 really help when the DHCP subtree need to have a fairly fixed
10340 structure.&lt;/p&gt;
10341
10342 &lt;p&gt;Based on the observed behaviour, I suspect a LDAP structure like
10343 this might work for Debian Edu:&lt;/p&gt;
10344
10345 &lt;blockquote&gt;&lt;pre&gt;
10346 ou=services
10347 cn=machine-info (dhcpService) - dhcpServiceDN points here
10348 cn=dhcp (dhcpServer)
10349 cn=dhcp-internal (dhcpSharedNetwork/dhcpOptions)
10350 cn=10.0.2.0 (dhcpSubnet)
10351 cn=group1 (dhcpGroup/dhcpOptions)
10352 cn=dhcp-thinclients (dhcpSharedNetwork/dhcpOptions)
10353 cn=192.168.0.0 (dhcpSubnet)
10354 cn=group1 (dhcpGroup/dhcpOptions)
10355 ou=machines - PowerDNS base points here
10356 cn=hostname (dhcpHost/domainrelatedobject/dnsDomainAux)
10357 &lt;/pre&gt;&lt;/blockquote&gt;
10358
10359 &lt;P&gt;This is not tested yet. If the DHCP server require the dhcpHost
10360 entries to be in the dhcpGroup subtrees, the entries can be stored
10361 there instead of a common machines subtree, and the PowerDNS base
10362 would have to be moved one level up to the machine-info subtree.&lt;/p&gt;
10363
10364 &lt;p&gt;The combined object under the machines subtree would look something
10365 like this:&lt;/p&gt;
10366
10367 &lt;blockquote&gt;&lt;pre&gt;
10368 dn: dc=hostname,ou=machines,cn=machine-info,dc=skole,dc=skolelinux,dc=no
10369 dc: hostname
10370 objectClass: top
10371 objectClass: dhcpHost
10372 objectclass: domainrelatedobject
10373 objectclass: dnsDomainAux
10374 associateddomain: hostname.intern
10375 arecord: 10.11.12.13
10376 dhcpHWAddress: ethernet 00:00:00:00:00:00
10377 dhcpStatements: fixed-address hostname.intern
10378 &lt;/pre&gt;&lt;/blockquote&gt;
10379
10380 &lt;/p&gt;One could even add the LTSP configuration associated with a given
10381 machine, as long as the required attributes are available in a
10382 auxiliary object class.&lt;/p&gt;
10383 </description>
10384 </item>
10385
10386 <item>
10387 <title>Combining PowerDNS and ISC DHCP LDAP objects</title>
10388 <link>http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</link>
10389 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Combining_PowerDNS_and_ISC_DHCP_LDAP_objects.html</guid>
10390 <pubDate>Wed, 14 Jul 2010 23:45:00 +0200</pubDate>
10391 <description>&lt;p&gt;For a while now, I have wanted to find a way to change the DNS and
10392 DHCP services in Debian Edu to use the same LDAP objects for a given
10393 computer, to avoid the possibility of having a inconsistent state for
10394 a computer in LDAP (as in DHCP but no DNS entry or the other way
10395 around) and make it easier to add computers to LDAP.&lt;/p&gt;
10396
10397 &lt;p&gt;I&#39;ve looked at how powerdns and dhcpd is using LDAP, and using this
10398 information finally found a solution that seem to work.&lt;/p&gt;
10399
10400 &lt;p&gt;The old setup required three LDAP objects for a given computer.
10401 One forward DNS entry, one reverse DNS entry and one DHCP entry. If
10402 we switch powerdns to use its strict LDAP method (ldap-method=strict
10403 in pdns-debian-edu.conf), the forward and reverse DNS entries are
10404 merged into one while making it impossible to transfer the reverse map
10405 to a slave DNS server.&lt;/p&gt;
10406
10407 &lt;p&gt;If we also replace the object class used to get the DNS related
10408 attributes to one allowing these attributes to be combined with the
10409 dhcphost object class, we can merge the DNS and DHCP entries into one.
10410 I&#39;ve written such object class in the dnsdomainaux.schema file (need
10411 proper OIDs, but that is a minor issue), and tested the setup. It
10412 seem to work.&lt;/p&gt;
10413
10414 &lt;p&gt;With this test setup in place, we can get away with one LDAP object
10415 for both DNS and DHCP, and even the LTSP configuration I suggested in
10416 an earlier email. The combined LDAP object will look something like
10417 this:&lt;/p&gt;
10418
10419 &lt;blockquote&gt;&lt;pre&gt;
10420 dn: cn=hostname,cn=group1,cn=THINCLIENTS,cn=DHCP Config,dc=skole,dc=skolelinux,dc=no
10421 cn: hostname
10422 objectClass: dhcphost
10423 objectclass: domainrelatedobject
10424 objectclass: dnsdomainaux
10425 associateddomain: hostname.intern
10426 arecord: 10.11.12.13
10427 dhcphwaddress: ethernet 00:00:00:00:00:00
10428 dhcpstatements: fixed-address hostname
10429 ldapconfigsound: Y
10430 &lt;/pre&gt;&lt;/blockquote&gt;
10431
10432 &lt;p&gt;The DNS server uses the associateddomain and arecord entries, while
10433 the DHCP server uses the dhcphwaddress and dhcpstatements entries
10434 before asking DNS to resolve the fixed-adddress. LTSP will use
10435 dhcphwaddress or associateddomain and the ldapconfig* attributes.&lt;/p&gt;
10436
10437 &lt;p&gt;I am not yet sure if I can get the DHCP server to look for its
10438 dhcphost in a different location, to allow us to put the objects
10439 outside the &quot;DHCP Config&quot; subtree, but hope to figure out a way to do
10440 that. If I can&#39;t figure out a way to do that, we can still get rid of
10441 the hosts subtree and move all its content into the DHCP Config tree
10442 (which probably should be renamed to be more related to the new
10443 content. I suspect cn=dnsdhcp,ou=services or something like that
10444 might be a good place to put it.&lt;/p&gt;
10445
10446 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10447 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10448 </description>
10449 </item>
10450
10451 <item>
10452 <title>Idea for storing LTSP configuration in LDAP</title>
10453 <link>http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</link>
10454 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Idea_for_storing_LTSP_configuration_in_LDAP.html</guid>
10455 <pubDate>Sun, 11 Jul 2010 22:00:00 +0200</pubDate>
10456 <description>&lt;p&gt;Vagrant mentioned on IRC today that ltsp_config now support
10457 sourcing files from /usr/share/ltsp/ltsp_config.d/ on the thin
10458 clients, and that this can be used to fetch configuration from LDAP if
10459 Debian Edu choose to store configuration there.&lt;/p&gt;
10460
10461 &lt;p&gt;Armed with this information, I got inspired and wrote a test module
10462 to get configuration from LDAP. The idea is to look up the MAC
10463 address of the client in LDAP, and look for attributes on the form
10464 ltspconfigsetting=value, and use this to export SETTING=value to the
10465 LTSP clients.&lt;/p&gt;
10466
10467 &lt;p&gt;The goal is to be able to store the LTSP configuration attributes
10468 in a &quot;computer&quot; LDAP object used by both DNS and DHCP, and thus
10469 allowing us to store all information about a computer in one place.&lt;/p&gt;
10470
10471 &lt;p&gt;This is a untested draft implementation, and I welcome feedback on
10472 this approach. A real LDAP schema for the ltspClientAux objectclass
10473 need to be written. Comments, suggestions, etc?&lt;/p&gt;
10474
10475 &lt;blockquote&gt;&lt;pre&gt;
10476 # Store in /opt/ltsp/$arch/usr/share/ltsp/ltsp_config.d/ldap-config
10477 #
10478 # Fetch LTSP client settings from LDAP based on MAC address
10479 #
10480 # Uses ethernet address as stored in the dhcpHost objectclass using
10481 # the dhcpHWAddress attribute or ethernet address stored in the
10482 # ieee802Device objectclass with the macAddress attribute.
10483 #
10484 # This module is written to be schema agnostic, and only depend on the
10485 # existence of attribute names.
10486 #
10487 # The LTSP configuration variables are saved directly using a
10488 # ltspConfig prefix and uppercasing the rest of the attribute name.
10489 # To set the SERVER variable, set the ltspConfigServer attribute.
10490 #
10491 # Some LDAP schema should be created with all the relevant
10492 # configuration settings. Something like this should work:
10493 #
10494 # objectclass ( 1.1.2.2 NAME &#39;ltspClientAux&#39;
10495 # SUP top
10496 # AUXILIARY
10497 # MAY ( ltspConfigServer $ ltsConfigSound $ ... )
10498
10499 LDAPSERVER=$(debian-edu-ldapserver)
10500 if [ &quot;$LDAPSERVER&quot; ] ; then
10501 LDAPBASE=$(debian-edu-ldapserver -b)
10502 for MAC in $(LANG=C ifconfig |grep -i hwaddr| awk &#39;{print $5}&#39;|sort -u) ; do
10503 filter=&quot;(|(dhcpHWAddress=ethernet $MAC)(macAddress=$MAC))&quot;
10504 ldapsearch -h &quot;$LDAPSERVER&quot; -b &quot;$LDAPBASE&quot; -v -x &quot;$filter&quot; | \
10505 grep &#39;^ltspConfig&#39; | while read attr value ; do
10506 # Remove prefix and convert to upper case
10507 attr=$(echo $attr | sed &#39;s/^ltspConfig//i&#39; | tr a-z A-Z)
10508 # bass value on to clients
10509 eval &quot;$attr=$value; export $attr&quot;
10510 done
10511 done
10512 fi
10513 &lt;/pre&gt;&lt;/blockquote&gt;
10514
10515 &lt;p&gt;I&#39;m not sure this shell construction will work, because I suspect
10516 the while block might end up in a subshell causing the variables set
10517 there to not show up in ltsp-config, but if that is the case I am sure
10518 the code can be restructured to make sure the variables are passed on.
10519 I expect that can be solved with some testing. :)&lt;/p&gt;
10520
10521 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10522 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10523
10524 &lt;p&gt;Update 2010-07-17: I am aware of another effort to store LTSP
10525 configuration in LDAP that was created around year 2000 by
10526 &lt;a href=&quot;http://www.pcxperience.com/thinclient/documentation/ldap.html&quot;&gt;PC
10527 Xperience, Inc., 2000&lt;/a&gt;. I found its
10528 &lt;a href=&quot;http://people.redhat.com/alikins/ltsp/ldap/&quot;&gt;files&lt;/a&gt; on a
10529 personal home page over at redhat.com.&lt;/p&gt;
10530 </description>
10531 </item>
10532
10533 <item>
10534 <title>jXplorer, a very nice LDAP GUI</title>
10535 <link>http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</link>
10536 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/jXplorer__a_very_nice_LDAP_GUI.html</guid>
10537 <pubDate>Fri, 9 Jul 2010 12:55:00 +0200</pubDate>
10538 <description>&lt;p&gt;Since
10539 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html&quot;&gt;my
10540 last post&lt;/a&gt; about available LDAP tools in Debian, I was told about a
10541 LDAP GUI that is even better than luma. The java application
10542 &lt;a href=&quot;http://jxplorer.org/&quot;&gt;jXplorer&lt;/a&gt; is claimed to be capable of
10543 moving LDAP objects and subtrees using drag-and-drop, and can
10544 authenticate using Kerberos. I have only tested the Kerberos
10545 authentication, but do not have a LDAP setup allowing me to rewrite
10546 LDAP with my test user yet. It is
10547 &lt;a href=&quot;http://packages.qa.debian.org/j/jxplorer.html&quot;&gt;available in
10548 Debian&lt;/a&gt; testing and unstable at the moment. The only problem I
10549 have with it is how it handle errors. If something go wrong, its
10550 non-intuitive behaviour require me to go through some query work list
10551 and remove the failing query. Nothing big, but very annoying.&lt;/p&gt;
10552 </description>
10553 </item>
10554
10555 <item>
10556 <title>Lenny-&gt;Squeeze upgrades, apt vs aptitude with the Gnome desktop</title>
10557 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</link>
10558 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__apt_vs_aptitude_with_the_Gnome_desktop.html</guid>
10559 <pubDate>Sat, 3 Jul 2010 23:55:00 +0200</pubDate>
10560 <description>&lt;p&gt;Here is a short update on my &lt;a
10561 href=&quot;http://people.skolelinux.org/~pere/debian-upgrade-testing/&quot;&gt;my
10562 Debian Lenny-&gt;Squeeze upgrade testing&lt;/a&gt;. Here is a summary of the
10563 difference for Gnome when it is upgraded by apt-get and aptitude. I&#39;m
10564 not reporting the status for KDE, because the upgrade crashes when
10565 aptitude try because of missing conflicts
10566 (&lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; and
10567 &lt;a href=&quot;http://bugs.debian.org/585716&quot;&gt;#585716&lt;/a&gt;).&lt;/p&gt;
10568
10569 &lt;p&gt;At the end of the upgrade test script, dpkg -l is executed to get a
10570 complete list of the installed packages. Based on this I see these
10571 differences when I did a test run today. As usual, I do not really
10572 know what the correct set of packages would be, but thought it best to
10573 publish the difference.&lt;/p&gt;
10574
10575 &lt;p&gt;Installed using apt-get, missing with aptitude&lt;/p&gt;
10576
10577 &lt;blockquote&gt;&lt;p&gt;
10578 at-spi cpp-4.3 finger gnome-spell gstreamer0.10-gnomevfs
10579 libatspi1.0-0 libcupsys2 libeel2-data libgail-common libgdl-1-common
10580 libgnomeprint2.2-data libgnomeprintui2.2-common libgnomevfs2-bin
10581 libgtksourceview-common libpt-1.10.10-plugins-alsa
10582 libpt-1.10.10-plugins-v4l libservlet2.4-java libxalan2-java
10583 libxerces2-java openoffice.org-writer2latex openssl-blacklist p7zip
10584 python-4suite-xml python-eggtrayicon python-gtkhtml2
10585 python-gtkmozembed svgalibg1 xserver-xephyr zip
10586 &lt;/p&gt;&lt;/blockquote&gt;
10587
10588 &lt;p&gt;Installed using apt-get, removed with aptitude&lt;/p&gt;
10589
10590 &lt;blockquote&gt;&lt;p&gt;
10591 bluez-utils dhcdbd djvulibre-desktop epiphany-gecko
10592 gnome-app-install gnome-mount gnome-vfs-obexftp gnome-volume-manager
10593 libao2 libavahi-compat-libdnssd1 libavahi-core5 libbind9-50
10594 libbluetooth2 libcamel1.2-11 libcdio7 libcucul0 libcurl3
10595 libdirectfb-1.0-0 libdvdread3 libedata-cal1.2-6 libedataserver1.2-9
10596 libeel2-2.20 libepc-1.0-1 libepc-ui-1.0-1 libexchange-storage1.2-3
10597 libfaad0 libgd2-noxpm libgda3-3 libgda3-common libggz2 libggzcore9
10598 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0 libgnome-desktop-2
10599 libgnome-pilot2 libgnomecups1.0-1 libgnomeprint2.2-0
10600 libgnomeprintui2.2-0 libgpod3 libgraphviz4 libgtkhtml2-0
10601 libgtksourceview1.0-0 libgucharmap6 libhesiod0 libicu38 libisccc50
10602 libisccfg50 libiw29 libkpathsea4 libltdl3 liblwres50 libmagick++10
10603 libmagick10 libmalaga7 libmtp7 libmysqlclient15off libnautilus-burn4
10604 libneon27 libnm-glib0 libnm-util0 libopal-2.2 libosp5
10605 libparted1.8-10 libpisock9 libpisync1 libpoppler-glib3 libpoppler3
10606 libpt-1.10.10 libraw1394-8 libsensors3 libsmbios2 libsoup2.2-8
10607 libssh2-1 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1
10608 libtotem-plparser10 libtrackerclient0 libvoikko1 libxalan2-java-gcj
10609 libxerces2-java-gcj libxklavier12 libxtrap6 libxxf86misc1 libzephyr3
10610 mysql-common swfdec-gnome totem-gstreamer wodim
10611 &lt;/p&gt;&lt;/blockquote&gt;
10612
10613 &lt;p&gt;Installed using aptitude, missing with apt-get&lt;/p&gt;
10614
10615 &lt;blockquote&gt;&lt;p&gt;
10616 gnome gnome-desktop-environment hamster-applet python-gnomeapplet
10617 python-gnomekeyring python-wnck rhythmbox-plugins xorg
10618 xserver-xorg-input-all xserver-xorg-input-evdev
10619 xserver-xorg-input-kbd xserver-xorg-input-mouse
10620 xserver-xorg-input-synaptics xserver-xorg-video-all
10621 xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati
10622 xserver-xorg-video-chips xserver-xorg-video-cirrus
10623 xserver-xorg-video-dummy xserver-xorg-video-fbdev
10624 xserver-xorg-video-glint xserver-xorg-video-i128
10625 xserver-xorg-video-i740 xserver-xorg-video-mach64
10626 xserver-xorg-video-mga xserver-xorg-video-neomagic
10627 xserver-xorg-video-nouveau xserver-xorg-video-nv
10628 xserver-xorg-video-r128 xserver-xorg-video-radeon
10629 xserver-xorg-video-radeonhd xserver-xorg-video-rendition
10630 xserver-xorg-video-s3 xserver-xorg-video-s3virge
10631 xserver-xorg-video-savage xserver-xorg-video-siliconmotion
10632 xserver-xorg-video-sis xserver-xorg-video-sisusb
10633 xserver-xorg-video-tdfx xserver-xorg-video-tga
10634 xserver-xorg-video-trident xserver-xorg-video-tseng
10635 xserver-xorg-video-vesa xserver-xorg-video-vmware
10636 xserver-xorg-video-voodoo
10637 &lt;/p&gt;&lt;/blockquote&gt;
10638
10639 &lt;p&gt;Installed using aptitude, removed with apt-get&lt;/p&gt;
10640
10641 &lt;blockquote&gt;&lt;p&gt;
10642 deskbar-applet xserver-xorg xserver-xorg-core
10643 xserver-xorg-input-wacom xserver-xorg-video-intel
10644 xserver-xorg-video-openchrome
10645 &lt;/p&gt;&lt;/blockquote&gt;
10646
10647 &lt;p&gt;I was told on IRC that the xorg-xserver package was
10648 &lt;a href=&quot;http://git.debian.org/?p=pkg-xorg/xserver/xorg-server.git;a=commit;h=9c8080d06c457932d3bfec021c69ac000aa60120&quot;&gt;changed
10649 in git&lt;/a&gt; today to try to get apt-get to not remove xorg completely.
10650 No idea when it hits Squeeze, but when it does I hope it will reduce
10651 the difference somewhat.
10652 </description>
10653 </item>
10654
10655 <item>
10656 <title>Caching password, user and group on a roaming Debian laptop</title>
10657 <link>http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</link>
10658 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Caching_password__user_and_group_on_a_roaming_Debian_laptop.html</guid>
10659 <pubDate>Thu, 1 Jul 2010 11:40:00 +0200</pubDate>
10660 <description>&lt;p&gt;For a laptop, centralized user directories and password checking is
10661 a bit troubling. Laptops are typically used also when not connected
10662 to the network, and it is vital for a user to be able to log in or
10663 unlock the screen saver also when a central server is unavailable.
10664 This is possible by caching passwords and directory information (user
10665 and group attributes) locally, and the packages to do so are available
10666 in Debian. Here follow two recipes to set this up in Debian/Squeeze.
10667 It is also possible to set up in Debian/Lenny, but require more manual
10668 setup there because pam-auth-update is missing in Lenny.&lt;/p&gt;
10669
10670 &lt;h2&gt;LDAP/Kerberos + nscd + libpam-ccreds + libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10671
10672 This is the traditional method with a twist. The password caching is
10673 provided by libpam-ccreds (version 10-4 or later is needed on
10674 Squeeze), and the directory caching is done by nscd. The directory
10675 lookup and password checking is done using LDAP. If one want to use
10676 Kerberos for password checking the libpam-ldapd package can be
10677 replaced with libpam-krb5 or libpam-heimdal. If one is happy having a
10678 local home directory with the path listed in LDAP, one can use the
10679 pam_mkhomedir module from pam-modules to make this happen instead of
10680 using libpam-mklocaluser. A setup for pam-auth-update to enable
10681 pam_mkhomedir will have to be written until a fix for
10682 &lt;a href=&quot;http://bugs.debian.org/568577&quot;&gt;bug #568577&lt;/a&gt; is in the
10683 archive. Because I believe it is a bad idea to have local home
10684 directories using misleading paths like /site/server/partition/, I
10685 prefer to create a local user with the home directory in /home/. This
10686 is done using the libpam-mklocaluser package.&lt;/p&gt;
10687
10688 &lt;p&gt;These packages need to be installed and configured&lt;/p&gt;
10689
10690 &lt;blockquote&gt;&lt;pre&gt;
10691 libnss-ldapd libpam-ldapd nscd libpam-ccreds libpam-mklocaluser
10692 &lt;/pre&gt;&lt;/blockquote&gt;
10693
10694 &lt;p&gt;The ldapd packages will ask for LDAP connection information, and
10695 one have to fill in the values that fits ones own site. Make sure the
10696 PAM part uses encrypted connections, to make sure the password is not
10697 sent in clear text to the LDAP server. I&#39;ve been unable to get TLS
10698 certificate checking for a self signed certificate working, which make
10699 LDAP authentication unsafe for Debian Edu (nslcd is not checking if it
10700 is talking to the correct LDAP server), and very much welcome feedback
10701 on how to get this working.&lt;/p&gt;
10702
10703 &lt;p&gt;Because nscd do not have a default configuration fit for offline
10704 caching until &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;bug #485282&lt;/a&gt;
10705 is fixed, this configuration should be used instead of the one
10706 currently in /etc/nscd.conf. The changes are in the fields
10707 reload-count and positive-time-to-live, and is based on the
10708 instructions I found in the
10709 &lt;a href=&quot;http://www.flyn.org/laptopldap/&quot;&gt;LDAP for Mobile Laptops&lt;/a&gt;
10710 instructions by Flyn Computing.&lt;/p&gt;
10711
10712 &lt;blockquote&gt;&lt;pre&gt;
10713 debug-level 0
10714 reload-count unlimited
10715 paranoia no
10716
10717 enable-cache passwd yes
10718 positive-time-to-live passwd 2592000
10719 negative-time-to-live passwd 20
10720 suggested-size passwd 211
10721 check-files passwd yes
10722 persistent passwd yes
10723 shared passwd yes
10724 max-db-size passwd 33554432
10725 auto-propagate passwd yes
10726
10727 enable-cache group yes
10728 positive-time-to-live group 2592000
10729 negative-time-to-live group 20
10730 suggested-size group 211
10731 check-files group yes
10732 persistent group yes
10733 shared group yes
10734 max-db-size group 33554432
10735 auto-propagate group yes
10736
10737 enable-cache hosts no
10738 positive-time-to-live hosts 2592000
10739 negative-time-to-live hosts 20
10740 suggested-size hosts 211
10741 check-files hosts yes
10742 persistent hosts yes
10743 shared hosts yes
10744 max-db-size hosts 33554432
10745
10746 enable-cache services yes
10747 positive-time-to-live services 2592000
10748 negative-time-to-live services 20
10749 suggested-size services 211
10750 check-files services yes
10751 persistent services yes
10752 shared services yes
10753 max-db-size services 33554432
10754 &lt;/pre&gt;&lt;/blockquote&gt;
10755
10756 &lt;p&gt;While we wait for a mechanism to update /etc/nsswitch.conf
10757 automatically like the one provided in
10758 &lt;a href=&quot;http://bugs.debian.org/496915&quot;&gt;bug #496915&lt;/a&gt;, the file
10759 content need to be manually replaced to ensure LDAP is used as the
10760 directory service on the machine. /etc/nsswitch.conf should normally
10761 look like this:&lt;/p&gt;
10762
10763 &lt;blockquote&gt;&lt;pre&gt;
10764 passwd: files ldap
10765 group: files ldap
10766 shadow: files ldap
10767 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
10768 networks: files
10769 protocols: files
10770 services: files
10771 ethers: files
10772 rpc: files
10773 netgroup: files ldap
10774 &lt;/pre&gt;&lt;/blockquote&gt;
10775
10776 &lt;p&gt;The important parts are that ldap is listed last for passwd, group,
10777 shadow and netgroup.&lt;/p&gt;
10778
10779 &lt;p&gt;With these changes in place, any user in LDAP will be able to log
10780 in locally on the machine using for example kdm, get a local home
10781 directory created and have the password as well as user and group
10782 attributes cached.
10783
10784 &lt;h2&gt;LDAP/Kerberos + nss-updatedb + libpam-ccreds +
10785 libpam-mklocaluser/pam_mkhomedir&lt;/h2&gt;
10786
10787 &lt;p&gt;Because nscd have had its share of problems, and seem to have
10788 problems doing proper caching, I&#39;ve seen suggestions and recipes to
10789 use nss-updatedb to copy parts of the LDAP database locally when the
10790 LDAP database is available. I have not tested such setup, because I
10791 discovered sssd.&lt;/p&gt;
10792
10793 &lt;h2&gt;LDAP/Kerberos + sssd + libpam-mklocaluser&lt;/h2&gt;
10794
10795 &lt;p&gt;A more flexible and robust setup than the nscd combination
10796 mentioned earlier that has shown up recently, is the
10797 &lt;a href=&quot;https://fedorahosted.org/sssd/&quot;&gt;sssd&lt;/a&gt; package from Redhat.
10798 It is part of the &lt;a href=&quot;http://www.freeipa.org/&quot;&gt;FreeIPA&lt;/A&gt; project
10799 to provide a Active Directory like directory service for Linux
10800 machines. The sssd system combines the caching of passwords and user
10801 information into one package, and remove the need for nscd and
10802 libpam-ccreds. It support LDAP and Kerberos, but not NIS. Version
10803 1.2 do not support netgroups, but it is said that it will support this
10804 in version 1.5 expected to show up later in 2010. Because the
10805 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd package&lt;/a&gt;
10806 was missing in Debian, I ended up co-maintaining it with Werner, and
10807 version 1.2 is now in testing.
10808
10809 &lt;p&gt;These packages need to be installed and configured to get the
10810 roaming setup I want&lt;/p&gt;
10811
10812 &lt;blockquote&gt;&lt;pre&gt;
10813 libpam-sss libnss-sss libpam-mklocaluser
10814 &lt;/pre&gt;&lt;/blockquote&gt;
10815
10816 The complete setup of sssd is done by editing/creating
10817 &lt;tt&gt;/etc/sssd/sssd.conf&lt;/tt&gt;.
10818
10819 &lt;blockquote&gt;&lt;pre&gt;
10820 [sssd]
10821 config_file_version = 2
10822 reconnection_retries = 3
10823 sbus_timeout = 30
10824 services = nss, pam
10825 domains = INTERN
10826
10827 [nss]
10828 filter_groups = root
10829 filter_users = root
10830 reconnection_retries = 3
10831
10832 [pam]
10833 reconnection_retries = 3
10834
10835 [domain/INTERN]
10836 enumerate = false
10837 cache_credentials = true
10838
10839 id_provider = ldap
10840 auth_provider = ldap
10841 chpass_provider = ldap
10842
10843 ldap_uri = ldap://ldap
10844 ldap_search_base = dc=skole,dc=skolelinux,dc=no
10845 ldap_tls_reqcert = never
10846 ldap_tls_cacert = /etc/ssl/certs/ca-certificates.crt
10847 &lt;/pre&gt;&lt;/blockquote&gt;
10848
10849 &lt;p&gt;I got the same problem here with certificate checking. Had to set
10850 &quot;ldap_tls_reqcert = never&quot; to get it working.&lt;/p&gt;
10851
10852 &lt;p&gt;With the libnss-sss package in testing at the moment, the
10853 nsswitch.conf file is update automatically, so there is no need to
10854 modify it manually.&lt;/p&gt;
10855
10856 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10857 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10858 </description>
10859 </item>
10860
10861 <item>
10862 <title>LUMA, a very nice LDAP GUI</title>
10863 <link>http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</link>
10864 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/LUMA__a_very_nice_LDAP_GUI.html</guid>
10865 <pubDate>Mon, 28 Jun 2010 00:30:00 +0200</pubDate>
10866 <description>&lt;p&gt;The last few days I have been looking into the status of the LDAP
10867 directory in Debian Edu, and in the process I started to miss a GUI
10868 tool to browse the LDAP tree. The only one I was able to find in
10869 Debian/Squeeze and Lenny is
10870 &lt;a href=&quot;http://luma.sourceforge.net/&quot;&gt;LUMA&lt;/a&gt;, which has proved to
10871 be a great tool to get a overview of the current LDAP directory
10872 populated by default in Skolelinux. Thanks to it, I have been able to
10873 find empty and obsolete subtrees, misplaced objects and duplicate
10874 objects. It will be installed by default in Debian/Squeeze. If you
10875 are working with LDAP, give it a go. :)&lt;/p&gt;
10876
10877 &lt;p&gt;I did notice one problem with it I have not had time to report to
10878 the BTS yet. There is no .desktop file in the package, so the tool do
10879 not show up in the Gnome and KDE menus, but only deep down in in the
10880 Debian submenu in KDE. I hope that can be fixed before Squeeze is
10881 released.&lt;/p&gt;
10882
10883 &lt;p&gt;I have not yet been able to get it to modify the tree yet. I would
10884 like to move objects and remove subtrees directly in the GUI, but have
10885 not found a way to do that with LUMA yet. So in the mean time, I use
10886 &lt;a href=&quot;http://www.lichteblau.com/ldapvi/&quot;&gt;ldapvi&lt;/a&gt; for that.&lt;/p&gt;
10887
10888 &lt;p&gt;If you have tips on other GUI tools for LDAP that might be useful
10889 in Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10890
10891 &lt;p&gt;Update 2010-06-29: Ross Reedstrom tipped us about the
10892 &lt;a href=&quot;http://packages.qa.debian.org/g/gq.html&quot;&gt;gq&lt;/a&gt; package as a
10893 useful GUI alternative. It seem like a good tool, but is unmaintained
10894 in Debian and got a RC bug keeping it out of Squeeze. Unless that
10895 changes, it will not be an option for Debian Edu based on Squeeze.&lt;/p&gt;
10896 </description>
10897 </item>
10898
10899 <item>
10900 <title>Idea for a change to LDAP schemas allowing DNS and DHCP info to be combined into one object</title>
10901 <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>
10902 <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>
10903 <pubDate>Thu, 24 Jun 2010 00:35:00 +0200</pubDate>
10904 <description>&lt;p&gt;A while back, I
10905 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html&quot;&gt;complained
10906 about the fact&lt;/a&gt; that it is not possible with the provided schemas
10907 for storing DNS and DHCP information in LDAP to combine the two sets
10908 of information into one LDAP object representing a computer.&lt;/p&gt;
10909
10910 &lt;p&gt;In the mean time, I discovered that a simple fix would be to make
10911 the dhcpHost object class auxiliary, to allow it to be combined with
10912 the dNSDomain object class, and thus forming one object for one
10913 computer when storing both DHCP and DNS information in LDAP.&lt;/p&gt;
10914
10915 &lt;p&gt;If I understand this correctly, it is not safe to do this change
10916 without also changing the assigned number for the object class, and I
10917 do not know enough about LDAP schema design to do that properly for
10918 Debian Edu.&lt;/p&gt;
10919
10920 &lt;p&gt;Anyway, for future reference, this is how I believe we could change
10921 the
10922 &lt;a href=&quot;http://tools.ietf.org/html/draft-ietf-dhc-ldap-schema-00&quot;&gt;DHCP
10923 schema&lt;/a&gt; to solve at least part of the problem with the LDAP schemas
10924 available today from IETF.&lt;/p&gt;
10925
10926 &lt;pre&gt;
10927 --- dhcp.schema (revision 65192)
10928 +++ dhcp.schema (working copy)
10929 @@ -376,7 +376,7 @@
10930 objectclass ( 2.16.840.1.113719.1.203.6.6
10931 NAME &#39;dhcpHost&#39;
10932 DESC &#39;This represents information about a particular client&#39;
10933 - SUP top
10934 + SUP top AUXILIARY
10935 MUST cn
10936 MAY (dhcpLeaseDN $ dhcpHWAddress $ dhcpOptionsDN $ dhcpStatements $ dhcpComments $ dhcpOption)
10937 X-NDS_CONTAINMENT (&#39;dhcpService&#39; &#39;dhcpSubnet&#39; &#39;dhcpGroup&#39;) )
10938 &lt;/pre&gt;
10939
10940 &lt;p&gt;I very much welcome clues on how to do this properly for Debian
10941 Edu/Squeeze. We provide the DHCP schema in our debian-edu-config
10942 package, and should thus be free to rewrite it as we see fit.&lt;/p&gt;
10943
10944 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
10945 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
10946 </description>
10947 </item>
10948
10949 <item>
10950 <title>Lenny-&gt;Squeeze upgrades, removals by apt and aptitude</title>
10951 <link>http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</link>
10952 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lenny__Squeeze_upgrades__removals_by_apt_and_aptitude.html</guid>
10953 <pubDate>Sun, 13 Jun 2010 09:05:00 +0200</pubDate>
10954 <description>&lt;p&gt;My
10955 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html&quot;&gt;testing
10956 of Debian upgrades&lt;/a&gt; from Lenny to Squeeze continues, and I&#39;ve
10957 finally made the upgrade logs available from
10958 &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;.
10959 I am now testing dist-upgrade of Gnome and KDE in a chroot using both
10960 apt and aptitude, and found their differences interesting. This time
10961 I will only focus on their removal plans.&lt;/p&gt;
10962
10963 &lt;p&gt;After installing a Gnome desktop and the laptop task, apt-get wants
10964 to remove 72 packages when dist-upgrading from Lenny to Squeeze. The
10965 surprising part is that it want to remove xorg and all
10966 xserver-xorg-video* drivers. Clearly not a good choice, but I am not
10967 sure why. When asking aptitude to do the same, it want to remove 129
10968 packages, but most of them are library packages I suspect are no
10969 longer needed. Both of them want to remove bluetooth packages, which
10970 I do not know. Perhaps these bluetooth packages are obsolete?&lt;/p&gt;
10971
10972 &lt;p&gt;For KDE, apt-get want to remove 82 packages, among them kdebase
10973 which seem like a bad idea and xorg the same way as with Gnome. Asking
10974 aptitude for the same, it wants to remove 192 packages, none which are
10975 too surprising.&lt;/p&gt;
10976
10977 &lt;p&gt;I guess the removal of xorg during upgrades should be investigated
10978 and avoided, and perhaps others as well. Here are the complete list
10979 of planned removals. The complete logs is available from the URL
10980 above. Note if you want to repeat these tests, that the upgrade test
10981 for kde+apt-get hung in the tasksel setup because of dpkg asking
10982 conffile questions. No idea why. I worked around it by using
10983 &#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
10984 continue.&lt;/p&gt;
10985
10986 &lt;p&gt;&lt;b&gt;apt-get gnome 72&lt;/b&gt;
10987 &lt;br&gt;bluez-gnome cupsddk-drivers deskbar-applet gnome
10988 gnome-desktop-environment gnome-network-admin gtkhtml3.14
10989 iceweasel-gnome-support libavcodec51 libdatrie0 libgdl-1-0
10990 libgnomekbd2 libgnomekbdui2 libmetacity0 libslab0 libxcb-xlib0
10991 nautilus-cd-burner python-gnome2-desktop python-gnome2-extras
10992 serpentine swfdec-mozilla update-manager xorg xserver-xorg
10993 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
10994 xserver-xorg-input-kbd xserver-xorg-input-mouse
10995 xserver-xorg-input-synaptics xserver-xorg-input-wacom
10996 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
10997 xserver-xorg-video-ati xserver-xorg-video-chips
10998 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
10999 xserver-xorg-video-dummy xserver-xorg-video-fbdev
11000 xserver-xorg-video-glint xserver-xorg-video-i128
11001 xserver-xorg-video-i740 xserver-xorg-video-imstt
11002 xserver-xorg-video-intel xserver-xorg-video-mach64
11003 xserver-xorg-video-mga xserver-xorg-video-neomagic
11004 xserver-xorg-video-nsc xserver-xorg-video-nv
11005 xserver-xorg-video-openchrome xserver-xorg-video-r128
11006 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
11007 xserver-xorg-video-rendition xserver-xorg-video-s3
11008 xserver-xorg-video-s3virge xserver-xorg-video-savage
11009 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
11010 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
11011 xserver-xorg-video-tga xserver-xorg-video-trident
11012 xserver-xorg-video-tseng xserver-xorg-video-v4l
11013 xserver-xorg-video-vesa xserver-xorg-video-vga
11014 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9
11015 xulrunner-1.9-gnome-support&lt;/p&gt;
11016
11017 &lt;p&gt;&lt;b&gt;aptitude gnome 129&lt;/b&gt;
11018
11019 &lt;br&gt;bluez-gnome bluez-utils cpp-4.3 cupsddk-drivers dhcdbd
11020 djvulibre-desktop finger gnome-app-install gnome-mount
11021 gnome-network-admin gnome-spell gnome-vfs-obexftp
11022 gnome-volume-manager gstreamer0.10-gnomevfs gtkhtml3.14 libao2
11023 libavahi-compat-libdnssd1 libavahi-core5 libavcodec51 libbluetooth2
11024 libcamel1.2-11 libcdio7 libcucul0 libcupsys2 libcurl3 libdatrie0
11025 libdirectfb-1.0-0 libdvdread3 libedataserver1.2-9 libeel2-2.20
11026 libeel2-data libepc-1.0-1 libepc-ui-1.0-1 libfaad0 libgail-common
11027 libgd2-noxpm libgda3-3 libgda3-common libgdl-1-0 libgdl-1-common
11028 libggz2 libggzcore9 libggzmod4 libgksu1.2-0 libgksuui1.0-1 libgmyth0
11029 libgnomecups1.0-1 libgnomekbd2 libgnomekbdui2 libgnomeprint2.2-0
11030 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common
11031 libgnomevfs2-bin libgpod3 libgraphviz4 libgtkhtml2-0
11032 libgtksourceview-common libgtksourceview1.0-0 libgucharmap6
11033 libhesiod0 libicu38 libiw29 libkpathsea4 libltdl3 libmagick++10
11034 libmagick10 libmalaga7 libmetacity0 libmtp7 libmysqlclient15off
11035 libnautilus-burn4 libneon27 libnm-glib0 libnm-util0 libopal-2.2
11036 libosp5 libparted1.8-10 libpoppler-glib3 libpoppler3 libpt-1.10.10
11037 libpt-1.10.10-plugins-alsa libpt-1.10.10-plugins-v4l libraw1394-8
11038 libsensors3 libslab0 libsmbios2 libsoup2.2-8 libssh2-1
11039 libsuitesparse-3.1.0 libswfdec-0.6-90 libtalloc1 libtotem-plparser10
11040 libtrackerclient0 libxalan2-java libxalan2-java-gcj libxcb-xlib0
11041 libxerces2-java libxerces2-java-gcj libxklavier12 libxtrap6
11042 libxxf86misc1 libzephyr3 mysql-common nautilus-cd-burner
11043 openoffice.org-writer2latex openssl-blacklist p7zip
11044 python-4suite-xml python-eggtrayicon python-gnome2-desktop
11045 python-gnome2-extras python-gtkhtml2 python-gtkmozembed
11046 python-numeric python-sexy serpentine svgalibg1 swfdec-gnome
11047 swfdec-mozilla totem-gstreamer update-manager wodim
11048 xserver-xorg-video-cyrix xserver-xorg-video-imstt
11049 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
11050 zip&lt;/p&gt;
11051
11052 &lt;p&gt;&lt;b&gt;apt-get kde 82&lt;/b&gt;
11053
11054 &lt;br&gt;cupsddk-drivers karm kaudiocreator kcoloredit kcontrol kde kde-core
11055 kdeaddons kdeartwork kdebase kdebase-bin kdebase-bin-kde3
11056 kdebase-kio-plugins kdesktop kdeutils khelpcenter kicker
11057 kicker-applets knewsticker kolourpaint konq-plugins konqueror korn
11058 kpersonalizer kscreensaver ksplash libavcodec51 libdatrie0 libkiten1
11059 libxcb-xlib0 quanta superkaramba texlive-base-bin xorg xserver-xorg
11060 xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
11061 xserver-xorg-input-kbd xserver-xorg-input-mouse
11062 xserver-xorg-input-synaptics xserver-xorg-input-wacom
11063 xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
11064 xserver-xorg-video-ati xserver-xorg-video-chips
11065 xserver-xorg-video-cirrus xserver-xorg-video-cyrix
11066 xserver-xorg-video-dummy xserver-xorg-video-fbdev
11067 xserver-xorg-video-glint xserver-xorg-video-i128
11068 xserver-xorg-video-i740 xserver-xorg-video-imstt
11069 xserver-xorg-video-intel xserver-xorg-video-mach64
11070 xserver-xorg-video-mga xserver-xorg-video-neomagic
11071 xserver-xorg-video-nsc xserver-xorg-video-nv
11072 xserver-xorg-video-openchrome xserver-xorg-video-r128
11073 xserver-xorg-video-radeon xserver-xorg-video-radeonhd
11074 xserver-xorg-video-rendition xserver-xorg-video-s3
11075 xserver-xorg-video-s3virge xserver-xorg-video-savage
11076 xserver-xorg-video-siliconmotion xserver-xorg-video-sis
11077 xserver-xorg-video-sisusb xserver-xorg-video-tdfx
11078 xserver-xorg-video-tga xserver-xorg-video-trident
11079 xserver-xorg-video-tseng xserver-xorg-video-v4l
11080 xserver-xorg-video-vesa xserver-xorg-video-vga
11081 xserver-xorg-video-vmware xserver-xorg-video-voodoo xulrunner-1.9&lt;/p&gt;
11082
11083 &lt;p&gt;&lt;b&gt;aptitude kde 192&lt;/b&gt;
11084 &lt;br&gt;bluez-utils cpp-4.3 cupsddk-drivers cvs dcoprss dhcdbd
11085 djvulibre-desktop dosfstools eyesapplet fifteenapplet finger gettext
11086 ghostscript-x imlib-base imlib11 indi kandy karm kasteroids
11087 kaudiocreator kbackgammon kbstate kcoloredit kcontrol kcron kdat
11088 kdeadmin-kfile-plugins kdeartwork-misc kdeartwork-theme-window
11089 kdebase-bin-kde3 kdebase-kio-plugins kdeedu-data
11090 kdegraphics-kfile-plugins kdelirc kdemultimedia-kappfinder-data
11091 kdemultimedia-kfile-plugins kdenetwork-kfile-plugins
11092 kdepim-kfile-plugins kdepim-kio-plugins kdeprint kdesktop kdessh
11093 kdict kdnssd kdvi kedit keduca kenolaba kfax kfaxview kfouleggs
11094 kghostview khelpcenter khexedit kiconedit kitchensync klatin
11095 klickety kmailcvt kmenuedit kmid kmilo kmoon kmrml kodo kolourpaint
11096 kooka korn kpager kpdf kpercentage kpf kpilot kpoker kpovmodeler
11097 krec kregexpeditor ksayit ksim ksirc ksirtet ksmiletris ksmserver
11098 ksnake ksokoban ksplash ksvg ksysv ktip ktnef kuickshow kverbos
11099 kview kviewshell kvoctrain kwifimanager kwin kwin4 kworldclock
11100 kxsldbg libakode2 libao2 libarts1-akode libarts1-audiofile
11101 libarts1-mpeglib libarts1-xine libavahi-compat-libdnssd1
11102 libavahi-core5 libavc1394-0 libavcodec51 libbluetooth2
11103 libboost-python1.34.1 libcucul0 libcurl3 libcvsservice0 libdatrie0
11104 libdirectfb-1.0-0 libdjvulibre21 libdvdread3 libfaad0 libfreebob0
11105 libgail-common libgd2-noxpm libgraphviz4 libgsmme1c2a libgtkhtml2-0
11106 libicu38 libiec61883-0 libindex0 libiw29 libk3b3 libkcal2b libkcddb1
11107 libkdeedu3 libkdepim1a libkgantt0 libkiten1 libkleopatra1 libkmime2
11108 libkpathsea4 libkpimexchange1 libkpimidentities1 libkscan1
11109 libksieve0 libktnef1 liblockdev1 libltdl3 libmagick10 libmimelib1c2a
11110 libmozjs1d libmpcdec3 libneon27 libnm-util0 libopensync0 libpisock9
11111 libpoppler-glib3 libpoppler-qt2 libpoppler3 libraw1394-8 libsmbios2
11112 libssh2-1 libsuitesparse-3.1.0 libtalloc1 libtiff-tools
11113 libxalan2-java libxalan2-java-gcj libxcb-xlib0 libxerces2-java
11114 libxerces2-java-gcj libxtrap6 mpeglib networkstatus
11115 openoffice.org-writer2latex pmount poster psutils quanta quanta-data
11116 superkaramba svgalibg1 tex-common texlive-base texlive-base-bin
11117 texlive-common texlive-doc-base texlive-fonts-recommended
11118 xserver-xorg-video-cyrix xserver-xorg-video-imstt
11119 xserver-xorg-video-nsc xserver-xorg-video-v4l xserver-xorg-video-vga
11120 xulrunner-1.9&lt;/p&gt;
11121
11122 </description>
11123 </item>
11124
11125 <item>
11126 <title>Automatic upgrade testing from Lenny to Squeeze</title>
11127 <link>http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</link>
11128 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_upgrade_testing_from_Lenny_to_Squeeze.html</guid>
11129 <pubDate>Fri, 11 Jun 2010 22:50:00 +0200</pubDate>
11130 <description>&lt;p&gt;The last few days I have done some upgrade testing in Debian, to
11131 see if the upgrade from Lenny to Squeeze will go smoothly. A few bugs
11132 have been discovered and reported in the process
11133 (&lt;a href=&quot;http://bugs.debian.org/585410&quot;&gt;#585410&lt;/a&gt; in nagios3-cgi,
11134 &lt;a href=&quot;http://bugs.debian.org/584879&quot;&gt;#584879&lt;/a&gt; already fixed in
11135 enscript and &lt;a href=&quot;http://bugs.debian.org/584861&quot;&gt;#584861&lt;/a&gt; in
11136 kdebase-workspace-data), and to get a more regular testing going on, I
11137 am working on a script to automate the test.&lt;/p&gt;
11138
11139 &lt;p&gt;The idea is to create a Lenny chroot and use tasksel to install a
11140 Gnome or KDE desktop installation inside the chroot before upgrading
11141 it. To ensure no services are started in the chroot, a policy-rc.d
11142 script is inserted. To make sure tasksel believe it is to install a
11143 desktop on a laptop, the tasksel tests are replaced in the chroot
11144 (only acceptable because this is a throw-away chroot).&lt;/p&gt;
11145
11146 &lt;p&gt;A naive upgrade from Lenny to Squeeze using aptitude dist-upgrade
11147 currently always fail because udev refuses to upgrade with the kernel
11148 in Lenny, so to avoid that problem the file /etc/udev/kernel-upgrade
11149 is created. The bug report
11150 &lt;a href=&quot;http://bugs.debian.org/566000&quot;&gt;#566000&lt;/a&gt; make me suspect
11151 this problem do not trigger in a chroot, but I touch the file anyway
11152 to make sure the upgrade go well. Testing on virtual and real
11153 hardware have failed me because of udev so far, and creating this file
11154 do the trick in such settings anyway. This is a
11155 &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
11156 issue&lt;/a&gt; and the current udev behaviour is intended by the udev
11157 maintainer because he lack the resources to rewrite udev to keep
11158 working with old kernels or something like that. I really wish the
11159 udev upstream would keep udev backwards compatible, to avoid such
11160 upgrade problem, but given that they fail to do so, I guess
11161 documenting the way out of this mess is the best option we got for
11162 Debian Squeeze.&lt;/p&gt;
11163
11164 &lt;p&gt;Anyway, back to the task at hand, testing upgrades. This test
11165 script, which I call &lt;tt&gt;upgrade-test&lt;/tt&gt; for now, is doing the
11166 trick:&lt;/p&gt;
11167
11168 &lt;blockquote&gt;&lt;pre&gt;
11169 #!/bin/sh
11170 set -ex
11171
11172 if [ &quot;$1&quot; ] ; then
11173 desktop=$1
11174 else
11175 desktop=gnome
11176 fi
11177
11178 from=lenny
11179 to=squeeze
11180
11181 exec &amp;lt; /dev/null
11182 unset LANG
11183 mirror=http://ftp.skolelinux.org/debian
11184 tmpdir=chroot-$from-upgrade-$to-$desktop
11185 fuser -mv .
11186 debootstrap $from $tmpdir $mirror
11187 chroot $tmpdir aptitude update
11188 cat &gt; $tmpdir/usr/sbin/policy-rc.d &amp;lt;&amp;lt;EOF
11189 #!/bin/sh
11190 exit 101
11191 EOF
11192 chmod a+rx $tmpdir/usr/sbin/policy-rc.d
11193 exit_cleanup() {
11194 umount $tmpdir/proc
11195 }
11196 mount -t proc proc $tmpdir/proc
11197 # Make sure proc is unmounted also on failure
11198 trap exit_cleanup EXIT INT
11199
11200 chroot $tmpdir aptitude -y install debconf-utils
11201
11202 # Make sure tasksel autoselection trigger. It need the test scripts
11203 # to return the correct answers.
11204 echo tasksel tasksel/desktop multiselect $desktop | \
11205 chroot $tmpdir debconf-set-selections
11206
11207 # Include the desktop and laptop task
11208 for test in desktop laptop ; do
11209 echo &gt; $tmpdir/usr/lib/tasksel/tests/$test &amp;lt;&amp;lt;EOF
11210 #!/bin/sh
11211 exit 2
11212 EOF
11213 chmod a+rx $tmpdir/usr/lib/tasksel/tests/$test
11214 done
11215
11216 DEBIAN_FRONTEND=noninteractive
11217 DEBIAN_PRIORITY=critical
11218 export DEBIAN_FRONTEND DEBIAN_PRIORITY
11219 chroot $tmpdir tasksel --new-install
11220
11221 echo deb $mirror $to main &gt; $tmpdir/etc/apt/sources.list
11222 chroot $tmpdir aptitude update
11223 touch $tmpdir/etc/udev/kernel-upgrade
11224 chroot $tmpdir aptitude -y dist-upgrade
11225 fuser -mv
11226 &lt;/pre&gt;&lt;/blockquote&gt;
11227
11228 &lt;p&gt;I suspect it would be useful to test upgrades with both apt-get and
11229 with aptitude, but I have not had time to look at how they behave
11230 differently so far. I hope to get a cron job running to do the test
11231 regularly and post the result on the web. The Gnome upgrade currently
11232 work, while the KDE upgrade fail because of the bug in
11233 kdebase-workspace-data&lt;/p&gt;
11234
11235 &lt;p&gt;I am not quite sure what kind of extract from the huge upgrade logs
11236 (KDE 167 KiB, Gnome 516 KiB) it make sense to include in this blog
11237 post, so I will refrain from trying. I can report that for Gnome,
11238 aptitude report 760 packages upgraded, 448 newly installed, 129 to
11239 remove and 1 not upgraded and 1024MB need to be downloaded while for
11240 KDE the same numbers are 702 packages upgraded, 507 newly installed,
11241 193 to remove and 0 not upgraded and 1117MB need to be downloaded&lt;/p&gt;
11242
11243 &lt;p&gt;I am very happy to notice that the Gnome desktop + laptop upgrade
11244 is able to migrate to dependency based boot sequencing and parallel
11245 booting without a hitch. Was unsure if there were still bugs with
11246 packages failing to clean up their obsolete init.d script during
11247 upgrades, and no such problem seem to affect the Gnome desktop+laptop
11248 packages.&lt;/p&gt;
11249 </description>
11250 </item>
11251
11252 <item>
11253 <title>Skolelinux er laget for sentraldrifting, naturligvis</title>
11254 <link>http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</link>
11255 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Skolelinux_er_laget_for_sentraldrifting__naturligvis.html</guid>
11256 <pubDate>Wed, 9 Jun 2010 12:30:00 +0200</pubDate>
11257 <description>&lt;p&gt;Det er merkelig hvordan myter om Skolelinux overlever. En slik
11258 myte er at Skolelinux ikke kan sentraldriftes og ha sentralt plasserte
11259 tjenermaskiner. I siste Computerworld Norge er
11260 &lt;a href=&quot;http://www.idg.no/computerworld/article169432.ece&quot;&gt;IT-sjef
11261 Viggo Billdal i Steinkjer intervjuet&lt;/a&gt;, og forteller uten
11262 blygsel:&lt;/p&gt;
11263
11264 &lt;blockquote&gt;&lt;p&gt;Vi hadde Skolelinux, men det har vi sluttet med. Vi testet
11265 om det lønte seg med Microsoft eller en åpen plattform. Vi fant ut at
11266 Microsoft egentlig var totalt sett bedre egnet. Det var store
11267 driftskostnader med Skolelinux, blant annet på grunn av
11268 desentraliserte servere. Det var komplisert, så vi gikk vekk fra det
11269 og bruker nå bare Windows.&lt;/p&gt;&lt;/blockquote&gt;
11270
11271 &lt;p&gt;En &lt;a
11272 href=&quot;https://init.linpro.no/pipermail/skolelinux.no/bruker/2010-June/009101.html&quot;&gt;rask
11273 sjekk&lt;/a&gt; mot den norske brukerlista i Skolelinuxprosjektet forteller
11274 at Steinkjers forsøk foregikk fram til 2004/2005, og at Røysing skole
11275 i Steinkjer skal ha vært svært fornøyd med Skolelinux men at kommunen
11276 overkjørte skolen og krevde at de gikk over til Windows. Et søk på
11277 nettet sendte meg til
11278 &lt;a href=&quot;http://www.dn.no/multimedia/archive/00090/Dagens_it_nr__18_90826a.pdf&quot;&gt;Dagens
11279 IT nr. 18 2005&lt;/a&gt; hvor en kan lese på side 18:&lt;/p&gt;
11280
11281 &lt;blockquote&gt;&lt;p&gt;Inge Tømmerås ved Røysing skole i Steinkjer kjører ennå
11282 Microsoft, men forteller at kompetanseutfordringen med Skolelinux ikke
11283 var så stor. ­ Jeg syntes Skolelinux var utrolig lett å drifte uten
11284 forkunnskaper. Men man må jo selvsagt ha tilgang på ekstern kompetanse
11285 til installasjoner og maskinvarefeil, sier Tømmerås.&lt;/p&gt;&lt;/blockquote&gt;
11286
11287 &lt;p&gt;Som systemarkitekten bak Skolelinux, kan jeg bare riste på hodet
11288 over påstanden om at Skolelinux krever desentraliserte tjenere.
11289 Skolelinux-arkitekturen er laget for sentralisert drift og plassering
11290 av tjenerne lokalt eller sentralt alt etter behov og nettkapasitet.
11291 Den er modellert på nettverks- og tjenerløsningen som brukes på
11292 Universitetet i Tromsø og Oslo, der jeg jobber med utvikling av
11293 driftstjenester. Dette er det heldigvis noen som har fått med seg, og
11294 jeg er glad for å kunne sitere fra en kommentar på den overnevnte
11295 artikkelen. Min venn og gamle kollega Sturle Sunde forteller der:
11296
11297 &lt;blockquote&gt;
11298 &lt;p&gt;I Flora kommune køyrer vi Skulelinux på skular med alt frå 15 til
11299 meir enn 500 elevar. Dei store skulane har eigen tenar, for det er
11300 mest praktisk. Eg, som er driftsansvarleg for heile nettet, ser
11301 sjeldan dei tenarane fysisk, men at dei står der gjer skulane mindre
11302 avhengige av eksterne linjer som er trege eller dyre. Dei minste
11303 skulane har ikkje eigen tenar. Å bruke sentral tenar er heller ikkje
11304 noko problem. Småskulane klarar seg fint med 1 mbit-linje til ein
11305 sentral tenar eller tenaren på ein større skule.&lt;/p&gt;
11306
11307 &lt;p&gt;Det beste med Skulelinux er halvtjukke klientar. Dei treng ikkje
11308 harddisk og brukar minimalt med ressursar på tenaren fordi dei køyrer
11309 programma lokalt. Eit klasserom med 30 sju-åtte år gamle maskiner har
11310 mykje meir CPU og RAM totalt enn nokon moderne tenar til under
11311 millionen. Det trengst to kommandoar på den sentrale tenaren for å
11312 oppdatere alle klientane, både tynne og halvtjukke. Vi har ingen
11313 problem med diskar som ryk heller, som var eit problem før fordi
11314 elevane sat og sparka i maskinene. Og dei krev lite bandbreidde i
11315 nettet, so det er fullt mogleg å køyre slike på småskular med trege
11316 linjer mot tenaren på ein større skule.&lt;/p&gt;
11317
11318 &lt;p&gt;Flora kommune har nesten 800 Linux-maskiner i sitt skulenett, og
11319 ein person som tek seg av drift av heile nettet, inkludert tenarar,
11320 klientar, operativsystem, programvare, heimekontorløysing og
11321 administrasjon av brukarar.&lt;/p&gt;
11322
11323 &lt;p&gt;No skal det seiast at vi ikkje køyrer rein Skulelinux ut av
11324 boksen. Vi har gjort ein del tilpassingar mot noko Novell-greier som
11325 var der frå før, og som har komplisert installasjonen vår. Etter at
11326 oppsettet var gjort har løysinga vore stabil og kravd minimalt med
11327 arbeid.&lt;/p&gt;
11328 &lt;/blockquote&gt;
11329
11330 &lt;p&gt;Jeg vet at Narvik, Harstad og Oslo er kommuner der Skolelinux
11331 sentraldriftes med sentrale tjenere. Det forteller meg at Steinkjers
11332 IT-sjef neppe bør skylde på Skolelinux-løsningen for sine 5 år gamle
11333 minner.&lt;/p&gt;
11334 </description>
11335 </item>
11336
11337 <item>
11338 <title>A manual for standards wars...</title>
11339 <link>http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</link>
11340 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_manual_for_standards_wars___.html</guid>
11341 <pubDate>Sun, 6 Jun 2010 14:15:00 +0200</pubDate>
11342 <description>&lt;p&gt;Via the
11343 &lt;a href=&quot;http://feedproxy.google.com/~r/robweir/antic-atom/~3/QzU4RgoAGMg/weekly-links-10.html&quot;&gt;blog
11344 of Rob Weir&lt;/a&gt; I came across the very interesting essay named
11345 &lt;a href=&quot;http://faculty.haas.berkeley.edu/shapiro/wars.pdf&quot;&gt;The Art of
11346 Standards Wars&lt;/a&gt; (PDF 25 pages). I recommend it for everyone
11347 following the standards wars of today.&lt;/p&gt;
11348 </description>
11349 </item>
11350
11351 <item>
11352 <title>Sitesummary tip: Listing computer hardware models used at site</title>
11353 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</link>
11354 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_computer_hardware_models_used_at_site.html</guid>
11355 <pubDate>Thu, 3 Jun 2010 12:05:00 +0200</pubDate>
11356 <description>&lt;p&gt;When using sitesummary at a site to track machines, it is possible
11357 to get a list of the machine types in use thanks to the DMI
11358 information extracted from each machine. The script to do so is
11359 included in the sitesummary package, and here is example output from
11360 the Skolelinux build servers:&lt;/p&gt;
11361
11362 &lt;blockquote&gt;&lt;pre&gt;
11363 maintainer:~# /usr/lib/sitesummary/hardware-model-summary
11364 vendor count
11365 Dell Computer Corporation 1
11366 PowerEdge 1750 1
11367 IBM 1
11368 eserver xSeries 345 -[8670M1X]- 1
11369 Intel 2
11370 [no-dmi-info] 3
11371 maintainer:~#
11372 &lt;/pre&gt;&lt;/blockquote&gt;
11373
11374 &lt;p&gt;The quality of the report depend on the quality of the DMI tables
11375 provided in each machine. Here there are Intel machines without model
11376 information listed with Intel as vendor and no model, and virtual Xen
11377 machines listed as [no-dmi-info]. One can add -l as a command line
11378 option to list the individual machines.&lt;/p&gt;
11379
11380 &lt;p&gt;A larger list is
11381 &lt;a href=&quot;http://narvikskolen.no/sitesummary/&quot;&gt;available from the the
11382 city of Narvik&lt;/a&gt;, which uses Skolelinux on all their shools and also
11383 provide the basic sitesummary report publicly. In their report there
11384 are ~1400 machines. I know they use both Ubuntu and Skolelinux on
11385 their machines, and as sitesummary is available in both distributions,
11386 it is trivial to get all of them to report to the same central
11387 collector.&lt;/p&gt;
11388 </description>
11389 </item>
11390
11391 <item>
11392 <title>KDM fail at boot with NVidia cards - and no one try to fix it?</title>
11393 <link>http://people.skolelinux.org/pere/blog/KDM_fail_at_boot_with_NVidia_cards___and_no_one_try_to_fix_it_.html</link>
11394 <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>
11395 <pubDate>Tue, 1 Jun 2010 17:05:00 +0200</pubDate>
11396 <description>&lt;p&gt;It is strange to watch how a bug in Debian causing KDM to fail to
11397 start at boot when an NVidia video card is used is handled. The
11398 problem seem to be that the nvidia X.org driver uses a long time to
11399 initialize, and this duration is longer than kdm is configured to
11400 wait.&lt;/p&gt;
11401
11402 &lt;p&gt;I came across two bugs related to this issue,
11403 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;#583312&lt;/a&gt; initially filed
11404 against initscripts and passed on to nvidia-glx when it became obvious
11405 that the nvidia drivers were involved, and
11406 &lt;a href=&quot;http://bugs.debian.org/524751&quot;&gt;#524751&lt;/a&gt; initially filed against
11407 kdm and passed on to src:nvidia-graphics-drivers for unknown reasons.&lt;/p&gt;
11408
11409 &lt;p&gt;To me, it seem that no-one is interested in actually solving the
11410 problem nvidia video card owners experience and make sure the Debian
11411 distribution work out of the box for these users. The nvidia driver
11412 maintainers expect kdm to be set up to wait longer, while kdm expect
11413 the nvidia driver maintainers to fix the driver to start faster, and
11414 while they wait for each other I guess the users end up switching to a
11415 distribution that work for them. I have no idea what the solution is,
11416 but I am pretty sure that waiting for each other is not it.&lt;/p&gt;
11417
11418 &lt;p&gt;I wonder why we end up handling bugs this way.&lt;/p&gt;
11419 </description>
11420 </item>
11421
11422 <item>
11423 <title>Parallellized boot seem to hold up well in Debian/testing</title>
11424 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</link>
11425 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_seem_to_hold_up_well_in_Debian_testing.html</guid>
11426 <pubDate>Thu, 27 May 2010 23:55:00 +0200</pubDate>
11427 <description>&lt;p&gt;A few days ago, parallel booting was enabled in Debian/testing.
11428 The feature seem to hold up pretty well, but three fairly serious
11429 issues are known and should be solved:
11430
11431 &lt;p&gt;&lt;ul&gt;
11432
11433 &lt;li&gt;The wicd package seen to
11434 &lt;a href=&quot;http://bugs.debian.org/508289&quot;&gt;break NFS mounting&lt;/a&gt; and
11435 &lt;a href=&quot;http://bugs.debian.org/581586&quot;&gt;network setup&lt;/a&gt; when
11436 parallel booting is enabled. No idea why, but the wicd maintainer
11437 seem to be on the case.&lt;/li&gt;
11438
11439 &lt;li&gt;The nvidia X driver seem to
11440 &lt;a href=&quot;http://bugs.debian.org/583312&quot;&gt;have a race condition&lt;/a&gt;
11441 triggered more easily when parallel booting is in effect. The
11442 maintainer is on the case.&lt;/li&gt;
11443
11444 &lt;li&gt;The sysv-rc package fail to properly enable dependency based boot
11445 sequencing (the shutdown is broken) when old file-rc users
11446 &lt;a href=&quot;http://bugs.debian.org/575080&quot;&gt;try to switch back&lt;/a&gt; to
11447 sysv-rc. One way to solve it would be for file-rc to create
11448 /etc/init.d/.legacy-bootordering, and another is to try to make
11449 sysv-rc more robust. Will investigate some more and probably upload a
11450 workaround in sysv-rc to help those trying to move from file-rc to
11451 sysv-rc get a working shutdown.&lt;/li&gt;
11452
11453 &lt;/ul&gt;&lt;/p&gt;
11454
11455 &lt;p&gt;All in all not many surprising issues, and all of them seem
11456 solvable before Squeeze is released. In addition to these there are
11457 some packages with bugs in their dependencies and run level settings,
11458 which I expect will be fixed in a reasonable time span.&lt;/p&gt;
11459
11460 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
11461 the BTS, please usertag the report to get it to show up at
11462 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
11463 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
11464
11465 &lt;p&gt;Update: Correct bug number to file-rc issue.&lt;/p&gt;
11466 </description>
11467 </item>
11468
11469 <item>
11470 <title>More flexible firmware handling in debian-installer</title>
11471 <link>http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</link>
11472 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/More_flexible_firmware_handling_in_debian_installer.html</guid>
11473 <pubDate>Sat, 22 May 2010 21:30:00 +0200</pubDate>
11474 <description>&lt;p&gt;After a long break from debian-installer development, I finally
11475 found time today to return to the project. Having to spend less time
11476 working dependency based boot in debian, as it is almost complete now,
11477 definitely helped freeing some time.&lt;/p&gt;
11478
11479 &lt;p&gt;A while back, I ran into a problem while working on Debian Edu. We
11480 include some firmware packages on the Debian Edu CDs, those needed to
11481 get disk and network controllers working. Without having these
11482 firmware packages available during installation, it is impossible to
11483 install Debian Edu on the given machine, and because our target group
11484 are non-technical people, asking them to provide firmware packages on
11485 an external medium is a support pain. Initially, I expected it to be
11486 enough to include the firmware packages on the CD to get
11487 debian-installer to find and use them. This proved to be wrong.
11488 Next, I hoped it was enough to symlink the relevant firmware packages
11489 to some useful location on the CD (tried /cdrom/ and
11490 /cdrom/firmware/). This also proved to not work, and at this point I
11491 found time to look at the debian-installer code to figure out what was
11492 going to work.&lt;/p&gt;
11493
11494 &lt;p&gt;The firmware loading code is in the hw-detect package, and a closer
11495 look revealed that it would only look for firmware packages outside
11496 the installation media, so the CD was never checked for firmware
11497 packages. It would only check USB sticks, floppies and other
11498 &quot;external&quot; media devices. Today I changed it to also look in the
11499 /cdrom/firmware/ directory on the mounted CD or DVD, which should
11500 solve the problem I ran into with Debian edu. I also changed it to
11501 look in /firmware/, to make sure the installer also find firmware
11502 provided in the initrd when booting the installer via PXE, to allow us
11503 to provide the same feature in the PXE setup included in Debian
11504 Edu.&lt;/p&gt;
11505
11506 &lt;p&gt;To make sure firmware deb packages with a license questions are not
11507 activated without asking if the license is accepted, I extended
11508 hw-detect to look for preinst scripts in the firmware packages, and
11509 run these before activating the firmware during installation. The
11510 license question is asked using debconf in the preinst, so this should
11511 solve the issue for the firmware packages I have looked at so far.&lt;/p&gt;
11512
11513 &lt;p&gt;If you want to discuss the details of these features, please
11514 contact us on debian-boot@lists.debian.org.&lt;/p&gt;
11515 </description>
11516 </item>
11517
11518 <item>
11519 <title>Pieces of the roaming laptop puzzle in Debian</title>
11520 <link>http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</link>
11521 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pieces_of_the_roaming_laptop_puzzle_in_Debian.html</guid>
11522 <pubDate>Wed, 19 May 2010 19:00:00 +0200</pubDate>
11523 <description>&lt;p&gt;Today, the last piece of the puzzle for roaming laptops in Debian
11524 Edu finally entered the Debian archive. Today, the new
11525 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-mklocaluser.html&quot;&gt;libpam-mklocaluser&lt;/a&gt;
11526 package was accepted. Two days ago, two other pieces was accepted
11527 into unstable. The
11528 &lt;a href=&quot;http://packages.qa.debian.org/p/pam-python.html&quot;&gt;pam-python&lt;/a&gt;
11529 package needed by libpam-mklocaluser, and the
11530 &lt;a href=&quot;http://packages.qa.debian.org/s/sssd.html&quot;&gt;sssd&lt;/a&gt; package
11531 passed NEW on Monday. In addition, the
11532 &lt;a href=&quot;http://packages.qa.debian.org/libp/libpam-ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
11533 package we need is in experimental (version 10-4) since Saturday, and
11534 hopefully will be moved to unstable soon.&lt;/p&gt;
11535
11536 &lt;p&gt;This collection of packages allow for two different setups for
11537 roaming laptops. The traditional setup would be using libpam-ccreds,
11538 nscd and libpam-mklocaluser with LDAP or Kerberos authentication,
11539 which should work out of the box if the configuration changes proposed
11540 for nscd in &lt;a href=&quot;http://bugs.debian.org/485282&quot;&gt;BTS report
11541 #485282&lt;/a&gt; is implemented. The alternative setup is to use sssd with
11542 libpam-mklocaluser to connect to LDAP or Kerberos and let sssd take
11543 care of the caching of passwords and group information.&lt;/p&gt;
11544
11545 &lt;p&gt;I have so far been unable to get sssd to work with the LDAP server
11546 at the University, but suspect the issue is some SSL/GnuTLS related
11547 problem with the server certificate. I plan to update the Debian
11548 package to version 1.2, which is scheduled for next week, and hope to
11549 find time to make sure the next release will include both the
11550 Debian/Ubuntu specific patches. Upstream is friendly and responsive,
11551 and I am sure we will find a good solution.&lt;/p&gt;
11552
11553 &lt;p&gt;The idea is to set up the roaming laptops to authenticate using
11554 LDAP or Kerberos and create a local user with home directory in /home/
11555 when a usre in LDAP logs in via KDM or GDM for the first time, and
11556 cache the password for offline checking, as well as caching group
11557 memberhips and other relevant LDAP information. The
11558 libpam-mklocaluser package was created to make sure the local home
11559 directory is in /home/, instead of /site/server/directory/ which would
11560 be the home directory if pam_mkhomedir was used. To avoid confusion
11561 with support requests and configuration, we do not want local laptops
11562 to have users in a path that is used for the same users home directory
11563 on the home directory servers.&lt;/p&gt;
11564
11565 &lt;p&gt;One annoying problem with gdm is that it do not show the PAM
11566 message passed to the user from libpam-mklocaluser when the local user
11567 is created. Instead gdm simply reject the login with some generic
11568 message. The message is shown in kdm, ssh and login, so I guess it is
11569 a bug in gdm. Have not investigated if there is some other message
11570 type that can be used instead to get gdm to also show the message.&lt;/p&gt;
11571
11572 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11573 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11574 </description>
11575 </item>
11576
11577 <item>
11578 <title>Parallellized boot is now the default in Debian/unstable</title>
11579 <link>http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</link>
11580 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Parallellized_boot_is_now_the_default_in_Debian_unstable.html</guid>
11581 <pubDate>Fri, 14 May 2010 22:40:00 +0200</pubDate>
11582 <description>&lt;p&gt;Since this evening, parallel booting is the default in
11583 Debian/unstable for machines using dependency based boot sequencing.
11584 Apparently the testing of concurrent booting has been wider than
11585 expected, if I am to believe the
11586 &lt;a href=&quot;http://lists.debian.org/debian-devel/2010/05/msg00122.html&quot;&gt;input
11587 on debian-devel@&lt;/a&gt;, and I concluded a few days ago to move forward
11588 with the feature this weekend, to give us some time to detect any
11589 remaining problems before Squeeze is frozen. If serious problems are
11590 detected, it is simple to change the default back to sequential boot.
11591 The upload of the new sysvinit package also activate a new upstream
11592 version.&lt;/p&gt;
11593
11594 More information about
11595 &lt;a href=&quot;http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot&quot;&gt;dependency
11596 based boot sequencing&lt;/a&gt; is available from the Debian wiki. It is
11597 currently possible to disable parallel booting when one run into
11598 problems caused by it, by adding this line to /etc/default/rcS:&lt;/p&gt;
11599
11600 &lt;blockquote&gt;&lt;pre&gt;
11601 CONCURRENCY=none
11602 &lt;/pre&gt;&lt;/blockquote&gt;
11603
11604 &lt;p&gt;If you report any problems with dependencies in init.d scripts to
11605 the BTS, please usertag the report to get it to show up at
11606 &lt;a href=&quot;http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel@lists.alioth.debian.org&quot;&gt;the
11607 list of usertagged bugs related to this&lt;/a&gt;.&lt;/p&gt;
11608 </description>
11609 </item>
11610
11611 <item>
11612 <title>Sitesummary tip: Listing MAC address of all clients</title>
11613 <link>http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</link>
11614 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Sitesummary_tip__Listing_MAC_address_of_all_clients.html</guid>
11615 <pubDate>Fri, 14 May 2010 21:10:00 +0200</pubDate>
11616 <description>&lt;p&gt;In the recent Debian Edu versions, the
11617 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;sitesummary
11618 system&lt;/a&gt; is used to keep track of the machines in the school
11619 network. Each machine will automatically report its status to the
11620 central server after boot and once per night. The network setup is
11621 also reported, and using this information it is possible to get the
11622 MAC address of all network interfaces in the machines. This is useful
11623 to update the DHCP configuration.&lt;/p&gt;
11624
11625 &lt;p&gt;To give some idea how to use sitesummary, here is a one-liner to
11626 ist all MAC addresses of all machines reporting to sitesummary. Run
11627 this on the collector host:&lt;/p&gt;
11628
11629 &lt;blockquote&gt;&lt;pre&gt;
11630 perl -MSiteSummary -e &#39;for_all_hosts(sub { print join(&quot; &quot;, get_macaddresses(shift)), &quot;\n&quot;; });&#39;
11631 &lt;/pre&gt;&lt;/blockquote&gt;
11632
11633 &lt;p&gt;This will list all MAC addresses assosiated with all machine, one
11634 line per machine and with space between the MAC addresses.&lt;/p&gt;
11635
11636 &lt;p&gt;To allow system administrators easier job at adding static DHCP
11637 addresses for hosts, it would be possible to extend this to fetch
11638 machine information from sitesummary and update the DHCP and DNS
11639 tables in LDAP using this information. Such tool is unfortunately not
11640 written yet.&lt;/p&gt;
11641 </description>
11642 </item>
11643
11644 <item>
11645 <title>Forcing new users to change their password on first login</title>
11646 <link>http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</link>
11647 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Forcing_new_users_to_change_their_password_on_first_login.html</guid>
11648 <pubDate>Sun, 2 May 2010 13:47:00 +0200</pubDate>
11649 <description>&lt;p&gt;One interesting feature in Active Directory, is the ability to
11650 create a new user with an expired password, and thus force the user to
11651 change the password on the first login attempt.&lt;/p&gt;
11652
11653 &lt;p&gt;I&#39;m not quite sure how to do that with the LDAP setup in Debian
11654 Edu, but did some initial testing with a local account. The account
11655 and password aging information is available in /etc/shadow, but
11656 unfortunately, it is not possible to specify an expiration time for
11657 passwords, only a maximum age for passwords.&lt;/p&gt;
11658
11659 &lt;p&gt;A freshly created account (using adduser test) will have these
11660 settings in /etc/shadow:&lt;/p&gt;
11661
11662 &lt;blockquote&gt;&lt;pre&gt;
11663 root@tjener:~# chage -l test
11664 Last password change : May 02, 2010
11665 Password expires : never
11666 Password inactive : never
11667 Account expires : never
11668 Minimum number of days between password change : 0
11669 Maximum number of days between password change : 99999
11670 Number of days of warning before password expires : 7
11671 root@tjener:~#
11672 &lt;/pre&gt;&lt;/blockquote&gt;
11673
11674 &lt;p&gt;The only way I could come up with to create a user with an expired
11675 account, is to change the date of the last password change to the
11676 lowest value possible (January 1th 1970), and the maximum password age
11677 to the difference in days between that date and today. To make it
11678 simple, I went for 30 years (30 * 365 = 10950) and January 2th (to
11679 avoid testing if 0 is a valid value).&lt;/p&gt;
11680
11681 &lt;p&gt;After using these commands to set it up, it seem to work as
11682 intended:&lt;/p&gt;
11683
11684 &lt;blockquote&gt;&lt;pre&gt;
11685 root@tjener:~# chage -d 1 test; chage -M 10950 test
11686 root@tjener:~# chage -l test
11687 Last password change : Jan 02, 1970
11688 Password expires : never
11689 Password inactive : never
11690 Account expires : never
11691 Minimum number of days between password change : 0
11692 Maximum number of days between password change : 10950
11693 Number of days of warning before password expires : 7
11694 root@tjener:~#
11695 &lt;/pre&gt;&lt;/blockquote&gt;
11696
11697 &lt;p&gt;So far I have tested this with ssh and console, and kdm (in
11698 Squeeze) login, and all ask for a new password before login in the
11699 user (with ssh, I was thrown out and had to log in again).&lt;/p&gt;
11700
11701 &lt;p&gt;Perhaps we should set up something similar for Debian Edu, to make
11702 sure only the user itself have the account password?&lt;/p&gt;
11703
11704 &lt;p&gt;If you want to comment on or help out with implementing this for
11705 Debian Edu, please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11706
11707 &lt;p&gt;Update 2010-05-02 17:20: Paul Tötterman tells me on IRC that the
11708 shadow(8) page in Debian/testing now state that setting the date of
11709 last password change to zero (0) will force the password to be changed
11710 on the first login. This was not mentioned in the manual in Lenny, so
11711 I did not notice this in my initial testing. I have tested it on
11712 Squeeze, and &#39;&lt;tt&gt;chage -d 0 username&lt;/tt&gt;&#39; do work there. I have not
11713 tested it on Lenny yet.&lt;/p&gt;
11714
11715 &lt;p&gt;Update 2010-05-02-19:05: Jim Paris tells me via email that an
11716 equivalent command to expire a password is &#39;&lt;tt&gt;passwd -e
11717 username&lt;/tt&gt;&#39;, which insert zero into the date of the last password
11718 change.&lt;/p&gt;
11719 </description>
11720 </item>
11721
11722 <item>
11723 <title>Thoughts on roaming laptop setup for Debian Edu</title>
11724 <link>http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</link>
11725 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Thoughts_on_roaming_laptop_setup_for_Debian_Edu.html</guid>
11726 <pubDate>Wed, 28 Apr 2010 20:40:00 +0200</pubDate>
11727 <description>&lt;p&gt;For some years now, I have wondered how we should handle laptops in
11728 Debian Edu. The Debian Edu infrastructure is mostly designed to
11729 handle stationary computers, and less suited for computers that come
11730 and go.&lt;/p&gt;
11731
11732 &lt;p&gt;Now I finally believe I have an sensible idea on how to adjust
11733 Debian Edu for laptops, by introducing a new profile for them, for
11734 example called Roaming Workstations. Here are my thought on this.
11735 The setup would consist of the following:&lt;/p&gt;
11736
11737 &lt;ul&gt;
11738
11739 &lt;li&gt;During installation, the user name of the owner / primary user of
11740 the laptop is requested and a local home directory is set up for
11741 the user, with uid and gid information fetched from the LDAP
11742 server. This allow the user to work also when offline. The
11743 central home directory can be available in a subdirectory on
11744 request, for example mounted via CIFS. It could be mounted
11745 automatically when a user log in while on the Debian Edu network,
11746 and unmounted when the machine is taken away (network down,
11747 hibernate, etc), it can be set up to do automatic mounting on
11748 request (using autofs), or perhaps some GUI button on the desktop
11749 can be used to access it when needed. Perhaps it is enough to use
11750 the fish protocol in KDE?&lt;/li&gt;
11751
11752 &lt;li&gt;Password checking is set up to use LDAP or Kerberos
11753 authentication when the machine is on the Debian Edu network, and
11754 to cache the password for offline checking when the machine unable
11755 to reach the LDAP or Kerberos server. This can be done using
11756 &lt;a href=&quot;http://www.padl.com/OSS/pam_ccreds.html&quot;&gt;libpam-ccreds&lt;/a&gt;
11757 or the Fedora developed
11758 &lt;a href=&quot;https://fedoraproject.org/wiki/Features/SSSD&quot;&gt;System
11759 Security Services Daemon&lt;/a&gt; packages.&lt;/li&gt;
11760
11761 &lt;li&gt;File synchronisation with the central home directory is set up
11762 using a shared directory in both the local and the central home
11763 directory, using unison.&lt;/li&gt;
11764
11765 &lt;li&gt;Printing should be set up to print to all printers broadcasting
11766 their existence on the local network, and should then work out of
11767 the box with CUPS. For sites needing accurate printer quotas, some
11768 system with Kerberos authentication or printing via ssh could be
11769 implemented.&lt;/li&gt;
11770
11771 &lt;li&gt;For users that should have local root access to their laptop,
11772 sudo should be used to allow this to the local user.&lt;/li&gt;
11773
11774 &lt;li&gt;It would be nice if user and group information from LDAP is
11775 cached on the client, but given that there are entries for the
11776 local user and primary group in /etc/, it should not be needed.&lt;/li&gt;
11777
11778 &lt;/ul&gt;
11779
11780 &lt;p&gt;I believe all the pieces to implement this are in Debian/testing at
11781 the moment. If we work quickly, we should be able to get this ready
11782 in time for the Squeeze release to freeze. Some of the pieces need
11783 tweaking, like libpam-ccreds should get support for pam-auth-update
11784 (&lt;a href=&quot;http://bugs.debian.org/566718&quot;&gt;#566718&lt;/a&gt;) and nslcd (or
11785 perhaps debian-edu-config) should get some integration code to stop
11786 its daemon when the LDAP server is unavailable to avoid long timeouts
11787 when disconnected from the net. If we get Kerberos enabled, we need
11788 to make sure we avoid long timeouts there too.&lt;/p&gt;
11789
11790 &lt;p&gt;If you want to help out with implementing this for Debian Edu,
11791 please contact us on debian-edu@lists.debian.org.&lt;/p&gt;
11792 </description>
11793 </item>
11794
11795 <item>
11796 <title>Kerberos for Debian Edu/Squeeze?</title>
11797 <link>http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</link>
11798 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Kerberos_for_Debian_Edu_Squeeze_.html</guid>
11799 <pubDate>Wed, 14 Apr 2010 17:20:00 +0200</pubDate>
11800 <description>&lt;p&gt;&lt;a href=&quot;http://www.nuug.no/aktiviteter/20100413-kerberos/&quot;&gt;Yesterdays
11801 NUUG presentation&lt;/a&gt; about Kerberos was inspiring, and reminded me
11802 about the need to start using Kerberos in Skolelinux. Setting up a
11803 Kerberos server seem to be straight forward, and if we get this in
11804 place a long time before the Squeeze version of Debian freezes, we
11805 have a chance to migrate Skolelinux away from NFSv3 for the home
11806 directories, and over to an architecture where the infrastructure do
11807 not have to trust IP addresses and machines, and instead can trust
11808 users and cryptographic keys instead.&lt;/p&gt;
11809
11810 &lt;p&gt;A challenge will be integration and administration. Is there a
11811 Kerberos implementation for Debian where one can control the
11812 administration access in Kerberos using LDAP groups? With it, the
11813 school administration will have to maintain access control using flat
11814 files on the main server, which give a huge potential for errors.&lt;/p&gt;
11815
11816 &lt;p&gt;A related question I would like to know is how well Kerberos and
11817 pam-ccreds (offline password check) work together. Anyone know?&lt;/p&gt;
11818
11819 &lt;p&gt;Next step will be to use Kerberos for access control in Lwat and
11820 Nagios. I have no idea how much work that will be to implement. We
11821 would also need to document how to integrate with Windows AD, as such
11822 shared network will require two Kerberos realms that need to cooperate
11823 to work properly.&lt;/p&gt;
11824
11825 &lt;p&gt;I believe a good start would be to start using Kerberos on the
11826 skolelinux.no machines, and this way get ourselves experience with
11827 configuration and integration. A natural starting point would be
11828 setting up ldap.skolelinux.no as the Kerberos server, and migrate the
11829 rest of the machines from PAM via LDAP to PAM via Kerberos one at the
11830 time.&lt;/p&gt;
11831
11832 &lt;p&gt;If you would like to contribute to get this working in Skolelinux,
11833 I recommend you to see the video recording from yesterdays NUUG
11834 presentation, and start using Kerberos at home. The video show show
11835 up in a few days.&lt;/p&gt;
11836 </description>
11837 </item>
11838
11839 <item>
11840 <title>After 6 years of waiting, the Xreset.d feature is implemented</title>
11841 <link>http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</link>
11842 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/After_6_years_of_waiting__the_Xreset_d_feature_is_implemented.html</guid>
11843 <pubDate>Sat, 6 Mar 2010 18:15:00 +0100</pubDate>
11844 <description>&lt;p&gt;6 years ago, as part of the Debian Edu development I am involved
11845 in, I asked for a hook in the kdm and gdm setup to run scripts as root
11846 when the user log out. A bug was submitted against the xfree86-common
11847 package in 2004 (&lt;a href=&quot;http://bugs.debian.org/230422&quot;&gt;#230422&lt;/a&gt;),
11848 and revisited every time Debian Edu was working on a new release.
11849 Today, this finally paid off.&lt;/p&gt;
11850
11851 &lt;p&gt;The framework for this feature was today commited to the git
11852 repositry for the xorg package, and the git repository for xdm has
11853 been updated to use this framework. Next on my agenda is to make sure
11854 kdm and gdm also add code to use this framework.&lt;/p&gt;
11855
11856 &lt;p&gt;In Debian Edu, we want to ability to run commands as root when the
11857 user log out, to get rid of runaway processes and do general cleanup
11858 after a user. With this framework in place, we finally can do that in
11859 a generic way that work with all display managers using this
11860 framework. My goal is to get all display managers in Debian use it,
11861 similar to how they use the Xsession.d framework today.&lt;p&gt;
11862 </description>
11863 </item>
11864
11865 <item>
11866 <title>Debian Edu / Skolelinux based on Lenny released, work continues</title>
11867 <link>http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</link>
11868 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Debian_Edu___Skolelinux_based_on_Lenny_released__work_continues.html</guid>
11869 <pubDate>Thu, 11 Feb 2010 17:15:00 +0100</pubDate>
11870 <description>&lt;p&gt;On Tuesday, the Debian/Lenny based version of
11871 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; was finally
11872 shipped. This was a major leap forward for the project, and I am very
11873 pleased that we finally got the release wrapped up. Work on the first
11874 point release starts imediately, as we plan to get that one out a
11875 month after the major release, to include all fixes for bugs we found
11876 and fixed too late in the release process to include last Tuesday.&lt;/p&gt;
11877
11878 &lt;p&gt;Perhaps it even is time for some partying?&lt;/p&gt;
11879
11880 &lt;p&gt;After this first point release, my plan is to focus again on the
11881 next major release, based on Squeeze. We will try to get as many of
11882 the fixes we need into the official Debian packages before the freeze,
11883 and have just a few weeks or months to make it happen.&lt;/p&gt;
11884 </description>
11885 </item>
11886
11887 <item>
11888 <title>Automatic Munin and Nagios configuration</title>
11889 <link>http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</link>
11890 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Automatic_Munin_and_Nagios_configuration.html</guid>
11891 <pubDate>Wed, 27 Jan 2010 15:15:00 +0100</pubDate>
11892 <description>&lt;p&gt;One of the new features in the next Debian/Lenny based release of
11893 Debian Edu/Skolelinux, which is scheduled for release in the next few
11894 days, is automatic configuration of the service monitoring system
11895 Nagios. The previous release had automatic configuration of trend
11896 analysis using Munin, and this Lenny based release take that a step
11897 further.&lt;/p&gt;
11898
11899 &lt;p&gt;When installing a Debian Edu Main-server, it is automatically
11900 configured as a Munin and Nagios server. In addition, it is
11901 configured to be a server for the
11902 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/HowTo/SiteSummary&quot;&gt;SiteSummary
11903 system&lt;/a&gt; I have written for use in Debian Edu. The SiteSummary
11904 system is inspired by a system used by the University of Oslo where I
11905 work. In short, the system provide a centralised collector of
11906 information about the computers on the network, and a client on each
11907 computer submitting information to this collector. This allow for
11908 automatic information on which packages are installed on each machine,
11909 which kernel the machines are using, what kind of configuration the
11910 packages got etc. This also allow us to automatically generate Munin
11911 and Nagios configuration.&lt;/p&gt;
11912
11913 &lt;p&gt;All computers reporting to the sitesummary collector with the
11914 munin-node package installed is automatically enabled as a Munin
11915 client and graphs from the statistics collected from that machine show
11916 up automatically on http://www/munin/ on the Main-server.&lt;/p&gt;
11917
11918 &lt;p&gt;All non-laptop computers reporting to the sitesummary collector are
11919 automatically monitored for network presence (ping and any network
11920 services detected). In addition, all computers (also laptops) with
11921 the nagios-nrpe-server package installed and configured the way
11922 sitesummary would configure it, are monitored for full disks, software
11923 raid status, swap free and other checks that need to run locally on
11924 the machine.&lt;/p&gt;
11925
11926 &lt;p&gt;The result is that the administrator on a school using Debian Edu
11927 based on Lenny will be able to check the health of his installation
11928 with one look at the Nagios settings, without having to spend any time
11929 keeping the Nagios configuration up-to-date.&lt;/p&gt;
11930
11931 &lt;p&gt;The only configuration one need to do to get Nagios up and running
11932 is to set the password used to get access via HTTP. The system
11933 administrator need to run &quot;&lt;tt&gt;htpasswd /etc/nagios3/htpasswd.users
11934 nagiosadmin&lt;/tt&gt;&quot; to create a nagiosadmin user and set a password for
11935 it to be able to log into the Nagios web pages. After that,
11936 everything is taken care of.&lt;/p&gt;
11937 </description>
11938 </item>
11939
11940 <item>
11941 <title>Opphavet til Skolelinux-prosjektet</title>
11942 <link>http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</link>
11943 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Opphavet_til_Skolelinux_prosjektet.html</guid>
11944 <pubDate>Thu, 17 Dec 2009 10:50:00 +0100</pubDate>
11945 <description>&lt;p&gt;De færreste er klar over at Skolelinux-prosjektet kom som et resultat
11946 av en avgjørelse på årsmøtet i
11947 &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; i 2000-06-29, der Håkon Wium
11948 Lie, da varamedlem i styret, tok på seg oppdraget om å starte et
11949 initiativ kalt &quot;Teach the Teacher&quot;, som skulle være et initiativ for
11950 å få fri programvare og unix-lignende operativsystemer inn i Skolen.
11951 Tanken var at en måtte starte med lærerne for at ungene skulle få
11952 mulighet til å møte en bedre IT-hverdag. Jeg var tilstede på
11953 møtet, og hadde sans for ideen, men intet skjedde. På vårparten
11954 2001 ble det arrangert en demonstrasjon i anledning at First Tuesday
11955 hadde invitert Microsoft til et møte for å fortelle om fremtidens
11956 Internet. Dette provoserte endel av oss, og EFN og NUUG tok initiativ
11957 til å arrangere
11958 &lt;a href=&quot;http://www.digi.no/60982/first-tuesday-mote-med-microsoft-protest&quot;&gt;en
11959 demonstrasjon utenfor lokalene 2001-05-21&lt;/a&gt;. Blant de som sto bak
11960 demonstrasjonen var Vidar Bakke fra NUUG og Håkon W. Lie fra EFN.
11961 Etter demonstrasjonen arrangerte Håkon en fest hjemme hos seg der alle
11962 som hadde vært aktive i demonstrasjonsplanlegging og gjennomføringen
11963 deltok. Før festen var jeg blitt lei av å vente på at Håkon skulle ta
11964 initiativ til &quot;Teach the Teacher&quot;, og for å forsøke å få litt fremgang
11965 besteme jeg meg for å benytte anledningen hos Håkon til å snakke om
11966 behovet for å hjelpe skolene i gang med bedre datasystemer bestående
11967 av fri programvare og unix-lignende operativsystemer. Flere var
11968 interessert, og Knut Yrvin tenkte på ideen. Han
11969 &lt;a href=&quot;http://developer.skolelinux.no/brev/2001-06-28-invitasjon-skolelinux.txt&quot;&gt;ropte
11970 sammen&lt;/a&gt; til et stiftelsesmøte i prosjektet i sin arbeidsgivers
11971 Objectwares lokaler ved Ullevål stadion 2001-07-02, og jeg ble med.
11972 Resten er historie. :)&lt;/p&gt;
11973 </description>
11974 </item>
11975
11976 <item>
11977 <title>Endelig operativt webbasert medlemsregister for Fri programvare i skolen</title>
11978 <link>http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</link>
11979 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_operativt_webbasert_medlemsregister_for_Fri_programvare_i_skolen.html</guid>
11980 <pubDate>Mon, 2 Nov 2009 22:40:00 +0100</pubDate>
11981 <description>&lt;p&gt;Under helgens utviklersamling i
11982 &lt;a href=&quot;http://www.skolelinux.no/&quot;&gt;Skolelinux&lt;/a&gt; fikk jeg endelig
11983 satt meg ned sammen med Ronny Aasen i styret for å få et webbasert
11984 medlemsregister tilbake på plass for foreningen som passer på
11985 skolelinuxprosjektet. Etter flere års knot og problemer, er nå
11986 memberdb satt opp og klart til bruk. Import av det gamle
11987 medlemsregisteret har vist seg vanskelig, så alle medlemmer bes om å
11988 registrere seg på nytt. Hvis du støtter FRiSKs formål så er du
11989 hjertelig velkommen til
11990 &lt;a href=&quot;http://medlem.friprogramvareiskolen.no/&quot;&gt;å melde deg
11991 inn&lt;/a&gt;. Formålet lyder:&lt;/p&gt;
11992
11993 &lt;blockquote&gt;Linux i skolen skal tilrettelegge for og informere om bruk
11994 av fri programvare, i henhold til Debian Free Software Guidelines av
11995 2002-02-03, i den norske skolen, slik som f.eks. Linux og
11996 GNU.&lt;/blockquote&gt;
11997 </description>
11998 </item>
11999
12000 <item>
12001 <title>Returning from Skolelinux developer gathering</title>
12002 <link>http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</link>
12003 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Returning_from_Skolelinux_developer_gathering.html</guid>
12004 <pubDate>Sun, 29 Mar 2009 21:00:00 +0200</pubDate>
12005 <description>&lt;p&gt;I&#39;m sitting on the train going home from this weekends Debian
12006 Edu/Skolelinux development gathering. I got a bit done tuning the
12007 desktop, and looked into the dynamic service location protocol
12008 implementation avahi. It look like it could be useful for us. Almost
12009 30 people participated, and I believe it was a great environment to
12010 get to know the Skolelinux system. Walter Bender, involved in the
12011 development of the Sugar educational platform, presented his stuff and
12012 also helped me improve my OLPC installation. He also showed me that
12013 his Turtle Art application can be used in standalone mode, and we
12014 agreed that I would help getting it packaged for Debian. As a
12015 standalone application it would be great for Debian Edu. We also
12016 tried to get the video conferencing working with two OLPCs, but that
12017 proved to be too hard for us. The application seem to need more work
12018 before it is ready for me. I look forward to getting home and relax
12019 now. :)&lt;/p&gt;
12020 </description>
12021 </item>
12022
12023 <item>
12024 <title>Time for new LDAP schemas replacing RFC 2307?</title>
12025 <link>http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</link>
12026 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Time_for_new__LDAP_schemas_replacing_RFC_2307_.html</guid>
12027 <pubDate>Sun, 29 Mar 2009 20:30:00 +0200</pubDate>
12028 <description>&lt;p&gt;The state of standardized LDAP schemas on Linux is far from
12029 optimal. There is RFC 2307 documenting one way to store NIS maps in
12030 LDAP, and a modified version of this normally called RFC 2307bis, with
12031 some modifications to be compatible with Active Directory. The RFC
12032 specification handle the content of a lot of system databases, but do
12033 not handle DNS zones and DHCP configuration.&lt;/p&gt;
12034
12035 &lt;p&gt;In &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu/Skolelinux&lt;/a&gt;,
12036 we would like to store information about users, SMB clients/hosts,
12037 filegroups, netgroups (users and hosts), DHCP and DNS configuration,
12038 and LTSP configuration in LDAP. These objects have a lot in common,
12039 but with the current LDAP schemas it is not possible to have one
12040 object per entity. For example, one need to have at least three LDAP
12041 objects for a given computer, one with the SMB related stuff, one with
12042 DNS information and another with DHCP information. The schemas
12043 provided for DNS and DHCP are impossible to combine into one LDAP
12044 object. In addition, it is impossible to implement quick queries for
12045 netgroup membership, because of the way NIS triples are implemented.
12046 It just do not scale. I believe it is time for a few RFC
12047 specifications to cleam up this mess.&lt;/p&gt;
12048
12049 &lt;p&gt;I would like to have one LDAP object representing each computer in
12050 the network, and this object can then keep the SMB (ie host key), DHCP
12051 (mac address/name) and DNS (name/IP address) settings in one place.
12052 It need to be efficently stored to make sure it scale well.&lt;/p&gt;
12053
12054 &lt;p&gt;I would also like to have a quick way to map from a user or
12055 computer and to the net group this user or computer is a member.&lt;/p&gt;
12056
12057 &lt;p&gt;Active Directory have done a better job than unix heads like myself
12058 in this regard, and the unix side need to catch up. Time to start a
12059 new IETF work group?&lt;/p&gt;
12060 </description>
12061 </item>
12062
12063 <item>
12064 <title>Endelig er Debian Lenny gitt ut</title>
12065 <link>http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</link>
12066 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_er_Debian_Lenny_gitt_ut.html</guid>
12067 <pubDate>Sun, 15 Feb 2009 11:50:00 +0100</pubDate>
12068 <description>&lt;p&gt;Endelig er &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt;
12069 &lt;a href=&quot;http://www.debian.org/News/2009/20090214&quot;&gt;Lenny&lt;/a&gt; gitt ut.
12070 Et langt steg videre for Debian-prosjektet, og en rekke nye
12071 programpakker blir nå tilgjengelig for de av oss som bruker den
12072 stabile utgaven av Debian. Neste steg er nå å få
12073 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt; /
12074 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/&quot;&gt;Debian Edu&lt;/a&gt; ferdig
12075 oppdatert for den nye utgaven, slik at en oppdatert versjon kan
12076 slippes løs på skolene. Takk til alle debian-utviklerne som har
12077 gjort dette mulig. Endelig er f.eks. fungerende avhengighetsstyrt
12078 bootsekvens tilgjengelig i stabil utgave, vha pakken
12079 &lt;tt&gt;insserv&lt;/tt&gt;.&lt;/p&gt;
12080 </description>
12081 </item>
12082
12083 <item>
12084 <title>Endelig norsk stavekontroll med støtte for ord med bindestrek</title>
12085 <link>http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</link>
12086 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Endelig_norsk_stavekontroll_med_st_tte_for_ord_med_bindestrek.html</guid>
12087 <pubDate>Fri, 26 Dec 2008 11:00:00 +0100</pubDate>
12088 <description>&lt;p&gt;Etter flere års mislykkede forsøk på å skrive om byggesystemet for
12089 &lt;a href=&quot;http://no.speling.org/&quot;&gt;den norske stavekontrollen for bokmål
12090 og nynorsk&lt;/a&gt; til å ikke bruke bindestrek som ordskillemarkør, lyktes jeg
12091 endelig første juledag. Bruken av bindestrek som ordskillemarkør har
12092 gjort det umulig å få med ord med bindestrek i
12093 stavekontrolldatagrunnlaget, slik at ord som e-post og CD-spiller ikke
12094 kunne godtas av stavekontrollen. Hadde litt tid til overs å bruke på
12095 stavekontrollen, og satte meg ned med to kopier av byggsystemet og en
12096 liten testdatafil, og byttet ut - med = på utvalgte steder i
12097 byggsystemet og datafilen helt til jeg fikk samme resultat med det
12098 gamle og det nye byggsystemet. Dette tror jeg var forsøk 4, der de
12099 foregående har feilet uten at jeg klarte å forstå hvorfor. Det sier
12100 kanskje litt om kompleksiteten i det originale byggsystemet som Rune
12101 Kleveland laget i sin tid.&lt;/p&gt;
12102
12103 &lt;p&gt;Etter å ha endret byggsystemet, var neste steg å importere ordene
12104 med bindestrek. Vi har en rekke slike i databasene for
12105 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nb.speling.org/htdocs/&quot;&gt;bokmål&lt;/a&gt;
12106 og
12107 &lt;a href=&quot;http://tyge.sslug.dk/~korsvoll/nn.speling.org/htdocs/&quot;&gt;nynorsk&lt;/a&gt;
12108 for korrektur av datagrunnlaget for stavekontrollen, og etter importen
12109 skulle nå 10350 nye ord bli godkjent som korrekt stavede ord av
12110 stavekontrollen.&lt;/p&gt;
12111 </description>
12112 </item>
12113
12114 <item>
12115 <title>Devcamp brought us closer to the Lenny based Debian Edu release</title>
12116 <link>http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</link>
12117 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Devcamp_brought_us_closer_to_the_Lenny_based_Debian_Edu_release.html</guid>
12118 <pubDate>Sun, 7 Dec 2008 12:00:00 +0100</pubDate>
12119 <description>&lt;p&gt;This weekend we had a small developer gathering for Debian Edu in
12120 Oslo. Most of Saturday was used for the general assemly for the
12121 member organization, but the rest of the weekend I used to tune the
12122 LTSP installation. LTSP now work out of the box on the 10-network.
12123 Acer Aspire One proved to be a very nice thin client, with both
12124 screen, mouse and keybard in a small box. Was working on getting the
12125 diskless workstation setup configured out of the box, but did not
12126 finish it before the weekend was up.&lt;/p&gt;
12127
12128 &lt;p&gt;Did not find time to look at the 4 VGA cards in one box we got from
12129 the Brazilian group, so that will have to wait for the next
12130 development gathering. Would love to have the Debian Edu installer
12131 automatically detect and configure a multiseat setup when it find one
12132 of these cards.&lt;/p&gt;
12133 </description>
12134 </item>
12135
12136 <item>
12137 <title>The sorry state of multimedia browser plugins in Debian</title>
12138 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
12139 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
12140 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
12141 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
12142 plugins available in Debian Lenny, to see which one we should use by
12143 default in Debian Edu. We need an embedded video playing plugin with
12144 control buttons to pause or stop the video, and capable of streaming
12145 all the multimedia content available on the web. The test results and
12146 notes are available on
12147 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
12148 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
12149 fill this need. My personal video player favorite, VLC, has a really
12150 bad plugin which fail on a lot of the test pages. A lot of the MIME
12151 types I would expect to work with any free software player (like
12152 video/ogg), just do not work. And simple formats like the
12153 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
12154 totem and vlc plugins. I hope the situation will improve soon. No
12155 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
12156
12157 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
12158 be the only one fitting our needs. :/&lt;/p&gt;
12159 </description>
12160 </item>
12161
12162 </channel>
12163 </rss>