]> pere.pagekite.me Git - homepage.git/blob - blog/archive/2012/12/12.rss
Generated.
[homepage.git] / blog / archive / 2012 / 12 / 12.rss
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries from December 2012</title>
5 <description>Entries from December 2012</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>How to backport bitcoin-qt version 0.7.2-2 to Debian Squeeze</title>
11 <link>http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_backport_bitcoin_qt_version_0_7_2_2_to_Debian_Squeeze.html</guid>
13 <pubDate>Tue, 25 Dec 2012 20:50:00 +0100</pubDate>
14 <description>&lt;p&gt;Let me start by wishing you all marry Christmas and a happy new
15 year! I hope next year will prove to be a good year.&lt;/p&gt;
16
17 &lt;p&gt;&lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;Bitcoin&lt;/a&gt;, the digital
18 decentralised &quot;currency&quot; that allow people to transfer bitcoins
19 between each other with minimal overhead, is a very interesting
20 experiment. And as I wrote a few days ago, the bitcoin situation in
21 &lt;a href=&quot;http://www.debian.org/&quot;&gt;Debian&lt;/a&gt; is about to improve a bit.
22 The &lt;a href=&quot;http://packages.qa.debian.org/bitcoin&quot;&gt;new debian source
23 package&lt;/a&gt; (version 0.7.2-2) was uploaded yesterday, and is waiting
24 in &lt;a href=&quot;http://ftp-master.debian.org/new.html&quot;&gt;the NEW queue&lt;/A&gt;
25 for one of the ftpmasters to approve the new bitcoin-qt package
26 name.&lt;/p&gt;
27
28 &lt;p&gt;And thanks to the great work of Jonas and the rest of the bitcoin
29 team in Debian, you can easily test the package in Debian Squeeze
30 using the following steps to get a set of working packages:&lt;/p&gt;
31
32 &lt;blockquote&gt;&lt;pre&gt;
33 git clone git://git.debian.org/git/collab-maint/bitcoin
34 cd bitcoin
35 DEB_MAINTAINER_MODE=1 DEB_BUILD_OPTIONS=noupnp fakeroot debian/rules clean
36 DEB_BUILD_OPTIONS=noupnp git-buildpackage --git-ignore-new
37 &lt;/pre&gt;&lt;/blockquote&gt;
38
39 &lt;p&gt;You might have to install some build dependencies as well. The
40 list of commands should give you two packages, bitcoind and
41 bitcoin-qt, ready for use in a Squeeze environment. Note that the
42 client will download the complete set of bitcoin &quot;blocks&quot;, which need
43 around 5.6 GiB of data on my machine at the moment. Make sure your
44 ~/.bitcoin/ directory have lots of spare room if you want to download
45 all the blocks. The client will warn if the disk is getting full, so
46 there is not really a problem if you got too little room, but you will
47 not be able to get all the features out of the client.&lt;/p&gt;
48
49 &lt;p&gt;As usual, if you use bitcoin and want to show your support of my
50 activities, please send Bitcoin donations to my address
51 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&amp;label=PetterReinholdtsenBlog&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
52 </description>
53 </item>
54
55 <item>
56 <title>A word on bitcoin support in Debian</title>
57 <link>http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html</link>
58 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/A_word_on_bitcoin_support_in_Debian.html</guid>
59 <pubDate>Fri, 21 Dec 2012 23:59:00 +0100</pubDate>
60 <description>&lt;p&gt;It has been a while since I wrote about
61 &lt;a href=&quot;http://www.bitcoin.org/&quot;&gt;bitcoin&lt;/a&gt;, the decentralised
62 peer-to-peer based crypto-currency, and the reason is simply that I
63 have been busy elsewhere. But two days ago, I started looking at the
64 state of &lt;a href=&quot;http://packages.qa.debian.org/bitcoin&quot;&gt;bitcoin in
65 Debian&lt;/a&gt; again to try to recover my old bitcoin wallet. The package
66 is now maintained by a
67 &lt;a href=&quot;https://alioth.debian.org/projects/pkg-bitcoin/&quot;&gt;team of
68 people&lt;/a&gt;, and the grunt work had already been done by this team. We
69 owe a huge thank you to all these team members. :)
70 But I was sad to discover that the bitcoin client is missing in
71 Wheezy. It is only available in Sid (and an outdated client from
72 backports). The client had several RC bugs registered in BTS blocking
73 it from entering testing. To try to help the team and improve the
74 situation, I spent some time providing patches and triaging the bug
75 reports. I also had a look at the bitcoin package available from Matt
76 Corallo in a
77 &lt;a href=&quot;https://launchpad.net/~bitcoin/+archive/bitcoin&quot;&gt;PPA for
78 Ubuntu&lt;/a&gt;, and moved the useful pieces from that version into the
79 Debian package. &lt;/p&gt;
80
81 &lt;p&gt;After checking with the main package maintainer Jonas Smedegaard on
82 IRC, I pushed several patches into the collab-maint git repository to
83 improve the package. It now contains fixes for the RC issues (not from
84 me, but fixed by Scott Howard), build rules for a Qt GUI client
85 package, konqueror support for the bitcoin: URI and bash completion
86 setup. As I work on Debian Squeeze, I also created
87 &lt;a href=&quot;http://lists.alioth.debian.org/pipermail/pkg-bitcoin-devel/Week-of-Mon-20121217/000041.html&quot;&gt;a
88 patch to backport&lt;/a&gt; the latest version. Jonas is going to look at
89 it and try to integrate it into the git repository before uploading a
90 new version to unstable.
91
92 &lt;p&gt;I would very much like bitcoin to succeed, to get rid of the
93 centralized control currently exercised in the monetary system. I
94 find it completely unacceptable that the USA government is collecting
95 transaction data for almost all international money transfers (most are done in USD and transaction logs shipped to the spooks), and
96 that the major credit card companies can block legal money
97 transactions to Wikileaks. But for bitcoin to succeed, more people
98 need to use bitcoins, and more people need to accept bitcoins when
99 they sell products and services. Improving the bitcoin support in
100 Debian is a small step in the right direction, but not enough.
101 Unfortunately the user experience when browsing the web and wanting to
102 pay with bitcoin is still not very good. The bitcoin: URI is a step
103 in the right direction, but need to work in most or every browser in
104 use. Also the bitcoin-qt client is too heavy to fire up to do a
105 quick transaction. I believe there are other clients available, but
106 have not tested them.&lt;/p&gt;
107
108 &lt;p&gt;My
109 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Now_accepting_bitcoins___anonymous_and_distributed_p2p_crypto_money.html&quot;&gt;experiment
110 with bitcoins&lt;/a&gt; showed that at least some of my readers use bitcoin.
111 I received 20.15 BTC so far on the address I provided in my blog two
112 years ago, as can be
113 &lt;a href=&quot;http://blockexplorer.com/address/15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&quot;&gt;seen
114 on the blockexploer service&lt;/a&gt;. Thank you everyone for your
115 donation. The blockexploer service demonstrate quite well that
116 bitcoin is not quite anonymous and untracked. :) I wonder if the
117 number of users have gone up since then. If you use bitcoin and want
118 to show your support of my activity, please send Bitcoin donations to
119 the same address as last time,
120 &lt;b&gt;&lt;a href=&quot;bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&amp;label=PetterReinholdtsenBlog&quot;&gt;15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;
121 </description>
122 </item>
123
124 <item>
125 <title>Piratpartiet på opphavs-retrett?</title>
126 <link>http://people.skolelinux.org/pere/blog/Piratpartiet_p__opphavs_retrett_.html</link>
127 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Piratpartiet_p__opphavs_retrett_.html</guid>
128 <pubDate>Wed, 19 Dec 2012 13:10:00 +0100</pubDate>
129 <description>&lt;p&gt;Jeg ble overrasket over å se at Piratpartiet i
130 &lt;a href=&quot;http://www.aftenposten.no/kultur/Piratpartiet-stiller-til-Stortingsvalget-7073298.html&quot;&gt;Aftenposten&lt;/a&gt;
131 er referert på følgende:&lt;/p&gt;
132
133 &lt;blockquote&gt;
134 Når det gjelder retten til opphavsrett for kulturproduktene, mener
135 Piratpartiet av levetid + 14 år er tilfredsstillende.
136 &lt;/blockquote&gt;
137
138 &lt;p&gt;Det betyr en vernetid langt ut over det kommersielle livet til de
139 aller fleste opphavsrettsbeskyttede verker, og er i strid med slik i
140 hvert fall jeg har tolket punkt 5 i
141 &lt;a href=&quot;http://people.opera.com/howcome/2012/piratpartiet/kjerneprogram.html&quot;&gt;kjerneprogrammet
142 til Piratpartiet&lt;/a&gt;:&lt;/p&gt;
143
144 &lt;blockquote&gt;
145 &lt;p&gt;&lt;strong&gt;5: Åndsverk og patenter: tilbake til start&lt;/strong&gt;&lt;/p&gt;
146
147 &lt;table border=&quot;1&quot;&gt;
148 &lt;tr&gt;&lt;th&gt;forslag:&lt;/th&gt;&lt;td&gt;14 års opphavsrett og ingen
149 programvarepatenter&lt;/td&gt;&lt;/tr&gt;
150
151 &lt;tr&gt;&lt;th&gt;grunn:&lt;/th&gt;&lt;td&gt;Den første loven om opphavsrett spesifiserte 14
152 års vernetid. Senere har mediabransjens lobbyister stadig presset
153 loven mot lengre vern, nå er det 70 år etter forfatters død. Dette
154 gjør at mange verk glemmes og går tapt, noe som er skadelig for norsk
155 språk og kultur. Vi til tilbake til start: 14 års
156 vernetid. Patentloven sier klart at dataprogrammer ikke kan
157 patenteres. Likevel klarer patentadvokater å lure gjennom
158 programvarepatenter. Slike patenter gjør dingsene våre dyrere og kan i
159 enkelte tilfelle stoppe dem helt.&lt;/th&gt;&lt;/tr&gt;
160 &lt;/table&gt;
161 &lt;/blockquote&gt;
162
163 &lt;p&gt;Den opprinnelige opphavsretten var på 14 år totalt, ikke 14 år
164 etter opphavspersonens død. Jeg tenkte først dette kanskje var
165 feilsitering fra Aftenposten, men jeg finner samme påstand i en &lt;a
166 href=&quot;http://piratpartietnorge.org/om-gramo-og-piratpolitikken/&quot;&gt;bloggpost
167 fra Geir Aaslid&lt;/a&gt; på Piratpartietes offisielle nettsider. Der
168 skriver han følgende:&lt;/p&gt;
169
170 &lt;blockquote&gt;
171 Hva vi gjør med opphavsretten er mer komplisert fordi den omfavner så
172 mange bransjer, med ulike behov. Enhver reform er en forbedring men
173 det er nærliggende å anta at en opphavsrett på levetid + 14 år er
174 fullt ut tilfredstillende for musikk, film, litteratur og spill.
175 &lt;/blockquote&gt;
176
177 &lt;p&gt;Det virker dermed på meg som om Piratpartiet allerede har gjort
178 retrett fra sin beundringsverdige holdning om at det holdt med 14 års
179 total vernetid, til sin nye som tar utgangspunkt i levetiden til
180 opphavspersonen. Jeg håper det baserer seg på en misforståelse hos
181 piratlederen som blir korrigert tilbake til 14 års total vernetid før
182 partiet stiller til valg.&lt;/p&gt;
183
184 &lt;p&gt;Hvis du lurer på hvilke problemer lang vernetid bringer med seg,
185 anbefaler jeg å lese boken &lt;a href=&quot;http://free-culture.cc/&quot;&gt;Free
186 Culture&lt;/a&gt; av Lawrence Lessig. Jeg og en liten gruppe andre er igang
187 med å
188 &lt;a href=&quot;https://github.com/petterreinholdtsen/free-culture-lessig&quot;&gt;oversette
189 boken til bokmål&lt;/a&gt; og tar gjerne imot hjelp med oversettelse og
190 korrekturlesing.&lt;/p&gt;
191
192 &lt;p&gt;&lt;strong&gt;Oppdatering 2012-12-20&lt;/strong&gt;: Oppdaget at
193 &lt;a href=&quot;http://piratpartietnorge.org/om-gramo-og-piratpolitikken/&quot;&gt;bloggposten
194 til Geir Aaslid&lt;/a&gt; er endret siden i går, og nå inneholder følgende
195 avsnitt i stedet for det jeg siterte over:&lt;/p&gt;
196
197 &lt;blockquote&gt;
198 Hva vi gjør med opphavsretten er mer komplisert fordi den omfavner så
199 mange bransjer, med ulike behov. Enhver reform er en forbedring men
200 det er nærliggende å anta at en opphavsrett lik levetiden, evt + 14 år
201 er fullt ut tilfredstillende for mange skapere av musikk, film,
202 litteratur og spill. Det er for det meste de store forlagene som er
203 imot enhver reform.
204 &lt;/blockquote&gt;
205
206 &lt;p&gt;I tillegg har det dukket opp en setning nederst &quot;Dette dokumentet
207 er et utkast til svar på et angrep på Piratpartiet fra Gramo. Det
208 endrer seg derfor over tid og den endelige versjonen er det som blir
209 publisert på Hardware.no&quot;, som tyder på at originalformuleringen ikke
210 var veloverveid og sitatet i Aftenposten kanskje var basert på en
211 misforståelse.&lt;/p&gt;
212 </description>
213 </item>
214
215 <item>
216 <title>Ledger - double-entry accounting using text based storage format</title>
217 <link>http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</link>
218 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Ledger___double_entry_accounting_using_text_based_storage_format.html</guid>
219 <pubDate>Tue, 18 Dec 2012 23:30:00 +0100</pubDate>
220 <description>&lt;p&gt;A few days ago I came across
221 &lt;a href=&quot;http://joeyh.name/blog/entry/hledger/&quot;&gt;a blog post from Joey
222 Hess&lt;/a&gt; describing &lt;a href=&quot;http://ledger-cli.org/&quot;&gt;ledger&lt;/a&gt; and
223 hledger, a text based system for double-entry accounting. I found it
224 interesting, as I am involved with several organizations where
225 accounting is an issue, and I have not really become too friendly with
226 the different web based systems we use. I find it hard to find what I
227 look for in the menus and even harder try to get sensible data out of
228 the systems. Ledger seem different. The accounting data is kept in
229 text files that can be stored in a version control system, and there
230
231 are at least &lt;a href=&quot;https://github.com/ledger/ledger/wiki/Ports&quot;&gt;five
232 different implementations&lt;/a&gt; able to read the format. An example
233 entry look like this, and is simple enough that it will be trivial to
234 generate entries based on CVS files fetched from the bank:&lt;/p&gt;
235
236 &lt;blockquote&gt;&lt;pre&gt;
237 2004-05-27 Book Store
238 Expenses:Books $20.00
239 Liabilities:Visa
240 &lt;/pre&gt;&lt;/blockquote&gt;
241
242 &lt;p&gt;The concept seemed interesting enough for me to check it out and
243 look for others using it. I found blog posts from
244 &lt;a href=&quot;http://blog.spang.cc/posts/hledger_rocks_my_world/&quot;&gt;Christine
245 Spang&lt;/a&gt;,
246 &lt;a href=&quot;http://bugsplat.info/2010-05-23-keeping-finances-with-ledger.html&quot;&gt;Pete
247 Keen&lt;/a&gt;,
248 &lt;a href=&quot;http://blog.andrewcantino.com/blog/2010/11/06/command-line-accounting-with-ledger-and-reckon/&quot;&gt;Andrew
249 Cantino&lt;/a&gt; and
250 &lt;a href=&quot;http://blog.iphoting.com/blog/2012/11/29/command-line-double-entry-accounting/&quot;&gt;Ronald
251 Ip&lt;/a&gt; describing how they use it, as well as a post from
252 &lt;a href=&quot;https://groups.google.com/forum/?fromgroups=#!topic/ledger-cli/r0oWjwbQ9Bo&quot;&gt;Bradley
253 M. Kuhn&lt;/a&gt; at the Software Freedom Conservancy. All seemed like good
254 recommendations fitting my need.&lt;/p&gt;
255
256 &lt;p&gt;The &lt;a href=&quot;http://packages.qa.debian.org/l/ledger.html&quot;&gt;ledger&lt;/a&gt;
257 package is available in Debian Squeeze, while the
258 &lt;a href=&quot;http://packages.qa.debian.org/h/haskell-hledger.html&quot;&gt;hledger&lt;/a&gt;
259 package only is available in Debian Sid. As I use Squeeze, ledger
260 seemed the best choice to get started.&lt;/p&gt;
261
262 &lt;p&gt;To get some real data to test on, I wrote a
263 &lt;a href=&quot;http://www.nuug.no/tools/lodo2ledger&quot;&gt;web scraper&lt;/a&gt; for
264 &lt;a href=&quot;http://www.lodo.no/&quot;&gt;LODO&lt;/a&gt;, the accounting system used by
265 the &lt;a href=&quot;http://www.nuug.no/&quot;&gt;NUUG&lt;/a&gt; association, and started to
266 play with the data set. I&#39;m not really deeply into accounting, but I
267 am able to get a simple balance and accounting status for example
268 using the &quot;&lt;tt&gt;ledger balance&lt;/tt&gt;&quot; command. But I will have to
269 gather more experience before I know if the ledger way is a good fit
270 for the organisations I am involved in.&lt;/p&gt;
271 </description>
272 </item>
273
274 <item>
275 <title>61 kommuner lenker nå til FiksGataMi fra sine nettsider</title>
276 <link>http://people.skolelinux.org/pere/blog/61_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider.html</link>
277 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/61_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider.html</guid>
278 <pubDate>Tue, 11 Dec 2012 23:55:00 +0100</pubDate>
279 <description>&lt;p&gt;For noen dager siden omfavnet nok en kommune NUUGs
280 &lt;a href=&quot;http://www.fiksgatami.no/&quot;&gt;FiksGataMi&lt;/a&gt;. Med 61 kommuner
281 som lenker til FiksGataMi fra sine hjemmesider er «markedsandelen» 14%
282 (av 429 kommuner). Siden
283 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/59_kommuner_omfavner_n__FiksGataMi.html&quot;&gt;siste
284 oppdatering i november&lt;/a&gt; har kommunene Re og Vågsøy kommet til og
285 slår følge med kommunene Askim, Askøy, Audnedal, Aure, Balestrand,
286 Bærum, Eide, Farsund, Flekkefjord, Folldal, Gran, Grue, Hadsel,
287 Halden, Halsa, Hamar, Hobøl, Holtålen, Hægebostad, Høyanger,
288 Kongsberg, Kristiansund, Kvinesdal, Kviteseid, Levanger, Lindesnes,
289 Luster, Lyngdal, Løten, Mandal, Marnardal, Moss, Namsos, Nissedal,
290 Nordreisa, Randaberg, Rindal, Sel, Sirdal, Skiptvet, Sortland,
291 Spydeberg, Stange, Stjørdal, Stord, Søgne, Sør-Odal, Tolga, Trysil,
292 Tynset, Tysvær, Ullensvang Herad, Utsira, Vennesla, Verdal, Vågan,
293 Vågå, Våler og Åseral. Oppdatert liste er tilgjengelig fra
294 &lt;a href=&quot;http://wiki.nuug.no/grupper/fiksgatami/positivemottakere&quot;&gt;NUUGs
295 wiki&lt;/a&gt;. Kartet er dog ikke oppdatert med de siste kommunene.&lt;/p&gt;
296
297 &lt;p&gt;Kanskje du bør høre med din kommune om de vil bli mer aktive
298 brukere av FiksGataMi? Se
299 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/40_kommuner_lenker_n__til_FiksGataMi_fra_sine_nettsider___gj_r_din_.html&quot;&gt;en
300 tidligere bloggpost&lt;/a&gt; med tips om hvordan det kan gjøres.&lt;/p&gt;
301
302 &lt;p&gt;I snitt rapporteres det nå via FiksGataMi ca. 60 meldinger fra
303 innbyggerne i uka om feil på offentlig infrastruktur.&lt;/p&gt;
304 </description>
305 </item>
306
307 <item>
308 <title>Scripting the Cerebrum/bofhd user administration system using XML-RPC</title>
309 <link>http://people.skolelinux.org/pere/blog/Scripting_the_Cerebrum_bofhd_user_administration_system_using_XML_RPC.html</link>
310 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Scripting_the_Cerebrum_bofhd_user_administration_system_using_XML_RPC.html</guid>
311 <pubDate>Thu, 6 Dec 2012 10:30:00 +0100</pubDate>
312 <description>&lt;p&gt;Where I work at the &lt;a href=&quot;http://www.uio.no/&quot;&gt;University of
313 Oslo&lt;/a&gt;, we use the
314 &lt;a href=&quot;http://sourceforge.net/projects/cerebrum/&quot;&gt;Cerebrum user
315 administration system&lt;/a&gt; to maintain users, groups, DNS, DHCP, etc.
316 I&#39;ve known since the system was written that the server is providing
317 an &lt;a href=&quot;http://en.wikipedia.org/wiki/XML-RPC&quot;&gt;XML-RPC&lt;/a&gt; API, but
318 I have never spent time to try to figure out how to use it, as we
319 always use the bofh command line client at work. Until today. I want
320 to script the updating of DNS and DHCP to make it easier to set up
321 virtual machines. Here are a few notes on how to use it with
322 Python.&lt;/p&gt;
323
324 &lt;p&gt;I started by looking at the source of the Java
325 &lt;a href=&quot;http://cerebrum.svn.sourceforge.net/viewvc/cerebrum/trunk/cerebrum/clients/jbofh/&quot;&gt;bofh
326 client&lt;/a&gt;, to figure out how it connected to the API server. I also
327 googled for python examples on how to use XML-RPC, and found
328 &lt;a href=&quot;http://tldp.org/HOWTO/XML-RPC-HOWTO/xmlrpc-howto-python.html&quot;&gt;a
329 simple example in&lt;/a&gt; the XML-RPC howto.&lt;/p&gt;
330
331 &lt;p&gt;This simple example code show how to connect, get the list of
332 commands (as a JSON dump), and how to get the information about the
333 user currently logged in:&lt;/p&gt;
334
335 &lt;blockquote&gt;&lt;pre&gt;
336 #!/usr/bin/env python
337 import getpass
338 import xmlrpclib
339 server_url = &#39;https://cerebrum-uio.uio.no:8000&#39;;
340 username = getpass.getuser()
341 password = getpass.getpass()
342 server = xmlrpclib.Server(server_url);
343 #print server.get_commands(sessionid)
344 sessionid = server.login(username, password)
345 print server.run_command(sessionid, &quot;user_info&quot;, username)
346 result = server.logout(sessionid)
347 print result
348 &lt;/pre&gt;&lt;/blockquote&gt;
349
350 &lt;p&gt;Armed with this knowledge I can now move forward and script the DNS
351 and DHCP updates I wanted to do.&lt;/p&gt;
352 </description>
353 </item>
354
355 </channel>
356 </rss>