<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Brendan, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968943#M23503</link>
    <description>&lt;P&gt;Hi Brendan,&lt;/P&gt;

&lt;P&gt;if you call the current downloadable images "old images" - what are the right "new images"? where to get them?&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
	Matthias&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 08:53:39 GMT</pubDate>
    <dc:creator>Matthias_H_Intel</dc:creator>
    <dc:date>2014-04-02T08:53:39Z</dc:date>
    <item>
      <title>problem running start-agent.sh</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968939#M23499</link>
      <description>&lt;P&gt;I have booted into Galileo using the SD card image downloaded from &lt;A href="http://iotdk.intel.com/images/1.0/iot-devkit-201402201605-mmcblkp0.direct.bz2" style="color: rgb(0, 113, 197); font-size: 1.14em;"&gt;SD card (200MB Zipped).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tried to run the start-agent.sh script in /usr/lib/node_modules/iotkit-agent/ directory, but the following error appear: "forever: command not found"&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:root@clanton"&gt;root@clanton&lt;/A&gt;:~# cd /usr/lib/node_modules/iotkit-agent/&lt;BR /&gt;&lt;A href="mailto:root@clanton:/usr/lib/node_modules/iotkit-agent"&gt;root@clanton:/usr/lib/node_modules/iotkit-agent&lt;/A&gt;# ./start-agent.sh&lt;/P&gt;&lt;P&gt;============================================&lt;BR /&gt;&amp;nbsp;IoT Kit Agent&lt;BR /&gt;============================================&lt;BR /&gt;./start-agent.sh: line 17: forever: command not found&lt;BR /&gt;done&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:17:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968939#M23499</guid>
      <dc:creator>EngKean_L_Intel</dc:creator>
      <dc:date>2014-04-02T08:17:42Z</dc:date>
    </item>
    <item>
      <title>please run the agent from</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968940#M23500</link>
      <description>&lt;P&gt;please run the agent from /usr/bin/iotkit-agent. Note it's probably already running so do a `killall node` first &amp;amp; make sure your date/time is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:23:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968940#M23500</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-04-02T08:23:36Z</dc:date>
    </item>
    <item>
      <title>There is no /usr/bin/iotkit</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968941#M23501</link>
      <description>&lt;P&gt;There is no /usr/bin/iotkit-agent directory. I am using the original image downloaded without any changes.&lt;/P&gt;

&lt;P&gt;Should I install the iotkit agent first?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:28:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968941#M23501</guid>
      <dc:creator>EngKean_L_Intel</dc:creator>
      <dc:date>2014-04-02T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Quote:Eng Kean Lee (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968942#M23502</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Eng Kean Lee (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;There is no /usr/bin/iotkit-agent directory. I am using the original image downloaded without any changes.&lt;/P&gt;

&lt;P&gt;Should I install the iotkit agent first?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;My bad, had a quick look and that simlink isn't there in those old images :) Just follow what the init script does:&lt;/P&gt;

&lt;P&gt;NODEJS="/usr/lib/node_modules"&lt;BR /&gt;
	cd ${NODEJS}/iotkit-agent/&lt;BR /&gt;
	${NODEJS}/forever/bin/forever start -m 1 \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -a -l "/tmp/forever.log" \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --sourceDir ${NODEJS}/iotkit-agent \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --minUptime 1s \&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --spinSleepTime 3s agent.js&lt;/P&gt;

&lt;P&gt;so node agent.js from /usr/lib/node_modules should be what you run. start-iotkit script is from upstream and is not tailored to work on our images.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:51:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968942#M23502</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-04-02T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Hi Brendan,</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968943#M23503</link>
      <description>&lt;P&gt;Hi Brendan,&lt;/P&gt;

&lt;P&gt;if you call the current downloadable images "old images" - what are the right "new images"? where to get them?&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
	Matthias&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:53:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968943#M23503</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-04-02T08:53:39Z</dc:date>
    </item>
    <item>
      <title>when you said "start-iotkit</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968944#M23504</link>
      <description>&lt;P&gt;when you said "start-iotkit script is from upstream", what do you mean by upstream?&lt;/P&gt;

&lt;P&gt;How to relate this iotkit-agent on Galileo and the &lt;A href="http://enableiot.com/"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;enableiot.com&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; cloud hosting?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:31:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968944#M23504</guid>
      <dc:creator>EngKean_L_Intel</dc:creator>
      <dc:date>2014-04-02T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Quote:Eng Kean Lee (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968945#M23505</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Eng Kean Lee (Intel) wrote:&lt;BR /&gt;when you said "start-iotkit script is from upstream", what do you mean by upstream?&lt;P&gt;&lt;/P&gt;

&lt;P&gt;How to relate this iotkit-agent on Galileo and the &lt;A href="http://enableiot.com/" rel="nofollow"&gt;enableiot.com&lt;/A&gt; cloud hosting?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;This is upstream for the enableiot.com client:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/enableiot/" target="_blank"&gt;https://github.com/enableiot/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/enableiot/iotkit-agent" target="_blank"&gt;https://github.com/enableiot/iotkit-agent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/enableiot/iotkit-samples" target="_blank"&gt;https://github.com/enableiot/iotkit-samples&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;matthias-hahn (Intel) wrote:&lt;BR /&gt;if you call the current downloadable images "old images" - what are the right "new images"? where to get them?&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You build them from git :) &lt;A href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-devkit/log/?h=devkit-next" target="_blank"&gt;http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-devkit/log/?h=devkit-next&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:44:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968945#M23505</guid>
      <dc:creator>Brendan_L_Intel</dc:creator>
      <dc:date>2014-04-02T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Quote:Brendan Le Foll (Intel)</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968946#M23506</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Brendan Le Foll (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You build them from git :) &lt;A href="http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-devkit/log/?h=devkit-next"&gt;http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-devkit/log/?h=d...&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;how do I see on git whether it's a daily version or a tested version? Referring to the actual full images as "old images" I assume there is at least a release candidate snapshot? Is there a specific git branch for those?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:50:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968946#M23506</guid>
      <dc:creator>Matthias_H_Intel</dc:creator>
      <dc:date>2014-04-02T09:50:15Z</dc:date>
    </item>
    <item>
      <title>I ran into a similar issue as</title>
      <link>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968947#M23507</link>
      <description>&lt;P&gt;I ran into a similar issue as the original poster.&amp;nbsp;&amp;nbsp; What fixed it for me was to run the following:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;npm install forever -g&lt;/PRE&gt;

&lt;P&gt;it seems this step was skipped when i ran setup-agent.sh&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 23:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/problem-running-start-agent-sh/m-p/968947#M23507</guid>
      <dc:creator>Todd_S_Intel</dc:creator>
      <dc:date>2014-04-04T23:01:08Z</dc:date>
    </item>
  </channel>
</rss>

