Search found 606 matches

by gboudreau
Thu Aug 04, 2011 8:18 pm
Forum: Storage Pooling/Greyhole
Topic: what is the best way to acces the shares from Windows?
Replies: 21
Views: 8953

Re: what is the best way to acces the shares from Windows?

I want to know this, because I uploaded some photos today. for some reason they were suddenly made into symlinks and therefor unreachable for my window machines. I uploaded them in \\hda\pictures\ (on Amahi in /var/hda/files/pictures) but they were only symlinks in there and the got to /var/hda/fil...
by gboudreau
Thu Jul 07, 2011 6:24 am
Forum: Storage Pooling/Greyhole
Topic: Greyhole only partionally working on netatalk/SAMBA shares?
Replies: 1
Views: 1877

Re: Greyhole only partionally working on netatalk/SAMBA shar

There is no plan to support anything but Samba in the future. The situation described by B. is normal. Greyhole is not stopped, it's just retrying over and over to work on a locked file. That doesn't prevent it from working on other files. And it will be able to work on the locked file as soon as it...
by gboudreau
Tue Jun 28, 2011 4:51 am
Forum: Storage Pooling/Greyhole
Topic: Remove disk from storage pool
Replies: 8
Views: 3664

Re: Remove disk from storage pool

When you use --something, if that something needs a parameter, it must be specified with an = sign, not a space.

Code: Select all

greyhole --going=/var/hda/files/drives/drive3/gh
by gboudreau
Sun Jun 05, 2011 12:23 pm
Forum: Storage Pooling/Greyhole
Topic: Problem balancing drives
Replies: 7
Views: 3819

Re: Problem balancing drives

Code: Select all

rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.8-1.`uname -i`.rpm
by gboudreau
Sun Jun 05, 2011 12:19 pm
Forum: Storage Pooling/Greyhole
Topic: Problem balancing drives
Replies: 7
Views: 3819

Re: Problem balancing drives

You can track the issue here: https://github.com/gboudreau/Greyhole/issues/18 0.9.8 should attempt to fix this. Attempt because I'm unable to reproduce it, so I'll just try another way I know of to move the files, and hope it works (I'm pretty sure it will; it did resolve other similar issues on 32-...
by gboudreau
Sun Jun 05, 2011 9:30 am
Forum: Storage Pooling/Greyhole
Topic: Problem balancing drives
Replies: 7
Views: 3819

Re: Problem balancing drives

No, the path length is fine. Anything below 255 characters will be fine. That error message is probably caused by trying to rename (move) a file that is above 2GB on a 32-bit system. You're on 32-bit, right? ("uname -i" would return i386 on 32-bit, and x86_64 on 64-bit). Also, do you have ...
by gboudreau
Sat Jun 04, 2011 2:36 am
Forum: Storage Pooling/Greyhole
Topic: Sudden major greyhole problems
Replies: 20
Views: 6555

Re: Sudden major greyhole problems

I doubt this happened during a manual Greyhole updated: Greyhole doesn't know about & doesn't touch crashplan and mount_shares_locally, both of which also had the weird symlink.
by gboudreau
Fri Jun 03, 2011 5:55 pm
Forum: Storage Pooling/Greyhole
Topic: Sudden major greyhole problems
Replies: 20
Views: 6555

Re: Sudden major greyhole problems

In /etc/rc3.d/, you have 3 symlinks that start with "S-1" Those will be started before everything else, and Greyhole and mount_shares_locally are there. Remove those (rm); they are also symlinks at their proper location (S92), so just deleting the S-1 will fix your problems. No idea what a...
by gboudreau
Fri Jun 03, 2011 5:52 pm
Forum: Storage Pooling/Greyhole
Topic: Updating greyhole to 0.9.7
Replies: 11
Views: 4590

Re: Updating greyhole to 0.9.7

Try re-installing the RPM (add --force to the rpm command to reinstall).
If that doesn't work, manually re-create the symlink that the RPM removed: http://forums.amahi.org/viewtopic.php?p=14905#p14905
by gboudreau
Fri Jun 03, 2011 2:44 am
Forum: Storage Pooling/Greyhole
Topic: Sudden major greyhole problems
Replies: 20
Views: 6555

Re: Sudden major greyhole problems

Code: Select all

fpaste /etc/inittab ls -laR /etc/rc*.d/ | fpaste