<?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=Sabat</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=Sabat"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Sabat"/>
	<updated>2026-05-11T09:37:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Adding_a_second_hard_drive_to_your_HDA&amp;diff=40951</id>
		<title>Adding a second hard drive to your HDA</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Adding_a_second_hard_drive_to_your_HDA&amp;diff=40951"/>
		<updated>2011-05-15T08:56:41Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MessageBox|&lt;br /&gt;
backgroundcolor	= red|&lt;br /&gt;
image	=Warning.png|&lt;br /&gt;
heading	=WARNING|&lt;br /&gt;
message = This is recommended only for advanced users, proceed with caution.}}&lt;br /&gt;
http://wiki.amahi.org/index.php/Adding_drives_to_your_HDA is another howto on doing this, a bit shorter and less elaborate, which can be good for some people, specially a novice unfamiliar with doing any of this.&lt;br /&gt;
&lt;br /&gt;
More hard drives can be added in your Amahi HDA for additional storage space.&lt;br /&gt;
&lt;br /&gt;
We'll detail how to add such hard drives, and how to put them to good use.&lt;br /&gt;
&lt;br /&gt;
=Important Notes=&lt;br /&gt;
&lt;br /&gt;
* This is an how-to on how to add additional drives to your HDA.&lt;br /&gt;
* Amahi cannot be held responsible for any data breakage or destruction arising from the use or misuse of this script. We provide it as a service in good will. You accept this automatically if you use the script.&lt;br /&gt;
* This page and script does not support GUID-partitioned drives (such as drives previously in a Mac or have GPT partition tables). You can find what your partition is like with &amp;lt;code&amp;gt;fdisk -l&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Make sure your drive is detected by Fedora=&lt;br /&gt;
&lt;br /&gt;
Open a Terminal, and type the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 0 1em;&amp;quot;&amp;gt;&lt;br /&gt;
  ls -1 /dev/disk/by-id/ | egrep -v &amp;quot;part|scsi&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Look for the line that matches the hard drive you added.&lt;br /&gt;
&lt;br /&gt;
IDE and SATA hard drives will start with '''ata-''' and USB hard drives will start with '''usb-'''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Look for your hard drive model and serial number.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&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;
 [gb@hda ~]$ ls -1 /dev/disk/by-id/ | egrep -v &amp;quot;part|scsi&amp;quot;&lt;br /&gt;
 ata-Hitachi_HDS722020ALA330_JK1131YAGDU37V&lt;br /&gt;
 ata-ST31000528AS_6VP08W65&lt;br /&gt;
 ata-ST3750640A_3QD0LJN8&lt;br /&gt;
 ata-ST3750640A_5QD27A57&lt;br /&gt;
 ata-WDC_WD10EADS-00L5B1_WD-WCAU4C700358&lt;br /&gt;
 usb-ST310003_33AS_9E1CA6FFFFFF-0:0&lt;br /&gt;
 usb-ST375064_0A_2009031309E2-0:0&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Install prerequisites=&lt;br /&gt;
