I just installed Amahi on Ubuntu Server 12.04. I'm pretty new to the command line interface, but with a bit of work, I got Amahi up and running, and got all my hard drives to mount as well.
I would like to be able to utilize FlexRAID, and figuring that not only do I not know what I'm doing, but I haven't been using greyhole extensively, so no time like the present to get FlexRAID up and running!
So after some googling, I came across the wiki article here: http://wiki.amahi.org/index.php/FlexRAID however following the initial steps, it's not working as it should.
First, the instruction to disable greyhole were not cooperating. I suspect that was because I had never configured it for anything, and never assigned any disks to shares or to greyhole...
By not cooperating, I mean when following this guide: http://wiki.amahi.org/index.php/Greyhol ... e_Greyhole and typing in
Code: Select all
chkconfig greyhole off
Anyway, I type service greyhole stop and all seems well. The web interface reflects that greyhole is indeed not running.
Only to the FlexRAID wiki article...
Code: Select all
root@ogi-server:/var/hda/web-apps/flexraid# ls
FlexRAID_Basic_Host_1.4_beta7.bin FlexRAIDWebUI_1.4 FlexRAIDWebUI_1.4.tar.gz html logs
root@ogi-server:/var/hda/web-apps/flexraid# tar -xzpf FlexRAIDWebUI_1.4.tar.gz -d html
tar: You may not specify more than one `-Acdtrux' or `--test-label' option
Try `tar --help' or `tar --usage' for more information.
root@ogi-server:/var/hda/web-apps/flexraid#
Code: Select all
root@ogi-server:/var/hda/web-apps/flexraid# ./FlexRAID_Basic_Host_1.4_beta7.bin
bash: ./FlexRAID_Basic_Host_1.4_beta7.bin: No such file or directory
root@ogi-server:/var/hda/web-apps/flexraid#