<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Kissdx_on_FreeNAS</id>
	<title>Kissdx on FreeNAS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=Kissdx_on_FreeNAS"/>
	<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=Kissdx_on_FreeNAS&amp;action=history"/>
	<updated>2026-06-16T23:42:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.15</generator>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=Kissdx_on_FreeNAS&amp;diff=406&amp;oldid=prev</id>
		<title>Lars: Protected &quot;Kissdx on FreeNAS&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=Kissdx_on_FreeNAS&amp;diff=406&amp;oldid=prev"/>
		<updated>2012-02-22T18:50:05Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/index.php?title=Kissdx_on_FreeNAS&quot; title=&quot;Kissdx on FreeNAS&quot;&gt;Kissdx on FreeNAS&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:50, 22 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=Kissdx_on_FreeNAS&amp;diff=42&amp;oldid=prev</id>
		<title>Lars: Created page with &quot;Back  The kissdx daemon can be used on FreeNAS to further extend the functionality of FreeNAS. However, I have not been able (nor have I tried) to embed the ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=Kissdx_on_FreeNAS&amp;diff=42&amp;oldid=prev"/>
		<updated>2012-02-03T08:31:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/index.php?title=KiSS_cookbook&quot; title=&quot;KiSS cookbook&quot;&gt;Back&lt;/a&gt;  The kissdx daemon can be used on FreeNAS to further extend the functionality of FreeNAS. However, I have not been able (nor have I tried) to embed the ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[KiSS cookbook|Back]]&lt;br /&gt;
&lt;br /&gt;
The kissdx daemon can be used on FreeNAS to further extend the functionality of FreeNAS. However, I have not been able (nor have I tried) to embed the kissdx functionality in the webfront end. Therefor, I have created this little how-to to help with running kissdx on FreeNAS &lt;br /&gt;
&lt;br /&gt;
First, the assumptions: &lt;br /&gt;
   The [http://www.freenas.org FreeNAS] version used is (at least) 0.686b2 &lt;br /&gt;
   The FreeNAS system has direct access to the internet &lt;br /&gt;
   You have root access to the FreeNAS system's command line &lt;br /&gt;
&lt;br /&gt;
== Phase 1 == &lt;br /&gt;
Now here are the steps to take to get your FreeNAS system to run kissdx: &lt;br /&gt;
   1. Access the FreeNAS system's command line as root &lt;br /&gt;
   2. Run the following command: '''fetch http://www.godfried.com/kissdx/FreeNAS.kissdx.tar.gz''' &lt;br /&gt;
   3. cd to one of your mount in /mnt (It is savest to store the kissdx extension on a mount so that it will not get lost upon reboot) &lt;br /&gt;
Steps 4 and 5 are optional but can help to keep your filesystem nice and tidy &lt;br /&gt;
   4. Create a subdirectory in which you can store the extension (i.e.: '''mkdir myextensions''') &lt;br /&gt;
   5. cd to the newly created subdirectory &lt;br /&gt;
&lt;br /&gt;
   6. Run the following command: '''tar -xzvf /root/FreeNAS.kissdx.tar.gz''' &lt;br /&gt;
&lt;br /&gt;
This completes phase 1. The kissdx daemon is now on your FreeNAS system and is ready for configuration. &lt;br /&gt;
&lt;br /&gt;
== Phase 2 == &lt;br /&gt;
Now, to configure FreeNAS to run your kissdx automatically at boot time follow these steps: &lt;br /&gt;
First the kissdx daemon needs to be configurd &lt;br /&gt;
   1. Fire up a webbrowser and access your FreeNAS system &lt;br /&gt;
   2. Navigate to '''Advanced: Edit File''' &lt;br /&gt;
   3. Open the file: '''/mnt/[your mount]/myextensions/kissdx/etc/kissdx.conf''' &lt;br /&gt;
      Replace '''[your mount]''' with the mount in which you installed kissdx (see Phase 1, step 3) &lt;br /&gt;
      Replace '''myextensions''' with the directory you created in Phase 1, step 4 or if you skipped step 4 and 5 you have to ommit this directory &lt;br /&gt;
   4. Addjust the kissdx.conf file to your requirements &lt;br /&gt;
&lt;br /&gt;
Next, configure FreeNAS to run the kissdx daemon at startup &lt;br /&gt;
   5. Navigate to '''System: Advanced: Command Scripts''' &lt;br /&gt;
   6. Click on the '''+''' to add a new command script &lt;br /&gt;
   7. Enter the following in the command text box: '''/mnt/[your mount]/myextensions/start.kissdx /mnt/[your mount]/myextensions/kissdx''' &lt;br /&gt;
      Replace '''[your mount]''' with the mount in which you installed kissdx (see Phase 1, step 3) &lt;br /&gt;
      Replace '''myextensions''' with the directory you created in Phase 1, step 4 or if you skipped step 4 and 5 you have to ommit this directory &lt;br /&gt;
   8. As the Type, select '''PostInit''' &lt;br /&gt;
&lt;br /&gt;
Finally, start the kissdx daemon &lt;br /&gt;
   9. Navigate to '''Advanced: Command''' (the screen header is '''Advanced: Execute command''') &lt;br /&gt;
   10. Type in the same as you typed in step 7 and click on Execute &lt;br /&gt;
&lt;br /&gt;
That's it. your FreeNAS is now running the kissdx daemon! &lt;br /&gt;
&lt;br /&gt;
== How to stop the kissdx daemon: == &lt;br /&gt;
   1. Type in the following command: '''ps ax | grep &amp;quot;[k]issdx&amp;quot;''' &lt;br /&gt;
      This will result in a line that looks like this: ''' 3716  ??  S      0:00.07 /usr/local/bin/kissdx --config=/usr/local/etc/kissdx.conf --daemon''' &lt;br /&gt;
      Note down the number at the beginning of the line, in the example this is 3716. &lt;br /&gt;
   2. Type in the following command: '''kill [3716]''' &lt;br /&gt;
      Replace [3716] with the number found in step 1. &lt;br /&gt;
&lt;br /&gt;
A quicker, but less secure, way to kill the deamon is to use the following command:&lt;br /&gt;
   '''kill `ps ax | grep &amp;quot;[k]issdx&amp;quot;`'''&lt;br /&gt;
This combines steps 1 and 2 but is much less secure because you don't know in advance what you will be killing and should only be used by experienced Unix/Linux/BSD users/operators.&lt;br /&gt;
&lt;br /&gt;
Now the kissdx daemon is no longer running. To start the daemon again, go to Phase 2 step 9.&lt;/div&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
</feed>