Changes

From Amahi Wiki
Jump to: navigation, search
1,143 bytes added ,  01:38, 7 August 2014
'''NOTE:''' The Amahi application [http://www.amahi.org/apps/greyhole-logmon Greyhole LogMon] allows viewing the Greyhole log in a web browser.
 
== Disable Greyhole ==
For those who do not use Greyhole, you can disable it. This is based on the fact you never have used it on any share. Recommend using extreme caution as this could have unpredictable results.
 
<u>Amahi 6 (Ubuntu 12.04.x)</u><br />
Perform the following steps as user '''root''' (Ubuntu):
 
update-rc.d -f greyhole remove
rm /etc/monit.d/greyhole.conf
service monit restart
service greyhole stop
 
:'''NOTE:''' <u>DO NOT</u> attempt to remove the Greyhole package as it is a dependency of the HDA software. Doing so will break your HDA.
 
<u>Amahi 7 (Fedoara 19)</u>
systemctl stop amahi-greyhole.service
systemctl disable amahi-greyhole.service
yum -e amahi-greyhole
 
== Emptying Trash ==
:<u>Fedora</u><br />
:As root user:
greyhole --empty-trash
 
:<u>Ubuntu</u>
sudo greyhole --empty-trash
 
About the trash: The trash is used like a Recycle Bin.
That means you'll need to manually empty it once in a while.
To do so, use the --empty-trash parameter (see above).
Another option is to create a 'Greyhole Trash' Samba share.
More details about that [https://github.com/gboudreau/Greyhole/wiki/AboutTrash here].
12,424

edits