]> pere.pagekite.me Git - homepage.git/blob - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
3 <channel>
4 <title>Petter Reinholdtsen</title>
5 <description></description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
8
9 <item>
10 <title>Recipe to test the Freedombox project on amd64 or Raspberry Pi</title>
11 <link>http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html</guid>
13 <pubDate>Tue, 10 Sep 2013 14:20:00 +0200</pubDate>
14 <description>&lt;p&gt;I was introduced to the
15 &lt;a href=&quot;http://www.freedomboxfoundation.org/&quot;&gt;Freedombox project&lt;/a&gt;
16 in 2010, when Eben Moglen presented his vision about serving the need
17 of non-technical people to keep their personal information private and
18 within the legal protection of their own homes. The idea is to give
19 people back the power over their network and machines, and return
20 Internet back to its intended peer-to-peer architecture. Instead of
21 depending on a central service, the Freedombox will give everyone
22 control over their own basic infrastructure.&lt;/p&gt;
23
24 &lt;p&gt;I&#39;ve intended to join the effort since then, but other tasks have
25 taken priority. But this summers nasty news about the misuse of trust
26 and privilege exercised by the &quot;western&quot; intelligence gathering
27 communities increased my eagerness to contribute to a point where I
28 actually started working on the project a while back.&lt;/p&gt;
29
30 &lt;p&gt;The &lt;a href=&quot;https://alioth.debian.org/projects/freedombox/&quot;&gt;initial
31 Debian initiative&lt;/a&gt; based on the vision from Eben Moglen, is to
32 create a simple and cheap Debian based appliance that anyone can hook
33 up in their home and get access to secure and private services and
34 communication. The initial deployment platform have been the
35 &lt;a href=&quot;http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx&quot;&gt;Dreamplug&lt;/a&gt;,
36 which is a piece of hardware I do not own. So to be able to test what
37 the current Freedombox setup, I had to come up with a way to install
38 it on some hardware I do got access to. I have rewritten the
39 &lt;a href=&quot;https://github.com/NickDaly/freedom-maker&quot;&gt;freedom-maker&lt;/a&gt;
40 image build framework to use .deb packages instead of only copying
41 setup into the boot images, and thanks to this rewrite I am able to
42 set up any machine supported by Debian Wheezy as a Freedombox, using
43 the previously mentioned deb (and a few support debs for packages
44 missing in Debian).&lt;/p&gt;
45
46 &lt;p&gt;The current Freedombox setup consist of a set of bootstrapping
47 scripts
48 (&lt;a href=&quot;https://github.com/petterreinholdtsen/freedombox-setup&quot;&gt;freedombox-setup&lt;/a&gt;),
49 and a administrative web interface
50 (&lt;a href=&quot;https://github.com/NickDaly/Plinth&quot;&gt;plinth&lt;/a&gt; + exmachina +
51 withsqlite), as well as a privacy enhancing proxy based on
52 &lt;a href=&quot;http://packages.qa.debian.org/privoxy&quot;&gt;privoxy&lt;/a&gt;
53 (freedombox-privoxy). There is also a web/javascript based XMPP
54 client (&lt;a href=&quot;http://packages.qa.debian.org/jwchat&quot;&gt;jwchat&lt;/a&gt;)
55 trying (unsuccessfully so far) to talk to the XMPP server
56 (&lt;a href=&quot;http://packages.qa.debian.org/ejabberd&quot;&gt;ejabberd&lt;/a&gt;). The
57 web interface is pluggable, and the goal is to use it to enable OpenID
58 services, mesh network connectivity, use of TOR, etc, etc. Not much of
59 this is really working yet, see
60 &lt;a href=&quot;https://github.com/NickDaly/freedombox-todos/blob/master/TODO&quot;&gt;the
61 project TODO&lt;/a&gt; for links to GIT repositories. Most of the code is
62 on github at the moment. The HTTP proxy is operational out of the
63 box, and the admin web interface can be used to add/remove plinth
64 users. I&#39;ve not been able to do anything else with it so far, but
65 know there are several branches spread around github and other places
66 with lots of half baked features.&lt;/p&gt;
67
68 &lt;p&gt;Anyway, if you want to have a look at the current stat, the
69 following recipes should work to give you a test machine to poke
70 at.&lt;/p&gt;
71
72 &lt;p&gt;&lt;strong&gt;Debian Wheezy amd64&lt;/strong&gt;&lt;/p&gt;
73
74 &lt;ol&gt;
75
76 &lt;li&gt;Fetch normal Debian Wheezy installation ISO.&lt;/li&gt;
77 &lt;li&gt;Boot from it, either as CD or USB stick.&lt;/li&gt;
78 &lt;li&gt;&lt;p&gt;Press [tab] on the boot prompt and add this as a boot argument
79 to the Debian installer:&lt;p&gt;
80 &lt;pre&gt;url=http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat&lt;/pre&gt;&lt;/li&gt;
81
82 &lt;li&gt;Answer the few language/region/password questions and pick disk to
83 install on.&lt;/li&gt;
84
85 &lt;li&gt;When the installation is finished and the machine have rebooted a
86 few times, your Freedombox is ready for testing.&lt;/li&gt;
87
88 &lt;/ol&gt;
89
90 &lt;p&gt;&lt;strong&gt;Raspberry Pi Raspbian&lt;/strong&gt;&lt;/p&gt;
91
92 &lt;ol&gt;
93
94 &lt;li&gt;Fetch a Raspbian SD card image, create SD card.&lt;/li&gt;
95 &lt;li&gt;Boot from SD card, extend file system to fill the card completely.&lt;/li&gt;
96 &lt;li&gt;&lt;p&gt;Log in and add this to /etc/sources.list:&lt;/p&gt;
97 &lt;pre&gt;
98 deb http://www.reinholdtsen.name/freedombox wheezy main
99 &lt;/pre&gt;&lt;/li&gt;
100 &lt;li&gt;&lt;p&gt;Run this as root:&lt;/p&gt;
101 &lt;pre&gt;
102 wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
103 apt-key add -
104 apt-get update
105 apt-get install freedombox-setup
106 /usr/lib/freedombox/setup
107 &lt;/pre&gt;&lt;/li&gt;
108 &lt;li&gt;Reboot into your freshly created Freedombox.&lt;/li&gt;
109
110 &lt;/ol&gt;
111
112 &lt;p&gt;You can test it on other architectures too, but because the
113 freedombox-privoxy package is binary, it will only work as intended on
114 the architectures where I have had time to build the binary and put it
115 in my APT repository. But do not let this stop you. It is only a
116 short &quot;&lt;tt&gt;apt-get source -b freedombox-privoxy&lt;/tt&gt;&quot; away. :)&lt;/p&gt;
117
118 &lt;p&gt;Note that by default Freedombox is a DHCP server on the
119 192.168.1.0/24 subnet, so if this is your subnet be careful and turn
120 off the DHCP server by running &quot;&lt;tt&gt;update-rc.d isc-dhcp-server
121 disable&lt;/tt&gt;&quot; as root.&lt;/p&gt;
122
123 &lt;p&gt;Please let me know if this work for you, or if you have any
124 problems. We gather on the IRC channel
125 &lt;a href=&quot;irc://irc.debian.org:6667/%23freedombox&quot;&gt;#freedombox&lt;/a&gt; on
126 irc.debian.org and the
127 &lt;a href=&quot;http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss&quot;&gt;project
128 mailing list&lt;/a&gt;.&lt;/p&gt;
129
130 &lt;p&gt;Once you get your freedombox operational, you can visit
131 &lt;tt&gt;http://your-host-name:8001/&lt;/tt&gt; to see the state of the plint
132 welcome screen (dead end - do not be surprised if you are unable to
133 get past it), and next visit &lt;tt&gt;http://your-host-name:8001/help/&lt;/tt&gt;
134 to look at the rest of plinth. The default user is &#39;admin&#39; and the
135 default password is &#39;secret&#39;.&lt;/p&gt;
136 </description>
137 </item>
138
139 <item>
140 <title>Datalagringsdirektivet gjør at Oslo Høyre og Arbeiderparti ikke får min stemme i år</title>
141 <link>http://people.skolelinux.org/pere/blog/Datalagringsdirektivet_gj_r_at_Oslo_H_yre_og_Arbeiderparti_ikke_f_r_min_stemme_i__r.html</link>
142 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Datalagringsdirektivet_gj_r_at_Oslo_H_yre_og_Arbeiderparti_ikke_f_r_min_stemme_i__r.html</guid>
143 <pubDate>Sun, 8 Sep 2013 20:40:00 +0200</pubDate>
144 <description>&lt;p&gt;I 2011 raderte et stortingsflertall bestående av Høyre og
145 Arbeiderpartiet vekk en betydelig del av privatsfæren til det norske
146 folk. Det ble vedtatt at det skulle registreres og lagres i et halvt
147 år hvor alle som bærer på en mobiltelefon befinner seg, hvem de
148 snakker med og hvor lenge de snakket sammen. Det skal også
149 registreres hvem de sendte SMS-meldinger til, hvem en har sendt epost
150 til, og hvilke nett-tjenere en besøkte. Saken er kjent som
151 &lt;a href=&quot;http://beta.holderdeord.no/issues/innfore-datalagringsdirektivet&quot;&gt;Datalagringsdirektivet
152 (DLD)&lt;/a&gt;, og innebærer at alle innbyggerne og andre innenfor Norges
153 grenser overvåkes døgnet rundt. Det ble i praksis innført brev og
154 besøkskontroll av hele befolkningen. Rapporter fra de landene som
155 allerede har innført slik total lagring av borgernes
156 kommunikasjonsmønstre forteller at det ikke hjelper i
157 kriminalitetsbekjempelsen. Den norske prislappen blir mange hundre
158 millioner, uten at det ser ut til å bidra positivt til politiets
159 arbeide. Jeg synes flere hundre millioner i stedet burde vært brukt
160 på noe som kan dokumenteres å ha effekt i kriminalitetsbekjempelsen.
161 Se mer på
162 &lt;a href=&quot;http://no.wikipedia.org/wiki/Datalagringsdirektivet&quot;&gt;Wikipedia&lt;/a&gt;
163 og &lt;a href=&quot;http://www.uhuru.biz/?cat=84&quot;&gt;Jon Wessel-Aas&lt;/a&gt;.&lt;/p&gt;
164
165 &lt;p&gt;Hva er problemet, tenkter du kanskje? Et åpenbart problem er at
166 medienes kildevern i praksis blir radert ut. Den innsamlede
167 informasjonen gjør det mulig å finne ut hvem som har snakket med
168 journalister på telefon, SMS og epost, og hvem som har vært i nærheten
169 av journalister så sant begge bar med seg en telefon. Et annet er at
170 advokatvernet blir sterkt redusert, der politiet kan finne ut hvem
171 som har snakket med en advokat når, eller vært i møter en med advokat.
172 Et tredje er at svært personlig informasjon kan avledes fra hvilke
173 nettsteder en har besøkt. Har en besøkt hivnorge.no,
174 swingersnorge.com eller andre sider som kan brukes til avlede
175 interesser som hører til privatsfæren, vil denne informasjonen være
176 tilgjengelig takket være datalagringsdirektivet.&lt;/p&gt;
177
178 &lt;p&gt;De fleste partiene var mot, kun to partier stemte for. Høyre og
179 Arbeiderpartiet. Og både Høyre og Arbeiderpartiet i Oslo har
180 DLD-forkjempere på toppen av sine lister (har ikke sjekket de andre
181 fylkene). Det er dermed helt uaktuelt for meg å stemme på disse
182 partiene. Her er oversikten over partienes valglister i Oslo, med
183 informasjon om hvem som stemte hva i første DLD-votering i Stortinget,
184 basert på informasjon fra mine venner i
185 &lt;a href=&quot;http://beta.holderdeord.no/votes/1301946411e&quot;&gt;Holder de
186 Ord&lt;/a&gt; samt &lt;a href=&quot;http://data.stortinget.no/&quot;&gt;data.stortinget.no&lt;/a&gt;.
187 Først ut er stortingslista fra Høyre for Oslo:&lt;/p&gt;
188
189 &lt;style type=&quot;text/css&quot;&gt;
190 .for {background-color:#F5A9A9;}
191 .mot {background-color:#A9F5BC;}
192 .ukjent { }
193 &lt;/style&gt;
194
195 &lt;table&gt;
196 &lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Navn, fødselsår og valgkrets&lt;/th&gt;&lt;th&gt;Stemme/kommentar&lt;/th&gt;&lt;/tr&gt;
197
198 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt;1.&lt;/td&gt;
199 &lt;td&gt;Ine Marie Eriksen Søreide (1976), Gamle Oslo&lt;/td&gt;
200 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
201
202 &lt;tr class=&quot;mot&quot;&gt;&lt;td&gt;2.&lt;/td&gt;
203 &lt;td&gt;Nikolai Astrup (1978), Frogner&lt;/td&gt;
204 &lt;td&gt;Stemte mot DLD&lt;/td&gt;&lt;/tr&gt;
205
206 &lt;tr class=&quot;mot&quot;&gt;&lt;td&gt;3.&lt;/td&gt;
207 &lt;td&gt;Michael Tetzschner (1954), Vestre Aker&lt;/td&gt;
208 &lt;td&gt;Stemte mot DLD&lt;/td&gt;
209
210 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;4.&lt;/td&gt;
211 &lt;td&gt;Kristin Vinje (1963), Nordre Aker&lt;/td&gt;
212 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
213
214 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;5.&lt;/td&gt;
215 &lt;td&gt;Mudassar Hussain Kapur (1976), Nordstrand&lt;/td&gt;
216 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
217
218 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;6.&lt;/td&gt;
219 &lt;td&gt;Stefan Magnus B. Heggelund (1984), Grünerløkka&lt;/td&gt;
220 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
221
222 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;7.&lt;/td&gt;
223 &lt;td&gt;Heidi Nordby Lunde (1973), Grünerløkka&lt;/td&gt;
224 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
225
226 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;8.&lt;/td&gt;
227 &lt;td&gt;Frode Helgerud (1950), Frogner&lt;/td&gt;
228 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
229
230 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;9.&lt;/td&gt;
231 &lt;td&gt;Afshan Rafiq (1975), Stovner&lt;/td&gt;
232 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
233
234 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;10.&lt;/td&gt;
235 &lt;td&gt;Astrid Nøklebye Heiberg (1936), Frogner&lt;/td&gt;
236 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
237
238 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;11.&lt;/td&gt;
239 &lt;td&gt;Camilla Strandskog (1984) St.Hanshaugen&lt;/td&gt;
240 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
241
242 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;12.&lt;/td&gt;
243 &lt;td&gt;John Christian Elden (1967), Ullern&lt;/td&gt;
244 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
245
246 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;13.&lt;/td&gt;
247 &lt;td&gt;Berit Solli (1972), Alna&lt;/td&gt;
248 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
249
250 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;14.&lt;/td&gt;
251 &lt;td&gt;Ola Kvisgaard (1963), Frogner&lt;/td&gt;
252 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
253
254 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;15.&lt;/td&gt;
255 &lt;td&gt;James Stove Lorentzen (1957), Vestre Aker&lt;/td&gt;
256 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
257
258 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;16.&lt;/td&gt;
259 &lt;td&gt;Gülsüm Koc (1987), Stovner&lt;/td&gt;
260 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
261
262 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;17.&lt;/td&gt;
263 &lt;td&gt;Jon Ole Whist (1976), Grünerløkka&lt;/td&gt;
264 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
265
266 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;18.&lt;/td&gt;
267 &lt;td&gt;Maren Eline Malthe-Sørenssen (1971), Vestre Aker&lt;/td&gt;
268 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
269
270 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;19.&lt;/td&gt;
271 &lt;td&gt;Ståle Hagen (1968), Søndre Nordstrand&lt;/td&gt;
272 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
273
274 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;20.&lt;/td&gt;
275 &lt;td&gt;Kjell Omdal Erichsen (1978), Sagene&lt;/td&gt;
276 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
277
278 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;21.&lt;/td&gt;
279 &lt;td&gt;Saida R. Begum (1987), Grünerløkka&lt;/td&gt;
280 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
281
282 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;22.&lt;/td&gt;
283 &lt;td&gt;Torkel Brekke (1970), Nordre Aker&lt;/td&gt;
284 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
285
286 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;23.&lt;/td&gt;
287 &lt;td&gt;Sverre K. Seeberg (1950), Vestre Aker&lt;/td&gt;
288 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
289
290 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;24.&lt;/td&gt;
291 &lt;td&gt;Julie Margrethe Brodtkorb (1974), Ullern&lt;/td&gt;
292 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
293
294 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt;25.&lt;/td&gt;
295 &lt;td&gt;Fabian Stang (1955), Frogner&lt;/td&gt;
296 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
297
298 &lt;/table&gt;
299
300 &lt;p&gt;Deretter har vi stortingslista fra Arbeiderpartiet for Oslo:&lt;/p&gt;
301
302 &lt;table&gt;
303
304 &lt;tr&gt;&lt;th&gt;#&lt;/th&gt;&lt;th&gt;Navn, fødselsår og valgkrets&lt;/th&gt;&lt;th&gt;Stemme/kommentar&lt;/th&gt;&lt;/tr&gt;
305
306 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt;1.&lt;/td&gt;
307 &lt;td&gt;Jens Stoltenberg (1959), Frogner&lt;/td&gt;
308 &lt;td&gt;Ikke til stede i Stortinget, leder av regjeringen som fremmet forslaget&lt;/td&gt;&lt;/tr&gt;
309
310 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt;2.&lt;/td&gt;
311 &lt;td&gt;Hadia Tajik (1983), Grünerløkka&lt;/td&gt;
312 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
313
314 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt; 3.&lt;/td&gt;
315 &lt;td&gt;Jonas Gahr Støre (1960), Vestre Aker&lt;/td&gt;
316 &lt;td&gt;Ikke til stede i Stortinget, medlem av regjeringen som fremmet forslaget&lt;/td&gt;&lt;/tr&gt;
317
318 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt; 4.&lt;/td&gt;
319 &lt;td&gt;Marianne Marthinsen (1980), Grünerløkka&lt;/td&gt;
320 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
321
322 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt; 5.&lt;/td&gt;
323 &lt;td&gt;Jan Bøhler (1952), Alna&lt;/td&gt;
324 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
325
326 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt; 6.&lt;/td&gt;
327 &lt;td&gt;Marit Nybakk (1947), Frogner&lt;/td&gt;
328 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
329
330 &lt;tr class=&quot;for&quot;&gt;&lt;td&gt; 7.&lt;/td&gt;
331 &lt;td&gt;Truls Wickholm (1978), Sagene&lt;/td&gt;
332 &lt;td&gt;Stemte for DLD&lt;/td&gt;&lt;/tr&gt;
333
334 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 8.&lt;/td&gt;
335 &lt;td&gt;Prableen Kaur (1993), Grorud&lt;/td&gt;
336 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
337
338 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 9.&lt;/td&gt;
339 &lt;td&gt;Vegard Grøslie Wennesland (1983), St.Hanshaugen&lt;/td&gt;
340 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
341
342 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 10.&lt;/td&gt;
343 &lt;td&gt;Inger Helene Vaaten (1975), Grorud&lt;/td&gt;
344 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
345
346 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 11.&lt;/td&gt;
347 &lt;td&gt;Ivar Leveraas (1939), Alna&lt;/td&gt;
348 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
349
350 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 12.&lt;/td&gt;
351 &lt;td&gt;Grete Haugdal (1971), Gamle Oslo&lt;/td&gt;
352 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
353
354 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 13.&lt;/td&gt;
355 &lt;td&gt;Olav Tønsberg (1948), Alna&lt;/td&gt;
356 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
357
358 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 14.&lt;/td&gt;
359 &lt;td&gt;Khamshajiny Gunaratnam (1988), Grorud&lt;/td&gt;
360 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
361
362 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 15.&lt;/td&gt;
363 &lt;td&gt;Fredrik Mellem (1969), Sagene&lt;/td&gt;
364 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
365
366 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 16.&lt;/td&gt;
367 &lt;td&gt;Brit Axelsen (1945), Stovner&lt;/td&gt;
368 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
369
370 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 17.&lt;/td&gt;
371 &lt;td&gt;Dag Bayegan-Harlem (1977), Ullern&lt;/td&gt;
372 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
373
374 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 18.&lt;/td&gt;
375 &lt;td&gt;Kristin Sandaker (1963), Østeinsjø&lt;/td&gt;
376 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
377
378 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 19.&lt;/td&gt;
379 &lt;td&gt;Bashe Musse (1965), Grünerløkka&lt;/td&gt;
380 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
381
382 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 20.&lt;/td&gt;
383 &lt;td&gt;Torunn Kanutte Husvik (1983), St. Hanshaugen&lt;/td&gt;
384 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
385
386 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 21.&lt;/td&gt;
387 &lt;td&gt;Steinar Andersen (1947), Nordstrand&lt;/td&gt;
388 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
389
390 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 22.&lt;/td&gt;
391 &lt;td&gt;Anne Cathrine Berger (1972), Sagene&lt;/td&gt;
392 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
393
394 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 23.&lt;/td&gt;
395 &lt;td&gt;Khalid Mahmood (1959), Østensjø&lt;/td&gt;
396 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
397
398 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 24.&lt;/td&gt;
399 &lt;td&gt;Munir Jaber (1990), Alna&lt;/td&gt;
400 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
401
402 &lt;tr class=&quot;ukjent&quot;&gt;&lt;td&gt; 25.&lt;/td&gt;
403 &lt;td&gt;Libe Solberg Rieber-Mohn (1965), Frogner&lt;/td&gt;
404 &lt;td&gt;Ikke til stede&lt;/td&gt;&lt;/tr&gt;
405
406 &lt;/table&gt;
407
408 &lt;p&gt;Hvilket parti får så min stemme i år. Jeg tror det blir
409 &lt;a href=&quot;http://piratpartiet.no/&quot;&gt;Piratpartiet&lt;/a&gt;. Hvis de kan bidra
410 til at det kommer noen inn på Stortinget med teknisk peiling, så får
411 kanskje ikke overvåkningsgalskapen like fritt spillerom som det har
412 hatt så langt.&lt;/p&gt;
413
414 </description>
415 </item>
416
417 <item>
418 <title>Second beta release (beta 1) of Debian Edu/Skolelinux based on Debian Wheezy</title>
419 <link>http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
420 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Second_beta_release__beta_1__of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
421 <pubDate>Thu, 22 Aug 2013 09:30:00 +0200</pubDate>
422 <description>&lt;p&gt;The second wheezy based beta release of Debian Edu was wrapped up
423 today, slightly delayed because of some bugs in the initial Windows
424 integration fixes . This is the release announcement:&lt;/p&gt;
425
426 &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;
427
428 &lt;p&gt;These are the release notes for Debian Edu / Skolelinux
429 7.1+edu0~b1, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
430
431 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
432
433 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
434 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
435 out-of-the box environment of a completely configured school
436 network. Immediately after installation a school server running all
437 services needed for a school network is set up just waiting for users
438 and machines being added via GOsa², a comfortable Web-UI. A netbooting
439 environment is prepared using PXE, so after initial installation of
440 the main server from CD or USB stick all other machines can be
441 installed via the network. The provided school server provides LDAP
442 database and Kerberos authentication service, centralized home
443 directories, DHCP server, web proxy and many other services. The
444 desktop contains
445 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
446 than 60 educational software packages&lt;/a&gt; and more are available from
447 the Debian archive, and schools can choose between KDE, Gnome, LXDE
448 and Xfce desktop environment.&lt;/p&gt;
449
450 &lt;p&gt;This is the sixth test release based on Debian Wheezy. Basically this
451 is an updated and slightly improved version compared to the Squeeze
452 release.&lt;/p&gt;
453
454 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
455 versions of gosa and libpam-mklocaluser to the ones used in this beta
456 release. Both alpha and beta0 based installations should reinstall or
457 deal with gosa.conf manually; there are two options: (1) Keep
458 gosa.conf and edit this file as outlined
459 &lt;a href=&quot;http://lists.debian.org/debian-edu/2013/08/msg00127.html&quot;&gt;on
460 the mailing list&lt;/a&gt;. (2) Accept the new version of gosa.conf and
461 replace both contained admin password placeholders with the password
462 hashes found in the old one (backup copy!). In both cases every user
463 need to change their their password to make sure a password is set for
464 CIFS access to their home directory.&lt;/p&gt;
465
466 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
467
468 &lt;ul&gt;
469
470 &lt;li&gt;Added ssh askpass packages to default installation, to ensure ssh
471 work also without a attached tty.&lt;/li&gt;
472 &lt;li&gt;Add the command-not-found package to the default installation to
473 make it easier to figure out where to find missing command line
474 tools. Please note, that the command &#39;update-command-not-found&#39;
475 has to be run as root to actually make it useful (internet access
476 required).&lt;/li&gt;
477
478 &lt;/ul&gt;
479
480 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
481
482 &lt;ul&gt;
483
484 &lt;li&gt;Adjusted the USB stick ISO image build to include every tool
485 needed for desktop=xfce installations.&lt;/li&gt;
486 &lt;li&gt;Adjust thin-client-server task to work when installing from USB
487 stick ISO image.&lt;/li&gt;
488 &lt;li&gt;Made new grub artwork (changed png from indexed to RGB format).&lt;/li&gt;
489 &lt;li&gt;Minor cleanup in the CUPS setup.&lt;/li&gt;
490 &lt;li&gt;Make sure that bootstrapping of the Samba domain really happens
491 during installation of the main server and adjust SID handling to
492 cope with this.&lt;/li&gt;
493 &lt;li&gt;Make Samba passwords changeable (again) via GOsa².&lt;/li&gt;
494 &lt;li&gt;Fix generation of LM and NT password hashes via GOsa² to avoid
495 empty password hashes.&lt;/li&gt;
496 &lt;li&gt;Adapted Samba machine domain joining to latest change in the
497 smbldap-tools Perl package, fixing bugs blocking Windows machines
498 from joining the Samba domain.&lt;/li&gt;
499
500 &lt;/ul&gt;
501
502 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
503
504 &lt;ul&gt;
505
506 &lt;li&gt;KDE fails to understand the wpad.dat file provided, causing it to
507 not use the http proxy as it should.&lt;/li&gt;
508 &lt;li&gt;Chromium also fails to use the proxy when using the KDE desktop
509 (using the KDE configuration).&lt;/li&gt;
510
511 &lt;/ul&gt;
512
513 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
514
515 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
516
517 &lt;ul&gt;
518
519 &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;
520
521 &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;
522
523 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-CD.iso .&lt;/li&gt;
524
525 &lt;/ul&gt;
526
527 &lt;p&gt;The MD5SUM of this image is: 1e357f80b55e703523f2254adde6d78b
528 &lt;br&gt;The SHA1SUM of this image is: 7157f9be5fd27c7694d713c6ecfed61c3edda3b2&lt;/p&gt;
529
530 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
531
532 &lt;ul&gt;
533
534 &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;
535 &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;
536 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b1-USB.iso .&lt;/li&gt;
537
538 &lt;/ul&gt;
539
540 &lt;p&gt;The MD5SUM of this image is: 7a8408ead59cf7e3cef25afb6e91590b
541 &lt;br&gt;The SHA1SUM of this image is: f1817c031f02790d5edb3bfa0dcf8451088ad119&lt;/p&gt;
542
543
544 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
545
546 &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;
547 </description>
548 </item>
549
550 <item>
551 <title>Intel 180 SSD disk with Lenovo firmware can not use Intel firmware</title>
552 <link>http://people.skolelinux.org/pere/blog/Intel_180_SSD_disk_with_Lenovo_firmware_can_not_use_Intel_firmware.html</link>
553 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Intel_180_SSD_disk_with_Lenovo_firmware_can_not_use_Intel_firmware.html</guid>
554 <pubDate>Sun, 18 Aug 2013 14:00:00 +0200</pubDate>
555 <description>&lt;p&gt;Earlier, I reported about
556 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html&quot;&gt;my
557 problems using an Intel SSD 520 Series 180 GB disk&lt;/a&gt;. Friday I was
558 told by IBM that the original disk should be thrown away. And as
559 there no longer was a problem if I bricked the firmware, I decided
560 today to try to install Intel firmware to replace the Lenovo firmware
561 currently on the disk.&lt;/p&gt;
562
563 &lt;p&gt;I searched the Intel site for firmware, and found
564 &lt;a href=&quot;https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;ProdId=3472&amp;DwnldID=18363&amp;ProductFamily=Solid-State+Drives+and+Caching&amp;ProductLine=Intel%c2%ae+High+Performance+Solid-State+Drive&amp;ProductProduct=Intel%c2%ae+SSD+520+Series+(180GB%2c+2.5in+SATA+6Gb%2fs%2c+25nm%2c+MLC)&amp;lang=eng&quot;&gt;issdfut_2.0.4.iso&lt;/a&gt;
565 (aka Intel SATA Solid-State Drive Firmware Update Tool) which
566 according to the site should contain the latest firmware for SSD
567 disks. I inserted the broken disk in one of my spare laptops and
568 booted the ISO from a USB stick. The disk was recognized, but the
569 program claimed the newest firmware already were installed and refused
570 to insert any Intel firmware. So no change, and the disk is still
571 unable to handle write load. :( I guess the only way to get them
572 working would be if Lenovo releases new firmware. No idea how likely
573 that is. Anyway, just blogging about this test for completeness. I
574 got a working Samsung disk, and see no point in spending more time on
575 the broken disks.&lt;/p&gt;
576 </description>
577 </item>
578
579 <item>
580 <title>90 percent done with the Norwegian draft translation of Free Culture</title>
581 <link>http://people.skolelinux.org/pere/blog/90_percent_done_with_the_Norwegian_draft_translation_of_Free_Culture.html</link>
582 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/90_percent_done_with_the_Norwegian_draft_translation_of_Free_Culture.html</guid>
583 <pubDate>Fri, 2 Aug 2013 10:40:00 +0200</pubDate>
584 <description>&lt;p&gt;It has been a while since my last update. Since last summer, I
585 have worked on a Norwegian
586 &lt;a href=&quot;http://www.docbook.org/&quot;&gt;docbook&lt;/a&gt; version of the 2004 book
587 &lt;a href=&quot;http://free-culture.cc/&quot;&gt;Free Culture&lt;/a&gt; by Lawrence Lessig,
588 to get a Norwegian text explaining the problems with the copyright
589 law. Yesterday, I finally broken the 90% mark, when counting the
590 number of strings to translate. Due to real life constraints, I have
591 not had time to work on it since March, but when the summer broke out,
592 I found time to work on it again. Still lots of work left, but the
593 first draft is nearing completion. I created a graph to show the
594 progress of the translation:&lt;/p&gt;
595
596 &lt;p&gt;&lt;img width=&quot;80%&quot; align=&quot;center&quot; src=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/raw/master/progress.png&quot;&gt;&lt;/p&gt;
597
598 &lt;p&gt;When the first draft is done, the translated text need to be
599 proof read, and the remaining formatting problems with images and SVG
600 drawings need to be fixed. There are probably also some index entries
601 missing that need to be added. This can be done by comparing the
602 index entries listed in the SiSU version of the book, or comparing the
603 English docbook version with the paper version. Last, the colophon
604 page with ISBN numbers etc need to be wrapped up before the release is
605 done. I should also figure out how to get correct Norwegian sorting
606 of the index pages. All docbook tools I have tried so far (xmlto,
607 docbook-xsl, dblatex) get the order of symbols and the special
608 Norwegian letters ÆØÅ wrong.&lt;/p&gt;
609
610 &lt;p&gt;There is still need for translators and people with docbook
611 knowledge, to be able to get a good looking book (I still struggle
612 with dblatex, xmlto and docbook-xsl) as well as to do the draft
613 translation and proof reading. And I would like the figures to be
614 redrawn as SVGs to make it easy to translate them. Any SVG master
615 around? There are also some legal terms that are unfamiliar to me.
616 If you want to help, please get in touch with me, and check out the
617 project files currently available from
618 &lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;
619
620 &lt;p&gt;If you are curious what the translated book currently look like,
621 the updated
622 &lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.pdf?raw=true&quot;&gt;PDF&lt;/a&gt;
623 and
624 &lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig/blob/master/archive/freeculture.nb.epub?raw=true&quot;&gt;EPUB&lt;/a&gt;
625 are published on github. The HTML version is published as well, but
626 github hand it out with MIME type text/plain, confusing browsers, so I
627 saw no point in linking to that version.&lt;/p&gt;
628 </description>
629 </item>
630
631 <item>
632 <title>First beta release of Debian Edu/Skolelinux based on Debian Wheezy</title>
633 <link>http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</link>
634 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/First_beta_release_of_Debian_Edu_Skolelinux_based_on_Debian_Wheezy.html</guid>
635 <pubDate>Sat, 27 Jul 2013 20:30:00 +0200</pubDate>
636 <description>&lt;p&gt;The first wheezy based beta release of Debian Edu was wrapped up
637 today. This is the release announcement:&lt;/p&gt;
638
639 &lt;p&gt;&lt;strong&gt;New features for Debian Edu 7.1+edu0~b0 released
640 2013-07-27&lt;/strong&gt;&lt;/p&gt;
641
642 &lt;p&gt;These are the release notes for for Debian Edu / Skolelinux
643 7.1+edu0~b0, based on Debian with codename &quot;Wheezy&quot;.&lt;/p&gt;
644
645 &lt;p&gt;&lt;strong&gt;About Debian Edu and Skolelinux&lt;/strong&gt;&lt;/p&gt;
646
647 &lt;p&gt;&lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu, also known as
648 Skolelinux&lt;/a&gt;, is a Linux distribution based on Debian providing an
649 out-of-the box environment of a completely configured school
650 network. Immediately after installation a school server running all
651 services needed for a school network is set up just waiting for users
652 and machines being added via GOsa², a comfortable Web-UI. A netbooting
653 environment is prepared using PXE, so after initial installation of
654 the main server from CD, DVD or USB stick all other machines can be
655 installed via the network. The provided school server provides LDAP
656 database and Kerberos authentication service, centralized home
657 directories, DHCP server, web proxy and many other services. The
658 desktop contains
659 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Educational_applications_included_in_Debian_Edu___Skolelinux__the_screenshot_collection____.html&quot;&gt;more
660 than 60 educational software packages&lt;/a&gt; and more are available from
661 the Debian archive, and schools can choose between KDE, Gnome, LXDE
662 and Xfce desktop environment.&lt;/p&gt;
663
664 &lt;p&gt;This is the fifth test release based on Debian Wheezy. Basically
665 this is an updated and slightly improved version compared to the
666 Squeeze release.&lt;/p&gt;
667
668 &lt;p&gt;ALERT: Alpha based installations should reinstall or downgrade the
669 versions of gosa and libpam-mklocaluser to the ones used in this beta
670 release.&lt;/p&gt;
671
672 &lt;p&gt;&lt;strong&gt;Software updates&lt;/strong&gt;&lt;/p&gt;
673
674 &lt;ul&gt;
675
676 &lt;li&gt;Switched roaming workstation profiles from wicd to network-manager
677 for network configuration, as wicd didn&#39;t work any more.&lt;/li&gt;
678 &lt;li&gt;Changed version numbers of patched gosa and libpam-mklocaluser
679 packages to make sure our locally patched versions will be replaced
680 by the official packages when they are released from Debian. Those
681 installing alpha version need to reinstall or manually downgrade gosa
682 and libpam-mklocaluser.&lt;/li&gt;
683 &lt;li&gt;Added bluetooth tools to the default desktop (bluedevil, blueman).&lt;/li&gt;
684 &lt;li&gt;Added tools for sharing the desktop on KDE (krdc, krfb).&lt;/li&gt;
685 &lt;li&gt;Added valgrind to the default installation for easier debugging of
686 crash bugs.&lt;/li&gt;
687
688 &lt;/ul&gt;
689
690 &lt;p&gt;&lt;strong&gt;Other changes&lt;/strong&gt;&lt;/p&gt;
691
692 &lt;ul&gt;
693
694 &lt;li&gt;Fixed artwork package to work with gnome, no longer break
695 desktop=gnome installations.&lt;/li&gt;
696 &lt;li&gt;Adjusted installer to now work when forced to use a proxy with the
697 netinst CD.&lt;/li&gt;
698 &lt;li&gt;Fixed code detecting and setting/loading hardware specific
699 setup/firmware to work more robust out of the box.&lt;/li&gt;
700 &lt;li&gt;Adjusted Kerberos setup to detect realm and server settings at
701 install time instead of dynamically at run time. This avoid a crash
702 with krb5-auth-dialog on diskless workstations without a DNS name.&lt;/li&gt;
703 &lt;li&gt;Worked around misfeature in network-manager not calling the dhclient
704 exit hooks, causing automatic proxy configuration and automatic host
705 name setting at run time to work again.&lt;/li&gt;
706 &lt;li&gt;Fixed feature setting the default Iceweasel start page from URL
707 fetched from LDAP, to allow schools to set the global default by
708 updating the dc=skole,dc=skolelinux,dc=no LDAP object.&lt;/li&gt;
709 &lt;li&gt;Changed default host name on all networked machines to be unique
710 (generated from MAC or reverse DNS) after boot.&lt;/li&gt;
711 &lt;li&gt;Adjusted partition sizes to make sure they are big enough.&lt;/li&gt;
712
713 &lt;/ul&gt;
714
715 &lt;p&gt;&lt;strong&gt;Known issues&lt;/strong&gt;&lt;/p&gt;
716
717 &lt;ul&gt;
718
719 &lt;li&gt;Grub is missing the new artwork.&lt;/li&gt;
720 &lt;li&gt;KDE fail to understand the wpad.dat file provided, causing it to
721 not use the http proxy as it should.&lt;/li&gt;
722 &lt;li&gt;Chromium also fail to use the proxy.&lt;/li&gt;
723
724 &lt;/ul&gt;
725
726 &lt;p&gt;&lt;strong&gt;Where to get it&lt;/strong&gt;&lt;/p&gt;
727
728 &lt;p&gt;To download the multiarch netinstall CD release you can use&lt;/p&gt;
729
730 &lt;ul&gt;
731
732 &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;
733
734 &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;
735
736 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso .&lt;/li&gt;
737
738 &lt;/ul&gt;
739
740 &lt;p&gt;The MD5SUM of this image is: 55d5de9765b6dccd5d9ec33cf1a07109
741 &lt;br&gt;The SHA1SUM of this image is: 996a1d9517740e4d627d100de2d12b23dd545a3f&lt;/p&gt;
742
743 &lt;p&gt;To download the multiarch USB stick ISO release you can use&lt;/p&gt;
744
745 &lt;ul&gt;
746
747 &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;
748 &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;
749 &lt;li&gt;rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-USB.iso .&lt;/li&gt;
750
751 &lt;/ul&gt;
752
753 &lt;p&gt;The MD5SUM of this image is: d8f0818c51a78d357de794066f289f69
754 &lt;br&gt;The SHA1SUM of this image is: 49185ca354e8d0543240423746924f76a6cee733&lt;/p&gt;
755
756
757 &lt;p&gt;&lt;strong&gt;How to report bugs&lt;/strong&gt;&lt;/p&gt;
758
759 &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;
760 </description>
761 </item>
762
763 <item>
764 <title>How to fix a Thinkpad X230 with a broken 180 GB SSD disk</title>
765 <link>http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html</link>
766 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_fix_a_Thinkpad_X230_with_a_broken_180_GB_SSD_disk.html</guid>
767 <pubDate>Wed, 17 Jul 2013 23:50:00 +0200</pubDate>
768 <description>&lt;p&gt;Today I switched to
769 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html&quot;&gt;my
770 new laptop&lt;/a&gt;. I&#39;ve previously written about the problems I had with
771 my new Thinkpad X230, which was delivered with an
772 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html&quot;&gt;180
773 GB Intel SSD disk with Lenovo firmware&lt;/a&gt; that did not handle
774 sustained writes. My hardware supplier have been very forthcoming in
775 trying to find a solution, and after first trying with another
776 identical 180 GB disks they decided to send me a 256 GB Samsung SSD
777 disk instead to fix it once and for all. The Samsung disk survived
778 the installation of Debian with encrypted disks (filling the disk with
779 random data during installation killed the first two), and I thus
780 decided to trust it with my data. I have installed it as a Debian Edu
781 Wheezy roaming workstation hooked up with my Debian Edu Squeeze main
782 server at home using Kerberos and LDAP, and will use it as my work
783 station from now on.&lt;/p&gt;
784
785 &lt;p&gt;As this is a solid state disk with no moving parts, I believe the
786 Debian Wheezy default installation need to be tuned a bit to increase
787 performance and increase life time of the disk. The Linux kernel and
788 user space applications do not yet adjust automatically to such
789 environment. To make it easier for my self, I created a draft Debian
790 package &lt;tt&gt;ssd-setup&lt;/tt&gt; to handle this tuning. The
791 &lt;a href=&quot;http://anonscm.debian.org/gitweb/?p=collab-maint/ssd-setup.git&quot;&gt;source
792 for the ssd-setup package&lt;/a&gt; is available from collab-maint, and it
793 is set up to adjust the setup of the machine by just installing the
794 package. If there is any non-SSD disk in the machine, the package
795 will refuse to install, as I did not try to write any logic to sort
796 file systems in SSD and non-SSD file systems.&lt;/p&gt;
797
798 &lt;p&gt;I consider the package a draft, as I am a bit unsure how to best
799 set up Debian Wheezy with an SSD. It is adjusted to my use case,
800 where I set up the machine with one large encrypted partition (in
801 addition to /boot), put LVM on top of this and set up partitions on
802 top of this again. See the README file in the package source for the
803 references I used to pick the settings. At the moment these
804 parameters are tuned:&lt;/p&gt;
805
806 &lt;ul&gt;
807
808 &lt;li&gt;Set up cryptsetup to pass TRIM commands to the physical disk
809 (adding discard to /etc/crypttab)&lt;/li&gt;
810
811 &lt;li&gt;Set up LVM to pass on TRIM commands to the underlying device (in
812 this case a cryptsetup partition) by changing issue_discards from
813 0 to 1 in /etc/lvm/lvm.conf.&lt;/li&gt;
814
815 &lt;li&gt;Set relatime as a file system option for ext3 and ext4 file
816 systems.&lt;/li&gt;
817
818 &lt;li&gt;Tell swap to use TRIM commands by adding &#39;discard&#39; to
819 /etc/fstab.&lt;/li&gt;
820
821 &lt;li&gt;Change I/O scheduler from cfq to deadline using a udev rule.&lt;/li&gt;
822
823 &lt;li&gt;Run fstrim on every ext3 and ext4 file system every night (from
824 cron.daily).&lt;/li&gt;
825
826 &lt;li&gt;Adjust sysctl values vm.swappiness to 1 and vm.vfs_cache_pressure
827 to 50 to reduce the kernel eagerness to swap out processes.&lt;/li&gt;
828
829 &lt;/ul&gt;
830
831 &lt;p&gt;During installation, I cancelled the part where the installer fill
832 the disk with random data, as this would kill the SSD performance for
833 little gain. My goal with the encrypted file system is to ensure
834 those stealing my laptop end up with a brick and not a working
835 computer. I have no hope in keeping the really resourceful people
836 from getting the data on the disk (see
837 &lt;a href=&quot;http://xkcd.com/538/&quot;&gt;XKCD #538&lt;/a&gt; for an explanation why).
838 Thus I concluded that adding the discard option to crypttab is the
839 right thing to do.&lt;/p&gt;
840
841 &lt;p&gt;I considered using the noop I/O scheduler, as several recommended
842 it for SSD, but others recommended deadline and a benchmark I found
843 indicated that deadline might be better for interactive use.&lt;/p&gt;
844
845 &lt;p&gt;I also considered using the &#39;discard&#39; file system option for ext3
846 and ext4, but read that it would give a performance hit ever time a
847 file is removed, and thought it best to that that slowdown once a day
848 instead of during my work.&lt;/p&gt;
849
850 &lt;p&gt;My package do not set up tmpfs on /var/run, /var/lock and /tmp, as
851 this is already done by Debian Edu.&lt;/p&gt;
852
853 &lt;p&gt;I have not yet started on the user space tuning. I expect
854 iceweasel need some tuning, and perhaps other applications too, but
855 have not yet had time to investigate those parts.&lt;/p&gt;
856
857 &lt;p&gt;The package should work on Ubuntu too, but I have not yet tested it
858 there.&lt;/p&gt;
859
860 &lt;p&gt;As for the answer to the question in the title of this blog post,
861 as far as I know, the only solution I know about is to replace the
862 disk. It might be possible to flash it with Intel firmware instead of
863 the Lenovo firmware. But I have not tried and did not want to do so
864 without approval from Lenovo as I wanted to keep the warranty on the
865 disk until a solution was found and they wanted the broken disks
866 back.&lt;/p&gt;
867 </description>
868 </item>
869
870 <item>
871 <title>Intel SSD 520 Series 180 GB with Lenovo firmware still lock up from sustained writes</title>
872 <link>http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html</link>
873 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Intel_SSD_520_Series_180_GB_with_Lenovo_firmware_still_lock_up_from_sustained_writes.html</guid>
874 <pubDate>Wed, 10 Jul 2013 13:30:00 +0200</pubDate>
875 <description>&lt;p&gt;A few days ago, I wrote about
876 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html&quot;&gt;the
877 problems I experienced with my new X230 and its SSD disk&lt;/a&gt;, which
878 was dying during installation because it is unable to cope with
879 sustained write. My supplier is in contact with
880 &lt;a href=&quot;http://www.lenovo.com/&quot;&gt;Lenovo&lt;/a&gt;, and they wanted to send a
881 replacement disk to try to fix the problem. They decided to send an
882 identical model, so my hopes for a permanent fix was slim.&lt;/p&gt;
883
884 &lt;p&gt;Anyway, today I got the replacement disk and tried to install
885 Debian Edu Wheezy with encrypted disk on it. The new disk have the
886 same firmware version as the original. This time my hope raised
887 slightly as the installation progressed, as the original disk used to
888 die after 4-7% of the disk was written to, while this time it kept
889 going past 10%, 20%, 40% and even past 50%. But around 60%, the disk
890 died again and I was back on square one. I still do not have a new
891 laptop with a disk I can trust. I can not live with a disk that might
892 lock up when I download a new
893 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian Edu / Skolelinux&lt;/a&gt; ISO or
894 other large files. I look forward to hearing from my supplier with
895 the next proposal from Lenovo.&lt;/p&gt;
896
897 &lt;p&gt;The original disk is marked Intel SSD 520 Series 180 GB,
898 11S0C38722Z1ZNME35X1TR, ISN: CVCV321407HB180EGN, SA: G57560302, FW:
899 LF1i, 29MAY2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
900 Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40002756C4, Model:
901 SSDSC2BW180A3L 2.5&quot; 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
902 P/N 45N8295, P0C38732.&lt;/p&gt;
903
904 &lt;p&gt;The replacement disk is marked Intel SSD 520 Series 180 GB,
905 11S0C38722Z1ZNDE34N0L0, ISN: CVCV315306RK180EGN, SA: G57560-302, FW:
906 LF1i, 22APR2013, PBA: G39779-300, LBA 351,651,888, LI P/N: 0C38722,
907 Pb-free 2LI, LC P/N: 16-200366, WWN: 55CD2E40000AB69E, Model:
908 SSDSC2BW180A3L 2.5&quot; 6Gb/s SATA SSD 180G 5V 1A, ASM P/N 0C38732, FRU
909 P/N 45N8295, P0C38732.&lt;/p&gt;
910
911 &lt;p&gt;The only difference is in the first number (serial number?), ISN,
912 SA, date and WNPP values. Mentioning all the details here in case
913 someone is able to use the information to find a way to identify the
914 failing disk among working ones (if any such working disk actually
915 exist).&lt;/p&gt;
916 </description>
917 </item>
918
919 <item>
920 <title>July 13th: Debian/Ubuntu BSP and Skolelinux/Debian Edu developer gathering in Oslo</title>
921 <link>http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</link>
922 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/July_13th__Debian_Ubuntu_BSP_and_Skolelinux_Debian_Edu_developer_gathering_in_Oslo.html</guid>
923 <pubDate>Tue, 9 Jul 2013 10:40:00 +0200</pubDate>
924 <description>&lt;p&gt;The upcoming Saturday, 2013-07-13, we are organising a combined
925 Debian Edu developer gathering and Debian and Ubuntu bug squashing
926 party in Oslo. It is organised by &lt;a href=&quot;http://www.nuug.no/&quot;&gt;the
927 member assosiation NUUG&lt;/a&gt; and
928 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;the Debian Edu / Skolelinux
929 project&lt;/a&gt; together with &lt;a href=&quot;http://bitraf.no/&quot;&gt;the hack space
930 Bitraf&lt;/a&gt;.&lt;/p&gt;
931
932 &lt;p&gt;It starts 10:00 and continue until late evening. Everyone is
933 welcome, and there is no fee to participate. There is on the other
934 hand limited space, and only room for 30 people. Please put your name
935 on &lt;a href=&quot;http://wiki.debian.org/BSP/2013/07/13/no/Oslo&quot;&gt;the event
936 wiki page&lt;/a&gt; if you plan to join us.&lt;/p&gt;
937 </description>
938 </item>
939
940 <item>
941 <title>The Thinkpad is dead, long live the Thinkpad X230?</title>
942 <link>http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html</link>
943 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_Thinkpad_is_dead__long_live_the_Thinkpad_X230_.html</guid>
944 <pubDate>Fri, 5 Jul 2013 08:30:00 +0200</pubDate>
945 <description>&lt;p&gt;Half a year ago, I reported that I had to find a
946 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Thank_you_Thinkpad_X41__for_your_long_and_trustworthy_service.html&quot;&gt;replacement
947 for my trusty old Thinkpad X41&lt;/a&gt;. Unfortunately I did not have much
948 time to spend on it, and it took a while to find a model I believe
949 will do the job, but two days ago the replacement finally arrived. I
950 ended up picking a
951 &lt;a href=&quot;http://www.linlap.com/lenovo_thinkpad_x230&quot;&gt;Thinkpad X230&lt;/a&gt;
952 with SSD disk (NZDAJMN). I first test installed Debian Edu Wheezy as
953 a roaming workstation, and it seemed to work flawlessly. But my
954 second installation with encrypted disk was not as successful. More
955 on that below.&lt;/p&gt;
956
957 &lt;p&gt;I had a hard time trying to track down a good laptop, as my most
958 important requirements (robust and with a good keyboard) are never
959 listed in the feature list. But I did get good help from the search
960 feature at &lt;a href=&quot;http://www.prisjakt.no/&quot;&gt;Prisjakt&lt;/a&gt;, which
961 allowed me to limit the list of interesting laptops based on my other
962 requirements. A bit surprising that SSD disk are not disks according
963 to that search interface, so I had to drop specifying the number of
964 disks from my search parameters. I also asked around among friends to
965 get their impression on keyboards and robustness.&lt;/p&gt;
966
967 &lt;p&gt;So the new laptop arrived, and it is quite a lot wider than the
968 X41. I am not quite convinced about the keyboard, as it is
969 significantly wider than my old keyboard, and I have to stretch my
970 hand a lot more to reach the edges. But the key response is fairly
971 good and the individual key shape is fairly easy to handle, so I hope
972 I will get used to it. My old X40 was starting to fail, and I really
973 needed a new laptop now. :)&lt;/p&gt;
974
975 &lt;p&gt;Turning off the touch pad was simple. All it took was a quick
976 visit to the BIOS during boot it disable it.&lt;/p&gt;
977
978 &lt;p&gt;But there is a fatal problem with the laptop. The 180 GB SSD disk
979 lock up during load. And this happen when installing Debian Wheezy
980 with encrypted disk, while the disk is being filled with random data.
981 I also tested to install Ubuntu Raring, and it happen there too if I
982 reenable the code to fill the disk with random data (it is disabled by
983 default in Ubuntu). And the bug with is already known. It was
984 reported to Debian as &lt;a href=&quot;http://bugs.debian.org/691427&quot;&gt;BTS
985 report #691427 2012-10-25&lt;/a&gt; (journal commit I/O error on brand-new
986 Thinkpad T430s ext4 on lvm on SSD). It is also reported to the Linux
987 kernel developers as
988 &lt;a href=&quot;https://bugzilla.kernel.org/show_bug.cgi?id=51861&quot;&gt;Kernel bugzilla
989 report #51861 2012-12-20&lt;/a&gt; (Intel SSD 520 stops working under load
990 (SSDSC2BW180A3L in Lenovo ThinkPad T430s)). It is also reported on the
991 Lenovo forums, both for
992 &lt;a href=&quot;http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T430s-Intel-SSD-520-180GB-issue/m-p/1070549&quot;&gt;T430
993 2012-11-10&lt;/a&gt; and for
994 &lt;a href=&quot;http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/x230-SATA-errors-with-180GB-Intel-520-SSD-under-heavy-write-load/m-p/1068147&quot;&gt;X230
995 03-20-2013&lt;/a&gt;. The problem do not only affect installation. The
996 reports state that the disk lock up during use if many writes are done
997 on the disk, so it is much no use to work around the installation
998 problem and end up with a computer that can lock up at any moment.
999 There is even a
1000 &lt;a href=&quot;https://git.efficios.com/?p=test-ssd.git&quot;&gt;small C program
1001 available&lt;/a&gt; that will lock up the hard drive after running a few
1002 minutes by writing to a file.&lt;/p&gt;
1003
1004 &lt;p&gt;I&#39;ve contacted my supplier and asked how to handle this, and after
1005 contacting PCHELP Norway (request 01D1FDP) which handle support
1006 requests for Lenovo, his first suggestion was to upgrade the disk
1007 firmware. Unfortunately there is no newer firmware available from
1008 Lenovo, as my disk already have the most recent one (version LF1i). I
1009 hope to hear more from him today and hope the problem can be
1010 fixed. :)&lt;/p&gt;
1011 </description>
1012 </item>
1013
1014 </channel>
1015 </rss>