Search found 606 matches

by gboudreau
Thu Jun 02, 2011 12:18 pm
Forum: Storage Pooling/Greyhole
Topic: Sudden major greyhole problems
Replies: 20
Views: 6560

Re: Sudden major greyhole problems

fpaste-ing your complete boot.log might help. It's definitely a problem with your MySQL; it should start before Greyhole and mount_shares_locally, but it either doesn't, or the init.d script returns before the mysql daemon is ready to receive connections. Also look for mysql logs in /var/log/ or /va...
by gboudreau
Thu Jun 02, 2011 12:10 pm
Forum: Storage Pooling/Greyhole
Topic: Updating greyhole to 0.9.7
Replies: 11
Views: 4595

Re: Updating greyhole to 0.9.7

Code: Select all

sudo yum update samba
Perfectly safe to do, and you should do it.
Anything below that is just not compatible with Greyhole: there is a bug in those older versions that will prevent you from being able to delete files from Greyhole shares.
by gboudreau
Mon May 30, 2011 7:13 am
Forum: Storage Pooling/Greyhole
Topic: Problem with 0.9.7 hda-greyhole
Replies: 11
Views: 5503

Re: Problem with 0.9.7 hda-greyhole

This is correct. The issue was that there was no symlink, and now there is one. Try connecting to your shares now, it should work fine. If you have issues with mount_shares_locally, please open a new thread, so you don't hijack this thread that is about the missing symlink. (Or just restart the serv...
by gboudreau
Mon May 30, 2011 5:08 am
Forum: Storage Pooling/Greyhole
Topic: Problem with 0.9.7 hda-greyhole
Replies: 11
Views: 5503

Re: Problem with 0.9.7 hda-greyhole

You can try re-installing the RPM (you can't uninstall and then install it; that would uninstall hda-platform!) using the same command you tried to update; just add a --force parameter in there: rpm -Uvh --force http://... If that doesn't fix the symlink (check with ls command I gave above), then yo...
by gboudreau
Mon May 30, 2011 5:03 am
Forum: Storage Pooling/Greyhole
Topic: Help understanding moving LZ.
Replies: 6
Views: 2433

Re: Help understanding moving LZ.

You should start a new thread in the apps forum about Transmission.
by gboudreau
Sun May 29, 2011 4:09 am
Forum: Storage Pooling/Greyhole
Topic: Help understanding moving LZ.
Replies: 6
Views: 2433

Re: Help understanding moving LZ.

Move the LZ from it's old path to the new path. You can do so using the file browser in X, or using the command line (eg. mv /var/hda/files/videos /var/hda/files/drives/drive1/videos) Do I add my new disk as eg. /var/hda/files/drives/drive1 and move /var/hda/files/* (all shares - including transmis...
by gboudreau
Sun May 29, 2011 4:05 am
Forum: Storage Pooling/Greyhole
Topic: Problem with 0.9.7 hda-greyhole
Replies: 11
Views: 5503

Re: Problem with 0.9.7 hda-greyhole

You have a missing a symlink. Uninstalling and re-installing the RPM usually fixes this. You can also create the symlink manually: LIBDIR=/usr/lib; if [ "`uname -i`" = "x86_64" ]; then LIBDIR=/usr/lib64;fi if [ -f ${LIBDIR}/samba/vfs/greyhole.so ]; then rm ${LIBDIR}/samba/vfs/gre...
by gboudreau
Sat May 28, 2011 2:43 am
Forum: Storage Pooling/Greyhole
Topic: Problem balancing drives
Replies: 7
Views: 3822

Re: Problem balancing drives

Try the latest version: http://forums.amahi.org/viewtopic.php?f ... 863#p14863
Then retry balancing.
It's the first time I see those PHP warnings, but maybe the latest version will work better for this.