<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Repat</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Repat"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Repat"/>
	<updated>2026-05-06T14:23:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Virtualization&amp;diff=62984</id>
		<title>Virtualization</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Virtualization&amp;diff=62984"/>
		<updated>2012-11-08T01:43:28Z</updated>

		<summary type="html">&lt;p&gt;Repat: /* Proxmox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MessageBox|&lt;br /&gt;
backgroundcolor	= #faa|&lt;br /&gt;
image	=Warning.png|&lt;br /&gt;
heading	=WARNING|&lt;br /&gt;
message = This is recommended only for advanced users, proceed with caution.}}&lt;br /&gt;
This is a placeholder page for running Amahi under virtualization.&lt;br /&gt;
&lt;br /&gt;
We are going to have how to install on VMware and Virtual Box to start and then hopefully bring in Qemu and KVM at a later time.&lt;br /&gt;
&lt;br /&gt;
The main thing with virtualization is that you probably want to run the VM software in &amp;quot;NAT&amp;quot; mode, in other words, using a firewall between the host and the VM running Amahi.&lt;br /&gt;
&lt;br /&gt;
If you were to run the VM in &amp;quot;bridge&amp;quot; mode, then DHCP requests and responses would make it out of the VM into your host network, which could cause trouble if that is not what you want.&lt;br /&gt;
&lt;br /&gt;
Do you have any tips about running Amahi on a virtualization product?&lt;br /&gt;
&lt;br /&gt;
= VMWare =&lt;br /&gt;
&lt;br /&gt;
The Amahi team routinely runs Amahi on [http://www.vmware.com/ VMWare] software, be it [http://www.vmware.com/products/vsphere/esxi-and-esx/index.html EXSi] or [http://www.vmware.com/products/workstation/index.html Workstation] (PC) or [http://www.vmware.com/products/fusion/overview.html Fusion] (Mac).&lt;br /&gt;
&lt;br /&gt;
= VirtualBox =&lt;br /&gt;
&lt;br /&gt;
Many people use [https://www.virtualbox.org/ VirtualBox] to run Amahi on it.&lt;br /&gt;
&lt;br /&gt;
= Proxmox =&lt;br /&gt;
&lt;br /&gt;
[http://www.proxmox.com/ Proxmox] is also known to work well when running Amahi on it. The team routinely tests Amahi before release on a Proxmox server.&lt;br /&gt;
&lt;br /&gt;
Other guides on this Wiki regarding Virtualization:&lt;br /&gt;
*[[KVM]]&lt;br /&gt;
*[[KVM_Virtualization|KVM Virtualization]]&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Greyhole_troubleshooting&amp;diff=61604</id>
		<title>Greyhole troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Greyhole_troubleshooting&amp;diff=61604"/>
		<updated>2012-10-21T00:46:40Z</updated>

		<summary type="html">&lt;p&gt;Repat: /* Database Error Table :greyhole.tasks does not exist */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gathering Good Troubleshooting Information when reporting an issue with Greyhole, or asking for help regarding Greyhole.  You should provide the following (execute the given commands as root).&lt;br /&gt;
