<?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=Ppmt</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=Ppmt"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Ppmt"/>
	<updated>2026-05-03T14:26:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=34561</id>
		<title>Uboot for GuruPlug</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Uboot_for_GuruPlug&amp;diff=34561"/>
		<updated>2011-02-25T03:23:25Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: added how to read usb partition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GuruPlug, GuruPlug Server Plus =&lt;br /&gt;
&lt;br /&gt;
Here's how to allow your GuruPlug to boot from a USB drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need an access to the serial console to achieve this, the JTAG module is OK.&lt;br /&gt;
&lt;br /&gt;
* To connect to the bootloader, proceed exactly like for the [[Marvell Plug Computer|Sheevaplug]]&lt;br /&gt;
* Reset the GuruPlug.&lt;br /&gt;
* At the terminal, press enter a couple of seconds after boot to prevent it from booting using the onboard flash (Ubuntu). You should end up with a prompt.&lt;br /&gt;
* Some version of the GuruPlug have been shipped with a uboot that does not support Booting from USB, ESATA or SD-Card. If this is your case, then you have to upgrade uboot. To do this, the best howto I found is this : http://oinkzwurgl.org/guruplug_uboot&lt;br /&gt;
&lt;br /&gt;
* There are some commands you need to run to make it permanently boot from the USB port ('''NOTE:''' this step is only necessary once):&lt;br /&gt;
 setenv mainlineLinux yes&lt;br /&gt;
 setenv x_bootargs_root 'root=/dev/sdc1 rootdelay=10'&lt;br /&gt;
 setenv x_bootcmd_kernel 'ext2load usb 1:1 0x6400000 /boot/uImage'&lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
To determine 1:1 in the command above&lt;br /&gt;
&lt;br /&gt;
 usb start&lt;br /&gt;
 usb part&lt;br /&gt;
 ## Unknown partition table                                                                           &lt;br /&gt;
 ## Unknown partition  table                                                                           &lt;br /&gt;
 Partition Map for USB device 2  --   Partition Type: DOS                                                                             &lt;br /&gt;
 Partition     Start Sector     Num Sectors     Type                                                                            &lt;br /&gt;
     1                   63        14586957       b                                                                               &lt;br /&gt;
     2             14587020         1060290      82             &lt;br /&gt;
&lt;br /&gt;
here you have device 2 and you want to boot Partition 1 so use 2:1 (as opposed to 1:1 in the command above).&lt;br /&gt;
&lt;br /&gt;
While still under the bootloader , check your environment with ''printenv''.&lt;br /&gt;
It must look like this:&lt;br /&gt;
&lt;br /&gt;
 GuruPlug&amp;gt;&amp;gt; printenv&lt;br /&gt;
 bootcmd=${x_bootcmd_usb}; ${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; bootm 0x6400000;&lt;br /&gt;
 bootdelay=3&lt;br /&gt;
 baudrate=115200&lt;br /&gt;
 x_bootcmd_usb=usb start&lt;br /&gt;
 ethact=egiga0&lt;br /&gt;
 x_bootcmd_kernel=ext2load usb 1:1 0x6400000 /boot/uImage&lt;br /&gt;
 arcNumber=2653&lt;br /&gt;
 mainlineLinux=yes&lt;br /&gt;
 x_bootargs_root=root=/dev/sdc1 rootwait&lt;br /&gt;
 x_bootargs=console=ttyS0,115200&lt;br /&gt;
 stdin=serial&lt;br /&gt;
 stdout=serial&lt;br /&gt;
 stderr=serial&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24031</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24031"/>
		<updated>2010-11-23T01:28:20Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
[http://www.wuala.com Wuala] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
# Installation of dependencies&lt;br /&gt;
 yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
   &lt;br /&gt;
# Download the latest version of wuala&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www.wuala.com/files/wuala.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
# Untar it as root is /usr/local&lt;br /&gt;
 cd /usr/local&lt;br /&gt;
 tar xvfz wuala.tar.gz&lt;br /&gt;
  &lt;br /&gt;
 This will create a directory wuala.&lt;br /&gt;
  &lt;br /&gt;
# Manually start the program (make sure you have an account with them first)&lt;br /&gt;
 /usr/local/wuala/wuala  -basepath /usr/local/wuala login YourUserName YourPassword&lt;br /&gt;
  &lt;br /&gt;
 if all goes well you have started the program successfully and can test it&lt;br /&gt;
  &lt;br /&gt;
 /usr/local/wuala --help&lt;br /&gt;
 /usr/local/wuala/wuala showStatus   -&amp;gt; will tell you if you are online&lt;br /&gt;
 /usr/local/wuala/wuala showSettings -&amp;gt; will show your settings&lt;br /&gt;
  &lt;br /&gt;
# Start Wuala as a service&lt;br /&gt;
  &lt;br /&gt;
 I found a little init.d script that sort of work but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup or show that status is started. &lt;br /&gt;
  &lt;br /&gt;
 So if someone can fix it it would be great.&lt;br /&gt;
  &lt;br /&gt;
 Copy the code below in file called wuala in /etc/init.d and make it executable&lt;br /&gt;
  &lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # chkconfig: 235 99 10&lt;br /&gt;
 # description: Start or stop the Wuala server&lt;br /&gt;
 # &lt;br /&gt;
 ### BEGIN INIT INFO&lt;br /&gt;
 # Provides: wuala&lt;br /&gt;
 # Required-Start: $network $syslog&lt;br /&gt;
 # Required-Stop: $network&lt;br /&gt;
 # Default-Start: 2 3 5&lt;br /&gt;
 # Default-Stop: 0 1 6&lt;br /&gt;
 # Description: Start or stop the Wuala server&lt;br /&gt;
 ### END INIT INFO&lt;br /&gt;
&lt;br /&gt;
 # Source function library.&lt;br /&gt;
 . /etc/rc.d/init.d/functions &lt;br /&gt;
&lt;br /&gt;
 WUALA_USER=&amp;quot;YourUserName&amp;quot;&lt;br /&gt;
 WUALA_PASS=&amp;quot;YourPassword&amp;quot;&lt;br /&gt;
 WUALA_PATH=&amp;quot;/usr/local/wuala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #start=/etc/webmin/start&lt;br /&gt;
 #stop=/etc/webmin/stop&lt;br /&gt;
 lockfile=/var/lock/subsys/wuala&lt;br /&gt;
 #confFile=/etc/webmin/miniserv.conf&lt;br /&gt;
 pidFile=/var/wuala/wuala.pid&lt;br /&gt;
 name='Wuala'&lt;br /&gt;
&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 'start')&lt;br /&gt;
 	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH login $WUALA_USER $WUALA_PASS &amp;amp;&amp;quot; &amp;amp; &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;lt;/dev/null&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		touch $lockfile &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'stop')&lt;br /&gt;
	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH logout &amp;amp;&amp;quot; &amp;amp;&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		rm -f $lockfile&lt;br /&gt;
	fi&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	rm -f $pidfile&lt;br /&gt;
	;;&lt;br /&gt;
 'status')&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	if [ -s $pidfile ]; then&lt;br /&gt;
		pid=`cat $pidfile`&lt;br /&gt;
		kill -0 $pid &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
		if [ &amp;quot;$?&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
			echo &amp;quot;$name (pid $pid) is running&amp;quot;&lt;br /&gt;
			RETVAL=0&lt;br /&gt;
		else&lt;br /&gt;
			echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
			RETVAL=1&lt;br /&gt;
		fi&lt;br /&gt;
	else&lt;br /&gt;
		echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
		RETVAL=1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'restart')&lt;br /&gt;
 	$stop ; $start &lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	;;&lt;br /&gt;
 *)&lt;br /&gt;
	echo &amp;quot;Usage: $0 { start | stop | status | restart }&amp;quot;&lt;br /&gt;
	RETVAL=1&lt;br /&gt;
	;;&lt;br /&gt;
 esac&lt;br /&gt;
 exit $RETVAL&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24025</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24025"/>
		<updated>2010-11-23T01:14:12Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
