<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3893&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Execuable files not running...]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3893</link>
		<description><![CDATA[The most recent posts in Execuable files not running....]]></description>
		<lastBuildDate>Wed, 21 Oct 2020 19:19:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25403#p25403</link>
			<description><![CDATA[<p>Good. Now what is the output of &quot;uname -m&quot;? On my machine:</p><div class="codebox"><pre><code>[6] bryan: uname -m
x86_64
[7] bryan:</code></pre></div><p> If it turns out you have a 64 bit machine like mine, then I think you need to either get a 64 bit version of your file or install a multiarch capability - i.e the files and libraries needed to support 32 bit code on a 64 bit machine.</p><p>Good luck</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Wed, 21 Oct 2020 19:19:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25403#p25403</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25402#p25402</link>
			<description><![CDATA[<div class="quotebox"><cite>bbatten wrote:</cite><blockquote><div><p>@ve1drg: Do you understand what you&#039;re being asked to do?</p><p>Enter &quot;file linbpq&quot;&#160; at the command line prompt and post output here.</p></div></blockquote></div><p>linbpq: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=0d6a50412cd7cfe0f477184bfb233016e360f5e4, not stripped</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Wed, 21 Oct 2020 12:32:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25402#p25402</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25394#p25394</link>
			<description><![CDATA[<div class="quotebox"><cite>sgage wrote:</cite><blockquote><div><div class="quotebox"><cite>ComputerBob wrote:</cite><blockquote><div><div class="codebox"><pre><code>-rwxr-xr-x 1 root root 3487264 Oct  9 10:58 linbpq</code></pre></div><p>Please forgive me if I&#039;m asking a stupid question (it wouldn&#039;t be the first time), but does that line mean that the file is owned/must be run by root?</p></div></blockquote></div><p>Nope, the &#039;x&#039; at the end means that &#039;others&#039; have execution privileges. rwxr-xr-x means owner has full privileges, group has read/execute, and other has read/execute.</p></div></blockquote></div><p>Thank you! That makes sense!&#160; <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (ComputerBob)]]></author>
			<pubDate>Tue, 20 Oct 2020 21:20:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25394#p25394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25388#p25388</link>
			<description><![CDATA[<p>So did you enable multiarch and install the 32-bit version of the libc-bin package? Those lines won&#039;t work if the files it references are not present in your system.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 18:19:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25388#p25388</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25387#p25387</link>
			<description><![CDATA[<p>I tried that line:</p><p>RTLDLIST=&quot;/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 /libx32/ld-linux-x32.so.2&quot;</p><p>and with the 32 bit change:</p><p>RTLDLIST=&quot;/lib32/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 /libx32/ld-linux-x32.so.2&quot;</p><p>No change. </p><p>Those / that file will still not run,</p><p>&lt;&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Tue, 20 Oct 2020 18:03:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25387#p25387</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25385#p25385</link>
			<description><![CDATA[<p>Finally! That was like getting blood out of a stone <img src="http://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><div class="quotebox"><cite>ve1drg wrote:</cite><blockquote><div><p>Does this say that this is a 32 bit file?</p></div></blockquote></div><p>Yes.</p><div class="quotebox"><cite>ve1drg wrote:</cite><blockquote><div><p>how can I run a 32 bit file in a 64 bit machine?</p></div></blockquote></div><p>Use a VM or <a href="https://wiki.debian.org/Multiarch/HOWTO" rel="nofollow">multiarch</a> but for the latter you will need to know which 32-bit libraries are needed to run the executable so see <a href="https://superuser.com/questions/908377/ldd-with-32-bit-binaries-on-64-bit-system-runs-but-wont-report" rel="nofollow">https://superuser.com/questions/908377/ … ont-report</a> for a way to get <span class="bbc">ldd</span> working so you can find those.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 17:54:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25385#p25385</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25384#p25384</link>
			<description><![CDATA[<div class="quotebox"><cite>bbatten wrote:</cite><blockquote><div><p>@ve1drg: Do you understand what you&#039;re being asked to do?</p><p>Enter &quot;file linbpq&quot;&#160; at the command line prompt and post output here.</p></div></blockquote></div><p>root@ve1drg:/BPQbbs/ve3bwm# file linbpq<br />linbpq: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=4634defa908c142e8292a701a0babd769a381cea, not stripped</p><p>Does this say that this is a 32 bit file?<br />I just downloaded it. Saying this was a 64bit file??</p><p>How..&#160; how can I run a 32 bit file in a 64 bit machine?</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Tue, 20 Oct 2020 17:34:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25384#p25384</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25383#p25383</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>It is rather frustrating that we have to ask this <em>three</em> times but can we please see the output of</p><div class="codebox"><pre><code>file linbpq</code></pre></div><p>And also explain from where you obtained this mysterious binary file.</p><p>EDIT: the output of this command would also be useful:</p><div class="codebox"><pre><code>ldd linbpq</code></pre></div></div></blockquote></div><p>root@ve1drg:/BPQbbs/ve3bwm# ldd linbpq<br />&#160; &#160; not a dynamic executable</p><p>??? what does that mean?&#160; Other than,&#160; is this why the program is not executable..</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Tue, 20 Oct 2020 17:32:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25383#p25383</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25382#p25382</link>
			<description><![CDATA[<p>@ve1drg: Do you understand what you&#039;re being asked to do?</p><p>Enter &quot;file linbpq&quot;&#160; at the command line prompt and post output here.</p>]]></description>
			<author><![CDATA[dummy@example.com (bbatten)]]></author>
			<pubDate>Tue, 20 Oct 2020 17:31:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25382#p25382</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25377#p25377</link>
			<description><![CDATA[<p>if the below is what you&#039;re trying to run, its 32bit only.. so install a ascii i386 (could also do that in a vm) and retry.. it won&#039;t run on x86_64.<br /><a href="https://www.cantab.net/users/john.wiseman/Documents/InstallingLINBPQ.html" rel="nofollow">https://www.cantab.net/users/john.wisem … INBPQ.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Tue, 20 Oct 2020 12:40:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25377#p25377</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25376#p25376</link>
			<description><![CDATA[<div class="quotebox"><cite>ComputerBob wrote:</cite><blockquote><div><div class="codebox"><pre><code>-rwxr-xr-x 1 root root 3487264 Oct  9 10:58 linbpq</code></pre></div><p>Please forgive me if I&#039;m asking a stupid question (it wouldn&#039;t be the first time), but does that line mean that the file is owned/must be run by root?</p></div></blockquote></div><p>Nope, the &#039;x&#039; at the end means that &#039;others&#039; have execution privileges. rwxr-xr-x means owner has full privileges, group has read/execute, and other has read/execute.</p>]]></description>
			<author><![CDATA[dummy@example.com (sgage)]]></author>
			<pubDate>Tue, 20 Oct 2020 12:03:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25376#p25376</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25372#p25372</link>
			<description><![CDATA[<div class="codebox"><pre><code>-rwxr-xr-x 1 root root 3487264 Oct  9 10:58 linbpq</code></pre></div><p>Please forgive me if I&#039;m asking a stupid question (it wouldn&#039;t be the first time), but does that line mean that the file is owned/must be run by root?</p>]]></description>
			<author><![CDATA[dummy@example.com (ComputerBob)]]></author>
			<pubDate>Tue, 20 Oct 2020 11:38:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25372#p25372</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25369#p25369</link>
			<description><![CDATA[<p>It is rather frustrating that we have to ask this <em>three</em> times but can we please see the output of</p><div class="codebox"><pre><code>file linbpq</code></pre></div><p>And also explain from where you obtained this mysterious binary file.</p><p>EDIT: the output of this command would also be useful:</p><div class="codebox"><pre><code>ldd linbpq</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 20 Oct 2020 05:35:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25369#p25369</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25366#p25366</link>
			<description><![CDATA[<p>Just further to the above....here is what I see when I run this file.&#160; It is a binary file.<br />bash: source: linbpq: cannot execute binary file<br />-rwxr-xr-x 1 root root 3487264 Oct&#160; 9 10:58 linbpq</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Mon, 19 Oct 2020 23:17:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25366#p25366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Execuable files not running...]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=25365#p25365</link>
			<description><![CDATA[<p>OK.&#160; Here is the file I would like to execute.&#160; Or run.&#160; Or whatever..</p><p>It is the file called linbpq found in the g8bpq directory. I can&#039;t post it here because I dont know how to attach it to this message.&#160; Must be a way. But cant figure it out.</p><p>It is an executable file and is normally run using ./linbpq.</p><p>Of course when that file runs it brings up a G8BPQ BBS. </p><p>I even tried using &#039;source linbpq&#039;&#160; and that gave me the same error. <br />The file will not run.</p><p>But a few days ago it ran just fine. I had that program on another distribution (Jessie) and it worked there.<br />Maybe Ascii is just too tough for this little file, eh?</p>]]></description>
			<author><![CDATA[dummy@example.com (ve1drg)]]></author>
			<pubDate>Mon, 19 Oct 2020 23:10:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=25365#p25365</guid>
		</item>
	</channel>
</rss>
