Fedora 16
From Amahi
| WARNING | |
|---|---|
| This is only for developers, advanced users and testers. Do NOT use with data you would not mind losing! |
Fedora 16 IS NOT OFFICIALLY SUPPORTED YET! APPS ARE NOT PUBLICLY AVAILABLE.
Contents |
Steps to get going
- Install using the standard procedure using the repo
f16.amahi.org - 32-bit ONLY: use the Fedora 16 32-bit mirrors.
- Follow Fedora 14 Install Instructions as a guide, substituting F16
- Recommend you deselect LVM for drive configuration. This is not needed with Greyhole integrated and could cause problems.
- Connect to the installer at:
| Link |
|---|
| http://localhost:2000 |
- Input your install code, install and reboot
- Apps are not publicly available yet.
- 64-bit and ARM (if available) will be worked once 32-bit is somewhat stable.
Known Issues
- The monit watchdog is not working (see Fedora 16 bug)
- Samba needs to be enabled on boot and started (
systemctl enable smb.serviceandsystemctl start smb.service) - There are no desktop icons for the installer or the dashboard
- No apps available publicly
- Greyhole is not tested, this needs to be tested, as it's fully up to date
- After app install, web server requires manual restart
- Leave the system "Out Of The Box" do not run "yum update" (for now at least) or you will get dependency errors when installing the hda-suite
Things Working
- User creation/deletion
- Share creation/deletion
- Web interface
- OpenVPN is being removed from the platform and has become a one-click app.
Apps Working
- The list will be updated as more apps are tested.
| Linfo | Log Analyzer | phpMyAdmin | Wordpress | AjaXplorer |
| Gallery 2 | OpenVPN ALS | phpRecipeBook | WebCalendar | Family Connections |
| phpYahtzee | Rnews | phpMyFAQ | Clipperz | eXtplorer |
| MediaWiki | TikiWiki | MindTerm | My Tiny Todo | Gregarius |
| ArcademSX | ArcademSX Game Pack 1 | ArcademSX Game Pack 2 | Greyhole LogMon | *BandwidthD |
| *Airprint Server | *TCExam | *vTiger | * WikkaWiki | * eyeOS |
| *Coppermine Photo Gallery | *MyIT CRM | *MyUPB | *eFront | *osTicket |
| *GLPI | *Support Incident Tracker | *Soltaire | *Piwigo | *Mahara |
| *Tine | *Nagios 3 | *NagiosQL | *Cacti | * Open-Audit Server |
| *Roundcube | *OCS Inventory NG | *Zabbix | *Pligg | *todoyu |
| *Crafty Syntax | Squeezebox Server | Transmission | Webmin | Usermin |
| *Tiny Tiny RSS | *CouchPotato | *Sick Beard | Monitorix | Jinzora |
| phpSysInfo | OpenDB | phpMyBackup | php Address Book | TheAddressBook |
| phpBB | DokuWiki | AmpJuke | clearBudget | openSIS |
| webERP | Drupal | Speedtest.net Mini | *Feng Office | Adminer |
| iCalendar | phpMan | Tin Can Jukebox | Gallery 3 | *Subsonic |
| *Joomla | *Horde | ZNC | *SugarCRM | *qBittorrent |
NOTE: * Denotes Alpha/Beta Status
Apps Broken
- The list will be updated as more apps are tested.
| *vnStat | *Redmine | DLNA | Videos5 | VNC |
| *Retrospectiva | *Deluge | IPSec VPN | *Motion | SABnzbd Plus |
| *The Bug Genie | VCD-db | Ajaxterm | MyPhpMoney | *uTorrent |
| *MediaTomb |
NOTE: * Denotes Alpha/Beta Status
ISSUES
- Apps that use RPMFusion Free and NonFree (i.e. SABnzbd Plus) are broken due to a GPG Key issue with Fedora 16.
Fixed Issues
- DHCP is not working (leases file cannot be written)
- Work around:
bash code touch /var/lib/dhcpd/dhcpd.leases
chown dhcpd:dhcpd /var/lib/dhcpd/dhcpd.leases
- In some cases, if the ethernet interface may not be at eth0 in which case it will fail completely. There is a work-around for this (it would also be nice if you can report below the name of the network device). You can boot with this to get the usual n
- There was a problem with an unsigned package rubygem-passenger-native-libs-3.0.9-2.fc16_1.8.7.352.i386.rpm when attempting to run yum install hda-suite. This was resolved by running the following.
| bash code |
|---|
| yum --nogpgcheck install hda-suite |