[http://www.wuala.com Wuala] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
# Installation of dependencies&lt;br /&gt;
 yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
# Download the latest version of wuala&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www.wuala.com/files/wuala.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# Untar it as root is /usr/local&lt;br /&gt;
 cd /usr/local&lt;br /&gt;
 tar xvfz wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
This will create a directory wuala.&lt;br /&gt;
&lt;br /&gt;
# Manually start the program (make sure you have an account with them first)&lt;br /&gt;
 /usr/local/wuala/wuala  -basepath /usr/local/wuala login YourUserName YourPassword&lt;br /&gt;
&lt;br /&gt;
if all goes well you have started the program successfully and can test it&lt;br /&gt;
&lt;br /&gt;
 /usr/local/wuala --help&lt;br /&gt;
 /usr/local/wuala/wuala showStatus   -&amp;gt; will tell you if you are online&lt;br /&gt;
 /usr/local/wuala/wuala showSettings -&amp;gt; will show your settings&lt;br /&gt;
&lt;br /&gt;
# Start Wuala as a service&lt;br /&gt;
&lt;br /&gt;
I found a little init.d script that sort of work but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup&lt;br /&gt;
&lt;br /&gt;
So if someone can fix it it would be great.&lt;br /&gt;
&lt;br /&gt;
Copy the code below in file called wuala in /etc/init.d and make it executable&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # chkconfig: 235 99 10&lt;br /&gt;
 # description: Start or stop the Wuala server&lt;br /&gt;
 # &lt;br /&gt;
 ### BEGIN INIT INFO&lt;br /&gt;
 # Provides: wuala&lt;br /&gt;
 # Required-Start: $network $syslog&lt;br /&gt;
 # Required-Stop: $network&lt;br /&gt;
 # Default-Start: 2 3 5&lt;br /&gt;
 # Default-Stop: 0 1 6&lt;br /&gt;
 # Description: Start or stop the Wuala server&lt;br /&gt;
 ### END INIT INFO&lt;br /&gt;
&lt;br /&gt;
 # Source function library.&lt;br /&gt;
 . /etc/rc.d/init.d/functions &lt;br /&gt;
&lt;br /&gt;
 WUALA_USER=&amp;quot;YourUserName&amp;quot;&lt;br /&gt;
 WUALA_PASS=&amp;quot;YourPassword&amp;quot;&lt;br /&gt;
 WUALA_PATH=&amp;quot;/usr/local/wuala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #start=/etc/webmin/start&lt;br /&gt;
 #stop=/etc/webmin/stop&lt;br /&gt;
 lockfile=/var/lock/subsys/wuala&lt;br /&gt;
 #confFile=/etc/webmin/miniserv.conf&lt;br /&gt;
 pidFile=/var/wuala/wuala.pid&lt;br /&gt;
 name='Wuala'&lt;br /&gt;
&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 'start')&lt;br /&gt;
 	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH login $WUALA_USER $WUALA_PASS &amp;amp;&amp;quot; &amp;amp; &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;lt;/dev/null&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		touch $lockfile &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'stop')&lt;br /&gt;
	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH logout &amp;amp;&amp;quot; &amp;amp;&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		rm -f $lockfile&lt;br /&gt;
	fi&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	rm -f $pidfile&lt;br /&gt;
	;;&lt;br /&gt;
 'status')&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	if [ -s $pidfile ]; then&lt;br /&gt;
		pid=`cat $pidfile`&lt;br /&gt;
		kill -0 $pid &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
		if [ &amp;quot;$?&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
			echo &amp;quot;$name (pid $pid) is running&amp;quot;&lt;br /&gt;
			RETVAL=0&lt;br /&gt;
		else&lt;br /&gt;
			echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
			RETVAL=1&lt;br /&gt;
		fi&lt;br /&gt;
	else&lt;br /&gt;
		echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
		RETVAL=1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'restart')&lt;br /&gt;
 	$stop ; $start &lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	;;&lt;br /&gt;
 *)&lt;br /&gt;
	echo &amp;quot;Usage: $0 { start | stop | status | restart }&amp;quot;&lt;br /&gt;
	RETVAL=1&lt;br /&gt;
	;;&lt;br /&gt;
 esac&lt;br /&gt;
 exit $RETVAL&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24019</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=24019"/>
		<updated>2010-11-23T01:12:53Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: add script for starting up the service&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Apps]]&lt;br /&gt;
