Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
greyhole --fsck
===Queue Still Stuck===
If you've done the above, and all you've accomplished is another stuck fsck, it's time to get serious. The only solution I've found is to blow away the landing zone and then schedule the fsck with an empty landingzone. Greyhole will rebuild your file links from the files in your storage drives, so you won't lose anything except the data that was waiting to be moved to your storage drives. The steps below will mitigate even that loss.
If you run into any trouble with the above, post it in the [http://forums.amahi.org/viewforum.php?f=39&sid=f676fa2944ab7d2ccfc8901ee731b6fe Amahi forums] '''and''' PM me (U=doczombie) the link to your forum post if you like (PM's without a link to a forum post are liable to be ignored).
===Database Error Table :greyhole.tasks does not exist ===
Can't describe tasks with query: DESCRIBE tasks - Error: Table 'greyhole.tasks' doesn't exist
service greyhole start
===Drive is OFFLINE===
Check that the ''/gh'' folder is created on the drive.
Back to the [[Greyhole]] page
 
== Out Of iNodes ==
Ran out Of iNodes due to the size of the Greyhole Spool directory. The following should fix the problem.
mv /var/spool/greyhole /var/spool/greyhole.bak
mkdir -p /var/spool/greyhole
chmod 777 /var/spool/greyhole
/usr/bin/greyhole --create-mem-spool
systemctl restart amahi-greyhole.service
greyhole -f
 
Reference: [https://github.com/gboudreau/Greyhole/issues/123 Greyhole Issue 123]
12,424

edits