Changes

From Amahi Wiki
Jump to: navigation, search
621 bytes added ,  19:57, 11 September 2011
no edit summary
Amahi releases new versions of Greyhole (GH) after they've been tested. If you follow this guide to update your GH install manually you do so on your own risk. If it breaks, it's on you.
== Instructions Option 1 - Use the Greyhole YUM repository == 1. If you didn't already, add the Greyhole YUM repository to your YUM configuration.{{Code|curl -o /etc/yum.repos.d/greyhole.repo http://www.greyhole.net/releases/rpm/greyhole.repo}} 2. If you want to use this repository every time yum is used (including for Amahi automatic updates), change enabled=0 to enabled=1 in /etc/yum.repos.d/greyhole.repo. You can safely skip this step if you want to manually update in the future. 3. Update hda-greyhole to the latest version: <code>yum --enablerepo=greyhole update hda-greyhole</code> == Option 2 - Manually install the latest RPM == 
1. Find current version:
{{Code|rpm -q hda-greyhole}}
5. Check the GH log for any errors that might have occurred after the upgrade
{{Code|nano tail -f /var/log/greyhole.log}}
6. Re-check the version of your newly updated Greyhole install, and enjoy!
{{Code|rpm -q hda-greyhole}}
=== Troubleshooting ===
'''Can't access your shares after you upgraded ?'''
Try to re-install the same RPM a second time. Sometimes, the script included in the RPM can't create the Greyhole module for Samba where it should, and this will cause your Greyhole pooled shares to become unaccessible. Re-installing the same RPM a second time always fix that issue. Use the same command but add the --force parameter<br>