[http://www.wuala.com Wuala] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
# Installation of dependencies&lt;br /&gt;
 yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
# Download the latest version of wuala&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://www.wuala.com/files/wuala.tar.gz&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# Untar it as root is /usr/local&lt;br /&gt;
 cd /usr/local&lt;br /&gt;
 tar xvfz wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
This will create a directory wuala.&lt;br /&gt;
&lt;br /&gt;
# Manually start the program (make sure you have an account with them first)&lt;br /&gt;
 /usr/local/wuala/wuala  -basepath /usr/local/wuala login YourUserName YourPassword&lt;br /&gt;
&lt;br /&gt;
if all goes well you have started the program successfully and can test it&lt;br /&gt;
&lt;br /&gt;
 /usr/local/wuala --help&lt;br /&gt;
 /usr/local/wuala/wuala showStatus   -&amp;gt; will tell you if you are online&lt;br /&gt;
 /usr/local/wuala/wuala showSettings -&amp;gt; will show your settings&lt;br /&gt;
&lt;br /&gt;
# Start Wuala as a service&lt;br /&gt;
&lt;br /&gt;
I found a little init.d script that sort of work but it is not perfect. For example I can't seem to make it work with service so that it starts at bootup&lt;br /&gt;
&lt;br /&gt;
So if someone can fix it it would be great.&lt;br /&gt;
&lt;br /&gt;
Copy the code below in file called wuala in /etc/init.d and make it executable&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh -x&lt;br /&gt;
 # chkconfig: 235 99 10&lt;br /&gt;
 # description: Start or stop the Wuala server&lt;br /&gt;
 # &lt;br /&gt;
 ### BEGIN INIT INFO&lt;br /&gt;
 # Provides: wuala&lt;br /&gt;
 # Required-Start: $network $syslog&lt;br /&gt;
 # Required-Stop: $network&lt;br /&gt;
 # Default-Start: 2 3 5&lt;br /&gt;
 # Default-Stop: 0 1 6&lt;br /&gt;
 # Description: Start or stop the Wuala server&lt;br /&gt;
 ### END INIT INFO&lt;br /&gt;
&lt;br /&gt;
 # Source function library.&lt;br /&gt;
 . /etc/rc.d/init.d/functions &lt;br /&gt;
&lt;br /&gt;
 WUALA_USER=&amp;quot;YourUserName&amp;quot;&lt;br /&gt;
 WUALA_PASS=&amp;quot;YourPassword&amp;quot;&lt;br /&gt;
 WUALA_PATH=&amp;quot;/usr/local/wuala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #start=/etc/webmin/start&lt;br /&gt;
 #stop=/etc/webmin/stop&lt;br /&gt;
 lockfile=/var/lock/subsys/wuala&lt;br /&gt;
 #confFile=/etc/webmin/miniserv.conf&lt;br /&gt;
 pidFile=/var/wuala/wuala.pid&lt;br /&gt;
 name='Wuala'&lt;br /&gt;
&lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 'start')&lt;br /&gt;
 	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH login $WUALA_USER $WUALA_PASS &amp;amp;&amp;quot; &amp;amp; &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;lt;/dev/null&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		touch $lockfile &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'stop')&lt;br /&gt;
	su - root -c &amp;quot;$WUALA_PATH/wuala -basepath $WUALA_PATH logout &amp;amp;&amp;quot; &amp;amp;&lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	if [ &amp;quot;$RETVAL&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
		rm -f $lockfile&lt;br /&gt;
	fi&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	rm -f $pidfile&lt;br /&gt;
	;;&lt;br /&gt;
 'status')&lt;br /&gt;
	pidfile=$pidFile&lt;br /&gt;
	if [ -s $pidfile ]; then&lt;br /&gt;
		pid=`cat $pidfile`&lt;br /&gt;
		kill -0 $pid &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
		if [ &amp;quot;$?&amp;quot; = &amp;quot;0&amp;quot; ]; then&lt;br /&gt;
			echo &amp;quot;$name (pid $pid) is running&amp;quot;&lt;br /&gt;
			RETVAL=0&lt;br /&gt;
		else&lt;br /&gt;
			echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
			RETVAL=1&lt;br /&gt;
		fi&lt;br /&gt;
	else&lt;br /&gt;
		echo &amp;quot;$name is stopped&amp;quot;&lt;br /&gt;
		RETVAL=1&lt;br /&gt;
	fi&lt;br /&gt;
	;;&lt;br /&gt;
 'restart')&lt;br /&gt;
 	$stop ; $start &lt;br /&gt;
	RETVAL=$?&lt;br /&gt;
	;;&lt;br /&gt;
 *)&lt;br /&gt;
	echo &amp;quot;Usage: $0 { start | stop | status | restart }&amp;quot;&lt;br /&gt;
	RETVAL=1&lt;br /&gt;
	;;&lt;br /&gt;
 esac&lt;br /&gt;
 exit $RETVAL&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23929</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23929"/>
		<updated>2010-11-22T02:12:07Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Wuala]] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
1/ Installation of dependencies&lt;br /&gt;
&lt;br /&gt;
yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
&lt;br /&gt;
2/ Download the latest version of wuala&lt;br /&gt;
&lt;br /&gt;
wget http://www.wuala.com/files/wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
3/ Untar it as root is /usr/local&lt;br /&gt;
&lt;br /&gt;
cd /usr/local&lt;br /&gt;
tar xvfz wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
This will create a directory wuala.&lt;br /&gt;
&lt;br /&gt;
4/ Manually start the program (make sure you have an account with them first)&lt;br /&gt;
&lt;br /&gt;
/usr/local/wuala/wuala  -basepath /usr/local/wuala login YourUserName YourPassword&lt;br /&gt;
&lt;br /&gt;
if all goes well you have started the program successfully and can test it&lt;br /&gt;
&lt;br /&gt;
/usr/local/wuala --help&lt;br /&gt;
/usr/local/wuala/wuala showStatus   -&amp;gt; will tell you if you are online&lt;br /&gt;
/usr/local/wuala/wuala showSettings -&amp;gt; will show your settings&lt;br /&gt;
&lt;br /&gt;
5/ Start Wuala as a service&lt;br /&gt;
&lt;br /&gt;
TBD&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23923</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23923"/>
		<updated>2010-11-22T02:01:26Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Wuala]] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
1/ Installation of dependencies&lt;br /&gt;
&lt;br /&gt;
yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
&lt;br /&gt;
2/ Download the latest version of wuala&lt;br /&gt;
&lt;br /&gt;
wget http://www.wuala.com/files/wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
3/ Untar it as root is /usr/local&lt;br /&gt;
&lt;br /&gt;
cd /usr/local&lt;br /&gt;
tar xvfz wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
This will create a directory wuala.&lt;br /&gt;
&lt;br /&gt;
4/ Manually start the program (make sure you have an account with them first)&lt;br /&gt;
&lt;br /&gt;
/usr/local/wuala/wuala  -basepath /usr/local/wuala login YourUserName YourPassword&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23917</id>
		<title>Wuala</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Wuala&amp;diff=23917"/>
		<updated>2010-11-22T01:54:47Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: first shot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Wuala]] is an application developed by Lacie. It is a solution to offer some online storage in the &amp;quot;cloud&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It allows automatic backup of your data and synchronisation between PCs as well as time keep track or &amp;quot;version&amp;quot; of you file (you can go back in time)&lt;br /&gt;
&lt;br /&gt;
It is a Java application and because of that can more or less run on every computer.&lt;br /&gt;
&lt;br /&gt;
On their website they only have a package for Ubuntu but there is a package for all the other.&lt;br /&gt;
&lt;br /&gt;
To install it you need several packages&lt;br /&gt;
&lt;br /&gt;
For Fedora 12 you will need to install:&lt;br /&gt;
&lt;br /&gt;
 java-1.6.0-openjdk-1, java-1.6.0-openjdk-plugin-1, fuse-libs, fuse, xdg-utils &lt;br /&gt;
