<?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[using opkg]]></title><description><![CDATA[<p dir="auto">I tried updating opkg.<br />
This is the ouput. What does that error mean?</p>
<pre><code>root@Omega-08ED:/# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
 \* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz, wget returned 8.
 \* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig, wget returned 8.
</code></pre>
]]></description><link>http://community.onion.io/topic/160/using-opkg</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 01:19:48 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/160.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Nov 2015 00:50:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to using opkg on Thu, 03 Dec 2015 00:27:31 GMT]]></title><description><![CDATA[<p dir="auto">I tried updating opkg.<br />
This is the ouput. What does that error mean?</p>
<pre><code>root@Omega-08ED:/# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:
 \* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz, wget returned 8.
 \* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.sig, wget returned 8.
</code></pre>
]]></description><link>http://community.onion.io/post/1200</link><guid isPermaLink="true">http://community.onion.io/post/1200</guid><dc:creator><![CDATA[Luis-Johannes Schubert]]></dc:creator><pubDate>Thu, 03 Dec 2015 00:27:31 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Sun, 29 Nov 2015 01:09:59 GMT]]></title><description><![CDATA[<p dir="auto">From the <a href="https://www.gnu.org/software/wget/manual/html_node/Exit-Status.html" rel="nofollow">wget man page</a> exit status 8 is</p>
<blockquote>
<p dir="auto">Server issued an error response.</p>
</blockquote>
<p dir="auto">EDIT:  You repo string is wrong there is no /generic/packages/onion path on <a href="http://downloads.openwrt.org" rel="nofollow">downloads.openwrt.org</a>. it is just <a href="https://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/" rel="nofollow">generic/packages/packages.</a></p>
<p dir="auto">Good luck.</p>
]]></description><link>http://community.onion.io/post/1202</link><guid isPermaLink="true">http://community.onion.io/post/1202</guid><dc:creator><![CDATA[T NT]]></dc:creator><pubDate>Sun, 29 Nov 2015 01:09:59 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Sun, 29 Nov 2015 01:37:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/346">@Luis-Johannes-Schubert</a> <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/70">@T-NT</a> There seems to be some issue with OpenWRT's repos. We'll have our own repo soon, so this problem should be fixed. But for now, just do the following:</p>
<pre><code>vi /etc/opkg.conf
</code></pre>
<p dir="auto">Remove the last line because there is an issue with checking the signatures, and save the file.</p>
<pre><code>opkg update
</code></pre>
]]></description><link>http://community.onion.io/post/1207</link><guid isPermaLink="true">http://community.onion.io/post/1207</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Sun, 29 Nov 2015 01:37:18 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Wed, 02 Dec 2015 19:13:04 GMT]]></title><description><![CDATA[<p dir="auto">I'm still getting this error!</p>
<blockquote>
<p dir="auto">Collected errors: * opkg_download: Failed to download <a href="http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz" rel="nofollow">http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/onion/Packages.gz</a>, wget returned 8.</p>
</blockquote>
<p dir="auto">any fixes yet? I'd like to start playing with my new "toy" <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/1430</link><guid isPermaLink="true">http://community.onion.io/post/1430</guid><dc:creator><![CDATA[Marc R]]></dc:creator><pubDate>Wed, 02 Dec 2015 19:13:04 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Wed, 02 Dec 2015 23:16:48 GMT]]></title><description><![CDATA[<p dir="auto">Turns out mine shipped with old firmware and an update is what I needed.</p>
<p dir="auto">Hopefully you guys get on top of creating more detailed tutorials and getting started guides.</p>
]]></description><link>http://community.onion.io/post/1459</link><guid isPermaLink="true">http://community.onion.io/post/1459</guid><dc:creator><![CDATA[Marc R]]></dc:creator><pubDate>Wed, 02 Dec 2015 23:16:48 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Thu, 03 Dec 2015 00:17:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/609">@Marc-R</a> Whoops, looks like we left out the steps to update the firmware in the <a href="https://wiki.onion.io/get-started" rel="nofollow">Get Started guide</a> when we migrated it to the wiki.</p>
<p dir="auto">Sorry bout that, It's updated now!</p>
]]></description><link>http://community.onion.io/post/1465</link><guid isPermaLink="true">http://community.onion.io/post/1465</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Thu, 03 Dec 2015 00:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Sun, 12 Mar 2017 04:40:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/5">@Boken-Lin</a> after 'vi /etc/opkg.conf' I get '-ash: /bin/vi: Exec format error'</p>
]]></description><link>http://community.onion.io/post/12008</link><guid isPermaLink="true">http://community.onion.io/post/12008</guid><dc:creator><![CDATA[Donald Wright]]></dc:creator><pubDate>Sun, 12 Mar 2017 04:40:59 GMT</pubDate></item><item><title><![CDATA[Reply to using opkg on Sun, 12 Mar 2017 14:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/3303">@Donald-Wright</a> :</p>
<p dir="auto"><a href="https://community.onion.io/topic/93/signature-check-failed-var-opkg-lists-chaos_calmer_packages/9" rel="nofollow">https://community.onion.io/topic/93/signature-check-failed-var-opkg-lists-chaos_calmer_packages/9</a></p>
]]></description><link>http://community.onion.io/post/12032</link><guid isPermaLink="true">http://community.onion.io/post/12032</guid><dc:creator><![CDATA[Luciano S.]]></dc:creator><pubDate>Sun, 12 Mar 2017 14:26:27 GMT</pubDate></item></channel></rss>