<?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=3366&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Can't execute program. System doesn't recognize it's location.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3366</link>
		<description><![CDATA[The most recent posts in Can't execute program. System doesn't recognize it's location..]]></description>
		<lastBuildDate>Wed, 11 Mar 2020 17:11:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20479#p20479</link>
			<description><![CDATA[<div class="quotebox"><cite>take_a_number wrote:</cite><blockquote><div><div class="codebox"><pre><code>[username]@[hostname]:~$ file ~/Desktop/palemoon/palemoon
/home/[username]/Desktop/palemoon/palemoon: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=85a9932d8111ba3bb1c58f85331435adab6e79e8, stripped</code></pre></div></div></blockquote></div><p>That&#039;s probably the wrong architecture. Unless your system is very old you want a 64-bit executable.</p><p>Post output from <span class="bbc">uname -a</span> which will tell us what sort of system you are running on, and what OS it runs.</p><p>Also post output from <span class="bbc">ls -ld ~/Desktop/palemoon/palemoon</span> so we can see what permissions it has.</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 11 Mar 2020 17:11:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20479#p20479</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20478#p20478</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>&quot;Failed to execute child process &quot;home/[username]/Desktop/palemoon/palemoon&quot; (No such file or directory)&quot;</p></div></blockquote></div><p>That should read <strong>/</strong>home/[username]/Desktop/palemoon/palemoon.</p><p>However, try moving it to /home/[username]/palemoon/palemoon &amp; running by typing ./palemoon/palemoon in a terminal.<br />(If that doesn&#039;t work, check the permissions.)</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Wed, 11 Mar 2020 10:05:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20478#p20478</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20477#p20477</link>
			<description><![CDATA[<div class="quotebox"><cite>take_a_number wrote:</cite><blockquote><div><p>Well I&#039;d love to try that but unfortunately I&#039;d need to reinstall everything since I already forgot what I set my root password as. Which wouldn&#039;t be an issue, were it not for the fact that the machine I&#039;m doing this on is a TOSHIBA and for some odd reason I can no longer access the BIOS after installing.</p></div></blockquote></div><p>Root password can be reset AFAIK so no need for reinstall Devuan.</p><p>Palemoon has some troubles in LXDE but I&#039;m not sure whether it apply to LXQT too. Can you try another DE ? Icewm or Xfce for example.</p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Wed, 11 Mar 2020 07:26:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20477#p20477</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20476#p20476</link>
			<description><![CDATA[<p>More importantly you&#039;ll need to spell the argument the way it was given,<br />i.e. <span class="bbc">--print-architecture</span> rather than <span class="bbc">--print-architexture</span></p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 11 Mar 2020 03:30:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20476#p20476</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20474#p20474</link>
			<description><![CDATA[<p>You have to run dpkg as root.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 10 Mar 2020 21:57:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20474#p20474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20473#p20473</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>take_a_number wrote:</cite><blockquote><div><p>&quot;Failed to execute child process &quot;home/[username]/Desktop/palemoon/palemoon&quot; (No such file or directory)&quot;</p></div></blockquote></div><p>Have you downloaded the correct architecture?</p><div class="codebox"><pre><code>file ~/Desktop/palemoon/palemoon
dpkg --print-architecture</code></pre></div></div></blockquote></div><p>Not too sure what this was meant to accomplish but I don&#039;t think it worked.</p><div class="codebox"><pre><code>[username]@[hostname]:~$ file ~/Desktop/palemoon/palemoon
/home/[username]/Desktop/palemoon/palemoon: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=85a9932d8111ba3bb1c58f85331435adab6e79e8, stripped
[username]@[hostname]:~$ dpkg --print-architexture
dpkg: error: unknown option --print-architexture

Type dpkg --help for help about installing and deinstalling packages [*];
Use &#039;apt&#039; or &#039;aptitude&#039; for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through &#039;less&#039; or &#039;more&#039; !</code></pre></div><p>Did you mistype the second instruction set perhaps?</p><div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Extract Palemoon to /tmp.<br />As root do a <span class="bbc">cd /tmp</span> and then <span class="bbc">mv palemoon /opt/palemoon</span><br />As user create starter on the desktop that calls up <span class="bbc">/opt/palemoon/palemoon</span></p><p>That should work fine.</p><p>rolfie</p></div></blockquote></div><p>Well I&#039;d love to try that but unfortunately I&#039;d need to reinstall everything since I already forgot what I set my root password as. Which wouldn&#039;t be an issue, were it not for the fact that the machine I&#039;m doing this on is a TOSHIBA and for some odd reason I can no longer access the BIOS after installing.</p><p>This is actually the second time in a row now I&#039;ve had this issue. The first time I was able to hold down Fn + F12 and reach the boot options, but after my first install I could no longer do this. I was later able to get back in by taking out the battery, running on AC power and then holding Fn and repeatedly pressing F12. Now neither of these options work any longer and I have no idea what the hell is going on. I&#039;m probably going to have to try and flash the BIOS on this damn thing the next chance I get just because this thing is so damn finnicky.</p><p>If it helps diagnosis, the power options on the top right of the login screen are all greyed out. Also, this is a non-UEFI model, which is crazy, because my two Lenovos are UEFI capable and they didn&#039;t put up anywhere near as much of a fight as this bratty heap of circuits is.</p>]]></description>
			<author><![CDATA[dummy@example.com (take_a_number)]]></author>
			<pubDate>Tue, 10 Mar 2020 21:08:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20473#p20473</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20466#p20466</link>
			<description><![CDATA[<div class="quotebox"><cite>take_a_number wrote:</cite><blockquote><div><p>&quot;Failed to execute child process &quot;home/[username]/Desktop/palemoon/palemoon&quot; (No such file or directory)&quot;</p></div></blockquote></div><p>Have you downloaded the correct architecture?</p><div class="codebox"><pre><code>file ~/Desktop/palemoon/palemoon
dpkg --print-architecture</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 09 Mar 2020 15:21:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20466#p20466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20465#p20465</link>
			<description><![CDATA[<p>Extract Palemoon to /tmp.<br />As root do a <span class="bbc">cd /tmp</span> and then <span class="bbc">mv palemoon /opt/palemoon</span><br />As user create starter on the desktop that calls up <span class="bbc">/opt/palemoon/palemoon</span></p><p>That should work fine.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 09 Mar 2020 14:22:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20465#p20465</guid>
		</item>
		<item>
			<title><![CDATA[Can't execute program. System doesn't recognize it's location.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=20454#p20454</link>
			<description><![CDATA[<p>I had just installed devuan in the LXQt environment. Tried to extract Palemoon for Linux, but the system was unresponsive several times when I tried to right-click and extract the tarball. When I double clicked the tarball and extraced the program it worked fine, but if I try to run palemoon via the executable I get the following message:</p><p>&quot;Failed to execute child process &quot;home/[username]/Desktop/palemoon/palemoon&quot; (No such file or directory)&quot;</p><p>Which makes no sense because the file is <em>right there</em> along that exact filepath. I went through these steps on a virtual machine once before and never had this issue occur. What happened? Was there some kind of desyncing issue? How would I go about fixing this error?</p>]]></description>
			<author><![CDATA[dummy@example.com (take_a_number)]]></author>
			<pubDate>Mon, 09 Mar 2020 00:33:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=20454#p20454</guid>
		</item>
	</channel>
</rss>
