<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Omega2 sh iot-weather-station&#x2F;install.sh  ran out of memory]]></title><description><![CDATA[<p dir="auto">Hi, I am running the iot-weather-station example on my omega2, but when I run the <a href="http://install.sh" rel="nofollow">install.sh</a> script my omega2 dies.</p>
<p dir="auto">root@Omega-D297:~# cd iot-weather-station/<br />
root@Omega-D297:~/iot-weather-station# ls<br />
<a href="http://README.md" rel="nofollow">README.md</a>              <a href="http://helpers.py" rel="nofollow">helpers.py</a>             <a href="http://main.py" rel="nofollow">main.py</a>                <a href="http://watsonHelper.py" rel="nofollow">watsonHelper.py</a><br />
<a href="http://arduinoDockHelper.py" rel="nofollow">arduinoDockHelper.py</a>   init.d                 <a href="http://serialHelper.py" rel="nofollow">serialHelper.py</a><br />
device.cfg             <a href="http://install.sh" rel="nofollow">install.sh</a>             setuptools-33.1.1.zip<br />
root@Omega-D297:~/iot-weather-station# sh <a href="http://install.sh" rel="nofollow">install.sh</a><br />
Downloading <a href="http://repo.onion.io/omega2/packages/core/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/core/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_core<br />
Downloading <a href="http://repo.onion.io/omega2/packages/core/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/core/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/base/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/base/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_base<br />
Downloading <a href="http://repo.onion.io/omega2/packages/base/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/base/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/packages/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/packages/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_packages<br />
Downloading <a href="http://repo.onion.io/omega2/packages/packages/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/packages/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/onion/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/onion/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_onion<br />
Downloading <a href="http://repo.onion.io/omega2/packages/onion/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/onion/Packages.sig</a><br />
Signature check passed.<br />
Package python (2.7.13-4) installed in root is up to date.<br />
Package python-pip (8.1.2-1) installed in root is up to date.<br />
Package python-pyserial (3.1.1-1) installed in root is up to date.<br />
Uninstalling setuptools-33.1.1:<br />
/usr/bin/easy_install<br />
/usr/bin/easy_install-2.7<br />
/usr/lib/python2.7/site-packages/setuptools-33.1.1-py2.7.egg<br />
Proceed (y/n)? n<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages/setuptools-33.1.1-py2.7.egg<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): iso8601 in /usr/lib/python2.7/site-packages<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): xmltodict in /usr/lib/python2.7/site-packages<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Collecting dicttoxml<br />
Downloading dicttoxml-1.7.4.tar.gz<br />
Error [Errno 12] Out of memory while executing command python <a href="http://setup.py" rel="nofollow">setup.py</a> egg_info<br />
Exception:<br />
Traceback (most recent call last):<br />
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main<br />
status = self.run(options, args)<br />
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 299, in run<br />
requirement_set.prepare_files(finder)<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 370, in prepare_files<br />
ignore_dependencies=self.ignore_dependencies))<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 601, in _prepare_file<br />
abstract_dist.prep_for_dist()<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 127, in prep_for_dist<br />
self.req_to_install.run_egg_info()<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 425, in run_egg_info<br />
command_desc='python <a href="http://setup.py" rel="nofollow">setup.py</a> egg_info')<br />
File "/usr/lib/python2.7/site-packages/pip/utils/<strong>init</strong>.py", line 678, in call_subprocess<br />
cwd=cwd, env=env)<br />
File "/usr/lib/python2.7/subprocess.py", line 390, in <strong>init</strong><br />
errread, errwrite)<br />
File "/usr/lib/python2.7/subprocess.py", line 916, in _execute_child<br />
self.pid = os.fork()<br />
OSError: [Errno 12] Out of memory</p>
]]></description><link>http://community.onion.io/topic/2383/omega2-sh-iot-weather-station-install-sh-ran-out-of-memory</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 08:06:52 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2383.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Sep 2017 21:26:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Omega2 sh iot-weather-station&#x2F;install.sh  ran out of memory on Tue, 26 Sep 2017 21:26:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I am running the iot-weather-station example on my omega2, but when I run the <a href="http://install.sh" rel="nofollow">install.sh</a> script my omega2 dies.</p>
<p dir="auto">root@Omega-D297:~# cd iot-weather-station/<br />
root@Omega-D297:~/iot-weather-station# ls<br />
<a href="http://README.md" rel="nofollow">README.md</a>              <a href="http://helpers.py" rel="nofollow">helpers.py</a>             <a href="http://main.py" rel="nofollow">main.py</a>                <a href="http://watsonHelper.py" rel="nofollow">watsonHelper.py</a><br />
<a href="http://arduinoDockHelper.py" rel="nofollow">arduinoDockHelper.py</a>   init.d                 <a href="http://serialHelper.py" rel="nofollow">serialHelper.py</a><br />
device.cfg             <a href="http://install.sh" rel="nofollow">install.sh</a>             setuptools-33.1.1.zip<br />
root@Omega-D297:~/iot-weather-station# sh <a href="http://install.sh" rel="nofollow">install.sh</a><br />
Downloading <a href="http://repo.onion.io/omega2/packages/core/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/core/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_core<br />
Downloading <a href="http://repo.onion.io/omega2/packages/core/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/core/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/base/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/base/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_base<br />
Downloading <a href="http://repo.onion.io/omega2/packages/base/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/base/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/packages/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/packages/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_packages<br />
Downloading <a href="http://repo.onion.io/omega2/packages/packages/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/packages/Packages.sig</a><br />
Signature check passed.<br />
Downloading <a href="http://repo.onion.io/omega2/packages/onion/Packages.gz" rel="nofollow">http://repo.onion.io/omega2/packages/onion/Packages.gz</a><br />
Updated list of available packages in /var/opkg-lists/omega2_onion<br />
Downloading <a href="http://repo.onion.io/omega2/packages/onion/Packages.sig" rel="nofollow">http://repo.onion.io/omega2/packages/onion/Packages.sig</a><br />
Signature check passed.<br />
Package python (2.7.13-4) installed in root is up to date.<br />
Package python-pip (8.1.2-1) installed in root is up to date.<br />
Package python-pyserial (3.1.1-1) installed in root is up to date.<br />
Uninstalling setuptools-33.1.1:<br />
/usr/bin/easy_install<br />
/usr/bin/easy_install-2.7<br />
/usr/lib/python2.7/site-packages/setuptools-33.1.1-py2.7.egg<br />
Proceed (y/n)? n<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages/setuptools-33.1.1-py2.7.egg<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): iso8601 in /usr/lib/python2.7/site-packages<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Requirement already satisfied (use --upgrade to upgrade): xmltodict in /usr/lib/python2.7/site-packages<br />
You are using pip version 8.1.2, however version 9.0.1 is available.<br />
You should consider upgrading via the 'pip install --upgrade pip' command.<br />
Collecting dicttoxml<br />
Downloading dicttoxml-1.7.4.tar.gz<br />
Error [Errno 12] Out of memory while executing command python <a href="http://setup.py" rel="nofollow">setup.py</a> egg_info<br />
Exception:<br />
Traceback (most recent call last):<br />
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main<br />
status = self.run(options, args)<br />
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 299, in run<br />
requirement_set.prepare_files(finder)<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 370, in prepare_files<br />
ignore_dependencies=self.ignore_dependencies))<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 601, in _prepare_file<br />
abstract_dist.prep_for_dist()<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 127, in prep_for_dist<br />
self.req_to_install.run_egg_info()<br />
File "/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 425, in run_egg_info<br />
command_desc='python <a href="http://setup.py" rel="nofollow">setup.py</a> egg_info')<br />
File "/usr/lib/python2.7/site-packages/pip/utils/<strong>init</strong>.py", line 678, in call_subprocess<br />
cwd=cwd, env=env)<br />
File "/usr/lib/python2.7/subprocess.py", line 390, in <strong>init</strong><br />
errread, errwrite)<br />
File "/usr/lib/python2.7/subprocess.py", line 916, in _execute_child<br />
self.pid = os.fork()<br />
OSError: [Errno 12] Out of memory</p>
]]></description><link>http://community.onion.io/post/14587</link><guid isPermaLink="true">http://community.onion.io/post/14587</guid><dc:creator><![CDATA[Jorge Alvarado]]></dc:creator><pubDate>Tue, 26 Sep 2017 21:26:45 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2 sh iot-weather-station&#x2F;install.sh  ran out of memory on Wed, 27 Sep 2017 10:50:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4585">@Jorge-Alvarado</a> said in <a href="/post/14587">Omega2 sh iot-weather-station/install.sh ran out of memory</a>:</p>
<blockquote>
<p dir="auto">iot-weather-station example on my omega2,</p>
</blockquote>
<p dir="auto">the document stated "The Omega’s firmware along with this project and its dependencies will require approximately 18 MB of storage space. If you wish to install apps on the Console such as the Editor, we recommend booting the filesystem from an external SD card or USB drive." did you have filesystem on sd card or usb drive?  most likely it would also be best to create a swap space, have you followed onions instructions for creating a swap space?<br />
<a href="https://docs.onion.io/omega2-docs/extending-omega-memory.html" rel="nofollow">https://docs.onion.io/omega2-docs/extending-omega-memory.html</a><br />
and also,  booting from external storage/ setup overlay.<br />
<a href="https://docs.onion.io/omega2-docs/boot-from-external-storage.html" rel="nofollow">https://docs.onion.io/omega2-docs/boot-from-external-storage.html</a></p>
]]></description><link>http://community.onion.io/post/14589</link><guid isPermaLink="true">http://community.onion.io/post/14589</guid><dc:creator><![CDATA[Douglas Kryder]]></dc:creator><pubDate>Wed, 27 Sep 2017 10:50:06 GMT</pubDate></item><item><title><![CDATA[Reply to Omega2 sh iot-weather-station&#x2F;install.sh  ran out of memory on Fri, 29 Sep 2017 22:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1572">@Douglas-Kryder</a> said in <a href="/post/14589">Omega2 sh iot-weather-station/install.sh ran out of memory</a>:</p>
<blockquote>
<p dir="auto"><a href="https://docs.onion.io/omega2-docs/extending-omega-memory.html" rel="nofollow">https://docs.onion.io/omega2-docs/extending-omega-memory.html</a></p>
</blockquote>
<p dir="auto">Thanks for your feedback. I created more swap space on my omega 2 and I was able to install the IoT Watson Example.</p>
<p dir="auto">Thank you.</p>
]]></description><link>http://community.onion.io/post/14597</link><guid isPermaLink="true">http://community.onion.io/post/14597</guid><dc:creator><![CDATA[Jorge Alvarado]]></dc:creator><pubDate>Fri, 29 Sep 2017 22:59:41 GMT</pubDate></item></channel></rss>