&lt;br /&gt;
1. What version of Fedora, Samba &amp;amp; Greyhole are you running?&lt;br /&gt;
{{Code|uname -r; rpm -q samba hda-greyhole}}&lt;br /&gt;
&lt;br /&gt;
2. The content of the /etc/samba/smb.conf &amp;amp; /etc/greyhole.conf files (provide paste URLs):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Fedora:&amp;lt;/u&amp;gt;&lt;br /&gt;
{{Code|yum -y install fpaste; &lt;br /&gt;
fpaste /etc/samba/smb.conf &lt;br /&gt;
fpaste /etc/greyhole.conf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Ubuntu:&amp;lt;/u&amp;gt;&lt;br /&gt;
{{Code|pastebinit /etc/samba/smb.conf &lt;br /&gt;
pastebinit /etc/greyhole.conf}}&lt;br /&gt;
&lt;br /&gt;
3. The result of the following commands:&lt;br /&gt;
{{Code|mount&lt;br /&gt;
fdisk -l&lt;br /&gt;
df -h&lt;br /&gt;
greyhole --stats}}&lt;br /&gt;
&lt;br /&gt;
4. The list drives in your storage pool (per Amahi platform):&lt;br /&gt;
{{Code|mysql -u root -phda -e &amp;quot;select * from disk_pool_partitions&amp;quot; hda_production}}&lt;br /&gt;
&lt;br /&gt;
5. A list of the directories on the root of the drives included in your storage pool, obtained with the following command (provide a paste URL):&lt;br /&gt;
{{Code|mysql -u root -phda -e &amp;quot;select concat(path, '/gh') from disk_pool_partitions&amp;quot; hda_production &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; grep -v 'concat(' &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; xargs ls -la &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; fpaste}}&lt;br /&gt;
&lt;br /&gt;
6. The Greyhole work queue:&lt;br /&gt;
{{Code|greyhole --view-queue}}&lt;br /&gt;
If the above command returns nothing, execute the following to see the problem:&lt;br /&gt;
{{code|tail /var/log/greyhole.log}}&lt;br /&gt;
&lt;br /&gt;
7. If you have issues with a particular file (file disappeared, is wrong size, has wrong filename), execute the following to find out what Greyhole did with this file:&lt;br /&gt;
{{Code|greyhole --debug filename}}&lt;br /&gt;
&lt;br /&gt;
== Clearing The Greyhole Work Queue ==&lt;br /&gt;
I've not seen too many other reports of this occuring on the internet, so I suspect it's something that may be specific to my setup. However, the fix is pretty general, so I'm documenting it here for others to use.&lt;br /&gt;
&lt;br /&gt;
Sometimes, greyhole will have too many tasks queued, and will lock up, leaving you with a full landing zone and an fsck queue that just isn't processing. Always leave your server overnight (or longer, depending on the size of your landing zone (overnight should be sufficient for most) to ensure that its not just taking a while to process, but if its really, definitely stuck, you may want to follow these instructions to clear the queue.&lt;br /&gt;
&lt;br /&gt;
Stop the greyhole daemon&lt;br /&gt;
{{Code|sudo service greyhole stop}}&lt;br /&gt;
Connect to the MYSQL engine&lt;br /&gt;
{{Code|mysql -u greyhole -pgreyhole}}&lt;br /&gt;
Select the Greyhole database&lt;br /&gt;
{{Code|USE greyhole;}}&lt;br /&gt;
Drop and Recreate the 'Tasks' table with the same structure&lt;br /&gt;
{{Code|TRUNCATE TABLE tasks;}}&lt;br /&gt;
Exit the MYSQL engine&lt;br /&gt;
{{Code|exit;}}&lt;br /&gt;
Restart the greyhole daemon&lt;br /&gt;
{{Code|sudo service greyhole start}}&lt;br /&gt;
Schedule an fsck to clear out the files currently in the landing zone&lt;br /&gt;
{{Code|sudo greyhole --fsck}}&lt;br /&gt;
&lt;br /&gt;
===Queue Still Stuck===&lt;br /&gt;
If you've done the above, and all you've accomplished is another stuck fsck, it's time to get serious. The only solution I've found is to blow away the landing zone and then schedule the fsck with an empty landingzone. Greyhole will rebuild your file links from the files in your storage drives, so you won't lose anything except the data that was waiting to be moved to your storage drives. The steps below will mitigate even that loss.&lt;br /&gt;
&lt;br /&gt;
Copy the contents of your landing zone somewhere else (preferably a non-greyhole share, so you can sort it out from the comfort and convenience of your normal workstation). In the example below, I just borrow the AFP share I have locally mounted for Apple timemachine backups, but this can be any folder. Don't copy the /drives subfolder, as that's actually the physical drives attached to the system.&lt;br /&gt;
{{Code|sudo cp -rv /var/hda/files/shareName /mnt/timemachine/landingzonebackup/shareName}}&lt;br /&gt;
&lt;br /&gt;
Now, stop the greyhole service again. Do this from the Amahi Console-&amp;gt;Settings-&amp;gt;Servers-&amp;gt;Greyhole. Disable the watchdog and press the big red 'stop' button.&lt;br /&gt;
&lt;br /&gt;
Blow away the contents of your landing zone shares. It is '''very''' important you don't touch the /drives folder within /var/hda/files if you have a default setup.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/shareName/*}}&lt;br /&gt;
&lt;br /&gt;
Now, clean up the horrible mess you'll probably have in each drive in /var/hda/files/drives - I had old shares and other assorted crap that was slowing down each fsck. Your /var/hda/files/drives/driveX/gh folder (replace X with whatever drive number you have) should ''only'' have references for your current shares. Use the code below to remove any folders that contain old shares.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/drives/drive/gh/folderName}}&lt;br /&gt;
&lt;br /&gt;
Then clean up the even more horrible mess you probably have in your /var/hda/files/drives/driveX/gh/.gh_graveyard folder. ''Note, this is a hidden folder, it won't be listed if you just ls the /var/hda/files/drives/driveX/gh folder.'' Use the command below to remove each folder that isn't a current share.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/drives/drive/gh/.gh_graveyard/folderName}}&lt;br /&gt;
&lt;br /&gt;
Now, restart the greyhole service using the Amahi Console. Remember to turn the watchdog back on.&lt;br /&gt;
&lt;br /&gt;
Schedule another --fsck. It should start pretty much right away, and begin rebuilding the landing zone. Note that any shares you have won't be available again until the fsck completes.&lt;br /&gt;
{{Code|sudo greyhole --fsck}}&lt;br /&gt;
&lt;br /&gt;
'''Optional''': You'll probably now want to check the landing zone backup you made, and recopy any actual data in the folder back in (don't just copy the whole folder back in, that would make everything you just did pointless).&lt;br /&gt;
&lt;br /&gt;
'''Optional''': Cleaning all the crap out of your physical drives has probably freed up a bit of space (or quite a bit, depending how much crap you have). Now is probably a good time to balance out your storage again.&lt;br /&gt;
{{Code|sudo greyhole --balance}}&lt;br /&gt;
&lt;br /&gt;
If you run into any trouble with the above, post it in the [http://forums.amahi.org/viewforum.php?f=39&amp;amp;sid=f676fa2944ab7d2ccfc8901ee731b6fe Amahi forums] '''and''' PM me (U=doczombie) the link to your forum post if you like (PM's without a link to a forum post are liable to be ignored).&lt;br /&gt;
&lt;br /&gt;
===Database Error Table :greyhole.tasks does not exist ===&lt;br /&gt;
{{Code| Can't describe tasks with query: DESCRIBE tasks - Error: Table 'greyhole.tasks' doesn't exist}}&lt;br /&gt;
If the Greyhole service will not start, or you see this message when gathering info for support, it is possible that the Greyhole database was not created.  The following MySQL commands will create the database:&lt;br /&gt;
{{Code|mysql -u root -phda -e 'create database greyhole'&lt;br /&gt;
mysql -u root -phda -e &amp;quot;grant all on greyhole.* to greyhole@'localhost' identified by 'greyhole'&amp;quot;&lt;br /&gt;
mysql -u greyhole -pgreyhole greyhole &amp;lt; /usr/share/greyhole/schema-mysql.sql&lt;br /&gt;
service greyhole restart}}&lt;br /&gt;
&lt;br /&gt;
Back to the [[Greyhole]] page&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Greyhole_troubleshooting&amp;diff=61598</id>
		<title>Greyhole troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Greyhole_troubleshooting&amp;diff=61598"/>
		<updated>2012-10-21T00:28:54Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gathering Good Troubleshooting Information when reporting an issue with Greyhole, or asking for help regarding Greyhole.  You should provide the following (execute the given commands as root).&lt;br /&gt;
&lt;br /&gt;
1. What version of Fedora, Samba &amp;amp; Greyhole are you running?&lt;br /&gt;
{{Code|uname -r; rpm -q samba hda-greyhole}}&lt;br /&gt;
&lt;br /&gt;
2. The content of the /etc/samba/smb.conf &amp;amp; /etc/greyhole.conf files (provide paste URLs):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Fedora:&amp;lt;/u&amp;gt;&lt;br /&gt;
{{Code|yum -y install fpaste; &lt;br /&gt;
fpaste /etc/samba/smb.conf &lt;br /&gt;
fpaste /etc/greyhole.conf}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Ubuntu:&amp;lt;/u&amp;gt;&lt;br /&gt;
{{Code|pastebinit /etc/samba/smb.conf &lt;br /&gt;
pastebinit /etc/greyhole.conf}}&lt;br /&gt;
&lt;br /&gt;
3. The result of the following commands:&lt;br /&gt;
{{Code|mount&lt;br /&gt;
fdisk -l&lt;br /&gt;
df -h&lt;br /&gt;
greyhole --stats}}&lt;br /&gt;
&lt;br /&gt;
4. The list drives in your storage pool (per Amahi platform):&lt;br /&gt;
{{Code|mysql -u root -phda -e &amp;quot;select * from disk_pool_partitions&amp;quot; hda_production}}&lt;br /&gt;
&lt;br /&gt;
5. A list of the directories on the root of the drives included in your storage pool, obtained with the following command (provide a paste URL):&lt;br /&gt;
{{Code|mysql -u root -phda -e &amp;quot;select concat(path, '/gh') from disk_pool_partitions&amp;quot; hda_production &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; grep -v 'concat(' &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; xargs ls -la &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; fpaste}}&lt;br /&gt;
&lt;br /&gt;
6. The Greyhole work queue:&lt;br /&gt;
{{Code|greyhole --view-queue}}&lt;br /&gt;
If the above command returns nothing, execute the following to see the problem:&lt;br /&gt;
{{code|tail /var/log/greyhole.log}}&lt;br /&gt;
&lt;br /&gt;
7. If you have issues with a particular file (file disappeared, is wrong size, has wrong filename), execute the following to find out what Greyhole did with this file:&lt;br /&gt;
{{Code|greyhole --debug filename}}&lt;br /&gt;
&lt;br /&gt;
== Clearing The Greyhole Work Queue ==&lt;br /&gt;
I've not seen too many other reports of this occuring on the internet, so I suspect it's something that may be specific to my setup. However, the fix is pretty general, so I'm documenting it here for others to use.&lt;br /&gt;
&lt;br /&gt;
Sometimes, greyhole will have too many tasks queued, and will lock up, leaving you with a full landing zone and an fsck queue that just isn't processing. Always leave your server overnight (or longer, depending on the size of your landing zone (overnight should be sufficient for most) to ensure that its not just taking a while to process, but if its really, definitely stuck, you may want to follow these instructions to clear the queue.&lt;br /&gt;
&lt;br /&gt;
Stop the greyhole daemon&lt;br /&gt;
{{Code|sudo service greyhole stop}}&lt;br /&gt;
Connect to the MYSQL engine&lt;br /&gt;
{{Code|mysql -u greyhole -pgreyhole}}&lt;br /&gt;
Select the Greyhole database&lt;br /&gt;
{{Code|USE greyhole;}}&lt;br /&gt;
Drop and Recreate the 'Tasks' table with the same structure&lt;br /&gt;
{{Code|TRUNCATE TABLE tasks;}}&lt;br /&gt;
Exit the MYSQL engine&lt;br /&gt;
{{Code|exit;}}&lt;br /&gt;
Restart the greyhole daemon&lt;br /&gt;
{{Code|sudo service greyhole start}}&lt;br /&gt;
Schedule an fsck to clear out the files currently in the landing zone&lt;br /&gt;
{{Code|sudo greyhole --fsck}}&lt;br /&gt;
&lt;br /&gt;
===Queue Still Stuck===&lt;br /&gt;
If you've done the above, and all you've accomplished is another stuck fsck, it's time to get serious. The only solution I've found is to blow away the landing zone and then schedule the fsck with an empty landingzone. Greyhole will rebuild your file links from the files in your storage drives, so you won't lose anything except the data that was waiting to be moved to your storage drives. The steps below will mitigate even that loss.&lt;br /&gt;
&lt;br /&gt;
Copy the contents of your landing zone somewhere else (preferably a non-greyhole share, so you can sort it out from the comfort and convenience of your normal workstation). In the example below, I just borrow the AFP share I have locally mounted for Apple timemachine backups, but this can be any folder. Don't copy the /drives subfolder, as that's actually the physical drives attached to the system.&lt;br /&gt;
{{Code|sudo cp -rv /var/hda/files/shareName /mnt/timemachine/landingzonebackup/shareName}}&lt;br /&gt;
&lt;br /&gt;
Now, stop the greyhole service again. Do this from the Amahi Console-&amp;gt;Settings-&amp;gt;Servers-&amp;gt;Greyhole. Disable the watchdog and press the big red 'stop' button.&lt;br /&gt;
&lt;br /&gt;
Blow away the contents of your landing zone shares. It is '''very''' important you don't touch the /drives folder within /var/hda/files if you have a default setup.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/shareName/*}}&lt;br /&gt;
&lt;br /&gt;
Now, clean up the horrible mess you'll probably have in each drive in /var/hda/files/drives - I had old shares and other assorted crap that was slowing down each fsck. Your /var/hda/files/drives/driveX/gh folder (replace X with whatever drive number you have) should ''only'' have references for your current shares. Use the code below to remove any folders that contain old shares.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/drives/drive/gh/folderName}}&lt;br /&gt;
&lt;br /&gt;
Then clean up the even more horrible mess you probably have in your /var/hda/files/drives/driveX/gh/.gh_graveyard folder. ''Note, this is a hidden folder, it won't be listed if you just ls the /var/hda/files/drives/driveX/gh folder.'' Use the command below to remove each folder that isn't a current share.&lt;br /&gt;
{{Code|sudo rm -rf /var/hda/files/drives/drive/gh/.gh_graveyard/folderName}}&lt;br /&gt;
&lt;br /&gt;
Now, restart the greyhole service using the Amahi Console. Remember to turn the watchdog back on.&lt;br /&gt;
&lt;br /&gt;
Schedule another --fsck. It should start pretty much right away, and begin rebuilding the landing zone. Note that any shares you have won't be available again until the fsck completes.&lt;br /&gt;
{{Code|sudo greyhole --fsck}}&lt;br /&gt;
&lt;br /&gt;
'''Optional''': You'll probably now want to check the landing zone backup you made, and recopy any actual data in the folder back in (don't just copy the whole folder back in, that would make everything you just did pointless).&lt;br /&gt;
&lt;br /&gt;
'''Optional''': Cleaning all the crap out of your physical drives has probably freed up a bit of space (or quite a bit, depending how much crap you have). Now is probably a good time to balance out your storage again.&lt;br /&gt;
{{Code|sudo greyhole --balance}}&lt;br /&gt;
&lt;br /&gt;
If you run into any trouble with the above, post it in the [http://forums.amahi.org/viewforum.php?f=39&amp;amp;sid=f676fa2944ab7d2ccfc8901ee731b6fe Amahi forums] '''and''' PM me (U=doczombie) the link to your forum post if you like (PM's without a link to a forum post are liable to be ignored).&lt;br /&gt;
&lt;br /&gt;
===Database Error Table :greyhole.tasks does not exist ===&lt;br /&gt;
{{Code| Can't describe tasks with query: DESCRIBE tasks - Error: Table 'greyhole.tasks' doesn't exist}}&lt;br /&gt;
If the Greyhole service will not start, or you see this message when gathering info for support, it is possible that the Greyhole database was not created.  The following MySQL commands will create the database:&lt;br /&gt;
{{Code|mysql -u root -phda -e 'create database greyhole'&lt;br /&gt;
mysql -u root -phda -e &amp;quot;grant all on greyhole.* to greyhole@'localhost' identified by 'greyhole'&amp;quot;&lt;br /&gt;
mysql -u greyhole -pgreyhole greyhole &amp;lt; /usr/share/greyhole/schema-mysql.sql}}&lt;br /&gt;
&lt;br /&gt;
Back to the [[Greyhole]] page&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_7&amp;diff=60746</id>
		<title>Amahi 7</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_7&amp;diff=60746"/>
		<updated>2012-09-15T16:36:46Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Work on Amahi 7 has started. Expected release is November 2012.&lt;br /&gt;
&lt;br /&gt;
Amahi 7 is a re-engineering of some of the platform software to support a leap in technologies to the latest and greatest. We expect that there will be&lt;br /&gt;
&lt;br /&gt;
= New Technology =&lt;br /&gt;
* Using [http://www.ruby-lang.org/ Ruby] 1.9.x&lt;br /&gt;
* Using the latest [http://rubyonrails.org/ Ruby on Rails] (probably 3.2.x)&lt;br /&gt;
* We will try to use the [http://slim-lang.com/ Slim] template engine for the platform&lt;br /&gt;
* Based on Fedora 17 (or 18), because ruby 1.9 and RoR 3.x are in by default in it.&lt;br /&gt;
** We're not &amp;quot;abandoning&amp;quot; Ubuntu or &amp;quot;going back&amp;quot; to Fedora. We will attempt to support both. However, Fedora is the first one to bring Ruby 1.9 and RoR 3.x out of the box, so far.&lt;br /&gt;
&lt;br /&gt;
= Hopeful Features =&lt;br /&gt;
* New disk wizard&lt;br /&gt;
* Widgets&lt;br /&gt;
* Gadgets&lt;br /&gt;
* More modular&lt;br /&gt;
* Faster and more efficient&lt;br /&gt;
&lt;br /&gt;
= How to Help =&lt;br /&gt;
There are several ways to help:&lt;br /&gt;
* If you are a contributor, make sure you get a machine running with Amahi 7 and get your apps to run on it&lt;br /&gt;
* If you want to test the install, get a VM and an ISO file of the base OS and let's test! This is probably the best way to help without deep technical knowledge.&lt;br /&gt;
* If you want to help with the platform, get in the Amahi [[Mailing list]] and get some patches going. Ruby and RoR can help here.&lt;br /&gt;
* Testing and porting  themes will also help&lt;br /&gt;
* Want to develop a new theme? Check the [[How to Create a new Theme]] page&lt;br /&gt;
* Stop by and hang out on our IRC Channel #Amahi on irc.freenode.net&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ubuntu&amp;diff=55634</id>
		<title>Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ubuntu&amp;diff=55634"/>
		<updated>2012-06-24T04:07:33Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MessageBox|&lt;br /&gt;
backgroundcolor	= #ffaaaa|&lt;br /&gt;
image	=Warning.png|&lt;br /&gt;
heading	=WARNING|&lt;br /&gt;
message = This is only for advanced users. Do NOT use with data you would not mind losing!}}&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Release =&lt;br /&gt;
&lt;br /&gt;
Welcome to the first release of '''Amahi Ubuntu Edition'''!&lt;br /&gt;
&lt;br /&gt;
This is our first Ubuntu-based release ... still expect turbulence! Let's start with the caveats and then on to how to install!&lt;br /&gt;
&lt;br /&gt;
= Caveats =&lt;br /&gt;
* This is a first wide release. Expect things to mostly work, but there could still be some turbulence.&lt;br /&gt;
* 32-bits, 64-bits and (some) ARM editions are supported&lt;br /&gt;
* No graphical installer yet. Installation involves two CLI (command-line) commands.&lt;br /&gt;
* Note that this is intended to be installed under Ubuntu '''12.04 desktop or server'''. Ubuntu server takes 2.1GB of disk vs 3.7GB for desktop.&lt;br /&gt;
* We do not recommend or support the likes of Kubuntu/Lubuntu/Gobuntu/Edubuntu or any other Ubuntu derivative.  Feel free to report results if you do attempt any of these flavors.&lt;br /&gt;
** Xubuntu has been tested and appears to work fine.&lt;br /&gt;
* There are 70+ apps live at the moment with more to follow&lt;br /&gt;
* [[Greyhole]] shoud be working&lt;br /&gt;
* To enable Secure Shell (ssh), please use one of these apps: [http://www.amahi.org/apps/openssh OpenSSH] or [http://www.amahi.org/apps/dropbear Dropbear]&lt;br /&gt;
* [http://www.amahi.org/apps/openvpn VPN] is now an app that you install if needed&lt;br /&gt;
&lt;br /&gt;
= How to install Amahi on Ubuntu =&lt;br /&gt;
&lt;br /&gt;
* Download the Ubuntu 12.04 CD/DVD from the [http://www.ubuntu.com/download Ubuntu downloads] page&lt;br /&gt;
* Install Ubuntu&lt;br /&gt;
* Start a terminal. On the Dash home, search for ''terminal''. Click on the icon with caption terminal&lt;br /&gt;
* Make sure you have the proper network settings set up in your [http://www.amahi.org/user control panel], with one profile and one install code&lt;br /&gt;
* Get the installer by executing the following command in the terminal window  (hint: use copy and paste):&lt;br /&gt;
            {{Code| wget http://u12.amahi.org/install-amahi }}&lt;br /&gt;
* Then start the install with&lt;br /&gt;
            {{Code| sh install-amahi }}&lt;br /&gt;
* The install script partially runs as root so it will ask for your install code and password&lt;br /&gt;
* This should take a while (about 5~10 minutes). The time depends on the speed of your PC and your internet connection.&lt;br /&gt;
* Once the installation is completed the system will tell you to reboot.&lt;br /&gt;
&lt;br /&gt;
Note that rebooting will change the IP address of your system to the addres you've given when creating your install code.&lt;br /&gt;
&lt;br /&gt;
After rebooting, '''&amp;lt;nowiki&amp;gt;http://hda&amp;lt;/nowiki&amp;gt;''' should be working if entered on the local system. From a remote system this will only work if you have your DNS pointing to the amahi system as otherwise your system cannot resolve the name &amp;quot;hda&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Known Issues =&lt;br /&gt;
&lt;br /&gt;
* The name of the first user has three extra commas after the name, e.g. &amp;quot;Amahi User,,,&amp;quot;&lt;br /&gt;
* The network restarts during installation in some systems and you may loose connection to the port-2000 installer&lt;br /&gt;
* Debian is not well supported in this release (there are a couple of known issues). We are focusing on Ubuntu only for now.&lt;br /&gt;
*&amp;lt;s&amp;gt; DNS server reports as &amp;quot;Stopped&amp;quot; with a red light (settings tab, servers Sub-Menu).  Is it really off?  Well, typing HDA, drupal, or names of other web-apps into the URL bar gets you to the correct app...&amp;lt;/s&amp;gt;&lt;br /&gt;
*&amp;lt;s&amp;gt; SSH is not installed.  Need to make an SSH app so users can decide.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
Double check your network settings with '''&amp;lt;code&amp;gt;ifconfig&amp;lt;/code&amp;gt;''' and '''&amp;lt;code&amp;gt;route -n&amp;lt;/code&amp;gt;'''. These should be the settings that you use in the installation. If these are not correct you can change the ip address by issuing the command&lt;br /&gt;
            {{Code|sudo ifconfig eth0 192.168.1.14 netmask 255.255.255.0 up}}&lt;br /&gt;
assuming 192.168.1.14 is your IP address. The route can be changed with&lt;br /&gt;
            {{Code|sudo route add default gw 192.168.1.1}}&lt;br /&gt;
assuming 192.168.1.1 is the address of your router.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is especially important if you are doing a headless install&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
Refer to the [[Debian]] page for the latest info, how to install via other methods and development updates.&lt;br /&gt;
&lt;br /&gt;
The old Ubuntu information (mostly out of date now) is in the [[Ubuntu old]] page.&lt;br /&gt;
&lt;br /&gt;
= Problems, questions, etc. =&lt;br /&gt;
&lt;br /&gt;
If you encounter any problems, have questions or whatever, please stop by on our irc channel [http://talk.amahi.org #amahi] and #amahi-debian), or send them to the [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you encountered a problem and found a solution feel free to add your solution to this page.&lt;br /&gt;
&lt;br /&gt;
= Related =&lt;br /&gt;
&lt;br /&gt;
Installing [[UbuntuOnPandaboard | Amahi on Pandaboard]]&lt;br /&gt;
&lt;br /&gt;
= Tips =&lt;br /&gt;
[http://www.ubuntugeek.com/how-to-install-classic-gnome-desktop-in-ubuntu-12-04-precise.html Install Gnome Classic]&lt;br /&gt;
&lt;br /&gt;
[http://atutorialblog.com/how-to-install-rpm-package-in-ubuntu.htm How To Install RPM Package In Ubuntu]:  Convert RPM to DEB and will help where the depends are not hard coded in the RPM.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html Debian Package Cheat Sheet]&lt;br /&gt;
&lt;br /&gt;
[http://ubuntuinthewild.blogspot.com/2012/01/ubuntu-command-line-wallpaper.html Ubuntu Commands Wallpaper]&lt;br /&gt;
&lt;br /&gt;
[http://www.ubuntugeek.com/ Ubuntu Geek]:  website that provides tutorials for a variety of needs.&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Joomla&amp;diff=52814</id>
		<title>Joomla</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Joomla&amp;diff=52814"/>
		<updated>2012-02-20T20:46:22Z</updated>

		<summary type="html">&lt;p&gt;Repat: /* Upgrade your Joomla version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
&lt;br /&gt;
'''Note: to use Joomla, you have to create an account in the application itself first.'''&lt;br /&gt;
&lt;br /&gt;
= Joomla Info =&lt;br /&gt;
&lt;br /&gt;
[http://www.amahi.org/apps/joomla Joomla] is Amahi app currently in BETA.  It's an award-winning  [http://www.joomla.org content management system (CMS)], which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.&lt;br /&gt;
&lt;br /&gt;
= Access Joomla over HTTPS =&lt;br /&gt;
&lt;br /&gt;
You can access Joomla from anywhere with https: (this is for outside, so be warned it does allow access to part of your server from the outside world). [[Access_Joomla_over_HTTPS | Tutorial Here]]&lt;br /&gt;
&lt;br /&gt;
= Upgrade your Joomla version =&lt;br /&gt;
&lt;br /&gt;
There's also a handy way to upgrade your Joomla version. (requires command line) [[Joomla/Update_Joomla_by_Hand | Tutorial Here]]&lt;br /&gt;
&lt;br /&gt;
= Upgrade from 1.7 to 2.5 =&lt;br /&gt;
&lt;br /&gt;
It's now easy to update your installation of Joomla from within the Administration Panel.&lt;br /&gt;
You may wish to back up your files and put your site into offline mode before updating.&lt;br /&gt;
&lt;br /&gt;
1. Log into Administration usually: http://joomla/administrator/index.php&lt;br /&gt;
&lt;br /&gt;
2. Go to the ''Extensions'' menu and choose ''Extension Manager''&lt;br /&gt;
&lt;br /&gt;
3. Choose the ''Update'' menu option&lt;br /&gt;
&lt;br /&gt;
4. Click on the ''Find Updates'' icon in the upper right.&lt;br /&gt;
&lt;br /&gt;
5. Tick the check box next to the update and click the orange Update icon in the upper right.  &lt;br /&gt;
&lt;br /&gt;
6. You should now be on the latest version.&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=User_talk:Gboudreau&amp;diff=16435</id>
		<title>User talk:Gboudreau</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=User_talk:Gboudreau&amp;diff=16435"/>
		<updated>2010-08-04T14:41:37Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vote for one (or two, or three):&lt;br /&gt;
&lt;br /&gt;
Which of those should become an Amahi theme ?&lt;br /&gt;
&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/1/1633/?KeepThis=true&amp;amp; 1633] -- 1 vote&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/1/1117/?KeepThis=true&amp;amp; 1117] -- 2 votes&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/1/1182/?KeepThis=true&amp;amp; 1182]&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/1/1249/?KeepThis=true&amp;amp; 1249] -- 4 votes&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/1/1537/?KeepThis=true&amp;amp; 1537] -- 3 votes&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/0/859/?KeepThis=true&amp;amp; 859]&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/0/904/?KeepThis=true&amp;amp; 904] -- 2 votes&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/0/962/?KeepThis=true&amp;amp; 962] -- 2 votes&lt;br /&gt;
* [http://www.opendesigns.org/od/wp-content/designs/0/771/?KeepThis=true&amp;amp; 771]&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=User_talk:Gboudreau&amp;diff=16375</id>
		<title>User talk:Gboudreau</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=User_talk:Gboudreau&amp;diff=16375"/>
		<updated>2010-08-03T20:15:04Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vote for one (or two, or three):&lt;br /&gt;
&lt;br /&gt;
Which of those should become an Amahi theme ?&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/1/1633/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/1/1117/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/1/1182/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/1/1249/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/1/1537/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/0/859/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/0/904/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/0/962/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
http://www.opendesigns.org/od/wp-content/designs/0/771/?KeepThis=true&amp;amp;&lt;br /&gt;
&lt;br /&gt;
Current votes:&lt;br /&gt;
* 1249 = 1 vote&lt;br /&gt;
* 904 = 1 vote&lt;br /&gt;
* 962 = 1 vote&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=16237</id>
		<title>Amahi Plug Edition</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=16237"/>
		<updated>2010-08-03T13:13:52Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Supported devices =&lt;br /&gt;
&lt;br /&gt;
* SheevaPlug&lt;br /&gt;
* GuruPlug&lt;br /&gt;
* Pogoplug&lt;br /&gt;
* DockStar&lt;br /&gt;
* Any other Plug Computer based on the Marvell Plug Computer&lt;br /&gt;
&lt;br /&gt;
= How to install Amahi =&lt;br /&gt;
&lt;br /&gt;
Step 1: '''Prepare your disk.'''  Connect your media (usb disk, flash drive, or SD card)into a working Linux machine and open your preferred partitioning software (Gparted, fdisk,etc).  Partition and format the drive with your file system of choice (ext2,ext3,etc), the usual warnings apply all data will be lost.  If a swap partition is desired (highly recommended for the Dockstar)leave up to 512MB available, and format as Linux swap.  Next, download the [http://dl.amahi.org/marvell/create-clean-f12-disk.sh script] and [http://dl.amahi.org/marvell/amahi-marvell-0.8.tar.bz2 Image] to the disk. Run the script and it will give a warning to edit the script to match your drive designation.  This is what your disk is on the current machine (i.e. sdb1,sdc1), care should be taken here to correctly identify the disk or you could wipe the wrong disk. Now run the script and it will automagically prepare your disk.&lt;br /&gt;
 &lt;br /&gt;
Step 2: '''Boot''' the device with your newly created disk attached.  Give it a few minutes to boot, and it will be ready for the Amahi installation.&lt;br /&gt;
&lt;br /&gt;
Step 3: '''Install Amahi.'''&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=16189</id>
		<title>Amahi Plug Edition</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=16189"/>
		<updated>2010-08-02T22:18:21Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Supported devices =&lt;br /&gt;
&lt;br /&gt;
* SheevaPlug&lt;br /&gt;
* GuruPlug&lt;br /&gt;
* Pogoplug&lt;br /&gt;
* DockStar&lt;br /&gt;
* Any other Plug Computer based on the Marvell Plug Computer&lt;br /&gt;
&lt;br /&gt;
= How to install Amahi =&lt;br /&gt;
&lt;br /&gt;
Step 1: Copy the Amahi ''rootfs'' image into an empty USB hard drive, USB flash drive, or SD card (depending on what your device supports).&lt;br /&gt;
&lt;br /&gt;
Step 2: Boot your device using the drive / card you created.&lt;br /&gt;
&lt;br /&gt;
Step 3: Install Amahi.&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16045</id>
		<title>Dockstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16045"/>
		<updated>2010-07-27T20:13:41Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First and foremost, '''DO NOT PLUG THE DOCKSTAR INTO A LIVE INTERNET CONNECTION!'''  It will Stealth update its firmware and you won't be able to SSH in, and may cause you problems down the line. &lt;br /&gt;
&lt;br /&gt;
* [http://plugapps.com/index.php5?title=PlugApps:Pogoplug_Setboot PlugApps]&lt;br /&gt;
* [http://happytux.blogspot.com/2010/07/seagate-dockstar-notes.html Dockstar notes]&lt;br /&gt;
* [http://blogdoch.net/index.php?entry=entry100405-203729 How to brick your Dockstar] (in German!)&lt;br /&gt;
* [http://ahsoftware.de/dockstar/ How to brick your Dockstar] (in English too!)&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16015</id>
		<title>Dockstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16015"/>
		<updated>2010-07-26T13:54:33Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First and foremost, '''DO NOT PLUG THE DOCKSTAR INTO A LIVE INTERNET CONNECTION!'''  It will Stealth update its firmware and you won't be able to SSH in, and may cause you problems down the line. &lt;br /&gt;
&lt;br /&gt;
* [http://plugapps.com/index.php5?title=PlugApps:Pogoplug_Setboot PlugApps]&lt;br /&gt;
* [http://happytux.blogspot.com/2010/07/seagate-dockstar-notes.html Dockstar notes]&lt;br /&gt;
* [http://blogdoch.net/index.php?entry=entry100405-203729 How to brick your Dockstar]&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16009</id>
		<title>Dockstar</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Dockstar&amp;diff=16009"/>
		<updated>2010-07-26T13:52:35Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First and foremost, '''DO NOT PLUG THE DOCKSTAR INTO A LIVE INTERNET CONNECTION!'''  It will Stealth update its firmware and you won't be able to SSH in, and may cause you problems down the line. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://happytux.blogspot.com/2010/07/seagate-dockstar-notes.html Dockstar notes]&lt;br /&gt;
* [http://blogdoch.net/index.php?entry=entry100405-203729 How to brick your Dockstar]&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Networking_-_Static_IPs&amp;diff=15487</id>
		<title>Networking - Static IPs</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Networking_-_Static_IPs&amp;diff=15487"/>
		<updated>2010-07-09T13:32:07Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can assign static IP address to machines in your network, however, most modern machines will ask for a name to DHCP and that will work all the time regarless of the IP it gets.&lt;br /&gt;
&lt;br /&gt;
However, if you need to set IP addresses, you can do it from the&lt;br /&gt;
&lt;br /&gt;
       Setup --&amp;gt;   Networking  --&amp;gt;  Static IPs&lt;br /&gt;
&lt;br /&gt;
And follow the prompts after pressing in the New Static IP.&lt;br /&gt;
&lt;br /&gt;
You will need to enter:&lt;br /&gt;
&lt;br /&gt;
A NAME for your device, that will be added to the Domain e.g. Laser_printer.home.com&lt;br /&gt;
&lt;br /&gt;
An IP address in the range of 1-99, e.g. 192.168.1.20&lt;br /&gt;
&lt;br /&gt;
The MAC address of the device (in the form 00:11:22:33:44:55)&lt;br /&gt;
&lt;br /&gt;
Your client should remain set up as DHCP, but will be assigned this &amp;quot;Static&amp;quot; IP the next time it is rebooted or the DHCP lease is released/renewed.&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Networking_-_Static_IPs&amp;diff=15481</id>
		<title>Networking - Static IPs</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Networking_-_Static_IPs&amp;diff=15481"/>
		<updated>2010-07-09T12:55:27Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can assign static IP address to machines in your network, however, most modern machines will ask for a name to DHCP and that will work all the time regarless of the IP it gets.&lt;br /&gt;
&lt;br /&gt;
However, if you need to set IP addresses, you can do it from the&lt;br /&gt;
&lt;br /&gt;
       Setup --&amp;gt;   Networking  --&amp;gt;  Static IPs&lt;br /&gt;
&lt;br /&gt;
And follow the prompts after pressing in the New Static IP.&lt;br /&gt;
&lt;br /&gt;
You will need to enter:&lt;br /&gt;
&lt;br /&gt;
A NAME for your device, that will be added to the Domain e.g. Laser_printer.home.com&lt;br /&gt;
&lt;br /&gt;
An IP address in the range of 1-99, e.g. 192.168.1.20&lt;br /&gt;
&lt;br /&gt;
The MAC address of the device (in the form 00:11:22:33:44:55)&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10249</id>
		<title>Custom Amahi URL</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10249"/>
		<updated>2010-03-23T02:12:09Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every Amahi HDA comes with a FREE [http://en.wikipedia.org/wiki/Dynamic_dns dynamic DNS] name that you can use for whatever you like, including remote access, hosting your own web servers, etc.&lt;br /&gt;
&lt;br /&gt;
e.g.: &amp;lt;nowiki&amp;gt;http://username.yourhda.com&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10243</id>
		<title>Custom Amahi URL</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10243"/>
		<updated>2010-03-23T02:11:04Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every Amahi HDA comes with a FREE [http://en.wikipedia.org/wiki/Dynamic_dns dynamic DNS] name that you can use for whatever you like, including remote access, hosting your own web servers, etc.&lt;br /&gt;
&lt;br /&gt;
e.g.: http://username.yourhda.com&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10237</id>
		<title>Custom Amahi URL</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Custom_Amahi_URL&amp;diff=10237"/>
		<updated>2010-03-23T01:35:35Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Every Amahi HDA comes with a FREE [http://en.wikipedia.org/wiki/Dynamic_dns dynamic DNS] name that you can use for whatever you like, including remote access, hosting your own web servers, etc.&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Self-install-cdrom&amp;diff=9961</id>
		<title>Self-install-cdrom</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Self-install-cdrom&amp;diff=9961"/>
		<updated>2010-03-19T15:04:00Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Installing via CD-ROMs =&lt;br /&gt;
This method is no longer supported, please follow the officially supported interactive instructions &amp;lt;http://www.amahi.org/instructions&amp;gt;&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Torrents&amp;diff=8833</id>
		<title>Torrents</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Torrents&amp;diff=8833"/>
		<updated>2010-02-18T20:30:58Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Torrents =&lt;br /&gt;
&lt;br /&gt;
Torrents is an HDAized version of the popular [http://www.torrentflux.com/ Torrent Flux] downloader.&lt;br /&gt;
&lt;br /&gt;
= Tips =&lt;br /&gt;
&lt;br /&gt;
The very first login creates an administrator user, so remember what you type the first time for password! From the program:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
'''IMPORTANT:''  The first time you access the application, you&lt;br /&gt;
will be prompted for a user/password -- this is when you will&lt;br /&gt;
set the SUPER ADMIN user and password by what you enter.  For&lt;br /&gt;
example, you pull the site up for the first time, you will&lt;br /&gt;
be prompted to login and if you put in user: 'goombah' and&lt;br /&gt;
password: 'iama' then your super admin user account will&lt;br /&gt;
be set to goombah/iama -- cool?   You are ready to access&lt;br /&gt;
the application!&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This application can be accessed by simply typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; torrents &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the URL of your browser, or in other words, going to [http://torrents/ http://torrents/].&lt;br /&gt;
&lt;br /&gt;
Once a torrent URL has been loaded, it has to be &amp;quot;run&amp;quot; in order for the download to start. One does that by clicking on the green icon for run: [[Image:run_on.gif]]&lt;br /&gt;
&lt;br /&gt;
The downloads all go into folders accessible as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; \\hda\torrents&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, one per each user of the app. That directory is world writeable (for now).&lt;br /&gt;
&lt;br /&gt;
Hover the mouse over the status of a download to show full details on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Useful Firefox Extensions'''&lt;br /&gt;
&lt;br /&gt;
Firefox Torrent Handler Extension, available [http://torrentflux.com/addons.php  Here] allows you to right click on a .torrent file linked in a webpage and send it to your TorrentFlux system for queuing or immediate download.  You can also login to your server with a right click or by clicking on the green icon at the bottom right corner in Firefox.  Remember when setting your server URL &amp;lt;nowiki&amp;gt;(http://torrents/)&amp;lt;/nowiki&amp;gt; that you include that final &amp;quot;/&amp;quot; or you will end up at a search page on the Internet.  This works for the B4RT version of Torrentflux also.  You just need to change your URL &amp;lt;nowiki&amp;gt;(http://B4RT/)&amp;lt;/nowiki&amp;gt; for the new link.&lt;br /&gt;
&lt;br /&gt;
iTorrenflux is an uploader extension also available [http://torrentflux.com/addons.php Here], for Mac OS X.  Sorry no Mac to test this one on.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 12:02, 7 August 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
'''Instructions for using a Private Tracker'''&lt;br /&gt;
&lt;br /&gt;
One of the Trackers I frequent is a Private Tracker.  They like to say that the .torrent file is personalized for you.  I had trouble using this Tracker with TorrentFlux until I found this [http://filesharefreak.com/2008/05/08/torrentflux-adding-torrents-from-your-private-tracker-url/ Link] today.  There is a disclaimer though, it may not work with all Private Trackers.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 14:31, 8 September 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Apps]]&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Torrents&amp;diff=700</id>
		<title>Torrents</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Torrents&amp;diff=700"/>
		<updated>2008-09-08T21:32:43Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Torrents =&lt;br /&gt;
&lt;br /&gt;
Torrents is an HDAized version of the popular [http://www.torrentflux.com/ Torrent Flux] downloader.&lt;br /&gt;
&lt;br /&gt;
= Tips =&lt;br /&gt;
&lt;br /&gt;
The very first login creates an administrator user, so remember what you type the first time for password! From the program:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
'''IMPORTANT:''  The first time you access the application, you&lt;br /&gt;
will be prompted for a user/password -- this is when you will&lt;br /&gt;
set the SUPER ADMIN user and password by what you enter.  For&lt;br /&gt;
example, you pull the site up for the first time, you will&lt;br /&gt;
be prompted to login and if you put in user: 'goombah' and&lt;br /&gt;
password: 'iama' then your super admin user account will&lt;br /&gt;
be set to goombah/iama -- cool?   You are ready to access&lt;br /&gt;
the application!&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This application can be accessed by simply typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; torrents &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the URL of your browser, or in other words, going to [http://torrents/ http://torrents/].&lt;br /&gt;
&lt;br /&gt;
Once a torrent URL has been loaded, it has to be &amp;quot;run&amp;quot; in order for the download to start. One does that by clicking on the green icon for run: [[Image:run_on.gif]]&lt;br /&gt;
&lt;br /&gt;
The downloads all go into folders accessible as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; \\hda\torrents&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, one per each user of the app. That directory is world writeable (for now).&lt;br /&gt;
&lt;br /&gt;
Hover the mouse over the status of a download to show full details on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Useful Firefox Extensions'''&lt;br /&gt;
&lt;br /&gt;
Firefox Torrent Handler Extension, available [http://torrentflux.com/addons.php  Here] allows you to right click on a .torrent file linked in a webpage and send it to your TorrentFlux system for queuing or immediate download.  You can also login to your server with a right click or by clicking on the green icon at the bottom right corner in Firefox.  Remember when setting your server URL &amp;lt;nowiki&amp;gt;(http://torrents/)&amp;lt;/nowiki&amp;gt; that you include that final &amp;quot;/&amp;quot; or you will end up at a search page on the Internet.&lt;br /&gt;
&lt;br /&gt;
iTorrenflux is an uploader extension also available [http://torrentflux.com/addons.php Here], for Mac OS X.  Sorry no Mac to test this one on.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 12:02, 7 August 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
'''Instructions for using a Private Tracker'''&lt;br /&gt;
&lt;br /&gt;
One of the Trackers I frequent is a Private Tracker.  They like to say that the .torrent file is personalized for you.  I had trouble using this Tracker with TorrentFlux until I found this [http://filesharefreak.com/2008/05/08/torrentflux-adding-torrents-from-your-private-tracker-url/ Link] today.  There is a disclaimer though, it may not work with all Private Trackers.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 14:31, 8 September 2008 (PDT)&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Torrents&amp;diff=699</id>
		<title>Torrents</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Torrents&amp;diff=699"/>
		<updated>2008-09-08T21:31:25Z</updated>

		<summary type="html">&lt;p&gt;Repat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Torrents =&lt;br /&gt;
&lt;br /&gt;
Torrents is an HDAized version of the popular [http://www.torrentflux.com/ Torrent Flux] downloader.&lt;br /&gt;
&lt;br /&gt;
= Tips =&lt;br /&gt;
&lt;br /&gt;
The very first login creates an administrator user, so remember what you type the first time for password! From the program:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
'''IMPORTANT:''  The first time you access the application, you&lt;br /&gt;
will be prompted for a user/password -- this is when you will&lt;br /&gt;
set the SUPER ADMIN user and password by what you enter.  For&lt;br /&gt;
example, you pull the site up for the first time, you will&lt;br /&gt;
be prompted to login and if you put in user: 'goombah' and&lt;br /&gt;
password: 'iama' then your super admin user account will&lt;br /&gt;
be set to goombah/iama -- cool?   You are ready to access&lt;br /&gt;
the application!&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This application can be accessed by simply typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; torrents &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the URL of your browser, or in other words, going to [http://torrents/ http://torrents/].&lt;br /&gt;
&lt;br /&gt;
Once a torrent URL has been loaded, it has to be &amp;quot;run&amp;quot; in order for the download to start. One does that by clicking on the green icon for run: [[Image:run_on.gif]]&lt;br /&gt;
&lt;br /&gt;
The downloads all go into folders accessible as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; \\hda\torrents&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, one per each user of the app. That directory is world writeable (for now).&lt;br /&gt;
&lt;br /&gt;
Hover the mouse over the status of a download to show full details on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Useful Firefox Extensions'''&lt;br /&gt;
&lt;br /&gt;
Firefox Torrent Handler Extension, available [http://torrentflux.com/addons.php  Here] allows you to right click on a .torrent file linked in a webpage and send it to your TorrentFlux system for queuing or immediate download.  You can also login to your server with a right click or by clicking on the green icon at the bottom right corner in Firefox.  Remember when setting your server URL &amp;lt;nowiki&amp;gt;(http://torrents/)&amp;lt;/nowiki&amp;gt; that you include that final &amp;quot;/&amp;quot; or you will end up at a search page on the Internet.&lt;br /&gt;
&lt;br /&gt;
iTorrenflux is an uploader extension also available [http://torrentflux.com/addons.php Here], for Mac OS X.  Sorry no Mac to test this one on.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 12:02, 7 August 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
'''Instructions for using a Private Tracker'''&lt;br /&gt;
&lt;br /&gt;
One of the Trackers I frequent is a Private Tracker.  They like to say that the .torrent file is personalized for you.  I had trouble using this Tracker with TorrentFlux until I found this [http://filesharefreak.com/2008/05/08/torrentflux-adding-torrents-from-your-private-tracker-url/ Link] today.  There is a disclaimer though, it may not work with all Private Trackers.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 14:31, 8 September 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Headline text ==&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Torrents&amp;diff=617</id>
		<title>Torrents</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Torrents&amp;diff=617"/>
		<updated>2008-08-07T19:02:56Z</updated>

		<summary type="html">&lt;p&gt;Repat: /* Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Torrents =&lt;br /&gt;
&lt;br /&gt;
Torrents is an HDAized version of the popular [http://www.torrentflux.com/ Torrent Flux] downloader.&lt;br /&gt;
&lt;br /&gt;
= Tips =&lt;br /&gt;
&lt;br /&gt;
The very first login creates an administrator user, so remember what you type the first time for password! From the program:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
'''IMPORTANT:''  The first time you access the application, you&lt;br /&gt;
will be prompted for a user/password -- this is when you will&lt;br /&gt;
set the SUPER ADMIN user and password by what you enter.  For&lt;br /&gt;
example, you pull the site up for the first time, you will&lt;br /&gt;
be prompted to login and if you put in user: 'goombah' and&lt;br /&gt;
password: 'iama' then your super admin user account will&lt;br /&gt;
be set to goombah/iama -- cool?   You are ready to access&lt;br /&gt;
the application!&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This application can be accessed by simply typing &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; torrents &amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the URL of your browser, or in other words, going to [http://torrents/ http://torrents/].&lt;br /&gt;
&lt;br /&gt;
Once a torrent URL has been loaded, it has to be &amp;quot;run&amp;quot; in order for the download to start. One does that by clicking on the green icon for run: [[Image:run_on.gif]]&lt;br /&gt;
&lt;br /&gt;
The downloads all go into folders accessible as &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt; \\hda\torrents&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, one per each user of the app. That directory is world writeable (for now).&lt;br /&gt;
&lt;br /&gt;
Hover the mouse over the status of a download to show full details on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Useful Firefox Extensions'''&lt;br /&gt;
&lt;br /&gt;
Firefox Torrent Handler Extension, available [http://torrentflux.com/addons.php  Here] allows you to right click on a .torrent file linked in a webpage and send it to your TorrentFlux system for queuing or immediate download.  You can also login to your server with a right click or by clicking on the green icon at the bottom right corner in Firefox.  Remember when setting your server URL &amp;lt;nowiki&amp;gt;(http://torrents/)&amp;lt;/nowiki&amp;gt; that you include that final &amp;quot;/&amp;quot; or you will end up at a search page on the Internet.&lt;br /&gt;
&lt;br /&gt;
iTorrenflux is an uploader extension also available [http://torrentflux.com/addons.php Here], for Mac OS X.  Sorry no Mac to test this one on.&lt;br /&gt;
&lt;br /&gt;
--[[User:Repat|Repat]] 12:02, 7 August 2008 (PDT)&lt;/div&gt;</summary>
		<author><name>Repat</name></author>
		
	</entry>
</feed>