&lt;br /&gt;
If you don't need the full system integration you don't need fuse-libs, fuse, xdg-utils but you will loose having a virtual drive of your online data on the desktop&lt;br /&gt;
&lt;br /&gt;
1/ Installation of dependencies&lt;br /&gt;
&lt;br /&gt;
yum install java-1.6.0-openjdk java-1.6.0-openjdk-plugin-1 fuse-libs fuse xdg-utils&lt;br /&gt;
&lt;br /&gt;
2/ Download the latest version of wuala&lt;br /&gt;
&lt;br /&gt;
wget http://www.wuala.com/files/wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
3/ Untar it as root is /usr/local&lt;br /&gt;
&lt;br /&gt;
cd /usr/local&lt;br /&gt;
tar xvfz wuala.tar.gz&lt;br /&gt;
&lt;br /&gt;
This will create a directory wuala.&lt;br /&gt;
&lt;br /&gt;
4/ Manually start the program (make sure you have an account with them first)&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=18589</id>
		<title>Amahi Plug Edition</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=18589"/>
		<updated>2010-09-25T22:19:51Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: Add Post install chapter and improve the swap section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amahi &amp;quot;Plug Edition&amp;quot; &amp;amp;mdash; How to run Amahi on your Plug Computer!&lt;br /&gt;
