Changes

From Amahi Wiki
Jump to: navigation, search
ExecStart=/usr/sbin/dhid -P /var/run/dhis/dhid.pid
PIDFile=/var/run/dhis/dhid.pid
=== Amahi Greyhole Test Checklist ===
1. Install Greyhole and verify no errors
 
rpm -Uvh URL
 
2. Check the Greyhole log for normal behavior
 
tail -f /var/log/greyhole.log
 
3. Stop, start, and restart the service, checking status for errors
 
systemctl stop amahi-greyhole.service
systemctl status amahi-greyhole.service
systemctl start amahi-greyhole.service
systemctl status amahi-greyhole.service
systemctl restart amahi-greyhole.service
systemctl status amahi-greyhole.service
 
4. Add a few files to Greyhole-enabled shares and check log for errors
 
tail -f /var/log/greyhole.log
 
5. At command line, execute the following which should yield 1 line with 3 numbers
 
greyhole-dfree
 
6. Verify in dashboard that Disk Partitions appear correctly
 
7. Reboot machine to ensure Greyhole starts without errors
 
ps guax | grep greyhole
tail -f /var/log/greyhole.log
 
8. Verify version of amahi-greyhole installed is correct
 
greyhole
 
9. Delete 1 file and check log for activity
 
tail -f /var/log/greyhole.log
 
10. Force greyhole to managed files and check log for errors
 
greyhole -f
tail -f /var/log/greyhole.log
 
11. Empty the attic and it should reflect something being removed.
 
greyhole -a
 
12. Check log to verify still working correctly and should show sleeping.
 
tail -f /var/log/greyhole.log
 
If any of the steps are not correct, there is most likely a bug. This testing must be on an Amahi 7 machine with the latest Amahi platform and no OS updates installed. Basically it should appear like a new install.
12,424

edits