<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ARM on nagg.eu</title><link>https://nagg.eu/tags/arm/</link><description>Recent content in ARM on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 24 May 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/arm/index.xml" rel="self" type="application/rss+xml"/><item><title>Siemens IOT2050</title><link>https://nagg.eu/siemens-iot2050/</link><pubDate>Sun, 24 May 2020 00:00:00 +0000</pubDate><guid>https://nagg.eu/siemens-iot2050/</guid><description>&lt;p&gt;A few weeks ago Siemens released a very much needed upgrade of the IOT2000
platform; the newcomer is called IOT2050 and is a huge step forward compared
to the very very underpowered IOT2040.&lt;br&gt;
I have had one for a few days laying on my desk but I just found the time to
play with it today.&lt;br&gt;
Other than the new hardware, the officially supported operating system also
changed from Yocto Linux to Debian Buster (kudos for dropping Yocto).&lt;/p&gt;</description></item><item><title>pdnsd automatic startup Arch Linux</title><link>https://nagg.eu/pdnsd-automatic-startup-arch-linux/</link><pubDate>Sat, 30 Aug 2014 11:01:53 +0000</pubDate><guid>https://nagg.eu/pdnsd-automatic-startup-arch-linux/</guid><description>&lt;p&gt;I have this Arch Linux based ODROID-U3 I use as DLNA server, local web server…etc…and also as local DNS caching server.&lt;br&gt;
For some strange reason &lt;!-- raw HTML omitted --&gt;pdnsd&lt;!-- raw HTML omitted --&gt; doesn&amp;rsquo;t seem to start correctly on Arch Linux.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[root@server ~]# systemctl status pdnsd -l
● pdnsd.service - proxy name server
 Loaded: loaded (/usr/lib/systemd/system/pdnsd.service; enabled)
 Active: failed (Result: exit-code) since Sat 2000-01-01 20:02:07 CET; 14 years 7 months ago
 Process: 182 ExecStart=/usr/bin/pdnsd (code=exited, status=3)
 Main PID: 182 (code=exited, status=3)

Jan 01 20:02:06 server systemd[1]: Starting proxy name server...
Jan 01 20:02:06 server systemd[1]: Started proxy name server.
Jan 01 20:02:06 server pdnsd[182]: Error in config file (line 11): Failed to get IP address of eth0: Cannot assign requested address
Jan 01 20:02:07 server systemd[1]: pdnsd.service: main process exited, code=exited, status=3/NOTIMPLEMENTED
Jan 01 20:02:07 server systemd[1]: Unit pdnsd.service entered failed state.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Adding &lt;code&gt;After=network-online.target&lt;/code&gt; and &lt;code&gt;Wants=network-online.target&lt;/code&gt; in the Unit section of the startup script doesn&amp;rsquo;t seem to make any difference.&lt;br&gt;
So far the only workaround which really works is adding the line &lt;code&gt;After=multi-user.target&lt;/code&gt; in the service script.&lt;/p&gt;</description></item></channel></rss>