&lt;br /&gt;
[[Open Terminal as root|In a Terminal, as root]], type the following (two) commands:&lt;br /&gt;
&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 pmount fuse fuse-libs ntfs-3g gparted util-linux-ng&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Partition and format the hard drive=&lt;br /&gt;
&lt;br /&gt;
This step is optional, and should only be executed if you want to delete the content of your new hard drive, or if the hard drive has not yet been formatted.&lt;br /&gt;
&lt;br /&gt;
You should (unless you have a good reason not to) use GParted to partition and format your hard drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
Not having X installed would qualify as a good reason! In such cases, either use SSH X11 Forwarding (Google that if you'd like to use this), or [[Adding_a_second_hard_drive_to_your_HDA#Using_cfdisk|use cfdisk]] from a [[Open Terminal as root|Terminal, as root]].&lt;br /&gt;
&lt;br /&gt;
You'll probably want to create a single partition, and format it as ''ext3''.&amp;lt;br/&amp;gt;&lt;br /&gt;
Note that Windows can't read ext3 partitions, so if you want dual-boot Windows on your Amahi PC, or if you intend to connect this hard drive to a Windows computer later, you should format as NTFS instead, and you should do that on Windows before you connect the drive in your HDA.&amp;lt;br/&amp;gt;&lt;br /&gt;
Remember that using NTFS partitions on Linux will be slower that using ext3 partitions, so you should only use NTFS if you really need it.&amp;lt;br/&amp;gt;&lt;br /&gt;
How much slower: compare the blue bars (NTFS-3G) with the red bars (ext3) on [http://www.tuxera.com/products/tuxera-ntfs-commercial/performance/ this graph].&lt;br /&gt;
&lt;br /&gt;
To know what device (/dev/sdX) you need to partition and format, use the following command, in a [[Open Terminal as root|Terminal, as root]]:&lt;br /&gt;
&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;
 ls -l /dev/disk/by-id/&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the row corresponding to your hard drive, and look at the end of the line to identify the correct device to use.&lt;br /&gt;
&lt;br /&gt;
Example:&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;&amp;lt;small&amp;gt;&lt;br /&gt;
 [gb@hda ~]$ ls -l /dev/disk/by-id/&lt;br /&gt;
 total 0&lt;br /&gt;
 lrwxrwxrwx 1 root root  9 2010-02-18 03:24  ata-Hitachi_HDS722020ALA330_JK1131YAGDU37V -&amp;gt; ../../sda&lt;br /&gt;
 lrwxrwxrwx 1 root root 10 2010-02-18 03:24 ata-Hitachi_HDS722020ALA330_JK1131YAGDU37V-part1 -&amp;gt; ../../sda1&lt;br /&gt;
 lrwxrwxrwx 1 root root  9 2010-02-18 03:24 ata-ST31000528AS_6VP08W65 -&amp;gt; ../../sdb&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the above example, /dev/sdb would be what I would select in GParted (or use on the cfdisk command). sda in my primary hard drive, and sdb my second hard drive.&lt;br /&gt;
&lt;br /&gt;
==Using GParted==&lt;br /&gt;
From the HDA desktop (or using VNC), [[Open Terminal as root]] and type '''gparted''' to launch the GParted application.&lt;br /&gt;
&lt;br /&gt;
Select the device (/dev/sdX) that you found above.&lt;br /&gt;
&lt;br /&gt;
In the above example, /dev/sdb would be what I would select in GParted.&lt;br /&gt;
&lt;br /&gt;
There are many easy to follow guides online on how to use GParted. You should Google for one, to find one that seems clear to you.&lt;br /&gt;
&lt;br /&gt;
[http://www.mepisguides.com/Mepis-6/Install/gparted/gparted-set-partition.html Here's one] that looks simple. Just use ext3 instead of fat32 in you follow that tutorial.&lt;br /&gt;
&lt;br /&gt;
Note that gparted supports GUID-partitioned drives, however, these directions and script do not support it at the moment.&lt;br /&gt;
&lt;br /&gt;
==Using cfdisk==&lt;br /&gt;
From a [[Open Terminal as root|terminal, as root]], type '''cfdisk /dev/sdX''' to launch the cfdisk application.&lt;br /&gt;
&lt;br /&gt;
If you have a GUID-partitioned drive, cfdisk will complain. GUID partitions are not supported.&lt;br /&gt;
&lt;br /&gt;
Make sure to replace /dev/sdX with the actual device (eg. /dev/sdb) that you found above.&lt;br /&gt;
&lt;br /&gt;
If your hard drive contains existing partitions, select them one by one at the top (using up/down arrow keys), then select the '''[ Delete ]''' action (using the left/right arrow keys), then hit ENTER.&lt;br /&gt;
&lt;br /&gt;
You should now only have Free Space listed at the top.&amp;lt;br/&amp;gt;&lt;br /&gt;
Select the '''[ New ]''' action, and accept the default (Primary, and size).&lt;br /&gt;
&lt;br /&gt;
You should now have a single partition listed at the top, of type Linux.&amp;lt;br/&amp;gt;&lt;br /&gt;
Select the '''[ Write ]''' action, then '''[ Quit ]'''.&lt;br /&gt;
&lt;br /&gt;
Now that you partitioned your drive, you need to format your newly created partition.&amp;lt;br/&amp;gt;&lt;br /&gt;
To format as EXT3, use this command:&lt;br /&gt;
&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;
 mkfs.ext3 -j /dev/sdX1&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace ext3 with ext4 in the above command to format your partition as EXT4 instead of EXT3.&lt;br /&gt;
&lt;br /&gt;
'''/dev/sdX1''' in the above command refers to the partition your created in cfdisk.&amp;lt;br/&amp;gt;&lt;br /&gt;
Go back in cfdisk, and check the ''Name'' column if you're unsure.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you see ''sdb1'' in the name column, you should use '''/dev/sdb1''' in the above command.&lt;br /&gt;
&lt;br /&gt;
=Mount the hard drive=&lt;br /&gt;
&lt;br /&gt;
A script is provided with Amahi that will look for unmounted partitions in your system, and mount any it finds.&lt;br /&gt;
&lt;br /&gt;
[[Open Terminal as root|In a Terminal, as root]], type the following command:&lt;br /&gt;
&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;
 hda-diskmount&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&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;
&amp;lt;small&amp;gt;&lt;br /&gt;
 [root@hda ~]$ hda-diskmount&lt;br /&gt;
 ****************************************************************&lt;br /&gt;
 Ignoring /dev/sda1 - already in /etc/fstab or mounted&lt;br /&gt;
 ****************************************************************&lt;br /&gt;
 Mounted /dev/&amp;lt;strong style=&amp;quot;color:green&amp;quot;&amp;gt;sdb1&amp;lt;/strong&amp;gt; as '&amp;lt;strong style=&amp;quot;color:red&amp;quot;&amp;gt;/var/hda/files/drives/sdb1&amp;lt;/strong&amp;gt;' (read-write)&lt;br /&gt;
 You may want your system to mount it every time you boot.&lt;br /&gt;
 To do so, add this line VERY CAREFULLY to /etc/fstab and reboot:&lt;br /&gt;
 &amp;lt;strong style=&amp;quot;color:blue&amp;quot;&amp;gt;UUID=9d972abc-1639-44df-a60e-668618d40236 /var/hda/files/drives/sdb1 ext4 defaults 1 2&amp;lt;/strong&amp;gt;&lt;br /&gt;
 ****************************************************************&lt;br /&gt;
 All Linux, Windows and Mac partitions on non-removable disks have been mounted&lt;br /&gt;
&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do '''not''' edit /etc/fstab just yet. What you'll need to add there will depend on how you want to use the extra storage. More about that below.&amp;lt;br/&amp;gt;&lt;br /&gt;
Just note down the information in bold (green, red and blue). We'll use them below.&lt;br /&gt;
&lt;br /&gt;
Note about ext4 in the blue line above: that doesn't necessarily mean your partition is formatted as ext4. It means the ext4 driver will be used to mount your partition. Since that driver is backward compatible, it can be safely used to mount ext2, ext3 and ext4 partitions.&lt;br /&gt;
&lt;br /&gt;
If you get something like ''Disk /dev/dm-0 doesn't contain a valid partition table'' or ''mount: unknown file system type 'lvm2pv''' its because you have LVM's that 'fdisk' can not recognize (or something similar). It's nothing to worry about if you get that when executing the hda-diskmount script.&lt;br /&gt;
&lt;br /&gt;
==Test your hard drive==&lt;br /&gt;
Optionally, you can test your new drive for bad blocks.&amp;lt;br/&amp;gt;&lt;br /&gt;
Note that this step can take a ''long'' time to complete! You'll probably want to start it in the evening, to have it completed in the morning.&lt;br /&gt;
&lt;br /&gt;
To do so, [[Open Terminal as root|in a Terminal, as root]], type the following command. Replace &amp;lt;strong style=&amp;quot;color:green&amp;quot;&amp;gt;sdb1&amp;lt;/strong&amp;gt; with the (green) value you received from hda-diskmount.&lt;br /&gt;
&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;
e2fsck -cn /dev/&amp;lt;strong style=&amp;quot;color:green&amp;quot;&amp;gt;sdb1&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll receive a warning that says &amp;quot;WARNING!!!  Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage. Do you really want to continue (y/n)?&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Answer ''yes''. The -cn option we're using can safely be used on mounted filesystems.&lt;br /&gt;
&lt;br /&gt;
=Use the hard drive=&lt;br /&gt;
&lt;br /&gt;
You have a choice here on how to use your new hard drive storage space. We'll offer some examples.&lt;br /&gt;
&lt;br /&gt;
==Use the hard drive for all shares==&lt;br /&gt;
&lt;br /&gt;
If you want all your shares to be on your new hard drive, here's how to do that.&lt;br /&gt;
&lt;br /&gt;
First, you'll want to move all you previous shares data, if any, into your new drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You only need to do this next command if you have data that you care about in the /var/hda/files/* folders.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Open Terminal as root|In a Terminal, as root]], type the following command. Replace the path in red with the path you received when you ran hda-diskmount.&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;
 mv /var/hda/files/* &amp;lt;strong style=&amp;quot;color:red&amp;quot;&amp;gt;/var/hda/files/drives/sdb1/&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
You'll get a warning about &amp;quot;cannot move `/var/hda/files/drives' to a subdirectory of itself&amp;quot;; that is fine, ignore that.&lt;br /&gt;
&lt;br /&gt;
Next, you'll need to unmount your new hard drive, and remount it as /var/hda/files&lt;br /&gt;
&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;
 umount /var/hda/files/drives/sdb1/&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&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;
 nano /etc/fstab&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In nano, you'll need to add a new line at the bottom. Take the line that hda-diskmount gave you (the blue one), and change the second value (the path).&amp;lt;br/&amp;gt;&lt;br /&gt;
Replace the second value with '''/var/hda/files'''.&lt;br /&gt;
&lt;br /&gt;
hda-diskmount gave me:&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;
 &amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;UUID=9d972abc-1639-44df-a60e-668618d40236 &amp;lt;strong&amp;gt;/var/hda/files/drives/sdb1&amp;lt;/strong&amp;gt; ext4 defaults 1 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So I should add this instead:&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;
 UUID=9d972abc-1639-44df-a60e-668618d40236 &amp;lt;strong&amp;gt;/var/hda/files&amp;lt;/strong&amp;gt; ext4 defaults 1 2&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure you do '''not''' change anything else from the blue line you received from hda-diskmount.&amp;lt;br/&amp;gt;&lt;br /&gt;
It might not be the same thing as the above example; you need to use the values you've received.&lt;br /&gt;
&lt;br /&gt;
Save and exit nano (CTRL-X, Y, ENTER), and try your new mount:&lt;br /&gt;
&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;
 mount -a&lt;br /&gt;
 ls /var/hda/files/&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That last command should show you the content of you new hard drive.&lt;br /&gt;
&lt;br /&gt;
That's it. All your shares in /var/hda/files are now on your new hard drive.&lt;br /&gt;
&lt;br /&gt;
==Use the hard drive for only some shares==&lt;br /&gt;
&lt;br /&gt;
If you want only some of your shares to be on your new hard drive, here's how to do that.&lt;br /&gt;
&lt;br /&gt;
First, you'll want to move your previous shares data, if any, into your new drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You only need to do this next command if you have data that you care about in the /var/hda/files/* folders (that you want on the new drive).&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Open Terminal as root|In a Terminal, as root]], type the following command. Replace the path in red with the path you received when you ran hda-diskmount. Replace '''something''' with the name of the share you want to have on your new drive (the share should already exist).&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;
 mv /var/hda/files/&amp;lt;strong&amp;gt;something&amp;lt;/strong&amp;gt; &amp;lt;strong style=&amp;quot;color:red&amp;quot;&amp;gt;/var/hda/files/drives/sdb1/&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Repeat with every share you want on your new drive.&lt;br /&gt;
&lt;br /&gt;
Next, you'll need to make the mount permanent&lt;br /&gt;
&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;
 umount /var/hda/files/drives/sdb1&amp;lt;br/&amp;gt;&lt;br /&gt;
 nano /etc/fstab&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In nano, you'll need to add a new line at the bottom. Take the line that hda-diskmount gave you, and insert that.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, following previous examples, I should add this:&lt;br /&gt;
&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;
 &amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;UUID=9d972abc-1639-44df-a60e-668618d40236 /var/hda/files/drives/sdb1 ext4 defaults 1 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save and exit nano (CTRL-X, Y, ENTER), and try your new mount:&lt;br /&gt;
&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;
 mount -a&lt;br /&gt;
 ls /var/hda/files/drives/sdb1&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
That last command should show you the content of you new hard drive.&lt;br /&gt;
&lt;br /&gt;
That's it. Your share(s) are now on your new hard drive.&lt;br /&gt;
&lt;br /&gt;
==Use the hard drive in your Greyhole storage pool==&lt;br /&gt;
&lt;br /&gt;
If you want to add your new hard drive to your Greyhole storage pool, here's how to do that.&lt;br /&gt;
&lt;br /&gt;
First, you'll need to make the mount permanent. [[Open Terminal as root|In a Terminal, as root]], type the following command:&lt;br /&gt;
&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;
 umount /var/hda/files/drives/sdb1&lt;br /&gt;
 nano /etc/fstab&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In nano, you'll need to add a new line at the bottom. Take the line that hda-diskmount gave you, and insert that.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, following previous examples, I should add this:&lt;br /&gt;
&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;
 &amp;lt;span style=&amp;quot;color: blue;&amp;quot;&amp;gt;UUID=9d972abc-1639-44df-a60e-668618d40236 /var/hda/files/drives/sdb1 ext4 defaults 1 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save and exit nano (CTRL-X, Y, ENTER), and try your new mount:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;&amp;quot;&amp;gt;&lt;br /&gt;
 mount -a&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, you'll need to configure Greyhole to select your new partition. To configure Greyhole, Advanced Settings must be enabled under [http://hda/setup?sub=settings&amp;amp;tab=setting Setup &amp;amp;gt; Settings].&lt;br /&gt;
&lt;br /&gt;
In the [http://hda/setup?sub=disk_pooling&amp;amp;tab=share Shares &amp;amp;gt; Storage Pool page] of your Amahi dashboard, you'll see a list of mounted partitions, with checkboxes next to each, allowing you to include those partitions in your storage pool.&lt;br /&gt;
&lt;br /&gt;
You should now have a new row in there, referring to /var/hda/files/drives/sdb1.&lt;br /&gt;
&lt;br /&gt;
Select it (click the checkbox).&lt;br /&gt;
&lt;br /&gt;
That's it. Your new hard drive just increased your Greyhole storage pool capacity.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Proftpd&amp;diff=29815</id>
		<title>Proftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Proftpd&amp;diff=29815"/>
		<updated>2011-01-14T02:34:03Z</updated>

		<summary type="html">&lt;p&gt;Sabat: Created page with &amp;quot;Proftpd is a great ftp daemon, and I created a 1-click install for it, but I felt it was incomplete. I could ftp to my user homedirs, but not the shares on a default install. Her...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Proftpd is a great ftp daemon, and I created a 1-click install for it, but I felt it was incomplete. I could ftp to my user homedirs, but not the shares on a default install. Here's what I came up with to fix that.&lt;br /&gt;
&lt;br /&gt;
#Install proftpd via the hda menu&lt;br /&gt;
#Follow the howto at http://wiki.amahi.org/index.php/Mount_Shares_Locally&lt;br /&gt;
#edit /etc/proftpd.conf, remove the VRootEngine, and VRootAlias lines&lt;br /&gt;
#change the DefaultRoot to /mnt/samba&lt;br /&gt;
#service proftpd restart&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Xbmc-ss.png&amp;diff=29803</id>
		<title>File:Xbmc-ss.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Xbmc-ss.png&amp;diff=29803"/>
		<updated>2011-01-13T05:30:53Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Xbmc-logo.png&amp;diff=29797</id>
		<title>File:Xbmc-logo.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Xbmc-logo.png&amp;diff=29797"/>
		<updated>2011-01-13T05:27:04Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=29791</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=29791"/>
		<updated>2011-01-13T05:25:30Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit Amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#Install Amahi (via express cd)&lt;br /&gt;
#Once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#Go to the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#XBMC also needs an addition to the Xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
You may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
Add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist.conf&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder. I've heard mention that mkv files might not work with dlna, but I have not verified this.&lt;br /&gt;
# If you have a noisy server, remember you don't have to have the pc in the same room as the TV, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;br /&gt;
&lt;br /&gt;
[[image:xbmc-logo.png]]&lt;br /&gt;
&lt;br /&gt;
[[image:xbmc-ss.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=GUI_Install_for_Express_Disc&amp;diff=29785</id>
		<title>GUI Install for Express Disc</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=GUI_Install_for_Express_Disc&amp;diff=29785"/>
		<updated>2011-01-13T02:51:22Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Synopsis ==&lt;br /&gt;
&lt;br /&gt;
The Amahi Express install does not install the graphical user interface gnome. This Guide instructs you on how to install the X Server as well as to make the X Server boot everytime. To install after Amahi Express has finished installing execute the following commands:&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
Become root:&lt;br /&gt;
&lt;br /&gt;
   su -&lt;br /&gt;
&lt;br /&gt;
Enter your password for the root user&lt;br /&gt;
&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
== Configure Your Display ==&lt;br /&gt;
&lt;br /&gt;
You may also need to configure your display:&lt;br /&gt;
&lt;br /&gt;
    yum -y install system-config-display&lt;br /&gt;
&lt;br /&gt;
Then run system-config-display as root.&lt;br /&gt;
&lt;br /&gt;
You can then boot into the GNOME Desktop:&lt;br /&gt;
&lt;br /&gt;
    startx&lt;br /&gt;
&lt;br /&gt;
== To change your Amahi HDA to boot into gnome ==&lt;br /&gt;
&lt;br /&gt;
First and foremost you should be logged in as root.&lt;br /&gt;
&lt;br /&gt;
The /etc folder on these Linux installations contain a file named inittab - mind you no extensions to the filename. This file contains lots of important parameters &amp;amp; runlevel configurations that the kernel reads while booting and configures the system accordingly. Open this file in your favourite editor and scroll down just a little bit say, till the 18th-20th line (usually) till you find something similar to this:&lt;br /&gt;
&lt;br /&gt;
id:3:initdefault:&lt;br /&gt;
&lt;br /&gt;
As you can see the last line id:3:initdefault: specifies WHAT MODE (Graphical/Text/MultiUser etc) to boot the system into. The number &amp;quot;3&amp;quot; which according to the options - is Full multiuser mode - involving all the networking features of Linux, but in a non-graphical environment.&lt;br /&gt;
&lt;br /&gt;
Change this value to &amp;quot;5&amp;quot; - here, according to the Commented out options above tells the system to boot straight into X11 (X-Windows) i.e. the Graphical Mode.&lt;br /&gt;
&lt;br /&gt;
That's it. We are done. Save the file and quit. Reboot your system for the setting to take effect.&lt;br /&gt;
&lt;br /&gt;
WARNING: When you are editing these critical system files in Linux, be absolutely sure of WHAT you are editing. One SINGLE MISTAKE can render the whole system non-bootable. These are as dangerous as (if not more) Windows Registry. So there...&lt;br /&gt;
&lt;br /&gt;
* Default runlevel. The runlevels used by RHS are:&lt;br /&gt;
* 0 - halt (Do NOT set initdefault to this)&lt;br /&gt;
* 1 - Single user mode&lt;br /&gt;
* 2 - Multiuser, without NFS (The same as 3, if you do not have networking)&lt;br /&gt;
* 3 - Full multiuser mode&lt;br /&gt;
* 4 - unused&lt;br /&gt;
* 5 - X11&lt;br /&gt;
* 6 - reboot (Do NOT set initdefault to this)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Automatic Login ==&lt;br /&gt;
&lt;br /&gt;
If you want a specified user to login (if you are using MythTV or some other app which requires the X Server) then please do so with [http://wiki.amahi.org/index.php/VNC these instructions].&lt;br /&gt;
&lt;br /&gt;
Cheers!&lt;br /&gt;
&lt;br /&gt;
The Amahi Team&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29779</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29779"/>
		<updated>2011-01-12T22:40:46Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is being migrated into the installable apps soon.&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-ss.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-logo.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29773</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29773"/>
		<updated>2011-01-12T22:40:04Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is being migrated into the installable apps soon.&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-ss.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-logo.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29737</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29737"/>
		<updated>2011-01-12T10:37:01Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is being migrated into the installable apps soon.&lt;br /&gt;
=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
I intend to include instructions on how to implement this, however I have not started yet, but http://wiki.amahi.org/index.php/Mount_Shares_Locally would mount all the shares which would be nice as the homedir for the ftp.&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-ss.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-logo.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29731</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29731"/>
		<updated>2011-01-12T09:45:22Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
I intend to include instructions on how to implement this, however I have not started yet, but http://wiki.amahi.org/index.php/Mount_Shares_Locally would mount all the shares which would be nice as the homedir for the ftp.&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-ss.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-logo.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Vsftpd-logo.png&amp;diff=29725</id>
		<title>File:Vsftpd-logo.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Vsftpd-logo.png&amp;diff=29725"/>
		<updated>2011-01-12T09:20:22Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=File:Vsftpd-ss.png&amp;diff=29719</id>
		<title>File:Vsftpd-ss.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=File:Vsftpd-ss.png&amp;diff=29719"/>
		<updated>2011-01-12T09:19:24Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29713</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29713"/>
		<updated>2011-01-12T09:19:05Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-ss.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-logo.png]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29407</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29407"/>
		<updated>2011-01-07T10:13:17Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd-sshot.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:vsftpd.jpg]]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29401</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29401"/>
		<updated>2011-01-07T10:12:11Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
[[Image]]&lt;br /&gt;
[Image]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29395</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29395"/>
		<updated>2011-01-07T10:11:54Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;br /&gt;
[Image]&lt;br /&gt;
[Image]&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29275</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29275"/>
		<updated>2011-01-05T02:32:42Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin, however it doesn't work. you need to click on the edit config and change the path to the vsftpd.conf to /etc/vsftpd/vsftpd.conf&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29269</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29269"/>
		<updated>2011-01-05T02:28:34Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Install vsftpd ===&lt;br /&gt;
    yum -y install vsftpd&lt;br /&gt;
=== Start the FTP service ===&lt;br /&gt;
    service vsftpd start&lt;br /&gt;
=== Install webmin module ===&lt;br /&gt;
As root, from root folder&lt;br /&gt;
    wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
Open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
You should now see vsftpd in the servers in webmin.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29263</id>
		<title>Vsftpd</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Vsftpd&amp;diff=29263"/>
		<updated>2011-01-05T02:25:17Z</updated>

		<summary type="html">&lt;p&gt;Sabat: Created page with &amp;quot; yum install vsftpd  service vsftpd start  [as root, from root folder] wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz  open webmin, click webmin, webmin configu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; yum install vsftpd&lt;br /&gt;
 service vsftpd start&lt;br /&gt;
 [as root, from root folder] wget http://provider4u.de/images/stories/DOWNLOADS/vsftpd.tar.gz&lt;br /&gt;
 open webmin, click webmin, webmin configuration, webmin modules, make sure &amp;quot;local file is checked, click '...' point to vsftpd.tar.gz then goto ok.&lt;br /&gt;
 you should now see vsftpd in the servers in webmin.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=26005</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=26005"/>
		<updated>2010-12-07T05:35:03Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit Amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#Install Amahi (via express cd)&lt;br /&gt;
#Once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#Go to the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#XBMC also needs an addition to the Xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
You may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
Add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist.conf&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder. I've heard mention that mkv files might not work with dlna, but I have not verified this.&lt;br /&gt;
# If you have a noisy server, remember you don't have to have the pc in the same room as the TV, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25255</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25255"/>
		<updated>2010-11-30T09:27:47Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
 &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ServerName cups&lt;br /&gt;
        ServerAlias cups.sabatech.com&lt;br /&gt;
&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
                Options Indexes FollowSymLinks +ExecCGI&lt;br /&gt;
                AddHandler fcgid-script .fcg&lt;br /&gt;
                AllowOverride AuthConfig&lt;br /&gt;
                Order allow,deny&lt;br /&gt;
                Allow from all&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
        CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!dontlog&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
    service httpd restart&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25249</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25249"/>
		<updated>2010-11-30T09:26:24Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
It should look like this:&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
 &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ServerName cups&lt;br /&gt;
        ServerAlias cups.sabatech.com&lt;br /&gt;
&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
                Options Indexes FollowSymLinks +ExecCGI&lt;br /&gt;
                AddHandler fcgid-script .fcg&lt;br /&gt;
                AllowOverride AuthConfig&lt;br /&gt;
                Order allow,deny&lt;br /&gt;
                Allow from all&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
        CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!dontlog&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your Done.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25243</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25243"/>
		<updated>2010-11-30T09:25:51Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
It should look like this:&lt;br /&gt;
 &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ServerName cups&lt;br /&gt;
        ServerAlias cups.sabatech.com&lt;br /&gt;
&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
                Options Indexes FollowSymLinks +ExecCGI&lt;br /&gt;
                AddHandler fcgid-script .fcg&lt;br /&gt;
                AllowOverride AuthConfig&lt;br /&gt;
                Order allow,deny&lt;br /&gt;
                Allow from all&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
        CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!dontlog&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Your Done.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25237</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25237"/>
		<updated>2010-11-30T09:24:01Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
Your Done.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25231</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25231"/>
		<updated>2010-11-30T09:22:58Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
Your Done.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25225</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25225"/>
		<updated>2010-11-30T09:22:33Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page http://hda/setup?sub=webapps&amp;amp;tab=app&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / http://localhost:631/&lt;br /&gt;
    ProxyPassReverse / http://localhost:631&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
Your Done.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25219</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25219"/>
		<updated>2010-11-30T09:14:11Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
# Open the HDA Webapps configuration page&lt;br /&gt;
    http://hda/setup?sub=webapps&amp;amp;tab=app&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25213</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25213"/>
		<updated>2010-11-30T09:12:52Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
== Once in links ==&lt;br /&gt;
goto Administration &lt;br /&gt;
Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
goto Allow Remote Administration&lt;br /&gt;
Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
&amp;quot;click&amp;quot; Save Changes&lt;br /&gt;
Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
# Open the HDA Webapps configuration page&lt;br /&gt;
    http://hda/setup?sub=webapps&amp;amp;tab=app&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25207</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25207"/>
		<updated>2010-11-30T09:11:59Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
== Once in links ==&lt;br /&gt;
#goto Administration &lt;br /&gt;
Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#goto Allow Remote Administration&lt;br /&gt;
Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
#&amp;quot;click&amp;quot; Save Changes&lt;br /&gt;
Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
# Open the HDA Webapps configuration page&lt;br /&gt;
    http://hda/setup?sub=webapps&amp;amp;tab=app&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25201</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25201"/>
		<updated>2010-11-30T09:11:01Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
#Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
#Navigate to the Links configuration page&lt;br /&gt;
Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
== Once in links ==&lt;br /&gt;
#goto Administration &lt;br /&gt;
Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#goto Allow Remote Administration&lt;br /&gt;
Hit down until the checkbox next to remote admin is highlit, then press enter&lt;br /&gt;
#&amp;quot;click&amp;quot; Save Changes&lt;br /&gt;
Hit down until &amp;quot;Save Changes&amp;quot; is highlit, and press enter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
# Open the HDA Webapps configuration page&lt;br /&gt;
    http://hda/setup?sub=webapps&amp;amp;tab=app&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25195</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25195"/>
		<updated>2010-11-30T09:03:56Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
#Check to see if cups is installed already. It quite often is if you installed gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
#Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
#Navigate to the Links configuration page&lt;br /&gt;
Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25189</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25189"/>
		<updated>2010-11-30T09:03:35Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
#Check to see if cups is installed already. It quite often is if you installed gnome or any other programs that might have printer support.&lt;br /&gt;
&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
&lt;br /&gt;
#Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
#Navigate to the Links configuration page&lt;br /&gt;
Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
&lt;br /&gt;
    links http://localhost:631&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=25183</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=25183"/>
		<updated>2010-11-30T09:03:06Z</updated>

		<summary type="html">&lt;p&gt;Sabat: Created page with &amp;quot;This will add the cups printing system to a existing hda installation.  === Initial system setup === #Check to see if cups is installed already. It quite often is if you installe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This will add the cups printing system to a existing hda installation.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
#Check to see if cups is installed already. It quite often is if you installed gnome or any other programs that might have printer support.&lt;br /&gt;
&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
&lt;br /&gt;
#Install links for local access to the Cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
#Navigate to the Links configuration page&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24955</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24955"/>
		<updated>2010-11-26T04:26:08Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit Amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#Install Amahi (via express cd)&lt;br /&gt;
#Once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#Go to the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#XBMC also needs an addition to the Xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
You may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
Add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder. I've heard mention that mkv files might not work with dlna, but I have not verified this.&lt;br /&gt;
# If you have a noisy server, remember you don't have to have the pc in the same room as the TV, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24943</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24943"/>
		<updated>2010-11-25T23:34:37Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a great quote to start this out on.&lt;br /&gt;
sabat: ya, I'll never forget the name vail. :) when I was reading the suprised and annoyed peoples comments, I was thinking of walking down the aisle, lifting the womans vail, and seeing some ugly chick that isn't what you expected. I thought the analogy fit.&lt;br /&gt;
&lt;br /&gt;
When I got my hands on Amahi, the first thing I wanted was for it to not only store my movies, but also play them! I've done this for years using a Xbox 1 running XBMC, so I figured why not on my Amahi server! Well, it worked, and here's how I did it. Currently I have been unable to get the webserver to work. I saw no reason to go through the full compile process, seeing that the only thing it adds is the webserver, which is broken. This method uses a RPM from rpmfusion, and takes about 1% of the time that the compiling method takes. Also this is based on nvidia video cards, I'll try to get to ATI and intel later. I know the average joe won't be able to install video drivers easily, so I am attempting to include the info on the video drivers, specially because fedora 12 is aging and documentation is starting to get somewhat stale for it on other websites. I literally had to use 5 or more websites to get this to work.&lt;br /&gt;
 &lt;br /&gt;
This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit Amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#Install Amahi (via express cd)&lt;br /&gt;
#Once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#Go to the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#XBMC also needs an addition to the Xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
You may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
Add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder. I've heard mention that mkv files might not work with dlna, but I have not verified this.&lt;br /&gt;
# If you have a noisy server, remember you don't have to have the pc in the same room as the TV, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24937</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24937"/>
		<updated>2010-11-25T23:31:14Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a great quote to start this out on.&lt;br /&gt;
sabat: ya, I'll never forget the name vail. :) when I was reading the suprised and annoyed peoples comments, I was thinking of walking down the aisle, lifting the womans vail, and seeing some ugly chick that isn't what you expected. I thought the analogy fit.&lt;br /&gt;
&lt;br /&gt;
When I got my hands on amahi, the first thing I wanted was for it to not only store my movies, but also play them! I've done this for years using an xbox running xbmc, so I figured why not on my amahi server! Well, it worked, and here's how I did it. Currently I have been unable to get the webserver to work. I saw no reason to go through the full compile process, seeing that the only thing it adds is the webserver, which is broken. This method uses a RPM from rpmfusion, and takes about 1% of the time that the compiling method takes. Also this is based on nvidia video cards, I'll try to get to ATI and intel later. I know the average joe won't be able to install video drivers easily, so I am attempting to include the info on the video drivers, specially because fedora 12 is aging and documentation is starting to get somewhat stale for it on other websites. I literally had to use 5 or more websites to get this to work.&lt;br /&gt;
 &lt;br /&gt;
This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#install amahi (via express cd)&lt;br /&gt;
#once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#goto the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#xbmc also needs an addition to the xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
you may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder.&lt;br /&gt;
# if you have a noisy server, remember you don't have to have the pc in the same room as the tv, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24925</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24925"/>
		<updated>2010-11-25T23:26:23Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a great quote to start this out on.&lt;br /&gt;
sabat: ya, I'll never forget the name vail. :) when I was reading the suprised and annoyed peoples comments, I was thinking of walking down the aisle, lifting the womans vail, and seeing some ugly chick that isn't what you expected. I thought the analogy fit.&lt;br /&gt;
&lt;br /&gt;
When I got my hands on amahi, the first thing I wanted was for it to not only store my movies, but also play them! I've done this for years using an xbox running xbmc, so I figured why not on my amahi server! Well, it worked, and here's how I did it. Currently I have been unable to get the webserver to work. I saw no reason to go through the full compile process, seeing that the only thing it adds is the webserver, which is broken. This method uses a RPM from rpmfusion, and takes about 1% of the time that the compiling method takes. Also this is based on nvidia video cards, I'll try to get to ATI and intel later. I know the average joe won't be able to install video drivers easily, so I am attempting to include the info on the video drivers, specially because fedora 12 is aging and documentation is starting to get somewhat stale for it on other websites. I literally had to use 5 or more websites to get this to work.&lt;br /&gt;
 &lt;br /&gt;
This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#install amahi (via express cd)&lt;br /&gt;
#once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#goto the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#xbmc also needs an addition to the xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
you may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder.&lt;br /&gt;
# if you have a noisy server, remember you don't have to have the pc in the same room as the tv, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;br /&gt;
&lt;br /&gt;
== Janjacobs how-to ==&lt;br /&gt;
Janjacobs wrote this a while before I made mine.&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24919</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24919"/>
		<updated>2010-11-25T23:24:56Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a great quote to start this out on.&lt;br /&gt;
sabat: ya, I'll never forget the name vail. :) when I was reading the suprised and annoyed peoples comments, I was thinking of walking down the aisle, lifting the womans vail, and seeing some ugly chick that isn't what you expected. I thought the analogy fit.&lt;br /&gt;
&lt;br /&gt;
When I got my hands on amahi, the first thing I wanted was for it to not only store my movies, but also play them! I've done this for years using an xbox running xbmc, so I figured why not on my amahi server! Well, it worked, and here's how I did it. Currently I have been unable to get the webserver to work. I saw no reason to go through the full compile process, seeing that the only thing it adds is the webserver, which is broken. This method uses a RPM from rpmfusion, and takes about 1% of the time that the compiling method takes. Also this is based on nvidia video cards, I'll try to get to ATI and intel later. I know the average joe won't be able to install video drivers easily, so I am attempting to include the info on the video drivers, specially because fedora 12 is aging and documentation is starting to get somewhat stale for it on other websites. I literally had to use 5 or more websites to get this to work.&lt;br /&gt;
 &lt;br /&gt;
This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#install amahi (via express cd)&lt;br /&gt;
#once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#goto the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#xbmc also needs an addition to the xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
you may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder.&lt;br /&gt;
# if you have a noisy server, remember you don't have to have the pc in the same room as the tv, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;br /&gt;
&lt;br /&gt;
==Installing XBMC on Fedora 12==&lt;br /&gt;
Janjacobs also wrote a how-to on xbmc, here's it is.&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24913</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24913"/>
		<updated>2010-11-25T23:23:20Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Here's a great quote to start this out on.&lt;br /&gt;
sabat: ya, I'll never forget the name vail. :) when I was reading the suprised and annoyed peoples comments, I was thinking of walking down the aisle, lifting the womans vail, and seeing some ugly chick that isn't what you expected. I thought the analogy fit.&lt;br /&gt;
&lt;br /&gt;
When I got my hands on amahi, the first thing I wanted was for it to not only store my movies, but also play them! I've done this for years using an xbox running xbmc, so I figured why not on my amahi server! Well, it worked, and here's how I did it. Currently I have been unable to get the webserver to work. I saw no reason to go through the full compile process, seeing that the only thing it adds is the webserver, which is broken. This method uses a RPM from rpmfusion, and takes about 1% of the time that the compiling method takes. Also this is based on nvidia video cards, I'll try to get to ATI and intel later. I know the average joe won't be able to install video drivers easily, so I am attempting to include the info on the video drivers, specially because fedora 12 is aging and documentation is starting to get somewhat stale for it on other websites. I literally had to use 5 or more websites to get this to work.&lt;br /&gt;
 &lt;br /&gt;
This was mainly tested on a fairly basic test system, HP a282n, 2gb ram, 40gb hd, nvidia mx-440 8xAGP using the Fedora 12 based, 32bit amahi express cd.&lt;br /&gt;
&lt;br /&gt;
=== Initial system setup with Gnome ===&lt;br /&gt;
#install amahi (via express cd)&lt;br /&gt;
#once you get a login prompt, login as admin/admin&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y groupinstall &amp;quot;GNOME Desktop Environment&amp;quot;&lt;br /&gt;
    yum -y install Xorg&lt;br /&gt;
&lt;br /&gt;
=== Adding XBMC to the system ===&lt;br /&gt;
#From another pc, open the hda webpage http://hda, and add the user xbmcuser:xbmcuser and check to enable admin[I haven't tried doing this without admin yet on the xbmcuser account]&lt;br /&gt;
#goto the webapps section on the hda page http://hda/setup?sub=available&amp;amp;tab=app and add rpmfusion and rpmfusion nonfree in the web apps secion&lt;br /&gt;
#Back to the console&lt;br /&gt;
    yum -y install xbmc&lt;br /&gt;
#xbmc also needs an addition to the xorg server, otherwise it crashes every time you run it.&lt;br /&gt;
    yum -y install xorg-x11-utils&lt;br /&gt;
&lt;br /&gt;
=== Required for nvidia driver ===&lt;br /&gt;
    yum -y install kernel-devel&lt;br /&gt;
    yum -y install kernel-headers&lt;br /&gt;
    yum -y install kernel&lt;br /&gt;
    yum -y install gcc&lt;br /&gt;
&lt;br /&gt;
=== Obtaining and installing the driver ===&lt;br /&gt;
Download the nvidia driver, in my case, I used used the links text based web browser, however this method is a bit tricky, I would suggest you do not disable the nouveau driver and use 'yum -y install firefox' and goto the nvidia web page, skipping this section and saving it for later. I also needed the older 96.xx driver because I was using an older video card.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
    links www.nvidia.com &lt;br /&gt;
    chmod +x nvidiadrivername&lt;br /&gt;
you may have to reboot after disabling the nouveau driver before installing the driver&lt;br /&gt;
    ./nvidiadrivername&lt;br /&gt;
&lt;br /&gt;
=== Removing the nouveau driver completely ===&lt;br /&gt;
This line will add rdblacklist=nouveau to the kernel line in grub.conf&lt;br /&gt;
    sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf&lt;br /&gt;
add blacklist nouveau to /etc/modprobe.d/blacklist, I'm sure there is a sed command for this, will get to it later, I used this next command and added it manually.&lt;br /&gt;
    nano /etc/modprobe.d/blacklist&lt;br /&gt;
&lt;br /&gt;
=== If the nouveau driver still causes problems ===&lt;br /&gt;
This line failed for me, so I rebooted and logged back in, then it worked fine. maybe the nouveau has to be disabled before it's possible to remove it. also, this is the section I suggest you skip if you were unable to download the proper driver using links.&lt;br /&gt;
    yum erase xorg-x11-drv-nouveau&lt;br /&gt;
    mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt&lt;br /&gt;
    mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname  -r)-nouveau.img&lt;br /&gt;
    dracut /boot/initramfs-$(uname -r).img $(uname -r)&lt;br /&gt;
&lt;br /&gt;
=== Setup autologin for the xbmcuser ===&lt;br /&gt;
&lt;br /&gt;
    cat &amp;gt;&amp;gt; /etc/gdm/custom.conf &amp;lt;&amp;lt;EOF&lt;br /&gt;
    [daemon]&lt;br /&gt;
    TimedLoginEnable=true&lt;br /&gt;
    TimedLogin=xbmcuser&lt;br /&gt;
    TimedLoginDelay=5&lt;br /&gt;
    EOF&lt;br /&gt;
&lt;br /&gt;
=== Change initial runlevel to 5 ===&lt;br /&gt;
This is what tells Amahi to boot into X instead of console.&lt;br /&gt;
    sed -i 's/^id:3:/id:5:/' /etc/inittab&lt;br /&gt;
&lt;br /&gt;
=== Add xbmc to X startup ===&lt;br /&gt;
    echo xinit /usr/bin/xbmc &amp;gt;/home/xbmcuser/xbmcstartup&lt;br /&gt;
    chmod a+x /home/xbmcuser/xbmcstartup&lt;br /&gt;
    chown xbmcuser:users /home/xbmcuser/xbmcstartup&lt;br /&gt;
&lt;br /&gt;
Now just reboot, it should come up to the normal desktop. Log out of the system using the top left button, then hit escape a few times to cancel the auto login. Now click on xbmcuser, then at the bottom of the screen it has &amp;quot;sessions&amp;quot;, select xbmc instead of gnome, then type in your xmbcuser password and click login.&lt;br /&gt;
&lt;br /&gt;
You're done. The next time you reboot, it should come right back up in xbmc.&lt;br /&gt;
&lt;br /&gt;
=== A Few Suggestions ===&lt;br /&gt;
# Install the DLNA server, it works perfectly with any movies you put in the movies share, photos you put in the pictures share, and any music in the music folder.&lt;br /&gt;
# if you have a noisy server, remember you don't have to have the pc in the same room as the tv, I don't and it works great, or put the server in a closet or something on the other side of the wall and run a cable to the back of the tv.&lt;br /&gt;
# Setup VNC on your Amahi server, it really is nice to have remote control of xbmc, I don't ever actually try to watch movies through vnc, but It's a great remote until we get the webserver working&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
If you lose video, try hitting CTRL+ALT+F2, CTRL+ALT+backspace, or ssh into the amahi server and change /etc/inittab back to runlevel 3.&lt;br /&gt;
&lt;br /&gt;
One file that can easily make or break your video, is /etc/X11/xorg.conf and one of the most common things to have to edit is the vertical refresh, or the resolution lines. for instance my tv doesn't like 1600x1200, and every time I did this how-to on this particular pc, I had to remove the 1600x1200 from the xorg.conf before it would work right, but this is not going to happen to everyone.&lt;br /&gt;
&lt;br /&gt;
==Installing XBMC on Fedora 12==&lt;br /&gt;
&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24895</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24895"/>
		<updated>2010-11-25T23:16:37Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sabat also wrote a how-to on XBMC http://wiki.amahi.org/index.php/Xbmc&lt;br /&gt;
==Installing XBMC on Fedora 12==&lt;br /&gt;
&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24889</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24889"/>
		<updated>2010-11-25T23:16:22Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sabat also wrote a how-to on xbmc http://wiki.amahi.org/index.php/Xbmc&lt;br /&gt;
==Installing XBMC on Fedora 12==&lt;br /&gt;
&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24883</id>
		<title>XBMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=XBMC&amp;diff=24883"/>
		<updated>2010-11-25T23:16:03Z</updated>

		<summary type="html">&lt;p&gt;Sabat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sabat also wrote a how-to on xbmc http://wiki.amahi.org/index.php/XBMC&lt;br /&gt;
==Installing XBMC on Fedora 12==&lt;br /&gt;
&lt;br /&gt;
XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library.&lt;br /&gt;
however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.&lt;br /&gt;
&lt;br /&gt;
===Installing the required repository's===&lt;br /&gt;
First, we have to create 2 files:&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/spotnet.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[spotnet]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - SpotNet&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&lt;br /&gt;
*/etc/yum.repos.d/atrpms.repo&lt;br /&gt;
the contents of this file should be:&amp;lt;br&amp;gt;&lt;br /&gt;
[atrpms]&amp;lt;br&amp;gt;&lt;br /&gt;
name=Fedora Core $releasever - $basearch - ATrpms&amp;lt;br&amp;gt;&lt;br /&gt;
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable&amp;lt;br&amp;gt;&lt;br /&gt;
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms&amp;lt;br&amp;gt;&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
*run yum update to have yum update its packages lists.&lt;br /&gt;
&lt;br /&gt;
===Installing XBMC===&lt;br /&gt;
To install XBMC we open up a terminal, su to root and execute the following command:&lt;br /&gt;
yum install xbmc xbmc-skin-*&lt;br /&gt;
&lt;br /&gt;
This should install xbmc, its required dependencies, and all the skins currently available in the main package!&lt;br /&gt;
once you're done, XBMC is located inside the GNOME Menu, and you can start adding files to your library&lt;br /&gt;
&lt;br /&gt;
[[User:Janjacobs|janjacobs]] 20:08, 12 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Sabat</name></author>
		
	</entry>
</feed>