<?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=Uslackr</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=Uslackr"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Uslackr"/>
	<updated>2026-04-30T13:59:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_10_Upgrade&amp;diff=108371</id>
		<title>Amahi 10 Upgrade</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_10_Upgrade&amp;diff=108371"/>
		<updated>2017-05-19T21:24:43Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: grammar &amp;amp; minor edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Warning|&lt;br /&gt;
&amp;lt;div style&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;&amp;quot;color:darkred&amp;quot;&amp;gt;The Amahi team strongly recommends [[Amahi_10_Install|installing from scratch]] over the upgrade.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
We have tested the fairly clean upgrade cases (with no/few modifications), on virtual machines. In general, there are too many variables involved to 100% ensure success. You must accept risk that your Amahi Server could break on upgrade.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
 We can only provide limited support in the [https://forums.amahi.org forums] and [http://talk.amahi.org IRC], though in some cases only [[commercial support]]. We continue to recommend a new install over an upgrade as the best option.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
:'''NOTE:'''  &lt;br /&gt;
:* There is no upgrade path from [[Fedora_14|Fedora 14]] or [[Ubuntu|Ubuntu 12.04 LTS]] to [[Amahi 10]].  This will require a new install.  The [[HDA OS Migration Guide]] might be helpful.  &lt;br /&gt;
:* For [[Fedora_19|Amahi 7]] users, an [[Amahi 8 Upgrade]] and [[Amahi 9 Upgrade]] will be needed before the [[Amahi 10]] upgrade can be accomplished (be advised this is untested).&lt;br /&gt;
&lt;br /&gt;
= Upgrading Amahi 9 to Amahi 10 =&lt;br /&gt;
== Preparation ==&lt;br /&gt;
We '''recommend you turn on a temporary DHCP server''', (e.g. in your router) since the network may go down for the duration of the actual upgrade.&lt;br /&gt;
&lt;br /&gt;
Execute all commands as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user or precede commands with &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;&lt;br /&gt;
* Upgrade will work best if apps are uninstalled&lt;br /&gt;
* '''Back up your data as a precaution'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Let's begin!&lt;br /&gt;
&lt;br /&gt;
* Update everything in the system:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 dnf -y update&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* Reboot to pick up new kernels, etc:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 shutdown -r now&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* Update everything in the system again:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 dnf -y update&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* If there are any updates, do it again. If there are new kernels, reboot:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  shutdown -r now&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execution ==&lt;br /&gt;
Install the upgrade tool:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  dnf -y install fedup&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Do the live update over the network:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  fedup -y --network 25 --nogpgcheck --allowerasing&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the previous fedup command is complete, you will be prompted to run:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  dnf system-upgrade reboot&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The actual upgrade will take place now, so you will not be able to access the server (or possibly the network) until it is complete.&lt;br /&gt;
&lt;br /&gt;
It would be good to have a monitor/keyboard on the system to cover the risk that the upgrade process becomes stuck somehow. This also should let you keep up with progress.&lt;br /&gt;
&lt;br /&gt;
Be aware it may take 15 to 30 minutes at a minimum for the upgrade to complete, depending on your hardware.&lt;br /&gt;
&lt;br /&gt;
== Finalize ==&lt;br /&gt;
Once the upgrade is complete, execute the following to disable the firewall:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 systemctl stop firewalld&lt;br /&gt;
 systemctl disable firewalld&lt;br /&gt;
 systemctl stop rolekit&lt;br /&gt;
 systemctl disable rolekit&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You now should be able to access the dashboard at &amp;lt;nowiki&amp;gt;http://hda&amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
Visit the [[troubleshooting]] page if you find yourself in trouble.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Go back to [http://docs.amahi.org Amahi Docs] page.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_8_Upgrade&amp;diff=106231</id>
		<title>Amahi 8 Upgrade</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_8_Upgrade&amp;diff=106231"/>
		<updated>2016-12-29T04:41:20Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: -y not supported on fedup command. Docs verified&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 = Amahi 8 for Fedora 21&amp;lt;br /&amp;gt;Maintenance Support ONLY!&lt;br /&gt;
Please use a supported release!&amp;lt;br /&amp;gt;}}&lt;br /&gt;
{{Warning|&lt;br /&gt;
&amp;lt;div style&amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt;&amp;quot;color:darkred&amp;quot;&amp;gt;The Amahi team strongly recommends [[Amahi_8_Install|installing from scratch]] over the upgrade.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
We have tested the fairly clean upgrade cases (with no/few modifications), on virtual machines. In general there are too many variables involved to 100% ensure success. You must accept risk that your Amahi Server could break on upgrade.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
 We can only provide limited support in the [https://forums.amahi.org forums] and [http://talk.amahi.org IRC], though in some cases only [[commercial support]]. We continue to recommend a new install over an upgrade as the best option.&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
:'''NOTE:'''  There is no upgrade path from [[Fedora_14|Fedora 14]] or [[Ubuntu|Ubuntu 12.04 LTS]] to [[Amahi_8|Amahi 8]].  This will require a new install.  The [[HDA OS Migration Guide]] might be helpful.&lt;br /&gt;
&lt;br /&gt;
= Upgrading Amahi 7 to Amahi 8 =&lt;br /&gt;
== Preparation ==&lt;br /&gt;
We '''recommend you turn on a temporary DHCP server''', (e.g. in your router) since the network may go down for the duration of the actual upgrade.&lt;br /&gt;
&lt;br /&gt;
All commands are executes as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; user or precede commands with &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;&lt;br /&gt;
* Works best if apps are uninstalled&lt;br /&gt;
* '''NOT ALL''' apps available in Amahi 7 are fully operational for Amahi 8.  Check the [https://www.amahi.org/apps App Store] before proceeding.&lt;br /&gt;
* Back up your data as a precaution&lt;br /&gt;
* Update everything in the system:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 yum -y update&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* Reboot to pick up new kernels, etc:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 reboot&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* Update everything in the system again:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 yum -y update&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* If there are any updates, do it again. If there are new kernels, reboot:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
 reboot&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Execution ==&lt;br /&gt;
Install the upgrade tool:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  yum -y install fedup&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Do the live update over the network:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  fedup --network 21 --product=server&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the upgrade does not let you due to issues with (for example) extra packages added by Amahi-installed apps, you may want to add ''--nogpgcheck'' option, i.e.&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  fedup  --network 21 --product=server --nogpgcheck&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may see warnings similar to the following warning but you can ignore them for now.  We will clean it up before the upgrade is complete.&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;pre&amp;gt;WARNING: problems were encountered during transaction test:&lt;br /&gt;
broken dependencies&lt;br /&gt;
perl-PlRPC-0.2020-13.fc19.noarch requires perl-4:5.16.3-266.fc19.x86_64&lt;br /&gt;
ruby-mysql-2.8.2-9.fc19.x86_64 requires ruby-libs-2.0.0.353-16.fc19.x86_64&lt;br /&gt;
Continue with the upgrade at your own risk.&amp;lt;/pre&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the previous fedup command is complete, reboot the server (the command will tell you):&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  shutdown -r now&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The actual upgrade will take place now, so you will not be able to access the server (or possibly the network) until it is complete.&lt;br /&gt;
&lt;br /&gt;
It would be good to have a monitor/keyboard on the system to cover the risk that the upgrade process becomes stuck somehow. This also should let you keep up with progress.&lt;br /&gt;
&lt;br /&gt;
Be aware it may take 15 to 30 minutes at a minimum for the upgrade to complete, depending on your hardware.&lt;br /&gt;
&lt;br /&gt;
Once the upgrade is complete, from the command line execute:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  yum check&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The following message or similar will be displayed:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;lt;pre&amp;gt;perl-PlRPC-0.2020-13.fc19.noarch has missing requires of perl(:MODULE_COMPAT_5.16.2)&lt;br /&gt;
ruby-mysql-2.8.2-9.fc19.x86_64 has missing requires of libruby.so.2.0()(64bit)&lt;br /&gt;
Error: check all&amp;lt;/pre&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To correct these issues, remove the two bad packages (though this could be dangerous if you had a lot of apps installed (in which case we do not recommend it):&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  yum remove perl-PlRPC-0.2020-13.fc19.noarch ruby-mysql.x86_64&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
Ensure all the problems are corrected and execute:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left&amp;quot;&amp;gt;&lt;br /&gt;
  yum check&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
The response should be &amp;lt;code&amp;gt;check all&amp;lt;/code&amp;gt; which indicates everything is correct.&lt;br /&gt;
&lt;br /&gt;
Now check the functionality of the Amahi dashboard after you get a DHCP lease from your HDA in your client(s). If the process completed successfully, you are now running Fedora 21 with the latest Amahi platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ref:  [https://fedoraproject.org/wiki/FedUp FedUp Wiki]&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
Visit the [[troubleshooting]] page if you find yourself in trouble.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
Refer to the [[HDA Admin How To]] page for Amahi Server administrator guidance.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:How_To:_Migrate_Storage_Pool_from_Fedora_14_to_Ubuntu_12&amp;diff=87971</id>
		<title>Talk:How To: Migrate Storage Pool from Fedora 14 to Ubuntu 12</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:How_To:_Migrate_Storage_Pool_from_Fedora_14_to_Ubuntu_12&amp;diff=87971"/>
		<updated>2014-08-13T01:43:03Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A couple edits for clarity &lt;br /&gt;
* I removed the header formatting because the text was showing up in the TOC and the mention of a link in the TOC when the link doesn't work was confusing.&lt;br /&gt;
* Moves the note regarding /etc/fstab to the pertinent step so its not forgotten&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:How_To:_Migrate_Storage_Pool_from_Fedora_14_to_Ubuntu_12&amp;diff=87936</id>
		<title>Talk:How To: Migrate Storage Pool from Fedora 14 to Ubuntu 12</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:How_To:_Migrate_Storage_Pool_from_Fedora_14_to_Ubuntu_12&amp;diff=87936"/>
		<updated>2014-08-13T01:14:52Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Created page with &amp;quot;I removed the header formatting because the text was showing up in the TOC and the mention of a link in the TOC when the link doesn't work was confusing.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I removed the header formatting because the text was showing up in the TOC and the mention of a link in the TOC when the link doesn't work was confusing.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=OpenVPN&amp;diff=58724</id>
		<title>OpenVPN</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=OpenVPN&amp;diff=58724"/>
		<updated>2012-08-07T12:55:55Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''IMPORTANT: we're transitioning to not having OpenVPN built in, but rather as an app, the [http://www.amahi.org/apps/openvpn OpenVPN one-click app]'''&lt;br /&gt;
&lt;br /&gt;
Remote VPN access to your Amahi HDA comes pre-configured out of the box. There is nothing to configure in the server.&lt;br /&gt;
&lt;br /&gt;
'''You need to forward one port (1194/UDP) to your HDA's IP''' to enable the VPN.&lt;br /&gt;
&lt;br /&gt;
You will also need qclient software.&lt;br /&gt;
&lt;br /&gt;
Once connected from outside your network, your computer becomes virtually a computer in your home network. All your files and services are as easily accessible as when you are at home.&lt;br /&gt;
&lt;br /&gt;
'''NEW! You can now use your amahi.org [https://www.amahi.org/user control panel] to test your VPN remotely!'''&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
There are two requirements for Remote Access to work:&lt;br /&gt;
&lt;br /&gt;
* On the client side, you need to be running a client&lt;br /&gt;
** We provide one for Windows, pre-configured for Amahi&lt;br /&gt;
** We recommend one for the Mac, which requires some manual configuration&lt;br /&gt;
** The client for Linux comes with most distros and uses the same settings as the Mac&lt;br /&gt;
* Your router needs to forward '''UDP port 1194''' to the IP address of your HDA. The way to do this is through port forwarding, which varies from router to router. Make sure you forward UDP (not TCP)&lt;br /&gt;
&lt;br /&gt;
= OpenVPN Clients For Windows, Mac, Linux, Android, iPhone, ... =&lt;br /&gt;
&lt;br /&gt;
Check the page for [[OpenVPN clients]].&lt;br /&gt;
&lt;br /&gt;
= Resources on Port Forwarding =&lt;br /&gt;
&lt;br /&gt;
* [http://www.portforward.com/english/routers/port_forwarding/routerindex.htm Massive database of port forwarding information by router]&lt;br /&gt;
* YouTube Video on Port Forwarding for Linksys Routers: http://www.youtube.com/watch?v=GWPUdW1kIJA&lt;br /&gt;
&lt;br /&gt;
= Bridging VPN and eth0 =&lt;br /&gt;
&lt;br /&gt;
If you'd like your VPN clients to get IP addresses in the same subnet as your HDA, and not in the 10.8.0.0/24 subnet (default), read this page: [[VPN Bridging]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
* Make sure your HDA's network IP range is different than that of the remote network. (e.g. if your HDA's IP address is 192.168.1.X, you cannot connect to it on a remote network also using 192.168.1.X)&lt;br /&gt;
&lt;br /&gt;
* If you are running your HDA from a Verizon FiOS connection, you may experience strange disconnections.  This may be due to the Actiontec router's small NAT table.  Please see guides here http://www.verizonfioswiki.com/index.php/Using_Your_Own_Router for instructions on how to use your own router.&lt;br /&gt;
&lt;br /&gt;
* If you have a Vonage V-Portal (or perhaps other voip adapters as well), plug your router into your modem, then the v-portal into your router. Vonage tells you to put the v-portal between the modem and the router, but I was unable to connect to vpn until I moved the adapter behind the router.&lt;br /&gt;
&lt;br /&gt;
* Check out [[VPN_troubleshooting]] for more troubleshooting tips.&lt;br /&gt;
&lt;br /&gt;
= Implementation =&lt;br /&gt;
&lt;br /&gt;
The VPN solution is implemented through the very popular [http://openvpn.net/ OpenVPN] software VPN.&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;br /&gt;
[[Category: VPN]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=OpenVPN&amp;diff=58718</id>
		<title>OpenVPN</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=OpenVPN&amp;diff=58718"/>
		<updated>2012-08-07T12:53:49Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''IMPORTANT: we're transitioning to not having OpenVPN built in, but rather as an app, the [http://www.amahi.org/apps/openvpn OpenVPN one-click app]'''&lt;br /&gt;
&lt;br /&gt;
Remote VPN access to your Amahi HDA comes pre-configured out of the box. There is nothing to configure in the server.&lt;br /&gt;
&lt;br /&gt;
'''You need to forward one port (1194/UDP) to your HDA's IP''' to enable the VPN.&lt;br /&gt;
&lt;br /&gt;
You will also need a client software.&lt;br /&gt;
&lt;br /&gt;
Once connected from outside your network, your computer becomes virtually a computer in your home network. All your files and services are as easily accessible as when you are at home.&lt;br /&gt;
&lt;br /&gt;
'''NEW! You can now use your amahi.org [https://www.amahi.org/user control panel] to test your VPN remotely!'''&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
&lt;br /&gt;
There are two requirements for Remote Access to work:&lt;br /&gt;
&lt;br /&gt;
* On the client side, you need to be running a client&lt;br /&gt;
** We provide one for Windows, pre-configured for Amahi&lt;br /&gt;
** We recommend one for the Mac, which requires some manual configuration&lt;br /&gt;
** The client for Linux comes with most distros and uses the same settings as the Mac&lt;br /&gt;
* Your router needs to forward '''UDP port 1194''' to the IP address of your HDA. The way to do this is through port forwarding, which varies from router to router. Make sure you forward UDP (not TCP)&lt;br /&gt;
&lt;br /&gt;
= OpenVPN Clients For Windows, Mac, Linux, Android, iPhone, ... =&lt;br /&gt;
&lt;br /&gt;
Check the page for [[OpenVPN clients]].&lt;br /&gt;
&lt;br /&gt;
= Resources on Port Forwarding =&lt;br /&gt;
&lt;br /&gt;
* [http://www.portforward.com/english/routers/port_forwarding/routerindex.htm Massive database of port forwarding information by router]&lt;br /&gt;
* YouTube Video on Port Forwarding for Linksys Routers: http://www.youtube.com/watch?v=GWPUdW1kIJA&lt;br /&gt;
&lt;br /&gt;
= Bridging VPN and eth0 =&lt;br /&gt;
&lt;br /&gt;
If you'd like your VPN clients to get IP addresses in the same subnet as your HDA, and not in the 10.8.0.0/24 subnet (default), read this page: [[VPN Bridging]].&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
* Make sure your HDA's network IP range is different than that of the remote network. (e.g. if your HDA's IP address is 192.168.1.X, you cannot connect to it on a remote network also using 192.168.1.X)&lt;br /&gt;
&lt;br /&gt;
* If you are running your HDA from a Verizon FiOS connection, you may experience strange disconnections.  This may be due to the Actiontec router's small NAT table.  Please see guides here http://www.verizonfioswiki.com/index.php/Using_Your_Own_Router for instructions on how to use your own router.&lt;br /&gt;
&lt;br /&gt;
* If you have a Vonage V-Portal (or perhaps other voip adapters as well), plug your router into your modem, then the v-portal into your router. Vonage tells you to put the v-portal between the modem and the router, but I was unable to connect to vpn until I moved the adapter behind the router.&lt;br /&gt;
&lt;br /&gt;
* Check out [[VPN_troubleshooting]] for more troubleshooting tips.&lt;br /&gt;
&lt;br /&gt;
= Implementation =&lt;br /&gt;
&lt;br /&gt;
The VPN solution is implemented through the very popular [http://openvpn.net/ OpenVPN] software VPN.&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;br /&gt;
[[Category: VPN]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Linux-hda_commands&amp;diff=54338</id>
		<title>Linux-hda commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Linux-hda_commands&amp;diff=54338"/>
		<updated>2012-04-20T00:54:15Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Linux Basic Commands =&lt;br /&gt;
[[Basics|Linux Basic Commands]] most users will need.&lt;br /&gt;
&lt;br /&gt;
= General Linux/HDA Commands =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;service httpd start&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;restart web server&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;yum -y update&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;automatically update fedora&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-*.*-*.noarch.rpm&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;updates HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;rpm -q hda-platform&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;check to see what version of HDA you're running&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= HDA Script Commands =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;first-admin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;returns name of first admin user&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Reset_Amahi_Password|reset-user-password]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;reset a forgotten user password&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''   Must be run from the '''''/var/hda/platform/html/script''''' directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-change-gw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change gateway/router IP address&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-change-dns&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change DNS provider for HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
hda-install-gem&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;install a specific Ruby Gem&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-create-db-and-user&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;create MySql user and database&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-new-install&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;manual install for Amahi&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-php-zone-change&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change time zone&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-refresh-shares&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;refresh HDA shares&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;/usr/bin/hda-alias&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-fix-sudoers&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-install&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;deprecated - use amahi-installer&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-install-file&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-register-apps&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-settings&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Dumps current settings&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/bin/hda-update-webapps&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/sbin/hda-add-apache-sudoers&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/sbin/hda-diskmount&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;/usr/sbin/hda-gems-install&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  Can be run from anywhere (located in '''/usr/bin''').&lt;br /&gt;
&lt;br /&gt;
= Miscellaneous =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;service amahi-ushare restart&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;restart ushare after adding new content&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;vncserver&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Starts the VNCServer&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;vncserver -kill :1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Stops the VNCServer&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;/etc/init.d/mt-daapd start&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Starts mt-daapd&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;/etc/init.d/mt-daapd stop&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Stops mt-daapd&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;e2fsck -c /dev/sdb1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Check hard drive sdb1 for errors&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;​nscd -i hosts&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Clear DNS cache on HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Greyhole =&lt;br /&gt;
Use just &amp;quot;greyhole&amp;quot; in a Terminal to get the list, since those could change in the future. Currently, they are:&amp;lt;br&amp;gt;&lt;br /&gt;
(as of greyhole-0.9.22)&amp;lt;br&amp;gt;&lt;br /&gt;
Usage: greyhole [ACTION] [OPTIONS]&lt;br /&gt;
&lt;br /&gt;
Where ACTION is one of:&lt;br /&gt;
  -?, --help            Display this help and exit.&lt;br /&gt;
  -D, --daemon          Start the daemon.&lt;br /&gt;
  -f, --fsck            Schedule a fsck.&lt;br /&gt;
  -C, --cancel-fsck     Cancel all scheduled fsck.&lt;br /&gt;
  -l, --balance         Balance available space on storage pool drives.&lt;br /&gt;
  -s, --stats           Display storage pool statistics.&lt;br /&gt;
  -i, --iostat          I/O statistices for your storage pool drives.&lt;br /&gt;
  -L, --logs            Display new greyhole.log entries as they are logged.&lt;br /&gt;
  -S, --status          Display what the Greyhole daemon is currently doing.&lt;br /&gt;
  -q, --view-queue      Display the current work queue.&lt;br /&gt;
  -a, --empty-trash     Empty the trash.&lt;br /&gt;
  -b, --debug=filename  Debug past file operations.&lt;br /&gt;
  -t, --thaw[=path]     Thaw a frozen directory. Greyhole will start working on&lt;br /&gt;
                        files inside &amp;lt;path&amp;gt;. If you don't supply an option, the list&lt;br /&gt;
                        of frozen directories will be displayed.&lt;br /&gt;
  -w, --wait-for[=path] Tell Greyhole that the missing drive at &amp;lt;path&amp;gt; will return&lt;br /&gt;
                        soon, and that it shouldn't re-create additional file copies&lt;br /&gt;
                        to replace it. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -g, --gone[=path]     Tell Greyhole that the missing drive at &amp;lt;path&amp;gt; is gone for&lt;br /&gt;
                        good. Greyhole will start replacing the missing file copies&lt;br /&gt;
                        instantly. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -n, --going[=path]    Tell Greyhole that you want to remove a drive. Greyhole will&lt;br /&gt;
                        then make sure you don't loose any files, and that the&lt;br /&gt;
                        correct number of file copies are created to replace the&lt;br /&gt;
                        missing drive. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -r, --replace[=path]  Tell Greyhole that you replaced the drive at &amp;lt;path&amp;gt;.&lt;br /&gt;
  -X, --fix-symlinks    Try to find a good file copy to point to for all broken&lt;br /&gt;
                        symlinks found on your shares.&lt;br /&gt;
  -p, --delete-metadata&amp;lt;=path&amp;gt;&lt;br /&gt;
                        Delete all metadata files for &amp;lt;path&amp;gt;, which should be a&lt;br /&gt;
                        share name, followed by the path to a file that is gone&lt;br /&gt;
                        from your storage pool.&lt;br /&gt;
  -U, --remove-share&amp;lt;=share_name&amp;gt;&lt;br /&gt;
                        Move the files currently inside the specified share from the&lt;br /&gt;
                        storage pool into the shared folder (landing zone),&lt;br /&gt;
                        effectively removing the share from Greyhole's storage pool.&lt;br /&gt;
&lt;br /&gt;
For --stats and --view-queue, the available OPTIONS are:&lt;br /&gt;
  -j, --json            Output the result as JSON, instead of human-readable text.&lt;br /&gt;
&lt;br /&gt;
For --fsck, the available OPTIONS are:&lt;br /&gt;
  -e, --email-report    Send an email when fsck completes, to report on what was&lt;br /&gt;
                        checked, and any error that was found.&lt;br /&gt;
  -y, --dont-walk-metadata-store&lt;br /&gt;
                        Speed up fsck by skipping the scan of the metadata store&lt;br /&gt;
                        directories. Scanning the metadata stores is only required to&lt;br /&gt;
                        re-create symbolic links that might be missing from your&lt;br /&gt;
                        shared directories.&lt;br /&gt;
  -c, --if-conf-changed Only fsck if greyhole.conf or smb.conf paths changed since&lt;br /&gt;
                        the last fsck.&lt;br /&gt;
                        Used in the daily cron to prevent unneccesary fsck runs.&lt;br /&gt;
  -d, --dir=path        Only scan a specific directory, and all sub-directories.&lt;br /&gt;
                        The specified directory should be a Samba share, a&lt;br /&gt;
                        sub-directory of a Samba share, or any directory on a&lt;br /&gt;
                        storage pool drive.&lt;br /&gt;
  -o, --find-orphaned-files&lt;br /&gt;
                        Scan for files with no metadata in the storage pool drives.&lt;br /&gt;
                        This will allow you to include existing files on a drive&lt;br /&gt;
                        in your storage pool without having to copy them manually.&lt;br /&gt;
  -k, --checksums       Read ALL files in your storage pool, and check that&lt;br /&gt;
                        file copies are identical. This will identify any problem&lt;br /&gt;
                        you might have with your file-systems.&lt;br /&gt;
                        NOTE: this can take a LONG time to complete, since it will read&lt;br /&gt;
                        everything from all your drives!&lt;br /&gt;
  -m, --delete-orphaned-metadata&lt;br /&gt;
                        When fsck find metadata files with no file copies, delete those&lt;br /&gt;
                        metadata files. If the file copies re-appear later, you'll need&lt;br /&gt;
                        to run fsck with --find-orphaned-files to have them reappear in&lt;br /&gt;
                        your shares.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Linux-hda_commands&amp;diff=54332</id>
		<title>Linux-hda commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Linux-hda_commands&amp;diff=54332"/>
		<updated>2012-04-20T00:35:53Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Updated for greyhole-0.9.22&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Linux Basic Commands =&lt;br /&gt;
[[Basics|Linux Basic Commands]] most users will need.&lt;br /&gt;
&lt;br /&gt;
= General Linux/HDA Commands =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;service httpd start&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;restart web server&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;yum -y update&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;automatically update fedora&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-*.*-*.noarch.rpm&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;updates HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;rpm -q hda-platform&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;check to see what version of HDA you're running&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= HDA Script Commands =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;first-admin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;returns name of first admin user&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Reset_Amahi_Password|reset-user-password]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;reset a forgotten user password&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''   Must be run from the '''''/var/hda/platform/html/script''''' directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-change-gw&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change gateway/router IP address&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-change-dns&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change DNS provider for HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
hda-install-gem&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;install a specific Ruby Gem&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-create-db-and-user&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;create MySql user and database&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-new-install&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;manual install for Amahi&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-php-zone-change&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;change time zone&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;hda-refresh-shares&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;refresh HDA shares&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE:'''  Can be run from anywhere (located in '''/usr/bin''').&lt;br /&gt;
&lt;br /&gt;
= Miscellaneous =&lt;br /&gt;
&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Command&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Action&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;service amahi-ushare restart&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;restart ushare after adding new content&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;vncserver&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Starts the VNCServer&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;vncserver -kill :1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Stops the VNCServer&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;/etc/init.d/mt-daapd start&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Starts mt-daapd&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;/etc/init.d/mt-daapd stop&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Stops mt-daapd&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;e2fsck -c /dev/sdb1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Check hard drive sdb1 for errors&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;​nscd -i hosts&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Clear DNS cache on HDA&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/table&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Greyhole =&lt;br /&gt;
Use just &amp;quot;greyhole&amp;quot; in a Terminal to get the list, since those could change in the future. Currently, they are:&lt;br /&gt;
Usage: greyhole [ACTION] [OPTIONS]&lt;br /&gt;
&lt;br /&gt;
Where ACTION is one of:&lt;br /&gt;
  -?, --help            Display this help and exit.&lt;br /&gt;
  -D, --daemon          Start the daemon.&lt;br /&gt;
  -f, --fsck            Schedule a fsck.&lt;br /&gt;
  -C, --cancel-fsck     Cancel all scheduled fsck.&lt;br /&gt;
  -l, --balance         Balance available space on storage pool drives.&lt;br /&gt;
  -s, --stats           Display storage pool statistics.&lt;br /&gt;
  -i, --iostat          I/O statistices for your storage pool drives.&lt;br /&gt;
  -L, --logs            Display new greyhole.log entries as they are logged.&lt;br /&gt;
  -S, --status          Display what the Greyhole daemon is currently doing.&lt;br /&gt;
  -q, --view-queue      Display the current work queue.&lt;br /&gt;
  -a, --empty-trash     Empty the trash.&lt;br /&gt;
  -b, --debug=filename  Debug past file operations.&lt;br /&gt;
  -t, --thaw[=path]     Thaw a frozen directory. Greyhole will start working on&lt;br /&gt;
                        files inside &amp;lt;path&amp;gt;. If you don't supply an option, the list&lt;br /&gt;
                        of frozen directories will be displayed.&lt;br /&gt;
  -w, --wait-for[=path] Tell Greyhole that the missing drive at &amp;lt;path&amp;gt; will return&lt;br /&gt;
                        soon, and that it shouldn't re-create additional file copies&lt;br /&gt;
                        to replace it. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -g, --gone[=path]     Tell Greyhole that the missing drive at &amp;lt;path&amp;gt; is gone for&lt;br /&gt;
                        good. Greyhole will start replacing the missing file copies&lt;br /&gt;
                        instantly. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -n, --going[=path]    Tell Greyhole that you want to remove a drive. Greyhole will&lt;br /&gt;
                        then make sure you don't loose any files, and that the&lt;br /&gt;
                        correct number of file copies are created to replace the&lt;br /&gt;
                        missing drive. If you don't supply an option, the available&lt;br /&gt;
                        options (paths) will be displayed.&lt;br /&gt;
  -r, --replace[=path]  Tell Greyhole that you replaced the drive at &amp;lt;path&amp;gt;.&lt;br /&gt;
  -X, --fix-symlinks    Try to find a good file copy to point to for all broken&lt;br /&gt;
                        symlinks found on your shares.&lt;br /&gt;
  -p, --delete-metadata&amp;lt;=path&amp;gt;&lt;br /&gt;
                        Delete all metadata files for &amp;lt;path&amp;gt;, which should be a&lt;br /&gt;
                        share name, followed by the path to a file that is gone&lt;br /&gt;
                        from your storage pool.&lt;br /&gt;
  -U, --remove-share&amp;lt;=share_name&amp;gt;&lt;br /&gt;
                        Move the files currently inside the specified share from the&lt;br /&gt;
                        storage pool into the shared folder (landing zone),&lt;br /&gt;
                        effectively removing the share from Greyhole's storage pool.&lt;br /&gt;
&lt;br /&gt;
For --stats and --view-queue, the available OPTIONS are:&lt;br /&gt;
  -j, --json            Output the result as JSON, instead of human-readable text.&lt;br /&gt;
&lt;br /&gt;
For --fsck, the available OPTIONS are:&lt;br /&gt;
  -e, --email-report    Send an email when fsck completes, to report on what was&lt;br /&gt;
                        checked, and any error that was found.&lt;br /&gt;
  -y, --dont-walk-metadata-store&lt;br /&gt;
                        Speed up fsck by skipping the scan of the metadata store&lt;br /&gt;
                        directories. Scanning the metadata stores is only required to&lt;br /&gt;
                        re-create symbolic links that might be missing from your&lt;br /&gt;
                        shared directories.&lt;br /&gt;
  -c, --if-conf-changed Only fsck if greyhole.conf or smb.conf paths changed since&lt;br /&gt;
                        the last fsck.&lt;br /&gt;
                        Used in the daily cron to prevent unneccesary fsck runs.&lt;br /&gt;
  -d, --dir=path        Only scan a specific directory, and all sub-directories.&lt;br /&gt;
                        The specified directory should be a Samba share, a&lt;br /&gt;
                        sub-directory of a Samba share, or any directory on a&lt;br /&gt;
                        storage pool drive.&lt;br /&gt;
  -o, --find-orphaned-files&lt;br /&gt;
                        Scan for files with no metadata in the storage pool drives.&lt;br /&gt;
                        This will allow you to include existing files on a drive&lt;br /&gt;
                        in your storage pool without having to copy them manually.&lt;br /&gt;
  -k, --checksums       Read ALL files in your storage pool, and check that&lt;br /&gt;
                        file copies are identical. This will identify any problem&lt;br /&gt;
                        you might have with your file-systems.&lt;br /&gt;
                        NOTE: this can take a LONG time to complete, since it will read&lt;br /&gt;
                        everything from all your drives!&lt;br /&gt;
  -m, --delete-orphaned-metadata&lt;br /&gt;
                        When fsck find metadata files with no file copies, delete those&lt;br /&gt;
                        metadata files. If the file copies re-appear later, you'll need&lt;br /&gt;
                        to run fsck with --find-orphaned-files to have them reappear in&lt;br /&gt;
                        your shares.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Mount_Shares_Locally&amp;diff=41635</id>
		<title>Mount Shares Locally</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Mount_Shares_Locally&amp;diff=41635"/>
		<updated>2011-05-31T15:42:19Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mounting your Samba shares locally is useful when you are using Greyhole, and want to write or in any way work with those files locally. Greyhole data should only be accessed through shares, so mounting those shares locally is an easy way to work with Greyhole data safely.&lt;br /&gt;
&lt;br /&gt;
* Install the mount_shares_locally initd script:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; overflow: scroll&amp;quot;&amp;gt;&lt;br /&gt;
 curl -o /etc/init.d/mount_shares_locally http://dl.dropbox.com/u/3022105/Amahi/mount_shares_locally&lt;br /&gt;
 chmod +x /etc/init.d/mount_shares_locally&lt;br /&gt;
 chkconfig --add mount_shares_locally&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor, and replace ''your_username'' (on line 12) with your username.&lt;br /&gt;
&lt;br /&gt;
* Create the ''/home/your_username/.smb_credentials'' file. This is a simple text file (use your favorite text editor).&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;&amp;quot;&amp;gt;&lt;br /&gt;
 username=your_username&lt;br /&gt;
 password=your_password&lt;br /&gt;
 domain=HOME&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To test your new mounts, you can execute '''service mount_shares_locally start'''&amp;lt;br/&amp;gt;&lt;br /&gt;
You will find the mounted shares in ''/mnt/samba/*''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''service mount_shares_locally stop''' will unmount the local shares.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: if you used /etc/rc.local and /etc/fstab to mount shares locally in the past, you can remove what you added in those files now. The above initd script replaces all this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Unable to mount localy after upgrading to Amahi6 ==&lt;br /&gt;
If you try to run mount using this script after you upgraded to Amahi6 you might get greeted by this type of error.&lt;br /&gt;
&lt;br /&gt;
 [root@localhost ~]# /etc/init.d/mount_shares_locally start&lt;br /&gt;
 Mounting Samba shares locally: /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
                                                           [  OK  ]&lt;br /&gt;
&lt;br /&gt;
It's easily fixed by installing the missing dependency.&lt;br /&gt;
&lt;br /&gt;
{{Code|yum install cifs-utils}}&lt;br /&gt;
&lt;br /&gt;
Now it should work fine to run&lt;br /&gt;
&lt;br /&gt;
{{Code|/etc/init.d/mount_shares_locally start}}&lt;br /&gt;
&lt;br /&gt;
==Problem with service dependency==&lt;br /&gt;
The mount_share_locally script requires the greyhole service be running prior to it starting.  To ensure this happens, take to following steps:&lt;br /&gt;
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor&lt;br /&gt;
** Add greyhole to the list of Required-Start services and save the changes&lt;br /&gt;
  {{Code|# Required-Start:    $network $local_fs $remote_fs smb mysqld greyhole}}&lt;br /&gt;
* Remove the service &amp;quot;chkconfig --del mount_shares_locally&amp;quot;&lt;br /&gt;
* Re-add the service &amp;quot;chkconfig --add mount_shares_locally&amp;quot;&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Mount_Shares_Locally&amp;diff=41629</id>
		<title>Mount Shares Locally</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Mount_Shares_Locally&amp;diff=41629"/>
		<updated>2011-05-31T15:19:37Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mounting your Samba shares locally is useful when you are using Greyhole, and want to write or in any way work with those files locally. Greyhole data should only be accessed through shares, so mounting those shares locally is an easy way to work with Greyhole data safely.&lt;br /&gt;
&lt;br /&gt;
* Install the mount_shares_locally initd script:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; overflow: scroll&amp;quot;&amp;gt;&lt;br /&gt;
 curl -o /etc/init.d/mount_shares_locally http://dl.dropbox.com/u/3022105/Amahi/mount_shares_locally&lt;br /&gt;
 chmod +x /etc/init.d/mount_shares_locally&lt;br /&gt;
 chkconfig --add mount_shares_locally&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor, and replace ''your_username'' (on line 12) with your username.&lt;br /&gt;
&lt;br /&gt;
* Create the ''/home/your_username/.smb_credentials'' file. This is a simple text file (use your favorite text editor).&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;&amp;quot;&amp;gt;&lt;br /&gt;
 username=your_username&lt;br /&gt;
 password=your_password&lt;br /&gt;
 domain=HOME&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To test your new mounts, you can execute '''service mount_shares_locally start'''&amp;lt;br/&amp;gt;&lt;br /&gt;
You will find the mounted shares in ''/mnt/samba/*''&amp;lt;br/&amp;gt;&lt;br /&gt;
'''service mount_shares_locally stop''' will unmount the local shares.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: if you used /etc/rc.local and /etc/fstab to mount shares locally in the past, you can remove what you added in those files now. The above initd script replaces all this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Unable to mount localy after upgrading to Amahi6 ==&lt;br /&gt;
If you try to run mount using this script after you upgraded to Amahi6 you might get greeted by this type of error.&lt;br /&gt;
&lt;br /&gt;
 [root@localhost ~]# /etc/init.d/mount_shares_locally start&lt;br /&gt;
 Mounting Samba shares locally: /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
 /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory&lt;br /&gt;
                                                           [  OK  ]&lt;br /&gt;
&lt;br /&gt;
It's easily fixed by installing the missing dependency.&lt;br /&gt;
&lt;br /&gt;
{{Code|yum install cifs-utils}}&lt;br /&gt;
&lt;br /&gt;
Now it should work fine to run&lt;br /&gt;
&lt;br /&gt;
{{Code|/etc/init.d/mount_shares_locally start}}&lt;br /&gt;
&lt;br /&gt;
==Problem &lt;br /&gt;
Note: This script requires the greyhole service be running prior to it starting.  To fix this, take to following steps&lt;br /&gt;
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor&lt;br /&gt;
** Add greyhole to the list of Required-Start services and save the changes&lt;br /&gt;
  {{Code|# Required-Start:    $network $local_fs $remote_fs smb mysqld greyhole}}&lt;br /&gt;
* Remove the service &amp;quot;chkconfig --del mount_shares_locally&amp;quot;&lt;br /&gt;
* Re-add the service &amp;quot;chkconfig --add mount_shares_locally&amp;quot;&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=38509</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=38509"/>
		<updated>2011-04-09T02:18:29Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=[http://www.amahi.org/apps/ps3mediaserver PS3 Media Server] on Amahi=&lt;br /&gt;
{{WorkInProgress}}&lt;br /&gt;
==&amp;lt;span style=&amp;quot;color:#800000&amp;quot;&amp;gt;by Greg Martin (uslacker)&amp;lt;/span&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several applications for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files on the fly so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  As PMS matures, it supports a growing number of devices. (Samsung, Sony Bravia, Philips, Realtek, WDTVLive, XBox, WindowsMedia, PopCornHour, XBMC, Android, N900).&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
PS3 Media Server cannot be configured through a web page.  While we've tried to create a sane default install, you will find a need to adjust the configuration.  To do so, you have two choices.  Edit the PMS.conf file  manually; or run PMS.sh  to start the console app.  &lt;br /&gt;
* To edit PMS.conf, open /var/hda/web-apps/ps3mediaserver/PMS.conf ussing you favorite editor.  The file permissions are set so that anyone in the users group can edit them.  Documentation for the various settings will be best found in the PMS forums.&lt;br /&gt;
* To use the console app, login to the console of your HDA; open the computer app and browse to /var/hda/web-apps/ps3mediaserver/PMS.sh.  Double click to run.  If prompted on what action to take, select Run in Terminal.  Make any edits; click Save and Click Quit.  &lt;br /&gt;
* Once you finish making changes, you'll need to restart the service.  Open a terminal, su to root and run &amp;lt;tt&amp;gt;service pmsd stop&amp;lt;/tt&amp;gt; then &amp;lt;tt&amp;gt;service pmsd start&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;PS3MediaServer Forums&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://www.ps3mediaserver.org/forum/&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=38503</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=38503"/>
		<updated>2011-04-09T02:14:30Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: new beta update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=[http://www.amahi.org/apps/ps3mediaserver PS3 Media Server] on Amahi=&lt;br /&gt;
{{WorkInProgress}}&lt;br /&gt;
==&amp;lt;span style=&amp;quot;color:#800000&amp;quot;&amp;gt;by Greg Martin (uslacker)&amp;lt;/span&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several applications for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files on the fly so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  As PMS matures, it supports a growing number of devices.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
PS3 Media Server cannot be configured through a web page.  While we've tried to create a sane default install, you will find a need to adjust the configuration.  To do so, you have two choices.  Edit the PMS.conf file  manually; or run PMS.sh  to start the console app.  &lt;br /&gt;
* To edit PMS.conf, open /var/hda/web-apps/ps3mediaserver/PMS.conf ussing you favorite editor.  The file permissions are set so that anyone in the users group can edit them.  Documentation for the various settings will be best found in the PMS forums.&lt;br /&gt;
* To use the console app, login to the console of your HDA; open the computer app and browse to /var/hda/web-apps/ps3mediaserver/PMS.sh.  Double click to run.  If prompted on what action to take, select Run in Terminal.  Make any edits; click Save and Click Quit.  &lt;br /&gt;
* Once you finish making changes, you'll need to restart the service.  Open a terminal, su to root and run &amp;lt;tt&amp;gt;service pmsd stop&amp;lt;/tt&amp;gt; then &amp;lt;tt&amp;gt;service pmsd start&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;PS3MediaServer Forums&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://www.ps3mediaserver.org/forum/&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37915</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37915"/>
		<updated>2011-03-27T21:45:03Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PS3 Mmedia Server on Amahi=&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span style=&amp;quot;color:#800000&amp;quot;&amp;gt; DRAFT in progress by Greg Martin (uslacker)&amp;lt;/span&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several applications for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files on the fly so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  As PMS matures, it supports a growing number of devices.&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37909</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37909"/>
		<updated>2011-03-27T21:42:41Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PS3 Mmedia Server on Amahi=&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span style=&amp;quot;color:#800000&amp;quot;&amp;gt; DRAFT in progress by Greg Martin (uslacker)&amp;lt;/span&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several (some say many) applicaiton for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  Over time, PMS grown to support a growing number of devices.&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;PS3 Media Server for dummies / tutorial howto documentation&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://ps3mediaserver.org/forum/viewtopic.php?f=6&amp;amp;t=3507&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Java PS3 Media Server for dummies – chapter 3 installation and basic configuration&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://otmanix.de/english/2009/05/17/java-ps3-media-server-for-dummies-chapter-3-installation-and-basic-configuration/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:apps]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37903</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37903"/>
		<updated>2011-03-27T21:40:15Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PS3 Mmedia Server on Amahi=&lt;br /&gt;
&lt;br /&gt;
==DRAFT in progress by Greg Martin (uslacker)==&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several (some say many) applicaiton for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  Over time, PMS grown to support a growing number of devices.&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;PS3 Media Server for dummies / tutorial howto documentation&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://ps3mediaserver.org/forum/viewtopic.php?f=6&amp;amp;t=3507&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Java PS3 Media Server for dummies – chapter 3 installation and basic configuration&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://otmanix.de/english/2009/05/17/java-ps3-media-server-for-dummies-chapter-3-installation-and-basic-configuration/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:apps]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37897</id>
		<title>Ps3mediaserver</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Ps3mediaserver&amp;diff=37897"/>
		<updated>2011-03-27T21:03:43Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=PS3 Mmedia Server on Amahi=&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
Amahi supports several (some say many) applicaiton for streaming content over the network using DLNA.  PS3 Media Server (PMS) is different in that is was designed to transcode video files so they can be played by the Sony PS3 as it supports a limited number of video &amp;amp; audio codecs.  Over time, PMS grown to support a growing number of devices.&lt;br /&gt;
&lt;br /&gt;
== Resources: ==&lt;br /&gt;
&amp;lt;B&amp;gt;PS3 Media Server for dummies / tutorial howto documentation&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://ps3mediaserver.org/forum/viewtopic.php?f=6&amp;amp;t=3507&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;Java PS3 Media Server for dummies – chapter 3 installation and basic configuration&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://otmanix.de/english/2009/05/17/java-ps3-media-server-for-dummies-chapter-3-installation-and-basic-configuration/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;B&amp;gt;ps3mediaserver - Project Hosting on Google Code&amp;lt;/B&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
http://code.google.com/p/ps3mediaserver/&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:apps]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=36031</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=36031"/>
		<updated>2011-03-06T04:37:04Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Welcome to the Amahi Wiki=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
'''CURRENT STABLE RELEASE:'''  [[Amahi 6.0]], on [[Fedora 14]]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
__TOC__&amp;lt;br /&amp;gt;&lt;br /&gt;
This is where Amahi community members can best help other Amahi users.  Please add or edit any information in the Wiki that you feel is lacking, missing, or need improvement.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Intro]]: Introduction to the Amahi HDA&lt;br /&gt;
* [[Requirements]]: What's needed&lt;br /&gt;
* [http://www.amahi.org/faq FAQ]: Frequently Asked Questions&lt;br /&gt;
* [[Feedback]]: Issues, feedback.&lt;br /&gt;
&lt;br /&gt;
For questions or help do not hesitate to [[contact us]].&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* See [http://www.amahi.org/support/instructions Installation instructions] in your control panel at amahi.org &lt;br /&gt;
* [[Self-install]]: Alternative, unsupported installation instructions&lt;br /&gt;
* [[Amahi on a VM]]: Installing Amahi in a Virtual Machine&lt;br /&gt;
* [[Express CD]]:  Headless all-in-one Install&lt;br /&gt;
&lt;br /&gt;
=Getting Started=&lt;br /&gt;
&lt;br /&gt;
First you can take a look at the [[Special:PopularPages|Popular Pages]] to see if your topic of interest is there. Otherwise find the major topics below in groups.&lt;br /&gt;
&lt;br /&gt;
'''[[Storage and file sharing]]''' - How to store your music, pictures, movies and other files and share them with the rest of the devices in your network.&lt;br /&gt;
* Accessing files from:&lt;br /&gt;
#[[SharingToMacOSX|Mac OS X]]&lt;br /&gt;
#[[SharingToLinux|Other Linux Systems]]&lt;br /&gt;
&lt;br /&gt;
'''Networking''' - Using your HDA to manage your home network&lt;br /&gt;
* [[Networking - Static IPs]]: How to assign static IPs to your network devices.&lt;br /&gt;
* [[Punching DNS Holes]]: How to assign IP addresses outside of your network for your home domain.&lt;br /&gt;
&lt;br /&gt;
'''Remote Access''' - Accessing your HDA from anywhere on the network &lt;br /&gt;
* Accessing your HDA remotely from:&lt;br /&gt;
# [[VPN]]: '''outside''' your network.&lt;br /&gt;
# [[VNC]]: '''inside''' your network (e.g. if your HDA is &amp;quot;headless&amp;quot;).&lt;br /&gt;
* [[FreeNX]]: Accessing your HDA with FreeNX&lt;br /&gt;
* SSH based access to your HDA: [[Key-Based SSH Logins]]&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
* [[Installation troubleshooting]]&lt;br /&gt;
* [[Network troubleshooting]]&lt;br /&gt;
* [[Shares troubleshooting]]&lt;br /&gt;
* [[VPN troubleshooting]]&lt;br /&gt;
* [[Vista Networking Issue]]&lt;br /&gt;
* [[Disabling Automatic Updates]]&lt;br /&gt;
* [[Data Recovery]]&lt;br /&gt;
&lt;br /&gt;
=Doing More=&lt;br /&gt;
* '''[[:Category:Apps|Apps Directory]]:''' These are the help pages for some of the apps in the [http://www.amahi.org/apps/ Apps Gallery]&lt;br /&gt;
* [[Adding an HDA networked printer]]:  Guide to set up print server on your HDA.&lt;br /&gt;
* [[Backups]]: Guides on backup and restore: [[XPBackups|Windows XP]], [[VistaWindows7Backups|Windows Vista and Windows 7]], [[Sbackup|Ubuntu Linux]], and [[Backups#Mac_OS_X|MacOSX]].&lt;br /&gt;
* [[Adding a second hard drive to your HDA]]:  How to add a additional hard drives.&lt;br /&gt;
* [[Greyhole]]: Add drive pooling to your HDA (ie Turn multiple drives into one!)&lt;br /&gt;
* [[RAID]] guides for [[RAID 1]] and [[RAID 5]]&lt;br /&gt;
* [[DropBox|Add DropBox service]]:  Allows a HDA DropBox share folder to automatically synchronize with a DropBox account.&lt;br /&gt;
* [[Database_Backup|Automatic Database Backup]]: Automatically have your HDA database backed up daily.&lt;br /&gt;
* [[Enable_Outgoing_Emails|Enable Outgoing Mail]]:  Use your ISP to send mail from your HDA.&lt;br /&gt;
* [[Monitor System Logs via E-mail]]:  Sends logs to designated e-mail address daily.&lt;br /&gt;
&lt;br /&gt;
=Using Applications=&lt;br /&gt;
For a more detailed list refer to the '''[[:Category:Apps|Apps Directory]]'''&lt;br /&gt;
* Remote File Management using [http://www.amahi.org/apps/ajaxplorer AjaxPlorer]&lt;br /&gt;
* [[Calendars]]: How to use the calendar server in the HDA, including Outlook and iCal sync.&lt;br /&gt;
* [[Dashboard_Design|Dashboard]]: Using the amahi Dashboard&lt;br /&gt;
&lt;br /&gt;
=Getting &amp;quot;Under the Hood&amp;quot;= &lt;br /&gt;
* [[Password protection for your HDA setup pages]]:  Guide to set up password protection to your HDA pages.&lt;br /&gt;
* [[How to Create a new Theme]]&lt;br /&gt;
* [[Linux-hda_commands|Linux/HDA Commands]]: Common used command for linux and HDA.&lt;br /&gt;
* [[Webapps | Making your own web apps]]: how to make your own web apps, with your code or other's code&lt;br /&gt;
* [[Hosting a website | Hosting your own web site]]: how to host your own web site on the web from your Amahi home server&lt;br /&gt;
* [[Changing your DNS provider]]&lt;br /&gt;
* [[Configuring OpenDNS]]&lt;br /&gt;
* [[How_to_use_two_HDA_on_the_same_network| Use two HDAs on same network]]&lt;br /&gt;
&lt;br /&gt;
=Contribute=&lt;br /&gt;
* [[Translate Amahi]] to your language&lt;br /&gt;
* [http://bugs.amahi.org Create a Bug/Feature/Support ticket!]&lt;br /&gt;
* Contribute by:&lt;br /&gt;
# [[Contribute|Packaging apps]]&lt;br /&gt;
# [[Tester program|Testing apps]]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606815797764/ Amahi Wallpapers]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606828513620/ Amahi Banners]&lt;br /&gt;
&lt;br /&gt;
= Roadmap &amp;amp; Development =&lt;br /&gt;
* [[Fedora 14]]: Active Development&lt;br /&gt;
* [[Ubuntu]]: Limited Development&lt;br /&gt;
* [[CentOS]]: Development Stalled&lt;br /&gt;
&lt;br /&gt;
= Related Links =&lt;br /&gt;
* [[Developers]]: How to write HDA apps, questions, API suggestions, etc.&lt;br /&gt;
* [[Credits]]: How are we doing all this? We have many OSS projects to thank!&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=36019</id>
		<title>Greyhole</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=36019"/>
		<updated>2011-03-06T04:33:33Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:apps]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''NEW:''' [http://code.google.com/p/greyhole/wiki/MigrateFromWHS Widows Home Server Drive Extender Migration Guide]&lt;br /&gt;
&lt;br /&gt;
'''NEW:''' [[Greyhole troubleshooting]] guide&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is Greyhole ==&lt;br /&gt;
&lt;br /&gt;
[http://greyhole.pommepause.com/ Greyhole] is Amahi's [[Storage pooling]] technology. Storage Pooling combines the space of multiple disk drives and makes them look as if they were all part of a single pool of disk space.&lt;br /&gt;
Specifically, Greyhole:&lt;br /&gt;
* Combines the space from multiple drives into a single volume&lt;br /&gt;
* Distributes files across all drives in the pool&lt;br /&gt;
* Creates multiple copies of files in admin-specified shares&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default, but requires a few simple steps to begin utilizing the features.&lt;br /&gt;
&lt;br /&gt;
You can add additional drives to your hda and prepare them for use in Greyhole by following [[Adding a second hard drive to your HDA|this tutorial]].&lt;br /&gt;
&lt;br /&gt;
To add a drive to your Greyhole storage pool. Open your HDA dashboard and navigate to the Shares tab. Then click on the Storage Pool sub-category. You will see a page similar to the one below.&lt;br /&gt;
&lt;br /&gt;
== Important Warnings ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:darkred&amp;quot;&amp;gt;You should '''never''' change or delete files in the shared directories (''/var/hda/files/*'' by default) directly on the HDA, using the terminal, or the Gnome file browser, for the shares for which you checked the ''Uses pool'' option in the Amahi dashboard. If you want to work with files on Greyhole shares on the HDA, you should [[Mount Shares Locally]].&amp;lt;br/&amp;gt;&lt;br /&gt;
You should be safe reading existing files directly, or adding new files directly, as long as don't care that your new files will only be moved into the storage pool during the next check, which runs automatically at midnight (or manually using ''greyhole --fsck''). Until then, your new files will be stored in your shared directories (normally ''/var/hda/files/share_name/'').&lt;br /&gt;
&lt;br /&gt;
Also, touching anything inside the '''gh''' directories that Greyhole creates at the root of your partitions is a recipe for disaster.&lt;br /&gt;
&lt;br /&gt;
We [[Greyhole not on root | strongly discourage you from using the root partition in a drive pool]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== First things first ==&lt;br /&gt;
&lt;br /&gt;
You need to go in the Settings tab, and enable '''Advanced Settings'''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Without Advanced Settings enabled, you won't see the following page and options.&lt;br /&gt;
&lt;br /&gt;
== For Storage Pool (Partitions) ==&lt;br /&gt;
&lt;br /&gt;
[[File:Storage_Pool_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Select the drives you want available for your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Greyhole options ==&lt;br /&gt;
&lt;br /&gt;
The next step is to select the share you want to replicate across the pool.&lt;br /&gt;
&lt;br /&gt;
From the Shares tab, select the Shares sub-catagory. We chose the Pictures share for this tutorial.&lt;br /&gt;
&lt;br /&gt;
[[File:Greyhole_Options_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Check the option for &amp;quot;Uses pool&amp;quot; and choose the number of drives to replicate this share. In this instance we have chosen to use all drives available to the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
Note: Greyhole is not a backup solution. If a file is removed, all copies are removed.&lt;br /&gt;
&lt;br /&gt;
== Greyhole advanced options ==&lt;br /&gt;
&lt;br /&gt;
You can further configure Greyhole by manually editing the following file:&amp;lt;br/&amp;gt;&lt;br /&gt;
'''/var/hda/platform/html/config/greyhole.yml'''&lt;br /&gt;
&lt;br /&gt;
To see what options are available, and what they do, refer to the [http://greyhole.googlecode.com/svn/trunk/greyhole.example.conf sample greyhole.conf] provided with Greyhole.&lt;br /&gt;
&lt;br /&gt;
greyhole.yml is in in YAML format. Most of it should be easy enough to modify. The only exception would be the sticky_files (and optional sticky_into) options.&amp;lt;br/&amp;gt;&lt;br /&gt;
Here's an example of how those should appear:&lt;br /&gt;
&lt;br /&gt;
To specify the following to Greyhole in greyhole.conf:&lt;br /&gt;
&lt;br /&gt;
 sticky_files = Music/&lt;br /&gt;
 sticky_files = Videos/Movies/&lt;br /&gt;
     stick_into = /mnt/hdd1/gh&lt;br /&gt;
     stick_into = /mnt/hdd5/gh&lt;br /&gt;
 sticky_files = Backups/CrashPlan/&lt;br /&gt;
     stick_into = /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
one should specify this in the greyhole.yml file, where '''precise indentation matters''':&lt;br /&gt;
&lt;br /&gt;
 sticky_files: &lt;br /&gt;
 - - Music/&lt;br /&gt;
 - - Videos/Movies/&lt;br /&gt;
   - - /mnt/hdd1/gh&lt;br /&gt;
     - /mnt/hdd5/gh&lt;br /&gt;
 - - Backups/CrashPlan/&lt;br /&gt;
   - - /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
For your changes to be effective, you'll need to force Amahi to regenerate the greyhole.conf file. You can do so by editing a share, clicking it's path, and just clicking the Save button without actually changing the path.&lt;br /&gt;
&lt;br /&gt;
== Copying your data into Greyhole shares the first time ==&lt;br /&gt;
&lt;br /&gt;
When you start using Greyhole, you might want to copy or move all your exiting files into your new shares that use the storage pool.&lt;br /&gt;
&lt;br /&gt;
Note: This is not necessary if your files are already in Amahi shares. If they are there, and you enable the ''Uses pool'' option in the Amahi dashboard, the files will start getting moved around into the drives in your storage pool during the night (starting at midnight), when the nightly storage pool check starts.&amp;lt;br/&amp;gt;&lt;br /&gt;
The instructions below are for users who have more data to copy into the Greyhole shares than their currently free space in the /var/hda/files/ folder.&lt;br /&gt;
&lt;br /&gt;
One way to do that is to mount the shares that use the Greyhole storage pool, either on the HDA itself, or on a client computer on your local network, and copy your data from their existing location into the mounted shares.&lt;br /&gt;
This can be time consuming, but it is the safest way to use Greyhole.&lt;br /&gt;
&lt;br /&gt;
Another way to move your files from their current location into the storage pool is to share their current location using an Amahi share that ''Uses pool'', then let Greyhole nightly check move the files from there into the pool.&lt;br /&gt;
&lt;br /&gt;
Here's a more detailed walkthrough for this method:&lt;br /&gt;
&lt;br /&gt;
# Setup the Greyhole Storage Pool in the Amahi dashboard, Shares &amp;gt; Storage Pool page.&lt;br /&gt;
# Go in the Shares &amp;gt; Shares page. In there, make sure you have an existing share for each share you have data for. Create new ones if you need, remove the ones you don't need.&lt;br /&gt;
# Edit the ''path'' of each of those shares, and enter the current location of your existing data. For example, the Movies share could have a path = ''/media/External Drive/Movies''&lt;br /&gt;
# Enable the ''Uses pool'' option for each of your shares, and select the number of extra copies you'd like, if any.&lt;br /&gt;
# Now, you either need to wait for Greyhole'S nightly check to start, or you can start it manually from a terminal, as root, using this command: greyhole --fsck&lt;br /&gt;
# Monitor /var/log/greyhole.log to see when the ''fsck'' operation is done.&lt;br /&gt;
# Once ''fsck'' is done, your data has now been moved into the Greyhole storage pool (in the drives you selected in Shares &amp;gt; Storage Pool). All that should be left in the previous location of your data (''/media/External Drive/Movies'' from the previous example) should be symbolic links pointing to the new file copies. If the previous location is just empty directories (no symlinks), do not panic. This is normal if your previous location is an NTFS or FAT partition (drive).&lt;br /&gt;
# Move all those directories / symlinks from there into the correct folders in /var/hda/files/share_name&lt;br /&gt;
# Back in the Amahi dashboard, edit the path of the shares once again, and put back ''/var/hda/files/share_name'' (i.e. the folders where you moved the symbolic links).&lt;br /&gt;
# If you used an NTFS or FAT partition for the previous location, you'll need another fsck to create the symlinks where they should be. Either wait for midnight, or launch it manually, from a command line, as root: ''greyhole --fsck''&lt;br /&gt;
&lt;br /&gt;
You're done. All your existing data is now stored in the various drives included in your storage pool, and are accessible via the Samba shares you have defined in the Amahi dashboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding a new drive to your HDA and storage pool ==&lt;br /&gt;
This wiki page discusses how to add a new drive to your HDA and to your greyhole storage pool&lt;br /&gt;
[[Adding_a_second_hard_drive_to_your_HDA]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== /media ==&lt;br /&gt;
Including any drive mounted as /media/Something in your storage pool is usually a bad idea.&amp;lt;br/&amp;gt;&lt;br /&gt;
Those mounts are created by the ''gnome-automounter'', which requires you to be logged in into X (Gnome) to become available.&amp;lt;br/&amp;gt;&lt;br /&gt;
This will create issues with Greyhole, which expects drives to always be available, and will take action when some of them are missing.&lt;br /&gt;
&lt;br /&gt;
Follow this guide to [[Adding a second hard drive to your HDA|permanently mount your drives]], before you include them in your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Monitoring Greyhole ==&lt;br /&gt;
Sometimes you might want to monitor what Greyhole is doing, for example when writing data to your greyhole shares for the first time. Here are a few commands you can type in a terminal to follow along.&lt;br /&gt;
&lt;br /&gt;
'''Scrolling view of total Greyhole operations queue:'''&lt;br /&gt;
 while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done&lt;br /&gt;
&lt;br /&gt;
'''Scrolling log of what files Greyhole is working on right now:'''&lt;br /&gt;
 tail -f /var/log/greyhole.log&lt;br /&gt;
&lt;br /&gt;
== Convert Greyhole from SQLite to MySQL ==&lt;br /&gt;
Greyhole is at the time of writing using SQLite as the default database for queueing up tasks on Amahi. This is unqie to Amahi as Greyhole was originally designed to use MySQL for this task.&lt;br /&gt;
&lt;br /&gt;
There are some major performance benefits to using MySQL over SQLite when writing large amounts of files. Switching can be especially useful when moving data to greyhole shares for the first time. For now there is a script you can run if you want to switch over. This script has been tested to be safe while greyhole is working but should be used with discresion.&lt;br /&gt;
&lt;br /&gt;
''To Convert to MySQL, run as root:''&lt;br /&gt;
&lt;br /&gt;
   /usr/share/greyhole/db_migration-sqlite2mysql.sh&lt;br /&gt;
&lt;br /&gt;
To see what DB engine is Greyhole using, do this:&lt;br /&gt;
&lt;br /&gt;
    grep db_engine /etc/greyhole.conf&lt;br /&gt;
&lt;br /&gt;
== Disable Greyhole ==&lt;br /&gt;
For those who do not use Greyhole, you can disable it.  This is based on the fact you never have used it by enabling 'Uses pool' on any share.  Recommend using extreme caution as this could have unpredictable results.&lt;br /&gt;
&lt;br /&gt;
Perform the following steps as user '''root''':&lt;br /&gt;
&lt;br /&gt;
 chkconfig greyhole off&lt;br /&gt;
 rm /etc/monit.d/greyhole.conf&lt;br /&gt;
 service monit restart&lt;br /&gt;
 service greyhole stop&lt;br /&gt;
&lt;br /&gt;
'''DO NOT''' attempt to remove the Greyhole package as it is a dependency of the HDA software.  Doing so will break your HDA.&lt;br /&gt;
&lt;br /&gt;
= Testing and Reliability =&lt;br /&gt;
&lt;br /&gt;
Check out the [[Greyhole grinder]] to help make Greyhole rock solid.&lt;br /&gt;
&lt;br /&gt;
= Reconnect the Greyhole storage pool after re-install of Fedora / Amahi =&lt;br /&gt;
&lt;br /&gt;
After re-install, recreate all your shares exacty as they were.&amp;lt;br&amp;gt;&lt;br /&gt;
Add the shares to the storage pool.&amp;lt;br&amp;gt;&lt;br /&gt;
As root, run greyhole --fsck.&amp;lt;br&amp;gt;&lt;br /&gt;
This  will recreate the symlinks in the landing zone /var/hda/files.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Greyhole Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
[[Greyhole troubleshooting]] guide&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=36013</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=36013"/>
		<updated>2011-03-06T04:22:28Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Welcome to the Amahi Wiki=&lt;br /&gt;
&amp;lt;big&amp;gt;&lt;br /&gt;
'''CURRENT STABLE RELEASE:'''  [[Amahi 6.0]], on [[Fedora 14]]&lt;br /&gt;
&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
__TOC__&amp;lt;br /&amp;gt;&lt;br /&gt;
This is where Amahi community members can best help other Amahi users.  Please add or edit any information in the Wiki that you feel is lacking, missing, or need improvement.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* [[Intro]]: Introduction to the Amahi HDA&lt;br /&gt;
* [[Requirements]]: What's needed&lt;br /&gt;
* [http://www.amahi.org/faq FAQ]: Frequently Asked Questions&lt;br /&gt;
* [[Feedback]]: Issues, feedback.&lt;br /&gt;
&lt;br /&gt;
For questions or help do not hesitate to [[contact us]].&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
* See [http://www.amahi.org/support/instructions Installation instructions] in your control panel at amahi.org &lt;br /&gt;
* [[Self-install]]: Alternative, unsupported installation instructions&lt;br /&gt;
* [[Amahi on a VM]]: Installing Amahi in a Virtual Machine&lt;br /&gt;
* [[Express CD]]:  Headless all-in-one Install&lt;br /&gt;
&lt;br /&gt;
=Getting Started=&lt;br /&gt;
&lt;br /&gt;
First you can take a look at the [[Special:PopularPages|Popular Pages]] to see if your topic of interest is there. Otherwise find the major topics below in groups.&lt;br /&gt;
&lt;br /&gt;
'''[[Storage and file sharing]]''' - How to store your music, pictures, movies and other files and share them with the rest of the devices in your network.&lt;br /&gt;
* Accessing files from:&lt;br /&gt;
#[[SharingToMacOSX|Mac OS X]]&lt;br /&gt;
#[[SharingToLinux|Other Linux Systems]]&lt;br /&gt;
&lt;br /&gt;
'''Networking''' - Using your HDA to manage your home network&lt;br /&gt;
* [[Networking - Static IPs]]: How to assign static IPs to your network devices.&lt;br /&gt;
* [[Punching DNS Holes]]: How to assign IP addresses outside of your network for your home domain.&lt;br /&gt;
&lt;br /&gt;
'''Remote Access''' - Accessing your HDA from anywhere on the network &lt;br /&gt;
* Accessing your HDA remotely from:&lt;br /&gt;
# [[VPN]]: '''outside''' your network.&lt;br /&gt;
# [[VNC]]: '''inside''' your network (e.g. if your HDA is &amp;quot;headless&amp;quot;).&lt;br /&gt;
* [[FreeNX]]: Accessing your HDA with FreeNX&lt;br /&gt;
* SSH based access to your HDA: [[Key-Based SSH Logins]]&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting =&lt;br /&gt;
* [[Installation troubleshooting]]&lt;br /&gt;
* [[Network troubleshooting]]&lt;br /&gt;
* [[Shares troubleshooting]]&lt;br /&gt;
* [[VPN troubleshooting]]&lt;br /&gt;
* [[Vista Networking Issue]]&lt;br /&gt;
* [[Disabling Automatic Updates]]&lt;br /&gt;
* [[Data Recovery]]&lt;br /&gt;
&lt;br /&gt;
=Doing More=&lt;br /&gt;
* '''[[:Category:Apps|Apps Directory]]:''' These are the help pages for some of the apps in the [http://www.amahi.org/apps/ Apps Gallery]&lt;br /&gt;
* [[Adding an HDA networked printer]]:  Guide to set up print server on your HDA.&lt;br /&gt;
* [[Backups]]: Guides on the multiple ways to backup and restore: from [[PBA|full-disk backup]] to incremental backups for [[XPBackups|Windows XP]], [[VistaBackups|Windows Vista]], [[Win7Backups|Windows 7]], [[Sbackup|Ubuntu Linux]], and [[Backups#Mac_OS_X|Macs]].&lt;br /&gt;
* [[Adding a second hard drive to your HDA]]:  How to add a additional hard drives.&lt;br /&gt;
* [[Greyhole]]: Add drive pooling to your HDA (ie Turn multiple drives into one!)&lt;br /&gt;
* [[RAID]] guides for [[RAID 1]] and [[RAID 5]]&lt;br /&gt;
* [[DropBox|Add DropBox service]]:  Allows a HDA DropBox share folder to automatically synchronize with a DropBox account.&lt;br /&gt;
* [[Database_Backup|Automatic Database Backup]]: Automatically have your HDA database backed up daily.&lt;br /&gt;
* [[Enable_Outgoing_Emails|Enable Outgoing Mail]]:  Use your ISP to send mail from your HDA.&lt;br /&gt;
* [[Monitor System Logs via E-mail]]:  Sends logs to designated e-mail address daily.&lt;br /&gt;
&lt;br /&gt;
=Using Applications=&lt;br /&gt;
For a more detailed list refer to the '''[[:Category:Apps|Apps Directory]]'''&lt;br /&gt;
* Remote File Management using [http://www.amahi.org/apps/ajaxplorer AjaxPlorer]&lt;br /&gt;
* [[Calendars]]: How to use the calendar server in the HDA, including Outlook and iCal sync.&lt;br /&gt;
* [[Dashboard_Design|Dashboard]]: Using the amahi Dashboard&lt;br /&gt;
&lt;br /&gt;
=Getting &amp;quot;Under the Hood&amp;quot;= &lt;br /&gt;
* [[Password protection for your HDA setup pages]]:  Guide to set up password protection to your HDA pages.&lt;br /&gt;
* [[How to Create a new Theme]]&lt;br /&gt;
* [[Linux-hda_commands|Linux/HDA Commands]]: Common used command for linux and HDA.&lt;br /&gt;
* [[Webapps | Making your own web apps]]: how to make your own web apps, with your code or other's code&lt;br /&gt;
* [[Hosting a website | Hosting your own web site]]: how to host your own web site on the web from your Amahi home server&lt;br /&gt;
* [[Changing your DNS provider]]&lt;br /&gt;
* [[Configuring OpenDNS]]&lt;br /&gt;
* [[How_to_use_two_HDA_on_the_same_network| Use two HDAs on same network]]&lt;br /&gt;
&lt;br /&gt;
=Contribute=&lt;br /&gt;
* [[Translate Amahi]] to your language&lt;br /&gt;
* [http://bugs.amahi.org Create a Bug/Feature/Support ticket!]&lt;br /&gt;
* Contribute by:&lt;br /&gt;
# [[Contribute|Packaging apps]]&lt;br /&gt;
# [[Tester program|Testing apps]]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606815797764/ Amahi Wallpapers]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606828513620/ Amahi Banners]&lt;br /&gt;
&lt;br /&gt;
= Roadmap &amp;amp; Development =&lt;br /&gt;
* [[Fedora 14]]: Active Development&lt;br /&gt;
* [[Ubuntu]]: Limited Development&lt;br /&gt;
* [[CentOS]]: Development Stalled&lt;br /&gt;
&lt;br /&gt;
= Related Links =&lt;br /&gt;
* [[Developers]]: How to write HDA apps, questions, API suggestions, etc.&lt;br /&gt;
* [[Credits]]: How are we doing all this? We have many OSS projects to thank!&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:Main_Page&amp;diff=35983</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:Main_Page&amp;diff=35983"/>
		<updated>2011-03-06T03:25:32Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Created page with &amp;quot;The Greyhole page should be added in above or below the RAID items on this page&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Greyhole page should be added in above or below the RAID items on this page&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35977</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35977"/>
		<updated>2011-03-06T03:15:09Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since the Amahi HDA apears as a NAS to you network, it is a natural destination for the backups from your network PCs.  All backups are initiated by the client computer on to the HDA.&lt;br /&gt;
&lt;br /&gt;
== Periodic File Backups ==&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
=== Third-Party (Free) Backup Software ===&lt;br /&gt;
There are a number of great open source or free backup programs out there that you can use free (commercial users should check license details).  Here is a partial list (feel free to add others):&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Package&lt;br /&gt;
!License/Cost&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup]&lt;br /&gt;
|Free, later version no longer open source&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.runtime.org/driveimage-xml.htm DriveImage XML]&lt;br /&gt;
|Free for personal use&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.areca-backup.org/index.php Areca Backup]&lt;br /&gt;
|Open source - GPLv2&lt;br /&gt;
|-&lt;br /&gt;
|[http://thebackupmonkey.blogspot.com/ Bonkey]&lt;br /&gt;
|Open source - Apache 2.0&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.hiteksoftware.com/jaba/ JaBack]&lt;br /&gt;
|Free&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.nasbackup.com/wiki/Introduction NasBackup]&lt;br /&gt;
|Open source - no longer under active devel.&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy] &lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.allwaysync.com/ Allway Sync]&lt;br /&gt;
|Free for non-commercial use; some limits&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gfi.com/backup-hm GFI Backup]&lt;br /&gt;
|Free for non-commercial use&lt;br /&gt;
|-&lt;br /&gt;
|[http://backuppc.sourceforge.net/ BackupPC]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://synchronicity.sourceforge.net/ Create Synchronicity]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Windows 7 and Vista Backups ==&lt;br /&gt;
&lt;br /&gt;
The built in backup tool for Windows 7 and Vista are very similar.  Read the section [[VistaWindows7Backups | periodic file backups in Windows Vista to your HDA]] &lt;br /&gt;
&lt;br /&gt;
== Windows XP Backups ==&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
== Ubuntu Backups ==&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
== Fedora Backups ==&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
=== Backups with SuperDuper! ===&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
=== Backups with SystemRescueCD ===&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
=== Backups with Time Machine ===&lt;br /&gt;
&lt;br /&gt;
==== SMB (Samba) ====&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
== Full Disk &amp;quot;Bare Metal&amp;quot; Backups ==&lt;br /&gt;
Bare metal backups are no longer available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
== Using Symantec Backup Exec ==&lt;br /&gt;
=== System Recovery 8.5 ===&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central Windows machine with agents deployed on all other Windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for Windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Windows_Backups&amp;diff=35965</id>
		<title>Windows Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Windows_Backups&amp;diff=35965"/>
		<updated>2011-03-06T03:09:41Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: moved VistaBackups to VistaWindows7Backups: No need for redundant page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you use Windows Vista, it comes with a straightforward way to backup your files (not the OS) regularly to the HDA.&lt;br /&gt;
&lt;br /&gt;
To use it, go to the Backup and restore Center (Start -&amp;gt; Control Panel -&amp;gt; Backup &amp;amp; Restore):&lt;br /&gt;
&lt;br /&gt;
[[Image:VistaBackups1.png|border|500px]]&lt;br /&gt;
&lt;br /&gt;
In it, you can configure settings (in &amp;quot;Change settings) to make Vista do backups to your HDA daily, weekly or monthly.&lt;br /&gt;
&lt;br /&gt;
[[Image:VistaBackups2.png|border|500px]]&lt;br /&gt;
&lt;br /&gt;
All you have to specify is that you want to backup to the network, e.g. to&lt;br /&gt;
&lt;br /&gt;
        \\hda\backups\[machine]&lt;br /&gt;
&lt;br /&gt;
Where [machine] is your machine name.&lt;br /&gt;
&lt;br /&gt;
The first time it runs it will back up all your files.  Subsequent backups are incremental: only what changed since last backup is saved.&lt;br /&gt;
&lt;br /&gt;
[[Image:VistaBackups3.png|border]]&lt;br /&gt;
&lt;br /&gt;
It saves your files in the form of zip files, to they are easy to recover, even without using the vista &amp;quot;Restore Files&amp;quot; program.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=VistaBackups&amp;diff=35971</id>
		<title>VistaBackups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=VistaBackups&amp;diff=35971"/>
		<updated>2011-03-06T03:09:41Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: moved VistaBackups to VistaWindows7Backups: No need for redundant page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[VistaWindows7Backups]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35959</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35959"/>
		<updated>2011-03-06T02:57:02Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Since the Amahi HDA apears as a NAS to you network, it is a natural destination for the backups from your network PCs.  All backups are initiated by the client computer on to the HDA.&lt;br /&gt;
&lt;br /&gt;
== Periodic File Backups ==&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
=== Third-Party (Free) Backup Software ===&lt;br /&gt;
There are a number of great open source or free backup programs out there that you can use free (commercial users should check license details).  Here is a partial list (feel free to add others):&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Package&lt;br /&gt;
!License/Cost&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup]&lt;br /&gt;
|Free, later version no longer open source&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.runtime.org/driveimage-xml.htm DriveImage XML]&lt;br /&gt;
|Free for personal use&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.areca-backup.org/index.php Areca Backup]&lt;br /&gt;
|Open source - GPLv2&lt;br /&gt;
|-&lt;br /&gt;
|[http://thebackupmonkey.blogspot.com/ Bonkey]&lt;br /&gt;
|Open source - Apache 2.0&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.hiteksoftware.com/jaba/ JaBack]&lt;br /&gt;
|Free&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.nasbackup.com/wiki/Introduction NasBackup]&lt;br /&gt;
|Open source - no longer under active devel.&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy] &lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.allwaysync.com/ Allway Sync]&lt;br /&gt;
|Free for non-commercial use; some limits&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gfi.com/backup-hm GFI Backup]&lt;br /&gt;
|Free for non-commercial use&lt;br /&gt;
|-&lt;br /&gt;
|[http://backuppc.sourceforge.net/ BackupPC]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://synchronicity.sourceforge.net/ Create Synchronicity]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Windows 7 Backups ==&lt;br /&gt;
How to needs to be completed.  Go [[Win7Backups|here]] to update the page.&lt;br /&gt;
&lt;br /&gt;
== Windows Vista Backups ==&lt;br /&gt;
Here is a quick how to on doing [[VistaBackups | periodic file backups in Windows Vista to your HDA]].&lt;br /&gt;
&lt;br /&gt;
== Windows XP Backups ==&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
== Ubuntu Backups ==&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
== Fedora Backups ==&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
=== Backups with SuperDuper! ===&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
=== Backups with SystemRescueCD ===&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
=== Backups with Time Machine ===&lt;br /&gt;
&lt;br /&gt;
==== SMB (Samba) ====&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
== Full Disk &amp;quot;Bare Metal&amp;quot; Backups ==&lt;br /&gt;
Bare metal backups are no longer available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
== Using Symantec Backup Exec ==&lt;br /&gt;
=== System Recovery 8.5 ===&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central Windows machine with agents deployed on all other Windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for Windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35953</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35953"/>
		<updated>2011-03-06T02:44:33Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: added license info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You have several ways to do backups in your HDA. We break them in two: full disk (bare metal) backups, and periodic backups.&lt;br /&gt;
&lt;br /&gt;
They are all initiated by the client computer on to the server.&lt;br /&gt;
&lt;br /&gt;
= Full Disk &amp;quot;Bare Metal&amp;quot; Backups =&lt;br /&gt;
Bare metal backups are not available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Periodic File Backups =&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
== Third-Party (Free) Backup Software ==&lt;br /&gt;
There are a number of great open source or free backup programs out there that you can use absolutely free.  Here is a partial list (please add others:&lt;br /&gt;
#[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup] (free, no longer open source)&lt;br /&gt;
#[http://www.runtime.org/driveimage-xml.htm DriveImage XML] (Free for personal use)&lt;br /&gt;
#[http://www.areca-backup.org/index.php Areca Backup] (Open source - GPLv2&lt;br /&gt;
#[http://thebackupmonkey.blogspot.com/ Bonkey] (Open source - Apache 2.0)&lt;br /&gt;
#[http://www.hiteksoftware.com/jaba/ JaBack] (Free)&lt;br /&gt;
#[http://www.nasbackup.com/wiki/Introduction NasBackup] (Open source - no longer under active devel.)&lt;br /&gt;
#[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy] (Open source - GPL)&lt;br /&gt;
#[http://www.allwaysync.com/ Allway Sync] (Free for non-commercial use; some limits)&lt;br /&gt;
#[http://www.gfi.com/backup-hm GFI Backup] (Free for non-commercial use)&lt;br /&gt;
#[http://backuppc.sourceforge.net/ BackupPC] (Open source - GPL)&lt;br /&gt;
#[http://synchronicity.sourceforge.net/ Create Synchronicity] (Open source - GPL)&lt;br /&gt;
{|&lt;br /&gt;
!Package&lt;br /&gt;
!License/Cost&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup]&lt;br /&gt;
|Free, later version no longer open source&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.runtime.org/driveimage-xml.htm DriveImage XML]&lt;br /&gt;
|Free for personal use&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.areca-backup.org/index.php Areca Backup]&lt;br /&gt;
|Open source - GPLv2&lt;br /&gt;
|-&lt;br /&gt;
|[http://thebackupmonkey.blogspot.com/ Bonkey]&lt;br /&gt;
|Open source - Apache 2.0&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.hiteksoftware.com/jaba/ JaBack]&lt;br /&gt;
|Free&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.nasbackup.com/wiki/Introduction NasBackup]&lt;br /&gt;
|Open source - no longer under active devel.&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy] &lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.allwaysync.com/ Allway Sync]&lt;br /&gt;
|Free for non-commercial use; some limits&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.gfi.com/backup-hm GFI Backup]&lt;br /&gt;
|Free for non-commercial use&lt;br /&gt;
|-&lt;br /&gt;
|[http://backuppc.sourceforge.net/ BackupPC]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|[http://synchronicity.sourceforge.net/ Create Synchronicity]&lt;br /&gt;
|Open source - GPL&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Windows 7 Backups =&lt;br /&gt;
How to needs to be completed.  Go [[Win7Backups|here]] to update the page.&lt;br /&gt;
&lt;br /&gt;
= Windows Vista Backups =&lt;br /&gt;
Here is a quick how to on doing [[VistaBackups | periodic file backups in Windows Vista to your HDA]].&lt;br /&gt;
&lt;br /&gt;
= Windows XP Backups =&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Backups =&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
= Fedora Backups =&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
= Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
== Backups with SuperDuper! ==&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
== Backups with SystemRescueCD ==&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
== Backups with Time Machine ==&lt;br /&gt;
&lt;br /&gt;
=== SMB (Samba) ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
= Using Symantec Backup Exec System Recovery 8.5 (Norton save &amp;amp; restore) =&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central windows machine with agents deployed on all other windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35947</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35947"/>
		<updated>2011-03-06T02:29:15Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You have several ways to do backups in your HDA. We break them in two: full disk (bare metal) backups, and periodic backups.&lt;br /&gt;
&lt;br /&gt;
They are all initiated by the client computer on to the server.&lt;br /&gt;
&lt;br /&gt;
= Full Disk &amp;quot;Bare Metal&amp;quot; Backups =&lt;br /&gt;
Bare metal backups are not available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Periodic File Backups =&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
== Third-Party (Free) Backup Software ==&lt;br /&gt;
There are a number of great open source or free backup programs out there that you can use absolutely free.  Here is a partial list (please add others:&lt;br /&gt;
#[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup] (free, no longer open source)&lt;br /&gt;
#[http://www.runtime.org/driveimage-xml.htm DriveImage XML] (Free for personal use)&lt;br /&gt;
#[http://www.areca-backup.org/index.php Areca Backup] (Open source - GPLv2&lt;br /&gt;
#[http://thebackupmonkey.blogspot.com/ Bonkey] (Open source - Apache 2.0)&lt;br /&gt;
#[http://www.hiteksoftware.com/jaba/ JaBack] (Free)&lt;br /&gt;
#[http://www.nasbackup.com/wiki/Introduction NasBackup] (Open source - no longer under active devel.)&lt;br /&gt;
#[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy] (Open source - GPL)&lt;br /&gt;
#[http://www.allwaysync.com/ Allway Sync] (Free for non-commercial use; some limits)&lt;br /&gt;
#[http://www.gfi.com/backup-hm GFI Backup] (Free for non-commercial use)&lt;br /&gt;
#[http://backuppc.sourceforge.net/ BackupPC] (Open source - GPL)&lt;br /&gt;
#[http://synchronicity.sourceforge.net/ Create Synchronicity] &lt;br /&gt;
#[http://www.uk-dissertation.com/ Dissertations]&lt;br /&gt;
&lt;br /&gt;
= Windows 7 Backups =&lt;br /&gt;
How to needs to be completed.  Go [[Win7Backups|here]] to update the page.&lt;br /&gt;
&lt;br /&gt;
= Windows Vista Backups =&lt;br /&gt;
Here is a quick how to on doing [[VistaBackups | periodic file backups in Windows Vista to your HDA]].&lt;br /&gt;
&lt;br /&gt;
= Windows XP Backups =&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Backups =&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
= Fedora Backups =&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
= Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
== Backups with SuperDuper! ==&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
== Backups with SystemRescueCD ==&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
== Backups with Time Machine ==&lt;br /&gt;
&lt;br /&gt;
=== SMB (Samba) ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
= Using Symantec Backup Exec System Recovery 8.5 (Norton save &amp;amp; restore) =&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central windows machine with agents deployed on all other windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35941</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35941"/>
		<updated>2011-03-06T02:09:33Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You have several ways to do backups in your HDA. We break them in two: full disk (bare metal) backups, and periodic backups.&lt;br /&gt;
&lt;br /&gt;
They are all initiated by the client computer on to the server.&lt;br /&gt;
&lt;br /&gt;
= Full Disk &amp;quot;Bare Metal&amp;quot; Backups =&lt;br /&gt;
Bare metal backups are not available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Periodic File Backups =&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
== Third-Party (Free) Backup Software ==&lt;br /&gt;
There are a number of great open source backup programs out there that you can use absolutely free.  Here is a partial list (please add others:&lt;br /&gt;
#[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup]&lt;br /&gt;
#[http://www.runtime.org/driveimage-xml.htm DriveImage XML]&lt;br /&gt;
#[http://www.areca-backup.org/index.php Areca Backup]&lt;br /&gt;
#[http://thebackupmonkey.blogspot.com/ Bonkey]&lt;br /&gt;
#[http://www.hiteksoftware.com/jaba/ JaBack]&lt;br /&gt;
#[http://www.nasbackup.com/wiki/Introduction NasBackup]&lt;br /&gt;
#[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy]&lt;br /&gt;
#[http://www.allwaysync.com/ Allway Sync]&lt;br /&gt;
#[http://www.gfi.com/backup-hm GFI Backup]&lt;br /&gt;
#[http://backuppc.sourceforge.net/ BackupPC]&lt;br /&gt;
#[http://synchronicity.sourceforge.net/ Create Synchronicity]&lt;br /&gt;
#[http://www.uk-dissertation.com/ Dissertations]&lt;br /&gt;
&lt;br /&gt;
= Windows 7 Backups =&lt;br /&gt;
How to needs to be completed.  Go [[Win7Backups|here]] to update the page.&lt;br /&gt;
&lt;br /&gt;
= Windows Vista Backups =&lt;br /&gt;
Here is a quick how to on doing [[VistaBackups | periodic file backups in Windows Vista to your HDA]].&lt;br /&gt;
&lt;br /&gt;
= Windows XP Backups =&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Backups =&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
= Fedora Backups =&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
= Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
== Backups with SuperDuper! ==&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
== Backups with SystemRescueCD ==&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
== Backups with Time Machine ==&lt;br /&gt;
&lt;br /&gt;
=== SMB (Samba) ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
= Using Symantec Backup Exec System Recovery 8.5 (Norton save &amp;amp; restore) =&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central windows machine with agents deployed on all other windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Backups&amp;diff=35935</id>
		<title>Backups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Backups&amp;diff=35935"/>
		<updated>2011-03-06T02:07:33Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You have several ways to do backups in your HDA. We break them in two: full disk (bare metal) backups, and periodic backups.&lt;br /&gt;
&lt;br /&gt;
They are all initiated by the client computer on to the server.&lt;br /&gt;
&lt;br /&gt;
= Full Disk &amp;quot;Bare Metal&amp;quot; Backups =&lt;br /&gt;
Bare metal backups are not available as a feature in current Amahi releases on F12 &amp;amp; F14.  Note: Older releases used the Personal Backup Appliance, or [[PBA | PBA]], with the collaboration of the PBA leader, Roland Hui. PBA is an application to do hard disk clones, backups and restores but appears to no longer be under development&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Periodic File Backups =&lt;br /&gt;
One of the ways to backup systems in your network is to use the operating-system provided backup service to backup to an Amahi share.&lt;br /&gt;
[[Image:VistaBackups3.png | 150px | Vista Backups | right]]&lt;br /&gt;
&lt;br /&gt;
We have documented ways to conduct periodic backups in various platforms. If you have good suggestions on how to do that, please add them to this section of the wiki! (Or email it to us if you're wiki-shy)&lt;br /&gt;
&lt;br /&gt;
Note: To new users only the &amp;quot;Bare Metal&amp;quot; Backups will show in the [http://wiki.amahi.org/index.php/PBABackups Amahi Personal Backup] webpage all others will not show on this page.&lt;br /&gt;
&lt;br /&gt;
== Third-Party (Free) Backup Software ==&lt;br /&gt;
There are a number of great backup programs out there that you can use absolutely free.  Here is my list:&lt;br /&gt;
#[http://www.educ.umu.se/~cobian/cobianbackup.htm Cobian Backup]&lt;br /&gt;
#[http://www.runtime.org/driveimage-xml.htm DriveImage XML]&lt;br /&gt;
#[http://www.areca-backup.org/index.php Areca Backup]&lt;br /&gt;
#[http://thebackupmonkey.blogspot.com/ Bonkey]&lt;br /&gt;
#[http://www.hiteksoftware.com/jaba/ JaBack]&lt;br /&gt;
#[http://www.nasbackup.com/wiki/Introduction NasBackup]&lt;br /&gt;
#[http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp DeltaCopy]&lt;br /&gt;
#[http://www.allwaysync.com/ Allway Sync]&lt;br /&gt;
#[http://www.gfi.com/backup-hm GFI Backup]&lt;br /&gt;
#[http://backuppc.sourceforge.net/ BackupPC]&lt;br /&gt;
#[http://synchronicity.sourceforge.net/ Create Synchronicity]&lt;br /&gt;
#[http://www.uk-dissertation.com/ Dissertations]&lt;br /&gt;
&lt;br /&gt;
= Windows 7 Backups =&lt;br /&gt;
How to needs to be completed.  Go [[Win7Backups|here]] to update the page.&lt;br /&gt;
&lt;br /&gt;
= Windows Vista Backups =&lt;br /&gt;
Here is a quick how to on doing [[VistaBackups | periodic file backups in Windows Vista to your HDA]].&lt;br /&gt;
&lt;br /&gt;
= Windows XP Backups =&lt;br /&gt;
&lt;br /&gt;
For XP Backups, visit the section for [[XPBackups | Windows XP]]&lt;br /&gt;
&lt;br /&gt;
= Ubuntu Backups =&lt;br /&gt;
&lt;br /&gt;
How to backup Ubuntu clients using Ubuntu's [[Sbackup | Simple Backup]].&lt;br /&gt;
&lt;br /&gt;
= Fedora Backups =&lt;br /&gt;
&lt;br /&gt;
To backup Fedora clients, the following are recommended:&lt;br /&gt;
&lt;br /&gt;
* [[fwbackups]], a desktop utility&lt;br /&gt;
* [http://rsnapshot.org/ rsnapshot], a solution using rsync, with command line interface&lt;br /&gt;
* for backing up your hda shares to usbdrive see [[Rsnapshot]] for an example setup.&lt;br /&gt;
&lt;br /&gt;
= Mac OS X =&lt;br /&gt;
&lt;br /&gt;
Mac OS X without Time Machine is not officially supported through automated HDA Backups at this time. &lt;br /&gt;
You can, however, manually copy files to an HDA shared folder.&lt;br /&gt;
&lt;br /&gt;
== Backups with SuperDuper! ==&lt;br /&gt;
&lt;br /&gt;
Another backup solution is a program called [[SuperDuper!]], follow the link to see the steps and to find out about SuperDuper!.&lt;br /&gt;
&lt;br /&gt;
== Backups with SystemRescueCD ==&lt;br /&gt;
&lt;br /&gt;
Backups with [[SystemRescueCD_with_Mac_OS_X | SystemRescueCD]] have been reported that they work, more info can be found by visiting the link.&lt;br /&gt;
&lt;br /&gt;
== Backups with Time Machine ==&lt;br /&gt;
&lt;br /&gt;
=== SMB (Samba) ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING - Hack ahead!'''  For Time Machine smb users only.&lt;br /&gt;
&lt;br /&gt;
There is an unsupported way to enable using Mac OS X Time Machine to backup to your HDA. The [http://vowe.net/archives/008940.html Time Machine hack] is a one liner command to be typed in a terminal in Mac OS X:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will offer you the choice to backup to your HDA shares.&lt;br /&gt;
&lt;br /&gt;
It should be noted that mounting a directory from your HDA via NFS let's you use time machine without this hack.&lt;br /&gt;
&lt;br /&gt;
Needless to say, we're not advocating you backup your data like this, since Apple does not support this functionality. There are rumors that data corruption can occur if the size of the backup exceeds 2TB or if a large number of files, on the order of a million, are backed up. Because the exact conditions leading to data corruption are not well quantified, we do not recommend you backup like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== AFP  ===&lt;br /&gt;
&lt;br /&gt;
For full time machine support in fedora, avahi(bonjour) and netatalk(afp) need to be installed&lt;br /&gt;
&lt;br /&gt;
Install [[AFP]] and Avahi:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* in Applevolume.default add &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;~/ &amp;quot;$u&amp;quot; allow:UserName rwlist:UserName,@users cnidscheme:cdb&amp;lt;br&amp;gt;&lt;br /&gt;
/var/hda/files/timemachine allow:UserName rwlist:UserName,@users cnidscheme:cdb options:usedots,upriv&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Change UserName to your username and /var/hda/files/timemachine to your timemachine folder, the first line will also publish your homefolder to your mac but was necessary in my setup to work&lt;br /&gt;
&lt;br /&gt;
*then service avahi-daemon and atalk restart&lt;br /&gt;
&lt;br /&gt;
*the server will show up on your mac connect to the xserve afp server&lt;br /&gt;
*on your mac open disk utility&lt;br /&gt;
*make a new disk image with the max size on disk possible and name it Computername_ethernetmacadress.sparsebundle&lt;br /&gt;
ex.&lt;br /&gt;
MacBookProIcey_aa00bb11cc22.sparsebundle&lt;br /&gt;
&lt;br /&gt;
#use Journaled/case sensitive&lt;br /&gt;
#name has to be Backup of ComputerName&lt;br /&gt;
#and save it to the timemachine share&lt;br /&gt;
[[File:Tm-sparsebundle.png‎|caption]]&lt;br /&gt;
&lt;br /&gt;
*timemachine image will grow when you synchronize but never larger than the max size&lt;br /&gt;
*time machine will now find your amahi time capsule&lt;br /&gt;
&lt;br /&gt;
''Update: Recent versions of timemachine do not appear to respect the max size of the sparsebundle and will cheerfully fill up your disk.  To fix this, you need a more recent version of netatalk (2.0.5+?), which has an option to tell fibs about the size of the disk, hence limiting timemachine's space consumption.  Fedora 14 has netatalk 2.1.4...''&lt;br /&gt;
&lt;br /&gt;
= Using Symantec Backup Exec System Recovery 8.5 (Norton save &amp;amp; restore) =&lt;br /&gt;
&lt;br /&gt;
Symantec's [http://www.symantec.com/business/backup-exec-system-recovery-desktop-edition BESR] allows full system backup and restore (virtual and physical)from any hardware with restore to dissimilar hardware. Conversion from P2V or V2P can also be scheduled. Install BESR on all windows computers connected to HDA and route backup to a folder on the HDA. Remember to set permissions on destination folders. Activate VSS copy so any open files are captured, optional threatcon can be used to trigger a backup if a threat becomes widespread. &lt;br /&gt;
Alternatively BESR can be installed on a central windows machine with agents deployed on all other windows and Linux machines and using the new Linux media server agent (replaces RALUS) backup directly on the Linux HDA. This way you maintain a catalogue of all backups and can trigger them from a central console.&lt;br /&gt;
BESR is the enterprise windows standard for Backup and restore. Norton the consumer brand of Symantec have [http://www.symantec.com/norton/save-restore &amp;quot;Save &amp;amp; Restore&amp;quot;] I'm not overly familiar with this product but it replaces Norton &amp;quot;Ghost&amp;quot; in most markets. The GUI is exactly the same as BESR.&lt;br /&gt;
&lt;br /&gt;
BESR is only for windows machines connected to the HDA but is a great solution to protecting these machines and allows LIVE single pass backup and granular restore of files, saves doing an image and a file backup. Less space less time. An agent is available to backup Linux but another option is to boot the HDA on the recovery disk and create a cold image of the server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Services]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35917</id>
		<title>Vista Networking Issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35917"/>
		<updated>2011-03-04T18:02:13Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sometimes, Vista and Windows 7 don't resolve the host-only Amahi uses&lt;br /&gt;
Here's a possible fix that worked for me  on Vista/Windows 7 &lt;br /&gt;
&lt;br /&gt;
For Windows Vista   &lt;br /&gt;
# From the menu, select ''Control Panel'' then ''Network Connections''&lt;br /&gt;
# Right click your ethernet card (or similar) and select properties&lt;br /&gt;
# Select ''Internet Protocol Version 4'' and press the properties button&lt;br /&gt;
# Click the &amp;quot;Advanced&amp;quot; button&lt;br /&gt;
# Select the DNS tab&lt;br /&gt;
# Press the &amp;quot;Append these DNS suffixes (in order)&amp;quot; button&lt;br /&gt;
# Add your home server's domain name (eg. home.com)&lt;br /&gt;
# Press the required OKs, apply, close ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For Windows 7&lt;br /&gt;
# In Control Panel select ''Network And Sharing Center''&lt;br /&gt;
# In the left margin, select 'Change adapter settings''&lt;br /&gt;
# Right click your ethernet card (or similar) and select ''properties''&lt;br /&gt;
# Select ''Internet Protocol Version 4'' and press the properties button&lt;br /&gt;
# Click the ''Advanced'' button&lt;br /&gt;
# Select the ''DNS'' tab&lt;br /&gt;
# Press the ''Append these DNS suffixes (in order)'' button&lt;br /&gt;
# Add your home server's domain name (eg. home.com)&lt;br /&gt;
# Press the required OKs, apply, close ...&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35911</id>
		<title>Vista Networking Issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35911"/>
		<updated>2011-03-04T17:59:51Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some times, Vista and Windows 7 don't operate well with short URLs.&lt;br /&gt;
&lt;br /&gt;
Here's a fix that worked for me (Vista/Windows 7 specific)&lt;br /&gt;
&lt;br /&gt;
For Windows Vista   &lt;br /&gt;
In Control Panel/network connections&lt;br /&gt;
# Right click your ethernet card (or similar) and select properties&lt;br /&gt;
# Select ''Internet Protocol Version 4'' and press the properties button&lt;br /&gt;
# Click the &amp;quot;Advanced&amp;quot; button&lt;br /&gt;
# Select the DNS tab&lt;br /&gt;
# Press the &amp;quot;Append these DNS suffixes (in order)&amp;quot; button&lt;br /&gt;
# Add your home server's domain name (eg. home.com)&lt;br /&gt;
# Press the required OKs, apply, close ...&lt;br /&gt;
&lt;br /&gt;
All should work correctly now&lt;br /&gt;
&lt;br /&gt;
For Windows 7&lt;br /&gt;
# In Control Panel select ''Network And Sharing Center''&lt;br /&gt;
# In the left margin, select 'Change adapter settings''&lt;br /&gt;
# Right click your ethernet card (or similar) and select ''properties''&lt;br /&gt;
# Select ''Internet Protocol Version 4'' and press the properties button&lt;br /&gt;
# Click the ''Advanced'' button&lt;br /&gt;
# Select the ''DNS'' tab&lt;br /&gt;
# Press the ''Append these DNS suffixes (in order)'' button&lt;br /&gt;
# Add your home server's domain name (eg. home.com)&lt;br /&gt;
# Press the required OKs, apply, close ...&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Network_troubleshooting&amp;diff=35905</id>
		<title>Network troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Network_troubleshooting&amp;diff=35905"/>
		<updated>2011-03-04T17:55:06Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 1px solid #B66; padding: .5em 1em; color: #000; background-color: #FEE; margin: 3px 3px 1em 3px;&amp;quot;&amp;gt;&lt;br /&gt;
'''Rule #1: Do NOT turn off the DHCP server in your router until your HDA has full network connectivity'''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your HDA should be capable of browsing all the major sites and http://www.amahi.org before doing anything else.&lt;br /&gt;
&lt;br /&gt;
If you do not have connectivity, you may want to check that the settings that you programmed in amahi.org for your network and router match that of your actual network and the router in it. Amahi assumes a regular, typical home network and the settings there should be done to match what you have. The most common error is that the gateway is not set up properly. We have a page on how to [[Find Your Gateway IP]].&lt;br /&gt;
&lt;br /&gt;
Please note that '''only the first NIC/ethernet card (eth0)''' is supported out of the box. If you have two, please make sure you use eth0 for the LAN where your Amahi HDA resides. There is an unsupported way to support amahi on the [[ETH1|eth1]] device.&lt;br /&gt;
&lt;br /&gt;
If a wireless network connection is all you have available, you may want to experiment with running [[Amahi over wlan0|Amahi_over_wlan0]]. This is not a well tested or recommended approach, though, so expect problems of some kind.&lt;br /&gt;
&lt;br /&gt;
= Identify the problem =&lt;br /&gt;
&lt;br /&gt;
To help you identify a network problem you might have, try using the [http://net.pommepause.com/network_troubleshooter/ Interactive Amahi Network Troubleshooter].&lt;br /&gt;
If it fails along the way, it will give you instructions on how to get additional help, and how to provide us with the information we need to help you understand and fix the problem.&lt;br /&gt;
&lt;br /&gt;
= Additional troubleshooting =&lt;br /&gt;
&lt;br /&gt;
If ping hda does not work it might be that you have a problem with DNS journalling.&lt;br /&gt;
Especially if /var/named/data/named.run contains a line like&amp;lt;br&amp;gt;&lt;br /&gt;
zone home.com/IN: journal rollforward failed: journal out of sync with zone&amp;lt;br&amp;gt;&lt;br /&gt;
you must delete /var/named/*/*jnl and issue the command hdactl-hup&amp;lt;br&amp;gt;&lt;br /&gt;
Then retry ping hda to see if things are working.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;If the Network Troubleshooter above can't help&amp;lt;/b&amp;gt;, you can try the steps in the [[More network troubleshooting]] page.&lt;br /&gt;
&lt;br /&gt;
= Non Default Network Set-ups =&lt;br /&gt;
&lt;br /&gt;
If your router does not have an IP of 192.168.1.1, the following command will make the process easy to allow your HDA to work:&lt;br /&gt;
&lt;br /&gt;
su -&lt;br /&gt;
&lt;br /&gt;
[enter root password]&lt;br /&gt;
&lt;br /&gt;
hda-change-gw [gateway IP] &lt;br /&gt;
&lt;br /&gt;
Example if your default gateway (router) has an IP of 192.168.0.1:&lt;br /&gt;
&lt;br /&gt;
hda-change-gw 192.168.0.1&lt;br /&gt;
&lt;br /&gt;
Note: You will need to restart your server after applying the change.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= When all else fails =&lt;br /&gt;
&lt;br /&gt;
In some cases, it could be the client OS causing issues.&lt;br /&gt;
&lt;br /&gt;
One known issue is the [[Vista_Networking_Issue]]&lt;br /&gt;
&lt;br /&gt;
There are some special instructions if you have an [[Airport express]] or an [[Airport express|Airport extreme]]&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Find_Your_Gateway_IP&amp;diff=35899</id>
		<title>Find Your Gateway IP</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Find_Your_Gateway_IP&amp;diff=35899"/>
		<updated>2011-03-04T17:46:21Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's important for you to know the internal IP address of your default gateway, which is normally your router's LAN IP address.&lt;br /&gt;
&lt;br /&gt;
If you have ever had to access your router to configure it, you should know the address. It's what you type in your browser address bar to reach the configuration interface (example: http://192.168.1.1/) and, if not, you can find it with the following steps:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Windows&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Click &amp;lt;b&amp;gt;Start&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;All Programs&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Accessories&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Command Prompt&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When Command Prompt is open, type the following command: &amp;lt;code&amp;gt;ipconfig | findstr /i &amp;quot;Gateway&amp;quot;&amp;lt;/code&amp;gt; (You can copy &amp;amp; paste it in the command prompt; just right-click anywhere in the command prompt window and select ''Paste''.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should see something like this:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;C:\Documents and Settings\administrator&amp;gt;ipconfig | findstr /i &amp;quot;Gateway&amp;quot;&amp;lt;br /&amp;gt;       Default Gateway . . . . . . . . . : 192.168.1.1&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, your default gateway (router) IP address is &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt;.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Linux&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** You'll need to open a Terminal. Depending on your Linux distribution, it can be located in the menu items at the top, or at the bottom of your screen. In this example, we will use Fedora. Click &amp;lt;b&amp;gt;Applications&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;System Tools&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Terminal&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When terminal is open, type the following command: &amp;lt;code&amp;gt;ip route | grep default&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** The output of this should look something like the following:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;joe$ ip route | grep default&amp;lt;br /&amp;gt;default via 192.168.1.1 dev eth0  proto static&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, again, &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt; is your default gateway (router) IP address.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Mac OS X&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Open the Terminal application. Do do this, click &amp;lt;b&amp;gt;Finder&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Applications&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Utilities&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Terminal.app&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When Terminal.app is open, type the following command: &amp;lt;code&amp;gt;netstat -nr | grep default&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** This will output the following:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;joe$ netstat -nr | grep default&amp;lt;br /&amp;gt;default            192.168.1.1      UGSc           50       46     en1&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, again, &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt; is your default gateway (router) IP address.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Find_Your_Gateway_IP&amp;diff=35893</id>
		<title>Find Your Gateway IP</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Find_Your_Gateway_IP&amp;diff=35893"/>
		<updated>2011-03-04T17:45:31Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's important for you to know the internal IP address of your default gateway, which is normally your router's LAN IP address.&lt;br /&gt;
&lt;br /&gt;
If you have ever had to access your router to configure it, you should know the address. It's what you type in your browser address bar to reach the configuration interface (example: http://192.168.1.1/) and, if not, you can find it with the following steps:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Windows&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Click &amp;lt;b&amp;gt;Start&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;All Programs&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Accessories&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Command Prompt&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When Command Prompt is open, type the following command: &amp;lt;code&amp;gt;ipconfig | findstr /i &amp;quot;Gateway&amp;quot;&amp;lt;/code&amp;gt; (You can copy &amp;amp; paste it in the command prompt; just right-click anywhere in the command prompt window and select ''Paste''.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should see something like this:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;C:\Documents and Settings\administrator&amp;gt;ipconfig | find &amp;quot;Gateway&amp;quot;&amp;lt;br /&amp;gt;       Default Gateway . . . . . . . . . : 192.168.1.1&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, your default gateway (router) IP address is &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt;.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Linux&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** You'll need to open a Terminal. Depending on your Linux distribution, it can be located in the menu items at the top, or at the bottom of your screen. In this example, we will use Fedora. Click &amp;lt;b&amp;gt;Applications&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;System Tools&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Terminal&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When terminal is open, type the following command: &amp;lt;code&amp;gt;ip route | grep default&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** The output of this should look something like the following:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;joe$ ip route | grep default&amp;lt;br /&amp;gt;default via 192.168.1.1 dev eth0  proto static&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, again, &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt; is your default gateway (router) IP address.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Mac OS X&amp;lt;/u&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** Open the Terminal application. Do do this, click &amp;lt;b&amp;gt;Finder&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Applications&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Utilities&amp;lt;/b&amp;gt; &amp;gt; &amp;lt;b&amp;gt;Terminal.app&amp;lt;/b&amp;gt;.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** When Terminal.app is open, type the following command: &amp;lt;code&amp;gt;netstat -nr | grep default&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** This will output the following:&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;joe$ netstat -nr | grep default&amp;lt;br /&amp;gt;default            192.168.1.1      UGSc           50       46     en1&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
** In this example, again, &amp;lt;b&amp;gt;192.168.1.1&amp;lt;/b&amp;gt; is your default gateway (router) IP address.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35881</id>
		<title>Vista Networking Issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vista_Networking_Issue&amp;diff=35881"/>
		<updated>2011-03-04T12:29:48Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Added reference to Windows 7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some times, Vista and Windows 7 don't operate well with short URLs.&lt;br /&gt;
&lt;br /&gt;
Here's a fix that worked for me (Vista/Windows 7 specific)&lt;br /&gt;
   &lt;br /&gt;
In Control Panel/network connections&lt;br /&gt;
# Right click your ethernet card (or similar) and select properties&lt;br /&gt;
# Select ''Internet Protocol v4'' and press the properties button&lt;br /&gt;
# Click the &amp;quot;Advanced&amp;quot; button&lt;br /&gt;
# Select the DNS tab&lt;br /&gt;
# Press the &amp;quot;Append these DNS suffixes (in order)&amp;quot; button&lt;br /&gt;
# Add your home server's domain name (eg. home.com)&lt;br /&gt;
# Press the required OKs, apply, close ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All should work correctly now ... This should work now&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Intro&amp;diff=35869</id>
		<title>Intro</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Intro&amp;diff=35869"/>
		<updated>2011-03-04T03:37:15Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Amahi home server is a GNU/Linux-based, open-source network server, based on Fedora.&lt;br /&gt;
&lt;br /&gt;
* It is meant to be headless, and running 24x7.&lt;br /&gt;
* Some people also use it as a desktop, while still serving the rest of the home network.&lt;br /&gt;
* It has the following features:&lt;br /&gt;
** Centralized storage server&lt;br /&gt;
** Bare metal backup server&lt;br /&gt;
** Application server&lt;br /&gt;
** Media streaming server&lt;br /&gt;
** Calendar server&lt;br /&gt;
** Wiki server&lt;br /&gt;
** Remote access server (for secure remote access to your files) (i.e. VPN).&lt;br /&gt;
** Print server&lt;br /&gt;
** ... and other types of installable services:&lt;br /&gt;
*** Bittorrent server&lt;br /&gt;
*** Slideshow generator&lt;br /&gt;
*** Recipes database&lt;br /&gt;
*** ... and many more in the online [http://www.amahi.org/apps Application Gallery]!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We think there are two &amp;quot;types&amp;quot; of users for our HDAs:&lt;br /&gt;
&lt;br /&gt;
* The technical user (the one who installs and runs it)&lt;br /&gt;
* The real user of the home network: spouses, kids, etc.&lt;br /&gt;
&lt;br /&gt;
We have a few features that are directed towards making life easier for one or the other, or both. However, ultimately, the real users are the non-technical users.&lt;br /&gt;
&lt;br /&gt;
The features directed towards the technical user are meant to make his/her life easier when running a home network for the benefit of all the users.&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Contribute&amp;diff=35863</id>
		<title>Contribute</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Contribute&amp;diff=35863"/>
		<updated>2011-03-04T03:30:34Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: removed link to users mailing list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are a few ways to contribute and get involved and with Amahi!&lt;br /&gt;
&lt;br /&gt;
Here is a list of ideas that the community has been suggesting:&lt;br /&gt;
&lt;br /&gt;
* Contribute to this wiki! That is probably the most direct and quick way to contribute. Your experience helps others install and run their HDA!&lt;br /&gt;
* Share your experience in the area or running a server and answer questions in the [http://forums.amahi.org community forums]. If you are an experienced user, others will appreciate your efforts and this will make the project more usable and successful in the long run&lt;br /&gt;
* Talk about Amahi! Let people know what Amahi is about, help them install their HDA&lt;br /&gt;
* Promote Amahi, such as doing a presentation to your local LUG (Linux User Group), share your presentation with others!&lt;br /&gt;
* Blog or tweet about your experience with Amahi&lt;br /&gt;
* Make recommendations&lt;br /&gt;
* Do reviews or HOWTOs&lt;br /&gt;
* Help us create a polished &amp;quot;press kit&amp;quot; of sorts that we can give when magazines and website editors ask us about Amahi&lt;br /&gt;
* [[How to Create a new Theme|Create a theme or two]]&lt;br /&gt;
* Help us write a &amp;quot;manual&amp;quot; so that it's printable (in pdf and also [http://lulu.com in paper])&lt;br /&gt;
* Submit to other sites that may like it! :-)&lt;br /&gt;
&lt;br /&gt;
... remember, it has to be fun and enjoyable for you, take as little time as possible, and help the community!&lt;br /&gt;
&lt;br /&gt;
Aside from the above, there are two major ways to contribute in a more active role.&lt;br /&gt;
&lt;br /&gt;
= Types of Contributor =&lt;br /&gt;
&lt;br /&gt;
We have three types of contributor, from less involved to more involved:&lt;br /&gt;
&lt;br /&gt;
* '''Editor:''' editing the apps &amp;quot;visual&amp;quot; part for English readability, HTML validation, logo/screenshot &amp;quot;shininess&amp;quot; and generally making beta apps look good&lt;br /&gt;
* '''Tester''': testing, rating and sending feedback on beta apps&lt;br /&gt;
* '''Packager''': packaging apps. no programming required&lt;br /&gt;
&lt;br /&gt;
You can become any (or all) of these three roles by making yourself known to the community in the forums or in the IRC channel and asking to become a contributor!&lt;br /&gt;
&lt;br /&gt;
= Becoming an Application Packager/Contributor =&lt;br /&gt;
&lt;br /&gt;
* This is very easy. Whether you are an expert or you only know the basics of some application installation and configuration, this is a great way to contribute&lt;br /&gt;
* Read the [[Application Contributor]] Guide&lt;br /&gt;
&lt;br /&gt;
= Other Ways to Contribute =&lt;br /&gt;
&lt;br /&gt;
What if I want to contribute but don't have the time to package an app?&lt;br /&gt;
&lt;br /&gt;
Well here's a solution: you can find some apps for our developement team to package and we can do that for you. All you have to do is supply a link to the apps homepage and we will jump right on it. [[New_App_Ideas]] to add you app ideas to the list. Any and all apps are ok.&lt;br /&gt;
&lt;br /&gt;
= Contributing Code =&lt;br /&gt;
&lt;br /&gt;
Follow this page to [[contribute code]].&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=32989</id>
		<title>Greyhole</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=32989"/>
		<updated>2011-02-10T03:56:27Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:apps]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''NEW:''' [http://code.google.com/p/greyhole/wiki/MigrateFromWHS Widows Home Server Drive Extender Migration Guide]&lt;br /&gt;
&lt;br /&gt;
'''NEW:''' [[Greyhole troubleshooting]] guide&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is Greyhole ==&lt;br /&gt;
&lt;br /&gt;
A new feature in Amahi is [[Storage pooling]] using [http://greyhole.pommepause.com/ Greyhole]. Storage Pooling is a technology to pool disk drives and make them look as if they were all part of a single pool of disk space.&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default, but requires a few simple steps to begin utilizing the features.&lt;br /&gt;
&lt;br /&gt;
You can add additional drives to your hda and prepare them for use in Greyhole by following [[Adding a second hard drive to your HDA|this tutorial]].&lt;br /&gt;
&lt;br /&gt;
To add a drive to your Greyhole storage pool. First open your dashboard and navigate to the Shares tab. Then click on the Storage Pool sub-category. You will see a page similar to the one below.&lt;br /&gt;
&lt;br /&gt;
== Important Warnings ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:darkred&amp;quot;&amp;gt;You should '''never''' change or delete files in the shared directories (''/var/hda/files/*'' by default) directly on the HDA, using the terminal, or the Gnome file browser, for the shares for which you checked the ''Uses pool'' option in the Amahi dashboard. If you want to work with files on Greyhole shares on the HDA, you should [[Mount Shares Locally]].&amp;lt;br/&amp;gt;&lt;br /&gt;
You should be safe reading existing files directly, or adding new files directly, as long as don't care that your new files will only be moved into the storage pool during the next check, which runs automatically at midnight (or manually using ''greyhole --fsck''). Until then, your new files will be stored in your shared directories (normally ''/var/hda/files/share_name/'').&lt;br /&gt;
&lt;br /&gt;
Also, touching anything inside the '''gh''' directories that Greyhole creates at the root of your partitions is a recipe for disaster.&lt;br /&gt;
&lt;br /&gt;
We [[Greyhole not on root | strongly discourage you from using the root partition in a drive pool]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== First things first ==&lt;br /&gt;
&lt;br /&gt;
You need to go in the Settings tab, and enable '''Advanced Settings'''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Without Advanced Settings enabled, you won't see the following page and options.&lt;br /&gt;
&lt;br /&gt;
== For Storage Pool (Partitions) ==&lt;br /&gt;
&lt;br /&gt;
[[File:Storage_Pool_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Select the drives you want available for your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Greyhole options ==&lt;br /&gt;
&lt;br /&gt;
The next step is to select the share you want to replicate across the pool.&lt;br /&gt;
&lt;br /&gt;
From the Shares tab, select the Shares sub-catagory. We chose the Pictures share for this tutorial.&lt;br /&gt;
&lt;br /&gt;
[[File:Greyhole_Options_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Check the option for &amp;quot;Uses pool&amp;quot; and choose the number of drives to replicate this share. In this instance we have chosen to use all drives available to the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
Note: Greyhole is not a backup solution. If a file is removed, all copies are removed.&lt;br /&gt;
&lt;br /&gt;
== Greyhole advanced options ==&lt;br /&gt;
&lt;br /&gt;
You can further configure Greyhole by manually editing the following file:&amp;lt;br/&amp;gt;&lt;br /&gt;
'''/var/hda/platform/html/config/greyhole.yml'''&lt;br /&gt;
&lt;br /&gt;
To see what options are available, and what they do, refer to the [http://greyhole.googlecode.com/svn/trunk/greyhole.example.conf sample greyhole.conf] provided with Greyhole.&lt;br /&gt;
&lt;br /&gt;
greyhole.yml is in in YAML format. Most of it should be easy enough to modify. The only exception would be the sticky_files (and optional sticky_into) options.&amp;lt;br/&amp;gt;&lt;br /&gt;
Here's an example of how those should appear:&lt;br /&gt;
&lt;br /&gt;
To specify the following to Greyhole in greyhole.conf:&lt;br /&gt;
&lt;br /&gt;
 sticky_files = Music/&lt;br /&gt;
 sticky_files = Videos/Movies/&lt;br /&gt;
     stick_into = /mnt/hdd1/gh&lt;br /&gt;
     stick_into = /mnt/hdd5/gh&lt;br /&gt;
 sticky_files = Backups/CrashPlan/&lt;br /&gt;
     stick_into = /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
one should specify this in the greyhole.yml file, where '''precise indentation matters''':&lt;br /&gt;
&lt;br /&gt;
 sticky_files: &lt;br /&gt;
 - - Music/&lt;br /&gt;
 - - Videos/Movies/&lt;br /&gt;
   - - /mnt/hdd1/gh&lt;br /&gt;
     - /mnt/hdd5/gh&lt;br /&gt;
 - - Backups/CrashPlan/&lt;br /&gt;
   - - /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
For your changes to be effective, you'll need to force Amahi to regenerate the greyhole.conf file. You can do so by editing a share, clicking it's path, and just clicking the Save button without actually changing the path.&lt;br /&gt;
&lt;br /&gt;
== Copying your data into Greyhole shares the first time ==&lt;br /&gt;
&lt;br /&gt;
When you start using Greyhole, you might want to copy or move all your exiting files into your new shares that use the storage pool.&lt;br /&gt;
&lt;br /&gt;
Note: This is not necessary if your files are already in Amahi shares. If they are there, and you enable the ''Uses pool'' option in the Amahi dashboard, the files will start getting moved around into the drives in your storage pool during the night (starting at midnight), when the nightly storage pool check starts.&amp;lt;br/&amp;gt;&lt;br /&gt;
The instructions below are for users who have more data to copy into the Greyhole shares than their currently free space in the /var/hda/files/ folder.&lt;br /&gt;
&lt;br /&gt;
One way to do that is to mount the shares that use the Greyhole storage pool, either on the HDA itself, or on a client computer on your local network, and copy your data from their existing location into the mounted shares.&lt;br /&gt;
This can be time consuming, but it is the safest way to use Greyhole.&lt;br /&gt;
&lt;br /&gt;
Another way to move your files from their current location into the storage pool is to share their current location using an Amahi share that ''Uses pool'', then let Greyhole nightly check move the files from there into the pool.&lt;br /&gt;
&lt;br /&gt;
Here's a more detailed walkthrough for this method:&lt;br /&gt;
&lt;br /&gt;
# Setup the Greyhole Storage Pool in the Amahi dashboard, Shares &amp;gt; Storage Pool page.&lt;br /&gt;
# Go in the Shares &amp;gt; Shares page. In there, make sure you have an existing share for each share you have data for. Create new ones if you need, remove the ones you don't need.&lt;br /&gt;
# Edit the ''path'' of each of those shares, and enter the current location of your existing data. For example, the Movies share could have a path = ''/media/External Drive/Movies''&lt;br /&gt;
# Enable the ''Uses pool'' option for each of your shares, and select the number of extra copies you'd like, if any.&lt;br /&gt;
# Now, you either need to wait for Greyhole'S nightly check to start, or you can start it manually from a terminal, as root, using this command: greyhole --fsck&lt;br /&gt;
# Monitor /var/log/greyhole.log to see when the ''fsck'' operation is done.&lt;br /&gt;
# Once ''fsck'' is done, your data has now been moved into the Greyhole storage pool (in the drives you selected in Shares &amp;gt; Storage Pool). All that should be left in the previous location of your data (''/media/External Drive/Movies'' from the previous example) should be symbolic links pointing to the new file copies. If the previous location is just empty directories (no symlinks), do not panic. This is normal if your previous location is an NTFS or FAT partition (drive).&lt;br /&gt;
# Move all those directories / symlinks from there into the correct folders in /var/hda/files/share_name&lt;br /&gt;
# Back in the Amahi dashboard, edit the path of the shares once again, and put back ''/var/hda/files/share_name'' (i.e. the folders where you moved the symbolic links).&lt;br /&gt;
# If you used an NTFS or FAT partition for the previous location, you'll need another fsck to create the symlinks where they should be. Either wait for midnight, or launch it manually, from a command line, as root: ''greyhole --fsck''&lt;br /&gt;
&lt;br /&gt;
You're done. All your existing data is now stored in the various drives included in your storage pool, and are accessible via the Samba shares you have defined in the Amahi dashboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding a new drive to your HDA and storage pool ==&lt;br /&gt;
This wiki page discusses how to add a new drive to your HDA and to your greyhole storage pool&lt;br /&gt;
[[Adding_a_second_hard_drive_to_your_HDA]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== /media ==&lt;br /&gt;
Including any drive mounted as /media/Something in your storage pool is usually a bad idea.&amp;lt;br/&amp;gt;&lt;br /&gt;
Those mounts are created by the ''gnome-automounter'', which requires you to be logged in into X (Gnome) to become available.&amp;lt;br/&amp;gt;&lt;br /&gt;
This will create issues with Greyhole, which expects drives to always be available, and will take action when some of them are missing.&lt;br /&gt;
&lt;br /&gt;
Follow this guide to [[Adding a second hard drive to your HDA|permanently mount your drives]], before you include them in your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Monitoring Greyhole ==&lt;br /&gt;
Sometimes you might want to monitor what Greyhole is doing, for example when writing data to your greyhole shares for the first time. Here are a few commands you can type in a terminal to follow along.&lt;br /&gt;
&lt;br /&gt;
'''Scrolling view of total Greyhole operations queue:'''&lt;br /&gt;
 while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done&lt;br /&gt;
&lt;br /&gt;
'''Scrolling log of what files Greyhole is working on right now:'''&lt;br /&gt;
 tail -f /var/log/greyhole.log&lt;br /&gt;
&lt;br /&gt;
== Convert Greyhole from SQLite to MySQL ==&lt;br /&gt;
Greyhole is at the time of writing using SQLite as the default database for queueing up tasks on Amahi. This is unqie to Amahi as Greyhole was originally designed to use MySQL for this task.&lt;br /&gt;
&lt;br /&gt;
There are some major performance benefits to using MySQL over SQLite when writing large amounts of files. Switching can be especially useful when moving data to greyhole shares for the first time. For now there is a script you can run if you want to switch over. This script has been tested to be safe while greyhole is working but should be used with discresion.&lt;br /&gt;
&lt;br /&gt;
''To Convert to MySQL, run as root:''&lt;br /&gt;
&lt;br /&gt;
   /usr/share/greyhole/db_migration-sqlite2mysql.sh&lt;br /&gt;
&lt;br /&gt;
To see what DB engine is Greyhole using, do this:&lt;br /&gt;
&lt;br /&gt;
    grep db_engine /etc/greyhole.conf&lt;br /&gt;
&lt;br /&gt;
== Disable Greyhole ==&lt;br /&gt;
For those who do not use Greyhole, you can disable it.  This is based on the fact you never have used it by enabling 'Uses pool' on any share.  Recommend using extreme caution as this could have unpredictable results.&lt;br /&gt;
&lt;br /&gt;
Perform the following steps as user '''root''':&lt;br /&gt;
&lt;br /&gt;
 chkconfig greyhole off&lt;br /&gt;
 rm /etc/monit.d/greyhole.conf&lt;br /&gt;
 service monit restart&lt;br /&gt;
 service greyhole stop&lt;br /&gt;
&lt;br /&gt;
'''DO NOT''' attempt to remove the Greyhole package as it is a dependency of the HDA software.  Doing so will break your HDA.&lt;br /&gt;
&lt;br /&gt;
= Testing and Reliability =&lt;br /&gt;
&lt;br /&gt;
Check out the [[Greyhole grinder]] to help make Greyhole rock solid.&lt;br /&gt;
&lt;br /&gt;
= Greyhole Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
[[Greyhole troubleshooting]] guide&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=32983</id>
		<title>Greyhole</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Greyhole&amp;diff=32983"/>
		<updated>2011-02-10T03:48:42Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Link to adding a 2nd drive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:apps]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;&amp;quot;&amp;gt;&lt;br /&gt;
'''NEW:''' [http://code.google.com/p/greyhole/wiki/MigrateFromWHS Widows Home Server Drive Extender Migration Guide]&lt;br /&gt;
&lt;br /&gt;
'''NEW:''' [[Greyhole troubleshooting]] guide&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What is Greyhole ==&lt;br /&gt;
&lt;br /&gt;
A new feature in Amahi is [[Storage pooling]] using [http://greyhole.pommepause.com/ Greyhole]. Storage Pooling is a technology to pool disk drives and make them look as if they were all part of a single pool of disk space.&lt;br /&gt;
&lt;br /&gt;
This feature is installed by default, but requires a few simple steps to begin utilizing the features.&lt;br /&gt;
&lt;br /&gt;
You can add additional drives to your hda and prepare them for use in Greyhole by following [[Adding a second hard drive to your HDA|this tutorial]].&lt;br /&gt;
&lt;br /&gt;
To add a drive to your Greyhole storage pool. First open your dashboard and navigate to the Shares tab. Then click on the Storage Pool sub-category. You will see a page similar to the one below.&lt;br /&gt;
&lt;br /&gt;
== Important Warnings ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;color:darkred&amp;quot;&amp;gt;You should '''never''' change or delete files in the shared directories (''/var/hda/files/*'' by default) directly on the HDA, using the terminal, or the Gnome file browser, for the shares for which you checked the ''Uses pool'' option in the Amahi dashboard. If you want to work with files on Greyhole shares on the HDA, you should [[Mount Shares Locally]].&amp;lt;br/&amp;gt;&lt;br /&gt;
You should be safe reading existing files directly, or adding new files directly, as long as don't care that your new files will only be moved into the storage pool during the next check, which runs automatically at midnight (or manually using ''greyhole --fsck''). Until then, your new files will be stored in your shared directories (normally ''/var/hda/files/share_name/'').&lt;br /&gt;
&lt;br /&gt;
Also, touching anything inside the '''gh''' directories that Greyhole creates at the root of your partitions is a recipe for disaster.&lt;br /&gt;
&lt;br /&gt;
We [[Greyhole not on root | strongly discourage you from using the root partition in a drive pool]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== First things first ==&lt;br /&gt;
&lt;br /&gt;
You need to go in the Settings tab, and enable '''Advanced Settings'''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Without Advanced Settings enabled, you won't see the following page and options.&lt;br /&gt;
&lt;br /&gt;
== For Storage Pool (Partitions) ==&lt;br /&gt;
&lt;br /&gt;
[[File:Storage_Pool_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Select the drives you want available for your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Greyhole options ==&lt;br /&gt;
&lt;br /&gt;
The next step is to select the share you want to replicate across the pool.&lt;br /&gt;
&lt;br /&gt;
From the Shares tab, select the Shares sub-catagory. We chose the Pictures share for this tutorial.&lt;br /&gt;
&lt;br /&gt;
[[File:Greyhole_Options_1.png|600px|thumb|left]]&lt;br /&gt;
&lt;br /&gt;
Check the option for &amp;quot;Uses pool&amp;quot; and choose the number of drives to replicate this share. In this instance we have chosen to use all drives available to the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
Note: Greyhole is not a backup solution. If a file is removed, all copies are removed.&lt;br /&gt;
&lt;br /&gt;
== Greyhole advanced options ==&lt;br /&gt;
&lt;br /&gt;
You can further configure Greyhole by manually editing the following file:&amp;lt;br/&amp;gt;&lt;br /&gt;
'''/var/hda/platform/html/config/greyhole.yml'''&lt;br /&gt;
&lt;br /&gt;
To see what options are available, and what they do, refer to the [http://greyhole.googlecode.com/svn/trunk/greyhole.example.conf sample greyhole.conf] provided with Greyhole.&lt;br /&gt;
&lt;br /&gt;
greyhole.yml is in in YAML format. Most of it should be easy enough to modify. The only exception would be the sticky_files (and optional sticky_into) options.&amp;lt;br/&amp;gt;&lt;br /&gt;
Here's an example of how those should appear:&lt;br /&gt;
&lt;br /&gt;
To specify the following to Greyhole in greyhole.conf:&lt;br /&gt;
&lt;br /&gt;
 sticky_files = Music/&lt;br /&gt;
 sticky_files = Videos/Movies/&lt;br /&gt;
     stick_into = /mnt/hdd1/gh&lt;br /&gt;
     stick_into = /mnt/hdd5/gh&lt;br /&gt;
 sticky_files = Backups/CrashPlan/&lt;br /&gt;
     stick_into = /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
one should specify this in the greyhole.yml file, where '''precise indentation matters''':&lt;br /&gt;
&lt;br /&gt;
 sticky_files: &lt;br /&gt;
 - - Music/&lt;br /&gt;
 - - Videos/Movies/&lt;br /&gt;
   - - /mnt/hdd1/gh&lt;br /&gt;
     - /mnt/hdd5/gh&lt;br /&gt;
 - - Backups/CrashPlan/&lt;br /&gt;
   - - /mnt/hdd0/gh&lt;br /&gt;
&lt;br /&gt;
For your changes to be effective, you'll need to force Amahi to regenerate the greyhole.conf file. You can do so by editing a share, clicking it's path, and just clicking the Save button without actually changing the path.&lt;br /&gt;
&lt;br /&gt;
== Copying your data into Greyhole shares the first time ==&lt;br /&gt;
&lt;br /&gt;
When you start using Greyhole, you might want to copy or move all your exiting files into your new shares that use the storage pool.&lt;br /&gt;
&lt;br /&gt;
Note: This is not necessary if your files are already in Amahi shares. If they are there, and you enable the ''Uses pool'' option in the Amahi dashboard, the files will start getting moved around into the drives in your storage pool during the night (starting at midnight), when the nightly storage pool check starts.&amp;lt;br/&amp;gt;&lt;br /&gt;
The instructions below are for users who have more data to copy into the Greyhole shares than their currently free space in the /var/hda/files/ folder.&lt;br /&gt;
&lt;br /&gt;
One way to do that is to mount the shares that use the Greyhole storage pool, either on the HDA itself, or on a client computer on your local network, and copy your data from their existing location into the mounted shares.&lt;br /&gt;
This can be time consuming, but it is the safest way to use Greyhole.&lt;br /&gt;
&lt;br /&gt;
Another way to move your files from their current location into the storage pool is to share their current location using an Amahi share that ''Uses pool'', then let Greyhole nightly check move the files from there into the pool.&lt;br /&gt;
&lt;br /&gt;
Here's a more detailed walkthrough for this method:&lt;br /&gt;
&lt;br /&gt;
# Setup the Greyhole Storage Pool in the Amahi dashboard, Shares &amp;gt; Storage Pool page.&lt;br /&gt;
# Go in the Shares &amp;gt; Shares page. In there, make sure you have an existing share for each share you have data for. Create new ones if you need, remove the ones you don't need.&lt;br /&gt;
# Edit the ''path'' of each of those shares, and enter the current location of your existing data. For example, the Movies share could have a path = ''/media/External Drive/Movies''&lt;br /&gt;
# Enable the ''Uses pool'' option for each of your shares, and select the number of extra copies you'd like, if any.&lt;br /&gt;
# Now, you either need to wait for Greyhole'S nightly check to start, or you can start it manually from a terminal, as root, using this command: greyhole --fsck&lt;br /&gt;
# Monitor /var/log/greyhole.log to see when the ''fsck'' operation is done.&lt;br /&gt;
# Once ''fsck'' is done, your data has now been moved into the Greyhole storage pool (in the drives you selected in Shares &amp;gt; Storage Pool). All that should be left in the previous location of your data (''/media/External Drive/Movies'' from the previous example) should be symbolic links pointing to the new file copies. If the previous location is just empty directories (no symlinks), do not panic. This is normal if your previous location is an NTFS or FAT partition (drive).&lt;br /&gt;
# Move all those directories / symlinks from there into the correct folders in /var/hda/files/share_name&lt;br /&gt;
# Back in the Amahi dashboard, edit the path of the shares once again, and put back ''/var/hda/files/share_name'' (i.e. the folders where you moved the symbolic links).&lt;br /&gt;
# If you used an NTFS or FAT partition for the previous location, you'll need another fsck to create the symlinks where they should be. Either wait for midnight, or launch it manually, from a command line, as root: ''greyhole --fsck''&lt;br /&gt;
&lt;br /&gt;
You're done. All your existing data is now stored in the various drives included in your storage pool, and are accessible via the Samba shares you have defined in the Amahi dashboard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding a new drive to your HDA and storage pool ==&lt;br /&gt;
&lt;br /&gt;
[[Adding_a_second_hard_drive_to_your_HDA]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== /media ==&lt;br /&gt;
Including any drive mounted as /media/Something in your storage pool is usually a bad idea.&amp;lt;br/&amp;gt;&lt;br /&gt;
Those mounts are created by the ''gnome-automounter'', which requires you to be logged in into X (Gnome) to become available.&amp;lt;br/&amp;gt;&lt;br /&gt;
This will create issues with Greyhole, which expects drives to always be available, and will take action when some of them are missing.&lt;br /&gt;
&lt;br /&gt;
Follow this guide to [[Adding a second hard drive to your HDA|permanently mount your drives]], before you include them in your storage pool.&lt;br /&gt;
&lt;br /&gt;
== Monitoring Greyhole ==&lt;br /&gt;
Sometimes you might want to monitor what Greyhole is doing, for example when writing data to your greyhole shares for the first time. Here are a few commands you can type in a terminal to follow along.&lt;br /&gt;
&lt;br /&gt;
'''Scrolling view of total Greyhole operations queue:'''&lt;br /&gt;
 while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done&lt;br /&gt;
&lt;br /&gt;
'''Scrolling log of what files Greyhole is working on right now:'''&lt;br /&gt;
 tail -f /var/log/greyhole.log&lt;br /&gt;
&lt;br /&gt;
== Convert Greyhole from SQLite to MySQL ==&lt;br /&gt;
Greyhole is at the time of writing using SQLite as the default database for queueing up tasks on Amahi. This is unqie to Amahi as Greyhole was originally designed to use MySQL for this task.&lt;br /&gt;
&lt;br /&gt;
There are some major performance benefits to using MySQL over SQLite when writing large amounts of files. Switching can be especially useful when moving data to greyhole shares for the first time. For now there is a script you can run if you want to switch over. This script has been tested to be safe while greyhole is working but should be used with discresion.&lt;br /&gt;
&lt;br /&gt;
''To Convert to MySQL, run as root:''&lt;br /&gt;
&lt;br /&gt;
   /usr/share/greyhole/db_migration-sqlite2mysql.sh&lt;br /&gt;
&lt;br /&gt;
To see what DB engine is Greyhole using, do this:&lt;br /&gt;
&lt;br /&gt;
    grep db_engine /etc/greyhole.conf&lt;br /&gt;
&lt;br /&gt;
== Disable Greyhole ==&lt;br /&gt;
For those who do not use Greyhole, you can disable it.  This is based on the fact you never have used it by enabling 'Uses pool' on any share.  Recommend using extreme caution as this could have unpredictable results.&lt;br /&gt;
&lt;br /&gt;
Perform the following steps as user '''root''':&lt;br /&gt;
&lt;br /&gt;
 chkconfig greyhole off&lt;br /&gt;
 rm /etc/monit.d/greyhole.conf&lt;br /&gt;
 service monit restart&lt;br /&gt;
 service greyhole stop&lt;br /&gt;
&lt;br /&gt;
'''DO NOT''' attempt to remove the Greyhole package as it is a dependency of the HDA software.  Doing so will break your HDA.&lt;br /&gt;
&lt;br /&gt;
= Testing and Reliability =&lt;br /&gt;
&lt;br /&gt;
Check out the [[Greyhole grinder]] to help make Greyhole rock solid.&lt;br /&gt;
&lt;br /&gt;
= Greyhole Troubleshooting =&lt;br /&gt;
&lt;br /&gt;
[[Greyhole troubleshooting]] guide&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Talk:VNC&amp;diff=25405</id>
		<title>Talk:VNC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Talk:VNC&amp;diff=25405"/>
		<updated>2010-12-03T01:33:08Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Created page with &amp;quot;This page presents two methods for enabling VNC on a headless server.  Does anyone know why I might pick one method over the other?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page presents two methods for enabling VNC on a headless server.  Does anyone know why I might pick one method over the other?&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=User:Uslackr&amp;diff=25369</id>
		<title>User:Uslackr</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=User:Uslackr&amp;diff=25369"/>
		<updated>2010-12-02T12:35:38Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Real name: Greg Martin&lt;br /&gt;
&lt;br /&gt;
Amahi user since Fall 2010&lt;br /&gt;
Server specs: Dell Optiplex GX620; 2Gb RAM, 16oGB root volume; 2x250GB data disks&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=User:Uslackr&amp;diff=25363</id>
		<title>User:Uslackr</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=User:Uslackr&amp;diff=25363"/>
		<updated>2010-12-02T12:35:03Z</updated>

		<summary type="html">&lt;p&gt;Uslackr: Created page with &amp;quot;Amahi user since Fall 2010 Server specs: Dell Optiplex GX620; 2Gb RAM, 16oGB root volume; 2x250GB data disks&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amahi user since Fall 2010&lt;br /&gt;
Server specs: Dell Optiplex GX620; 2Gb RAM, 16oGB root volume; 2x250GB data disks&lt;/div&gt;</summary>
		<author><name>Uslackr</name></author>
		
	</entry>
</feed>