Changes

From Amahi Wiki
Jump to: navigation, search
218 bytes removed ,  18:22, 11 September 2011
no edit summary
4. Back to terminal, make sure you are root (su). Example update command:<br>
<blockquote><b>32-Bit</b>{{Code|rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.1012-1.i386`uname -i`.rpm}}<b>64-Bit</b>{{Code|rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.x86_64.rpm}}</blockquote>
5. Check the GH log for any errors that might have occurred after the upgrade
'''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>
<blockquote><b>32-Bit</b>{{Code|rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.1012-1.i386`uname -i`.rpm --force}}<b>64-Bit</b>{{Code|rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.x86_64.rpm --force}}</blockquote>
Use the following command to verify that the Samba symlink was indeed created:
{{Code|ls -l /usr/lib*/samba/vfs/greyhole.so}}