<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — Freelss not starting?]]></title>
		<link>https://www.soliforum.com/topic/11082/freelss-not-starting/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/11082/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Freelss not starting?.]]></description>
		<lastBuildDate>Tue, 12 May 2015 00:00:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95520/#p95520</link>
			<description><![CDATA[<div class="quotebox"><cite>hairu526 wrote:</cite><blockquote><p>The &quot;make startup&quot; command installs FreeLSS as a system service and tells the system which runtimes it should execute in.&nbsp; The script itself is a derivative of the default &quot;skeleton&quot; script that comes with the Raspberry Pi and is located in the &quot;config&quot; directory.</p></blockquote></div><p>Thanks again.&nbsp; I will add that method to my Raspbian knowledge base.</p><p>John</p>]]></description>
			<author><![CDATA[null@example.com (8-Bits)]]></author>
			<pubDate>Tue, 12 May 2015 00:00:35 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95520/#p95520</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95507/#p95507</link>
			<description><![CDATA[<p>The &quot;make startup&quot; command installs FreeLSS as a system service and tells the system which runtimes it should execute in.&nbsp; The script itself is a derivative of the default &quot;skeleton&quot; script that comes with the Raspberry Pi and is located in the &quot;config&quot; directory.</p>]]></description>
			<author><![CDATA[null@example.com (hairu526)]]></author>
			<pubDate>Mon, 11 May 2015 22:55:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95507/#p95507</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95407/#p95407</link>
			<description><![CDATA[<p>@Uriah</p><p>Thank you for the &quot;clean install&quot; syntax.</p><p>With respect to the auto-startup I had created the script below and edited &quot;profile&quot; to run it on power up.&nbsp; Is &quot;Startup&quot; a similar script?</p><p>#!/bin/bash<br />cd /home/pi/freelss/src<br />sudo ./freelss</p><p>BTW, what I did to make the Atlas scanner run as an appliance is in the Dropbox document I posted on the G+ forum.&nbsp; As you can tell the Linux OS&#039;s is not my preferred OS environment. :) </p><p>John D.</p>]]></description>
			<author><![CDATA[null@example.com (8-Bits)]]></author>
			<pubDate>Sun, 10 May 2015 23:56:25 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95407/#p95407</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95401/#p95401</link>
			<description><![CDATA[<div class="quotebox"><cite>8-Bits wrote:</cite><blockquote><p>The reason I left the executable in &quot;freelss/src&quot; is that currently when you do a FreeLSS version upgrade you have to delete the main &quot;freelss&quot; directory including all its sub directories and files.&nbsp; <br />John</p></blockquote></div><p>If you are upgrading from the Github then you should be able to just type the following (from the freelss/src directory) instead of deleting directories and files.<br /></p><div class="codebox"><pre><code>make clean &amp;&amp; make</code></pre></div><p>Also, if you want FreeLSS to start when the system is powered on, then you can type the command below.&nbsp; This will copy the freelss binary to /usr/local/bin and make the necessary changes so that it is executed when the Pi boots.<br /></p><div class="codebox"><pre><code>make startup</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (hairu526)]]></author>
			<pubDate>Sun, 10 May 2015 23:08:33 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95401/#p95401</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95384/#p95384</link>
			<description><![CDATA[<div class="quotebox"><cite>graham wrote:</cite><blockquote><p>Thanks!&nbsp; &nbsp;Moved it to /bin and it seems to start OK.&nbsp; It fails as I have no picam connected, but that&#039;s to be expected :-)</p><p>Cheers<br />G</p></blockquote></div><p>The reason I left the executable in &quot;freelss/src&quot; is that currently when you do a FreeLSS version upgrade you have to delete the main &quot;freelss&quot; directory including all its sub directories and files.&nbsp; </p><p>I don&#039;t know yet how Uriah has the automatic update working, or what the directory structure will be, but it may affect what we are doing.</p><p>John</p>]]></description>
			<author><![CDATA[null@example.com (8-Bits)]]></author>
			<pubDate>Sun, 10 May 2015 19:20:10 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95384/#p95384</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95380/#p95380</link>
			<description><![CDATA[<p>Thanks!&nbsp; &nbsp;Moved it to /bin and it seems to start OK.&nbsp; It fails as I have no picam connected, but that&#039;s to be expected :-)</p><p>Cheers<br />G</p>]]></description>
			<author><![CDATA[null@example.com (graham)]]></author>
			<pubDate>Sun, 10 May 2015 18:43:34 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95380/#p95380</guid>
		</item>
		<item>
			<title><![CDATA[Re: Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95377/#p95377</link>
			<description><![CDATA[<p>You will need to find which directory the compiled executable &quot;freelss&quot; program is located.&nbsp; It should be in /home/pi/freelss/src.&nbsp; If it is, try the following:</p><p>cd /home/pi/freelss/src<br />sudo ./freelss</p><p>John</p>]]></description>
			<author><![CDATA[null@example.com (8-Bits)]]></author>
			<pubDate>Sun, 10 May 2015 17:23:53 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95377/#p95377</guid>
		</item>
		<item>
			<title><![CDATA[Freelss not starting?]]></title>
			<link>https://www.soliforum.com/post/95368/#p95368</link>
			<description><![CDATA[<p>I have followed the instructions in Github and the other threads here and make appears to complete correctly, but when I issue the frills command I get this:</p><p>pi@Atlas3D ~/freelss $ sudo ./freelss<br />sudo: unable to resolve host Atlas3D<br />sudo: ./freelss: command not found<br />pi@Atlas3D ~/freelss $ pwd<br />/home/pi/freelss<br />pi@Atlas3D ~/freelss $ ls -l<br />total 52<br />drwxr-xr-x 2 pi pi&nbsp; 4096 May 10 08:04 config<br />drwxr-xr-x 2 pi pi&nbsp; 4096 May 10 08:04 contrib<br />-rw-r--r-- 1 pi pi 35122 May 10 08:04 LICENSE<br />-rw-r--r-- 1 pi pi&nbsp; 1532 May 10 08:04 README.md<br />drwxr-xr-x 2 pi pi&nbsp; 4096 May 10 08:06 src</p><p>Where is the executable placed?&nbsp; Any suggestions on making freelss run correctly?&nbsp; (BTW, I&#039;m running on a headless pi, not (yet) connected to any hardware).</p><p>Cheers</p>]]></description>
			<author><![CDATA[null@example.com (graham)]]></author>
			<pubDate>Sun, 10 May 2015 15:14:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/95368/#p95368</guid>
		</item>
	</channel>
</rss>
