<?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[Mango 3.0.1 &amp; Debian Error]]></title><description><![CDATA[<p dir="auto">Hello, i am trying to run mango free 3.0.1 on Debian Jessie</p>
<pre><code>uname -rv
3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02)
</code></pre>
<pre><code>java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
</code></pre>
<pre><code>echo $JAVA_HOME
/usr/lib/jvm/java-8-oracle
</code></pre>
<p dir="auto">I copied mango files in /opt/mango directory<br />
I have changed permissions to all /bin scripts,<br />
but when I am trying to execute <a href="http://ma.sh" rel="nofollow ugc">ma.sh</a> script:</p>
<pre><code>sh ma.sh start
ma.sh: 25: ma.sh: Syntax error: Bad fd number
</code></pre>
]]></description><link>https://forum.mango-os.com/topic/2764/mango-3-0-1-debian-error</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 13:42:43 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2764.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 May 2017 05:22:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mango 3.0.1 &amp; Debian Error on Wed, 17 May 2017 14:19:40 GMT]]></title><description><![CDATA[<p dir="auto">No worries, it's what we're here for! Please feel free to post any and all questions you have (well, it can be good to try to answer them for yourself first, of course)!</p>
]]></description><link>https://forum.mango-os.com/post/14445</link><guid isPermaLink="true">https://forum.mango-os.com/post/14445</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 17 May 2017 14:19:40 GMT</pubDate></item><item><title><![CDATA[Reply to Mango 3.0.1 &amp; Debian Error on Wed, 17 May 2017 06:17:27 GMT]]></title><description><![CDATA[<p dir="auto">I must apologize to you. Of course Mango is now working fine. I am beginner in unix system, so I'm making so basic mistakes. Thank You for your help.</p>
]]></description><link>https://forum.mango-os.com/post/14443</link><guid isPermaLink="true">https://forum.mango-os.com/post/14443</guid><dc:creator><![CDATA[garlinski]]></dc:creator><pubDate>Wed, 17 May 2017 06:17:27 GMT</pubDate></item><item><title><![CDATA[Reply to Mango 3.0.1 &amp; Debian Error on Tue, 16 May 2017 19:23:31 GMT]]></title><description><![CDATA[<p dir="auto">Ah, that explains why the first error occurred, I overlooked you were using sh. In bash the &amp;&gt; and &gt;&amp; are equivalent in that place I pointed out. The hashbang is /bin/bash, is there a reason you're using sh?</p>
]]></description><link>https://forum.mango-os.com/post/14435</link><guid isPermaLink="true">https://forum.mango-os.com/post/14435</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 16 May 2017 19:23:31 GMT</pubDate></item><item><title><![CDATA[Reply to Mango 3.0.1 &amp; Debian Error on Tue, 16 May 2017 19:20:49 GMT]]></title><description><![CDATA[<p dir="auto">There is something more, but still does not want to work</p>
<pre><code>sh ma.sh start
MA_HOME is /opt/mango
ma.sh: 30: ma.sh: source: not found
/opt/mango/bin/ma-start.sh: line 99: -server: command not found
ma-start: MA started with Process ID:  2178
ma-start: no restart flag found, not restarting MA
ma-start: MA done
</code></pre>
]]></description><link>https://forum.mango-os.com/post/14434</link><guid isPermaLink="true">https://forum.mango-os.com/post/14434</guid><dc:creator><![CDATA[garlinski]]></dc:creator><pubDate>Tue, 16 May 2017 19:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to Mango 3.0.1 &amp; Debian Error on Mon, 15 May 2017 16:52:56 GMT]]></title><description><![CDATA[<p dir="auto">I suspect</p>
<pre><code>mkdir "$MA_HOME"/logs/ &gt;&amp;/dev/null
</code></pre>
<p dir="auto">should be</p>
<pre><code>mkdir "$MA_HOME"/logs/ &amp;&gt;/dev/null
</code></pre>
<p dir="auto">in your <code>ma.sh</code> script.</p>
]]></description><link>https://forum.mango-os.com/post/14407</link><guid isPermaLink="true">https://forum.mango-os.com/post/14407</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 15 May 2017 16:52:56 GMT</pubDate></item></channel></rss>