&lt;br /&gt;
For discussions see the [https://forums.amahi.org/viewforum.php?f=40 Amahi Plug Computer Forum].&lt;br /&gt;
&lt;br /&gt;
= Supported devices =&lt;br /&gt;
&lt;br /&gt;
* [http://www.ionicsplug.com/products.html Ionics Plugs]&lt;br /&gt;
* [http://www.globalscaletechnologies.com/t-guruplugdetails.aspx GuruPlug]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/SheevaPlug SheevaPlug]&lt;br /&gt;
&lt;br /&gt;
Supported but not recommended, due to compatibility or speed:&lt;br /&gt;
&lt;br /&gt;
* [http://www.tonidoplug.com/ TonidoPlug]&lt;br /&gt;
* [http://www.plugapps.com/index.php5?title=Getting_Started:_Pogoplug Rooted] [http://www.pogoplug.com/ Pogoplug] &amp;amp;mdash; (256 RAM)&lt;br /&gt;
* [http://www.cs.cmu.edu/~ecc/dockstar-howto.html Rooted] [http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/ Seagate DockStar] &amp;amp;mdash; (128MB RAM - a little slow)&lt;br /&gt;
* Any other device based on the [http://plugcomputer.org Marvell Plug Computer]&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
You'll need:&lt;br /&gt;
* A storage device, of 2GB or more, that your plug computer can boot from&lt;br /&gt;
* The latest Amahi &amp;quot;rootfs&amp;quot; from the [http://dl.amahi.org/marvell/ Amahi4Plug repo] look for the latest file named '''amahi-marvell-*.tar.bz2'''&lt;br /&gt;
* [http://dl.amahi.org/marvell/create-amahi-f12-plug-disk.sh This script] to copy the above ''rootfs'' into your storage device. Important: you &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; have to modify this script to suit your device, as it obliterates the content of it&lt;br /&gt;
&lt;br /&gt;
= Quick Overview =&lt;br /&gt;
&lt;br /&gt;
Because of the headless nature of the Plug devices, there are some more steps than the typical Amahi release to make things work smoothly.&lt;br /&gt;
&lt;br /&gt;
There are three major steps in getting things going&lt;br /&gt;
&lt;br /&gt;
; '''Step 1'''&lt;br /&gt;
: Download the latest [http://dl.amahi.org/marvell/ rootfs image] then use the script to extract and put it into an empty USB hard drive, USB flash drive, or SD card (depending on what your device supports). While it does that, you may want to setup a profile for your HDA at [http://www.amahi.org/ Amahi]&lt;br /&gt;
&lt;br /&gt;
; '''Step 2'''&lt;br /&gt;
: Boot your device using the drive or card you created in step 1. Find out the IP it got assigned from your existing DHCP server (typically your router).&lt;br /&gt;
&lt;br /&gt;
; '''Step 3'''&lt;br /&gt;
: Install Amahi, by loading &amp;lt;code&amp;gt;http://plug_ip:2000&amp;lt;/code&amp;gt; and entering the install code you got when you [https://www.amahi.org/user created your Amahi profile].&lt;br /&gt;
&lt;br /&gt;
= Known issues =&lt;br /&gt;
&lt;br /&gt;
For a list of working / not working apps for plug computers, see [[SP Apps|Apps page]]. Also, please check and file any issues in the [http://bugs.amahi.org/projects/show/plug Amahi bug tracker project for the Plug port]&lt;br /&gt;
&lt;br /&gt;
= Detailed Installation Instructions =&lt;br /&gt;
&lt;br /&gt;
Fully detailed procedure.&lt;br /&gt;
&lt;br /&gt;
== Step 1: Prepare your boot device ==&lt;br /&gt;
&lt;br /&gt;
Connect your boot device (USB hard drive, USB flash drive, or SD card) into a working Linux machine (you can use your plug computer!)&lt;br /&gt;
&lt;br /&gt;
If needed, partition your device to create a partition you'll use to boot. No need to format it.&lt;br /&gt;
&lt;br /&gt;
If a swap partition is desired (highly recommended for the PogoPlug &amp;amp; DockStar), create a second partition on your storage device, between 512MB and 2GB (depending on how big your storage device is), and format it as ''Linux Swap''.&lt;br /&gt;
&lt;br /&gt;
Example partitioning depending on your boot device type &amp;amp; size:&lt;br /&gt;
{| cellpadding=&amp;quot;7&amp;quot;&lt;br /&gt;
! 2GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! 8GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! 16GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! USB Hard Drive&amp;lt;br/&amp;gt;(40+ GB)&lt;br /&gt;
|-&lt;br /&gt;
|2GB, unformatted&lt;br /&gt;
|512MB, Linux Swap&amp;lt;br/&amp;gt;7.5GB, unformatted&lt;br /&gt;
|1GB, Linux Swap&amp;lt;br/&amp;gt;15GB, unformatted&lt;br /&gt;
|2GB, Linux Swap&amp;lt;br/&amp;gt;The rest, unformatted&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Download the Amahi ''rootfs'' file and ''create-clean-f12-disk.sh'' script into your Linux machine. Don't store them on the storage device you want to use on your plug computer.&amp;lt;br/&amp;gt;&lt;br /&gt;
Edit the ''create-amahi-f12-plug-disk.sh'' script:&lt;br /&gt;
* Change the first line, the one that says '''partition=&amp;quot;...&amp;quot;''' to point to the partition you want to use to boot your plug computer.&amp;lt;br/&amp;gt;If you're not sure, '''ls -l /dev/disk/by-id/''' and see if you can find it there.&lt;br /&gt;
* Change the second line, if needed. It should contain the name of the Amahi ''rootfs'' file you downloaded. Example: '''rootfs=&amp;quot;amahi-marvell-0.9.tar.bz2&amp;quot;'''&lt;br /&gt;
* Comment (add a # character at the beginning of) the two following lines, the ones that say '''echo &amp;quot;Please edit this script...''' and '''exit 0'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Big Warning! Putting the wrong partitions in this script will completely erase those partitions! Be careful what partitions you target!&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the ''create-amahi-f12-plug-disk.sh'' script:&lt;br /&gt;
&lt;br /&gt;
      sh create-amahi-f12-plug-disk.sh&lt;br /&gt;
 &lt;br /&gt;
== Step 2: Boot your plug ==&lt;br /&gt;
&lt;br /&gt;
Boot the plug computer with your newly created drive/card attached. Give it a few minutes to boot, and it will be ready for the Amahi installation.&lt;br /&gt;
&lt;br /&gt;
If you need help getting your plug computer to boot from USB or SD, instead of the on-board Flash memory, see our [[Marvell Plug Computer Booting]] page.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Install Amahi ==&lt;br /&gt;
&lt;br /&gt;
Note that for this step to work correctly, your plug computer needs to have access to Internet. Maybe you can just SSH into it, and ping www.amahi.org to make sure it works.&lt;br /&gt;
&lt;br /&gt;
Find the plug computer IP address (check your router DHCP logs or DHCP server), and launch the Amahi installer by visiting http://plug_computer_ip:2000&lt;br /&gt;
&lt;br /&gt;
(Use nmap or ping -b to find new devices on your LAN, if you can't find your plug computer IP address on your DHCP server.)&lt;br /&gt;
&lt;br /&gt;
It will ask for an install code. That code can be obtained by creating an Amahi profile here: https://www.amahi.org/user (you'll need to create an account first, if you don't already have one).&lt;br /&gt;
&lt;br /&gt;
== Enjoy ==&lt;br /&gt;
&lt;br /&gt;
After it reboots, access your HDA by logging in at &amp;lt;code&amp;gt;http://plug_computer_ip&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Username: admin&lt;br /&gt;
    Password: amahi&lt;br /&gt;
&lt;br /&gt;
The root password is: amahi&amp;lt;br/&amp;gt;&lt;br /&gt;
(Change it!)&lt;br /&gt;
&lt;br /&gt;
== Post Install Action ==&lt;br /&gt;
&lt;br /&gt;
If all seems to work, you can now disable your old DHCP server, and let your plug computer act as your new DHCP server.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need to [[RenewIP|renew the IP address]] of your client computers, once your old DHCP server is disabled.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll then be able to access the Amahi dashboard at http://hda, and your installed apps using http://app_name&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you created a swap partition while partitioning your storage device, you might need to tell Amahi to use that partition for swap space. You'll need to change '''/dev/sda2''' for the real path to your swap partition. SSH into your Amahi server, and execute the following:&lt;br /&gt;
 mkswap /dev/sda2&lt;br /&gt;
 swapon -a&lt;br /&gt;
&lt;br /&gt;
You will also need to edit the /etc/fstab file to use that new partition at startup&lt;br /&gt;
&lt;br /&gt;
Check that everything is now working with&lt;br /&gt;
&lt;br /&gt;
 free&lt;br /&gt;
&lt;br /&gt;
The total on the swap line should not be 0 if all worked out. &lt;br /&gt;
&lt;br /&gt;
Note: On the SheevaPlug, the onboard NAND flash is called /dev/mtdblock2. You might want to use it as a swap partition, as it would be faster than your SD card or USB drive.&lt;br /&gt;
&lt;br /&gt;
= Customize and Extend =&lt;br /&gt;
&lt;br /&gt;
If you need customizations for your device, you can install the [http://fedoraproject.org/wiki/Architectures/ARM/CrossToolchain ARM cross compilation toolset] to compile things like the kernel, multimedia libraries, etc. etc.&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=18583</id>
		<title>Amahi Plug Edition</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Amahi_Plug_Edition&amp;diff=18583"/>
		<updated>2010-09-25T20:30:20Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amahi &amp;quot;Plug Edition&amp;quot; &amp;amp;mdash; How to run Amahi on your Plug Computer!&lt;br /&gt;
&lt;br /&gt;
For discussions see the [https://forums.amahi.org/viewforum.php?f=40 Amahi Plug Computer Forum].&lt;br /&gt;
&lt;br /&gt;
= Supported devices =&lt;br /&gt;
&lt;br /&gt;
* [http://www.ionicsplug.com/products.html Ionics Plugs]&lt;br /&gt;
* [http://www.globalscaletechnologies.com/t-guruplugdetails.aspx GuruPlug]&lt;br /&gt;
* [http://en.wikipedia.org/wiki/SheevaPlug SheevaPlug]&lt;br /&gt;
&lt;br /&gt;
Supported but not recommended, due to compatibility or speed:&lt;br /&gt;
&lt;br /&gt;
* [http://www.tonidoplug.com/ TonidoPlug]&lt;br /&gt;
* [http://www.plugapps.com/index.php5?title=Getting_Started:_Pogoplug Rooted] [http://www.pogoplug.com/ Pogoplug] &amp;amp;mdash; (256 RAM)&lt;br /&gt;
* [http://www.cs.cmu.edu/~ecc/dockstar-howto.html Rooted] [http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/ Seagate DockStar] &amp;amp;mdash; (128MB RAM - a little slow)&lt;br /&gt;
* Any other device based on the [http://plugcomputer.org Marvell Plug Computer]&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
You'll need:&lt;br /&gt;
* A storage device, of 2GB or more, that your plug computer can boot from&lt;br /&gt;
* The latest Amahi &amp;quot;rootfs&amp;quot; from the [http://dl.amahi.org/marvell/ Amahi4Plug repo] look for the latest file named '''amahi-marvell-*.tar.bz2'''&lt;br /&gt;
* [http://dl.amahi.org/marvell/create-amahi-f12-plug-disk.sh This script] to copy the above ''rootfs'' into your storage device. Important: you &amp;lt;u&amp;gt;will&amp;lt;/u&amp;gt; have to modify this script to suit your device, as it obliterates the content of it&lt;br /&gt;
&lt;br /&gt;
= Quick Overview =&lt;br /&gt;
&lt;br /&gt;
Because of the headless nature of the Plug devices, there are some more steps than the typical Amahi release to make things work smoothly.&lt;br /&gt;
&lt;br /&gt;
There are three major steps in getting things going&lt;br /&gt;
&lt;br /&gt;
; '''Step 1'''&lt;br /&gt;
: Download the latest [http://dl.amahi.org/marvell/ rootfs image] then use the script to extract and put it into an empty USB hard drive, USB flash drive, or SD card (depending on what your device supports). While it does that, you may want to setup a profile for your HDA at [http://www.amahi.org/ Amahi]&lt;br /&gt;
&lt;br /&gt;
; '''Step 2'''&lt;br /&gt;
: Boot your device using the drive or card you created in step 1. Find out the IP it got assigned from your existing DHCP server (typically your router).&lt;br /&gt;
&lt;br /&gt;
; '''Step 3'''&lt;br /&gt;
: Install Amahi, by loading &amp;lt;code&amp;gt;http://plug_ip:2000&amp;lt;/code&amp;gt; and entering the install code you got when you [https://www.amahi.org/user created your Amahi profile].&lt;br /&gt;
&lt;br /&gt;
= Known issues =&lt;br /&gt;
&lt;br /&gt;
For a list of working / not working apps for plug computers, see [[SP Apps|Apps page]]. Also, please check and file any issues in the [http://bugs.amahi.org/projects/show/plug Amahi bug tracker project for the Plug port]&lt;br /&gt;
&lt;br /&gt;
= Detailed Installation Instructions =&lt;br /&gt;
&lt;br /&gt;
Fully detailed procedure.&lt;br /&gt;
&lt;br /&gt;
== Step 1: Prepare your boot device ==&lt;br /&gt;
&lt;br /&gt;
Connect your boot device (USB hard drive, USB flash drive, or SD card) into a working Linux machine (you can use your plug computer!)&lt;br /&gt;
&lt;br /&gt;
If needed, partition your device to create a partition you'll use to boot. No need to format it.&lt;br /&gt;
&lt;br /&gt;
If a swap partition is desired (highly recommended for the PogoPlug &amp;amp; DockStar), create a second partition on your storage device, between 512MB and 2GB (depending on how big your storage device is), and format it as ''Linux Swap''.&lt;br /&gt;
&lt;br /&gt;
Example partitioning depending on your boot device type &amp;amp; size:&lt;br /&gt;
{| cellpadding=&amp;quot;7&amp;quot;&lt;br /&gt;
! 2GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! 8GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! 16GB Flash Drive&amp;lt;br/&amp;gt;or SD Card&lt;br /&gt;
! USB Hard Drive&amp;lt;br/&amp;gt;(40+ GB)&lt;br /&gt;
|-&lt;br /&gt;
|2GB, unformatted&lt;br /&gt;
|512MB, Linux Swap&amp;lt;br/&amp;gt;7.5GB, unformatted&lt;br /&gt;
|1GB, Linux Swap&amp;lt;br/&amp;gt;15GB, unformatted&lt;br /&gt;
|2GB, Linux Swap&amp;lt;br/&amp;gt;The rest, unformatted&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Download the Amahi ''rootfs'' file and ''create-clean-f12-disk.sh'' script into your Linux machine. Don't store them on the storage device you want to use on your plug computer.&amp;lt;br/&amp;gt;&lt;br /&gt;
Edit the ''create-amahi-f12-plug-disk.sh'' script:&lt;br /&gt;
* Change the first line, the one that says '''partition=&amp;quot;...&amp;quot;''' to point to the partition you want to use to boot your plug computer.&amp;lt;br/&amp;gt;If you're not sure, '''ls -l /dev/disk/by-id/''' and see if you can find it there.&lt;br /&gt;
* Change the second line, if needed. It should contain the name of the Amahi ''rootfs'' file you downloaded. Example: '''rootfs=&amp;quot;amahi-marvell-0.9.tar.bz2&amp;quot;'''&lt;br /&gt;
* Comment (add a # character at the beginning of) the two following lines, the ones that say '''echo &amp;quot;Please edit this script...''' and '''exit 0'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot; style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Big Warning! Putting the wrong partitions in this script will completely erase those partitions! Be careful what partitions you target!&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run the ''create-amahi-f12-plug-disk.sh'' script:&lt;br /&gt;
&lt;br /&gt;
      sh create-amahi-f12-plug-disk.sh&lt;br /&gt;
 &lt;br /&gt;
== Step 2: Boot your plug ==&lt;br /&gt;
&lt;br /&gt;
Boot the plug computer with your newly created drive/card attached. Give it a few minutes to boot, and it will be ready for the Amahi installation.&lt;br /&gt;
&lt;br /&gt;
If you need help getting your plug computer to boot from USB or SD, instead of the on-board Flash memory, see our [[Marvell Plug Computer Booting]] page.&lt;br /&gt;
&lt;br /&gt;
== Step 3: Install Amahi ==&lt;br /&gt;
&lt;br /&gt;
Note that for this step to work correctly, your plug computer needs to have access to Internet. Maybe you can just SSH into it, and ping www.amahi.org to make sure it works.&lt;br /&gt;
&lt;br /&gt;
Find the plug computer IP address (check your router DHCP logs or DHCP server), and launch the Amahi installer by visiting http://plug_computer_ip:2000&lt;br /&gt;
&lt;br /&gt;
(Use nmap or ping -b to find new devices on your LAN, if you can't find your plug computer IP address on your DHCP server.)&lt;br /&gt;
&lt;br /&gt;
It will ask for an install code. That code can be obtained by creating an Amahi profile here: https://www.amahi.org/user (you'll need to create an account first, if you don't already have one).&lt;br /&gt;
&lt;br /&gt;
== Enjoy ==&lt;br /&gt;
&lt;br /&gt;
After it reboots, access your HDA by logging in at &amp;lt;code&amp;gt;http://plug_computer_ip&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Username: admin&lt;br /&gt;
    Password: amahi&lt;br /&gt;
&lt;br /&gt;
The root password is: amahi&amp;lt;br/&amp;gt;&lt;br /&gt;
(Change it!)&lt;br /&gt;
&lt;br /&gt;
If all seems to work, you can now disable your old DHCP server, and let your plug computer act as your new DHCP server.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll need to [[RenewIP|renew the IP address]] of your client computers, once your old DHCP server is disabled.&amp;lt;br/&amp;gt;&lt;br /&gt;
You'll then be able to access the Amahi dashboard at http://hda, and your installed apps using http://app_name&lt;br /&gt;
&lt;br /&gt;
If you created a swap partition while partitioning your storage device, you might need to tell Amahi to use that partition for swap space. You'll need to change '''/dev/sda2''' for the real path to your swap partition. SSH into your Amahi server, and execute the following:&lt;br /&gt;
 mkswap /dev/sda2&lt;br /&gt;
 swapon -a&lt;br /&gt;
&lt;br /&gt;
Note: On the SheevaPlug, the onboard NAND flash is called /dev/mtdblock2. You might want to use it as a swap partition, as it would be faster than your SD card or USB drive.&lt;br /&gt;
&lt;br /&gt;
Note: if the command free shows that the swap is not activated (displays 0) you should check the /etc/fstab fiel and make sure that it points to your swap partition. Then either reboot the plug or &lt;br /&gt;
 swapon /dev/&amp;lt;partition&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Customize and Extend =&lt;br /&gt;
&lt;br /&gt;
If you need customizations for your device, you can install the [http://fedoraproject.org/wiki/Architectures/ARM/CrossToolchain ARM cross compilation toolset] to compile things like the kernel, multimedia libraries, etc. etc.&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=18061</id>
		<title>Plug Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=18061"/>
		<updated>2010-08-31T11:11:08Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: update transmission&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the working condition of apps for the Plug Computers.&lt;br /&gt;
&lt;br /&gt;
= Applications working =&lt;br /&gt;
* phpSysInfo&lt;br /&gt;
* Maps&lt;br /&gt;
* LinPHA&lt;br /&gt;
* AjaXplorer&lt;br /&gt;
* MyPhpMoney&lt;br /&gt;
* MindTerm&lt;br /&gt;
* phpMyBackup&lt;br /&gt;
* Torrentflux&lt;br /&gt;
* Ampache&lt;br /&gt;
* Gallery 2&lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
* Joomla&lt;br /&gt;
* Adminer&lt;br /&gt;
* Rnews&lt;br /&gt;
* php Address Book&lt;br /&gt;
* The Address Book&lt;br /&gt;
* DokuWiki&lt;br /&gt;
* Family Connections&lt;br /&gt;
* Speedtest.net Mini&lt;br /&gt;
* ClearBudget&lt;br /&gt;
* Gregarius&lt;br /&gt;
* phpMan&lt;br /&gt;
* Online Bookmarks&lt;br /&gt;
* Clipperz&lt;br /&gt;
* Tiny Tiny RSS&lt;br /&gt;
* eXtplorer&lt;br /&gt;
* PHP Navigator&lt;br /&gt;
* osTicket&lt;br /&gt;
* Log Analyzer&lt;br /&gt;
* Scientific Calculator&lt;br /&gt;
* AjaxChat&lt;br /&gt;
* phpRecipeBook - Import recipe from http://www.meal-master-recipes.com/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Applications not installing/working=&lt;br /&gt;
* Jinzora - Take to a installation screen to install jinzora&lt;br /&gt;
            Checking 1495 Files: Sorry, some files are missing!&lt;br /&gt;
             Missing:.htaccess&lt;br /&gt;
* Home Inventory - asks me to down load list.php, no page opens&lt;br /&gt;
* phpMyBackupPro - Installs, user name and password are different then that of the system, changed root to match and worked fine&lt;br /&gt;
* Blog - comes up as blank page&lt;br /&gt;
* phpBB - Installs but get this error. [phpBB Debug] PHP Notice: in file /index.php on line 86: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead&lt;br /&gt;
* loganalyzer - server not found - no errors in the log file&lt;br /&gt;
* Drupal - Installs ok, but app is not installed...prompts for install.&lt;br /&gt;
* Wordpress - Main page works, but can't add post as most links in dashboard prompt you to open or save them&lt;br /&gt;
* Transmission - installs but nothing seems to be installed - may need an special rpm for ARM?&lt;br /&gt;
* CrashPlan - Doesn't work; installed Java JRE doesn't run: -bash: /usr/local/crashplan/jre/bin/java: cannot execute binary file. More info on getting it working on ARM: http://plugcomputer.org/plugforum/index.php?topic=1633.0&lt;br /&gt;
* SABnzbd+: after installing, yum always spit this error: '''Error: Cannot find a valid baseurl for repo: rpmfusion-free''' (RPMFusion free and non free apps not available for ARM).&lt;br /&gt;
* WikkaWiki - Installs ok, but server not found.&lt;br /&gt;
* eyeOS - Install ok, then final setup appears to freeze.&lt;br /&gt;
* VCD-db - Install ok, but blank screen.&lt;br /&gt;
* openSIS - Install ok, but login credentials do not work.&lt;br /&gt;
* portaNEO - Install ok, but server not found.&lt;br /&gt;
* iCalendar (Theme not working)&lt;br /&gt;
* Fantasy Football League - Installs ok, but receive message to do install.&lt;br /&gt;
* WebChess - Installs ok, login credentials do not work.&lt;br /&gt;
* vTiger - Installs ok, but blank screen.&lt;br /&gt;
* WebVNC - Installs, but additional setup may not be possible without desktop access&lt;br /&gt;
* Webmin - Installs ok, but after running script….service unavailable.&lt;br /&gt;
* phpYahtzee - Installs ok, but says server not found.&lt;br /&gt;
* phpList - Installs, but only works if the domain is added to the url.&lt;br /&gt;
* Horde - Installs ok, but login screen does not work.&lt;br /&gt;
* Mantis - Installs, but does not work.  Some PHP version issue.&lt;br /&gt;
* WebERP - Stuck on install.&lt;br /&gt;
* Web KeePass - does not install correctly.&lt;br /&gt;
* DLNA - Installs, but RPMFusion free and non free apps not available for ARM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to [[Amahi_Plug_Edition|Amahi Plug Edition]]&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=17947</id>
		<title>Plug Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=17947"/>
		<updated>2010-08-28T02:07:55Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the working condition of apps for the Plug Computers.&lt;br /&gt;
&lt;br /&gt;
= Applications working =&lt;br /&gt;
* phpSysInfo&lt;br /&gt;
* Maps&lt;br /&gt;
* LinPHA&lt;br /&gt;
* AjaXplorer&lt;br /&gt;
* MyPhpMoney&lt;br /&gt;
* MindTerm&lt;br /&gt;
* phpMyBackup&lt;br /&gt;
* Torrentflux&lt;br /&gt;
* Ampache&lt;br /&gt;
* Gallery 2&lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
* Joomla&lt;br /&gt;
* Adminer&lt;br /&gt;
* Rnews&lt;br /&gt;
* php Address Book&lt;br /&gt;
* The Address Book&lt;br /&gt;
* DokuWiki&lt;br /&gt;
* Family Connections&lt;br /&gt;
* Speedtest.net Mini&lt;br /&gt;
* ClearBudget&lt;br /&gt;
* Gregarius&lt;br /&gt;
* phpMan&lt;br /&gt;
* Online Bookmarks&lt;br /&gt;
* Clipperz&lt;br /&gt;
* Tiny Tiny RSS&lt;br /&gt;
* eXtplorer&lt;br /&gt;
* PHP Navigator&lt;br /&gt;
* osTicket&lt;br /&gt;
* Log Analyzer&lt;br /&gt;
* Scientific Calculator&lt;br /&gt;
* AjaxChat&lt;br /&gt;
* phpRecipeBook - Import recipe from http://www.meal-master-recipes.com/index.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Applications not installing/working=&lt;br /&gt;
* Jinzora - Take to a installation screen to install jinzora&lt;br /&gt;
            Checking 1495 Files: Sorry, some files are missing!&lt;br /&gt;
             Missing:.htaccess&lt;br /&gt;
* Home Inventory - asks me to down load list.php, no page opens&lt;br /&gt;
* phpMyBackupPro - Installs, user name and password are different then that of the system, changed root to match and worked fine&lt;br /&gt;
* Blog - comes up as blank page&lt;br /&gt;
* phpBB - Installs but get this error. [phpBB Debug] PHP Notice: in file /index.php on line 86: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead&lt;br /&gt;
* loganalyzer - server not found - no errors in the log file&lt;br /&gt;
* Drupal - Installs ok, but app is not installed...prompts for install.&lt;br /&gt;
* Wordpress - Main page works, but when you login it prompts you to open or save wp-login.php&lt;br /&gt;
* Transmission - installs but has an error - may need an rpm for the daemon running&lt;br /&gt;
* CrashPlan - Doesn't work; installed Java JRE doesn't run: -bash: /usr/local/crashplan/jre/bin/java: cannot execute binary file. More info on getting it working on ARM: http://plugcomputer.org/plugforum/index.php?topic=1633.0&lt;br /&gt;
* SABnzbd+: after installing, yum always spit this error: '''Error: Cannot find a valid baseurl for repo: rpmfusion-free''' (RPMFusion free and non free apps not available for ARM).&lt;br /&gt;
* WikkaWiki - Installs ok, but server not found.&lt;br /&gt;
* eyeOS - Install ok, then final setup appears to freeze.&lt;br /&gt;
* VCD-db - Install ok, but blank screen.&lt;br /&gt;
* openSIS - Install ok, but login credentials do not work.&lt;br /&gt;
* portaNEO - Install ok, but server not found.&lt;br /&gt;
* iCalendar (Theme not working)&lt;br /&gt;
* Fantasy Football League - Installs ok, but receive message to do install.&lt;br /&gt;
* WebChess - Installs ok, login credentials do not work.&lt;br /&gt;
* vTiger - Installs ok, but blank screen.&lt;br /&gt;
* WebVNC - Installs, but additional setup may not be possible without desktop access&lt;br /&gt;
* Webmin - Installs ok, but after running script….service unavailable.&lt;br /&gt;
* phpYahtzee - Installs ok, but says server not found.&lt;br /&gt;
* phpList - Installs, but only works if the domain is added to the url.&lt;br /&gt;
* Horde - Installs ok, but login screen does not work.&lt;br /&gt;
* Mantis - Installs, but does not work.  Some PHP version issue.&lt;br /&gt;
* WebERP - Stuck on install.&lt;br /&gt;
* Web KeePass - does not install correctly.&lt;br /&gt;
* DLNA - Installs, but RPMFusion free and non free apps not available for ARM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to [[Amahi_Plug_Edition|Amahi Plug Edition]]&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=17941</id>
		<title>Plug Apps</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Plug_Apps&amp;diff=17941"/>
		<updated>2010-08-28T01:54:48Z</updated>

		<summary type="html">&lt;p&gt;Ppmt: phpRecipeBook moved to working app&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the working condition of apps for the Plug Computers.&lt;br /&gt;
&lt;br /&gt;
= Applications working =&lt;br /&gt;
* phpSysInfo&lt;br /&gt;
* Maps&lt;br /&gt;
* LinPHA&lt;br /&gt;
* AjaXplorer&lt;br /&gt;
* MyPhpMoney&lt;br /&gt;
* MindTerm&lt;br /&gt;
* phpMyBackup&lt;br /&gt;
* Torrentflux&lt;br /&gt;
* Ampache&lt;br /&gt;
* Gallery 2&lt;br /&gt;
* phpMyAdmin&lt;br /&gt;
* Joomla&lt;br /&gt;
* Adminer&lt;br /&gt;
* Rnews&lt;br /&gt;
* php Address Book&lt;br /&gt;
* The Address Book&lt;br /&gt;
* DokuWiki&lt;br /&gt;
* Family Connections&lt;br /&gt;
* Speedtest.net Mini&lt;br /&gt;
* ClearBudget&lt;br /&gt;
* Gregarius&lt;br /&gt;
* phpMan&lt;br /&gt;
* Online Bookmarks&lt;br /&gt;
* Clipperz&lt;br /&gt;
* Tiny Tiny RSS&lt;br /&gt;
* eXtplorer&lt;br /&gt;
* PHP Navigator&lt;br /&gt;
* osTicket&lt;br /&gt;
* Log Analyzer&lt;br /&gt;
* Scientific Calculator&lt;br /&gt;
* AjaxChat&lt;br /&gt;
* phpRecipeBook - no recipes to start with.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Applications not installing/working=&lt;br /&gt;
* Jinzora - Take to a installation screen to install jinzora&lt;br /&gt;
            Checking 1495 Files: Sorry, some files are missing!&lt;br /&gt;
             Missing:.htaccess&lt;br /&gt;
* Home Inventory - asks me to down load list.php, no page opens&lt;br /&gt;
* phpMyBackupPro - Installs, user name and password are different then that of the system, changed root to match and worked fine&lt;br /&gt;
* Blog - comes up as blank page&lt;br /&gt;
* phpBB - Installs but get this error. [phpBB Debug] PHP Notice: in file /index.php on line 86: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead&lt;br /&gt;
* loganalyzer - server not found - no errors in the log file&lt;br /&gt;
* Drupal - Installs ok, but app is not installed...prompts for install.&lt;br /&gt;
* Wordpress - Main page works, but when you login it prompts you to open or save wp-login.php&lt;br /&gt;
* Transmission - installs but has an error - may need an rpm for the daemon running&lt;br /&gt;
* CrashPlan - Doesn't work; installed Java JRE doesn't run: -bash: /usr/local/crashplan/jre/bin/java: cannot execute binary file. More info on getting it working on ARM: http://plugcomputer.org/plugforum/index.php?topic=1633.0&lt;br /&gt;
* SABnzbd+: after installing, yum always spit this error: '''Error: Cannot find a valid baseurl for repo: rpmfusion-free''' (RPMFusion free and non free apps not available for ARM).&lt;br /&gt;
* WikkaWiki - Installs ok, but server not found.&lt;br /&gt;
* eyeOS - Install ok, then final setup appears to freeze.&lt;br /&gt;
* VCD-db - Install ok, but blank screen.&lt;br /&gt;
* openSIS - Install ok, but login credentials do not work.&lt;br /&gt;
* portaNEO - Install ok, but server not found.&lt;br /&gt;
* iCalendar (Theme not working)&lt;br /&gt;
* Fantasy Football League - Installs ok, but receive message to do install.&lt;br /&gt;
* WebChess - Installs ok, login credentials do not work.&lt;br /&gt;
* vTiger - Installs ok, but blank screen.&lt;br /&gt;
* WebVNC - Installs, but additional setup may not be possible without desktop access&lt;br /&gt;
* Webmin - Installs ok, but after running script….service unavailable.&lt;br /&gt;
* phpYahtzee - Installs ok, but says server not found.&lt;br /&gt;
* phpList - Installs, but only works if the domain is added to the url.&lt;br /&gt;
* Horde - Installs ok, but login screen does not work.&lt;br /&gt;
* Mantis - Installs, but does not work.  Some PHP version issue.&lt;br /&gt;
* WebERP - Stuck on install.&lt;br /&gt;
* Web KeePass - does not install correctly.&lt;br /&gt;
* DLNA - Installs, but RPMFusion free and non free apps not available for ARM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to [[Amahi_Plug_Edition|Amahi Plug Edition]]&lt;/div&gt;</summary>
		<author><name>Ppmt</name></author>
		
	</entry>
</feed>