SOLVED: Out of space in "shares"-lots of free space on drive

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Fri Jan 02, 2015 9:12 pm

So let me just see if I follow:

1. Leave root (/) partition as is on sda5
2. Mount /home on same disk as ( / ) as well (I would have to shrink sda5 to allow for the new partition, correct? How much?
3. Use sda5 (/) as Greyhole LZ
4. Mnt sdb1 as hdd1 (do I need to format or clean the partition structure)
5. Finally from what I understand...after both disks are pooled in Greyhole the process works as follows:
a. Add file to /var/hda/files/<share>
b. file will be downloaded/copied/transferred to LZ on root
c. once that operation completes, the file is cp'd to location within diskpool observing #of copies in greyhole.conf
d. finally, once that is complete, new copies are symlinked to /var/hda/files/<share>
Correct, except for #2. You are not mounting /home on sda5 but moving the data to that partition. /home is a directory in this case and will share space with the OS and such.

Not sure if doing all this won't break your HDA. It's best to follow the guidance we provide, especially when it comes to disconnecting all but one drive. Keeps things simple and less hassle in the long run.
Ok. Thank you.

Since the install is fresh, and mostly I have been just toying with configurations and not writing much data...if it breaks, I will just go with a "one" disk clean install and start all over. I will update if anything goes awry.

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Fri Jan 02, 2015 10:41 pm

EDIT: i just cp -rpH to /old_home/user, commented out fstab mount for home, rebooted and moved back to /home/user

so far so good.

greyhole service dumps (fails to start)

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby bigfoot65 » Sat Jan 03, 2015 7:33 am

Good to hear about the move of /home. As for Greyhole, did you follow the wiki guidance for configuring it or are you using the Greyhole UI?
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Sat Jan 03, 2015 7:45 pm

Good to hear about the move of /home. As for Greyhole, did you follow the wiki guidance for configuring it or are you using the Greyhole UI?
wiki guidance. still no love....but staying focussed

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby bigfoot65 » Sun Jan 04, 2015 8:20 am

So what is your current issue? Will try to assist.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Sun Jan 04, 2015 8:33 pm

So what is your current issue? Will try to assist.
amahi-greyhole.service fails to start.

Will check log and report back tomorrow.

Thank you.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby bigfoot65 » Mon Jan 05, 2015 2:05 pm

Let us know what the error is that prevents Greyhole from starting. You stated you followed manual Greyhole setup. Is it possible you missed a step?
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Tue Jan 06, 2015 8:51 pm

Let us know what the error is that prevents Greyhole from starting. You stated you followed manual Greyhole setup. Is it possible you missed a step?
Stalled out here on rpm install:

Code: Select all

Installing : amahi-greyhole-0.9.60-3.x86_64 1/1 ln -s '/usr/lib/systemd/system/amahi-greyhole.service' '/etc/systemd/system/multi-user.target.wants/amahi-greyhole.service' Job for amahi-greyhole.service failed. See 'systemctl status amahi-greyhole.service' and 'journalctl -xn' for details. warning: %post(amahi-greyhole-0.9.60-3.x86_64) scriptlet failed, exit status 1 Non-fatal POSTIN scriptlet failure in rpm package amahi-greyhole-0.9.60-3.x86_64 Verifying : amahi-greyhole-0.9.60-3.x86_64 1/1 Installed: amahi-greyhole.x86_64 0:0.9.60-3 Complete!
I have tired uninstalling and reinstalling.

Also:

Code: Select all

hda-create-db-and-user: creating greyhole ERROR 1396 (HY000) at line 2: Operation CREATE USER failed for 'greyhole'@'localhost'

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby bigfoot65 » Tue Jan 06, 2015 9:02 pm

Try this for reinstalling:

Code: Select all

yum reinstall amahi-greyhole
Also the database has to be dropped before you can recreate it. See hda-create-db-and-user utility script for details.

Code: Select all

hda-create-db-and-user -d greyhole
Hope this helps.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Poser
Posts: 13
Joined: Mon Dec 29, 2014 5:14 pm

Re: SOLVED: Out of space in "shares"-lots of free space on d

Postby Poser » Tue Jan 06, 2015 9:48 pm

Try this for reinstalling:

Code: Select all

yum reinstall amahi-greyhole
Also the database has to be dropped before you can recreate it. See hda-create-db-and-user utility script for details.

Code: Select all

hda-create-db-and-user -d greyhole
Hope this helps.
Help it did...up and running. Thank you.

Who is online

Users browsing this forum: No registered users and 37 guests