Changes

From Amahi Wiki
Jump to: navigation, search
391 bytes removed ,  01:28, 25 March 2016
{{MessageBox|backgroundcolor =#FBB|image = Disclaimer Warning.png|heading =WARNING|message =Amahi releases new versions of Greyhole (GH) after they've been tested. If you follow this guide to update your GH install Greyhole manually you do so on your own risk. If it breaks, it's on you. All the steps below should be executed as root.}}== Fedora ==Amahi releases new versions of Greyhole (GH) after they've been tested.<br />
== Option 1 - Use To update to the Greyhole YUM repository ==latest version available, do the following:
1. If you didn't already* [[open_terminal|As root user]], add the Greyhole YUM repository to your YUM configuration.execute{{Code|curl yum update amahi-o /etc/yum.repos.d/greyhole.repo http://www.greyhole.net/releases/rpm/greyhole.repo.disabled}}
2. If you want to use this repository every time yum is used (including for Amahi automatic updates), change '''NOTE:''/etc/yum.repos.d/greyhole.repo''''' from:{{Text|Text=enabled The <nowikib>=ONLY</nowikib>0}}to {{Text|Text=enabled<nowiki>=</nowiki>1}}'''NOTE:''' officially supported Greyhole package for Amahi 7 or greater is available from the Amahi repository. The Greyhole web site no longer provides updates for Amahi. You can safely skip this step if If you want attempt to manually update in the futureinstall anything other than amahi-greyhole, it could render your HDA inoperable.
3==Ubuntu==Amahi releases new versions of Greyhole (GH) after they've been tested. Update hda-greyhole to the latest version'''Official Greyhole for Amahi on Ubuntu 12.04.x: {{Code|yum --enablerepo<nowiki>=</nowiki>greyhole update hda-greyhole}}''' 0.9.22
== Option 2 = Greyhole Repo ===Use the Greyhole APT repository. If you didn't already, add the Greyhole APT repository to your APT configuration. sudo sh -c 'echo "deb <nowiki>http://www.greyhole.net/releases/deb</nowiki> stable main" > /etc/apt/sources.list.d/greyhole.list' curl -s <nowiki>http://www.greyhole.net/releases/deb/greyhole-debsig.asc</nowiki> | sudo apt-key add - sudo apt- get update === Manual install ===Manually install the latest RPM ==DEB package.
1. Find current version:
{{Code|rpm -q hda- sudo greyhole}} 2. Is there a new version?<br><blockquote>http://www.greyhole.net/download/</blockquote> 3. Browse the archive and copy the link for the latest hda-greyhole (Amahi needs hda-greyhole, the regular greyhole will conflict)<blockquote>http://www.greyhole.net/download/archives.html</blockquote> 4. Back to terminal, make sure you are root (su). Example update command:<br>{{Code|rpm -Uvh http://www.greyhole.net/releases/rpm/`uname -i`/hda-greyhole-0.9.13-1.`uname -i`.rpm}}  5. Check the GH log for any errors that might have occurred after the upgrade{{Code|tail -f /var/log/greyhole.log}}
62. Re-check Is there a new version? Browse the version of your newly updated Greyhole install, [http://www.greyhole.net/releases/deb/ archive] and enjoy!{{Code|rpm -q hda-copy the link for the latest greyhole}}.<br>
=== Troubleshooting ==='''Can't access your shares after you upgraded ?'''Try 3. Back to re-install the same RPM a second time. Sometimesterminal, 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 unaccessiblemake sure you execute as root (sudo). Re-installing the same RPM a second time always fix that issue. Use the same Example update command but add the for 64--force parameterbit:<br>{{Code|rpm -Uvh wget <nowiki>http://www.greyhole.net/releases/rpmdeb/`uname greyhole-i`0.9.31-1.amd64.deb</hdanowiki> sudo dpkg -i greyhole-0.9.1331-1.`uname -i`amd64.rpm --force}}deb
4. Check the GH log for any errors that might have occurred after the upgrade
tail -f /var/log/greyhole.log
Use 5. Re-check the following command to verify that the Samba symlink was indeed created:version of your newly updated Greyhole install, and enjoy!{{Code|ls -l /usr/lib*/samba/vfs/ sudo greyhole.so}}
12,424

edits