Changes

From Amahi Wiki
Jump to: navigation, search
30 bytes added ,  11:22, 17 September 2011
no edit summary
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.1213-1.`uname -i`.rpm}}
'''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>
{{Code|rpm -Uvh http://www.greyhole.net/releases/rpm/`uname -i`/hda-greyhole-0.9.1213-1.`uname -i`.rpm --force}}
Use the following command to verify that the Samba symlink was indeed created:
{{Code|ls -l /usr/lib*/samba/vfs/greyhole.so}}