SOLVED: Greyhole pool stays offline

klauswirn
Posts: 20
Joined: Sat Dec 18, 2010 1:27 pm

SOLVED: Greyhole pool stays offline

Postby klauswirn » Sat Feb 07, 2015 6:56 am

Hi there,

i still wanted to upgrade my old amahi setup im happy with fpr years.

Now i installed the amahi 7.1 express cd and that works fine for me.

I use a new ssd for the system.

Now i wanted to add a new hard disc for testing the upgrade.

After installing anything and mounting share localy it looks fine, but i still have only 2MBYTE Free space, no diskpooling works.
The second hdd ist a 640GByte disc, copmplettly erased and used cfdisk for partitioning.

Hope someone can help me.



Here are some logs:

__________________________________________________________________________________
[root@localhost igor]# uname -r; rpm -q samba amahi-greyhole
3.14.27-100.fc19.x86_64
samba-4.0.21-1.fc19.x86_64
amahi-greyhole-0.9.60-3.x86_64
[root@localhost igor]#

__________________________________________________________________________________
# This file is automatically generated for WORKGROUP setup.
# Any manual changes MAY BE OVERWRITTEN
# Amahi configuration, generated on 2015-02-07 14:17:23 +0100
[global]
workgroup = WORKGROUP
server string = workgroup
netbios name = hda
printing = cups
printcap name = cups
load printers = yes
cups options = raw
log file = /var/log/samba/%m.log
log level = 0
max log size = 150
preferred master = yes
os level = 60
time server = yes
unix extensions = no
wide links = yes
security = user
username map script = /usr/share/hda-platform/hda-usermap
large readwrite = yes
encrypt passwords = yes
dos charset = CP850
unix charset = UTF8
guest account = nobody
map to guest = Bad User
wins support = yes


[homes]
comment = Home Directories
valid users = %S
browseable = no
writable = yes
create mask = 0644
directory mask = 0755

[print$]
path = /var/lib/samba/drivers
read only = yes
force group = root
write list = @ntadmin root
force group = root
create mask = 0664
directory mask = 0775
guest ok = yes

[printers]
path = /var/spool/samba
writeable = yes
browseable = yes
printable = yes
public = yes

[Doku]
comment = Doku
path = /var/hda/files/doku
writeable = yes
browseable = yes
create mask = 0775
force create mode = 0664
directory mask = 0775
force directory mode = 0775
dfree command = /usr/bin/greyhole-dfree
vfs objects = greyhole
[Movies]
comment = Movies
path = /var/hda/files/movies
writeable = yes
browseable = yes
create mask = 0775
force create mode = 0664
directory mask = 0775
force directory mode = 0775
dfree command = /usr/bin/greyhole-dfree

vfs objects = greyhole
[Music]
comment = Music
path = /var/hda/files/music
writeable = yes
browseable = yes
create mask = 0775
force create mode = 0664
directory mask = 0775
force directory mode = 0775
dfree command = /usr/bin/greyhole-dfree
vfs objects = greyhole

__________________________________________________________________________________


# This file is part of Greyhole.

#### Database Connection ####
# Available engines: mysql, sqlite
# When choosing sqlite, 'db_host', 'db_user', 'db_pass' & 'db_name' options are not required, but 'db_path' is.

db_engine = mysql
db_host = localhost
db_user = greyhole
db_pass = greyhole
db_name = greyhole

#### Timezone ####
# You can comment this out if you already define a `date.timezone` in your php.ini. Otherwise, this config option is mandatory.
# See the list of allowed values here: http://www.php.net/manual/en/timezones.php

#timezone = America/Montreal

#### Email Recipient ####
# Will receive email reports for daily fsck, or when all drives are out of
# available space.
# When specifying no @hostname, the email will be delivered to the local
# mailbox of that user.

email_to = root
#email_to = root@test.com

#### Greyhole Daemon Niceness ####
# Niceness of the background daemon that handle most of the heavy lifting.
# Number between -20 and 19.
# The higher the number, the more 'nice' the daemon will be, i.e. the less
# resources it will get, versus other processes with a lower niceness.

# daemon_niceness = 1

#### Greyhole Log File ####
# If you define a greyhole_error_log_file, WARNING, ERROR and CRITICAL logs will be written there, instead of using greyhole_log_file.
# Notes:
# - greyhole_error_log_file will be ignored if greyhole_log_file = syslog.
# - you can't use syslog for greyhole_error_log_file and a normal file for greyhole_log_file.
# - if you use something else than /var/log/greyhole.*, you will want to change /etc/logrotate.d/greyhole accordingly.

# greyhole_log_file = syslog
greyhole_log_file = /var/log/greyhole.log
# greyhole_error_log_file = /var/log/greyhole.err

# Available verbosity levels: DEBUG, INFO, WARN, ERROR
# Note that for --status to work correctly, you'll need to keep this to DEBUG.

log_level = DEBUG

# Log Greyhole memory usage on each log line?

log_memory_usage = no

# Look for other processes working on files on the Greyhole shares?
# Disable to get more speed, but this might break some files, if any
# application change your files while Greyhole tries to work on them.

check_for_open_files = yes

#### Shares Settings ####
# Number of copies of each file you want Greyhole to keep, per Share.
# This is not the number of duplicates! 2 copies = 1 duplicate
# If you change one of those, you should run fsck manually, or wait for the
# daily fsck, to have the additional copies created, or extra copies deleted.
#
# Example:
#
# num_copies[Backups] = 2
# num_copies[CrashPlan] = 2
# num_copies[Games] = 2
# num_copies[Music] = 2
# num_copies[Photos] = max # This will insure those files are on all HDD
# num_copies[RecordedTV] = 1
# num_copies[Software] = 2
# num_copies[TimeMachine] = 1
# num_copies[Videos] = 2

num_copies[Movies] = 1
num_copies[Doku] = 1
num_copies[Music] = 1

#### Storage Pool ####
# Where should the file copies be kept?
# You probably want to list all your physical hard drives here.
# Also specify how much free space you want to reserve on each drive. This is
# a soft limit that will be ignored if the necessary hard drives are below
# their minimum.
# For example, if you specify a 100 GB limit on all drives, and only one still
# have more than 100 GB of free space, and you save a new file on a share for
# which you specified you want multiple copies, this drive will be used first,
# but the other drives that have less free space will be used to store the
# additional copies.
#
# Example:
#
# storage_pool_drive = /mnt/hdd0/gh, min_free: 10gb
# storage_pool_drive = /mnt/hdd1/gh, min_free: 10gb
# storage_pool_drive = /mnt/hdd2/gh, min_free: 10gb
# storage_pool_drive = /mnt/hdd3/gh, min_free: 10gb
#storage_pool_directory = /var/hda/files/drives/drive1/gh, min_free: 10gb

storage_pool_drive = /var/hda/files/drives/drive1/gh, min_free: 10gb
# The following can help you test Greyhole by defining multiple storage_pool_drive
# that are in fact just empty directories on the same drive.
# WARNING! Do NOT enable that option when you're not testing Greyhole.
# Doing so could result is lost data when a drive will fail.
#
# allow_multiple_sp_per_device = no

### Storage Drive Selection Groups ###
# The groups you define here will be available to use in the
# drive_selection_algorithm option(s) below.
# The group names (OK, NEW, BROKEN, REMOTE in the example below) can be
# anything you'd like.
# Use one line per group, with the following syntax:
# group name: one or more (comma-separated) storage pool drives
# If you ommit any storage pool drive from your groups, this drive
# will NOT be used by Greyhole!
#
# See https://github.com/gboudreau/Greyhole/wiki/SuggestedStorageSelectionAlgorithmUsage
# on how we suggest you use this feature.

# drive_selection_groups = OK: /mnt/hdd0/gh, /mnt/hdd2/gh
# NEW: /mnt/hdd1/gh
# BROKEN: /mnt/hdd3/gh
# REMOTE: /mnt/remote1/gh

# You can also define drive_selection_groups for specific shares:
#
# drive_selection_groups[Photos] = SATA: /mnt/hdd0/gh
# IDE: /mnt/hdd1/gh, /mnt/hdd2/gh
# USB: /mnt/hdd3/gh

#### Storage Drive Selection Algorithm ####
# available algorithms: most_available_space, least_used_space
# most_available_space: use the drives with the most available space
# first, so that available space on all drives should become and stay
# balanced.
# least_used_space: use the drives with the least used space
# first, so that used space on all drives should become and stay
# balanced.

drive_selection_algorithm = most_available_space

# If you defined drive_selection_groups above, you'll want to use them here.
# Use the 'forced' keyword, then list the groups you want to use, in order, and
# prefix each group name with the number of drives you want to use from
# that group before using the next group.
# Use the 'all' keyword to indicate you want Greyhole to use all drives
# from a specific group before starting to use drives from the next group.
# You'll need to indicate how Greyhole should pick drives within a group by
# ending your line with either 'least_used_space' or 'most_available_space'.
#
# drive_selection_algorithm = forced (1xOK, 1xNEW, 1xBROKEN, 1xREMOTE) most_available_space

# You can also define drive_selection_algorithm for specific shares:
#
# drive_selection_algorithm[Videos] = least_used_space
# drive_selection_algorithm[Photos] = forced (all SATA, 1xIDE, 1xUSB) most_available_space

#### Sticky Files ####
# Sticky files are files that will always 'live' together, in the storage pool.
#
# This will allow you to read (and read-only!) those files by using the
# storage pool drives themselves, instead of using the mounted shares.
# To see when that might be useful, read Issue #3 at the URL below.
# [http://code.google.com/p/greyhole/issues/detail?id=3]
#
# Each sticky_files line should start with the name of a share, followed by a
# directory inside that share.
# One or more stick_into lines should follow each sticky_files line, if you
# want the files to go on specific hard drive(s).
# If you don't specify any stick_into, the drive with the most free space will
# be use to hold your files together.

sticky_files = Music/

# sticky_files = Videos/Movies/
# stick_into = /mnt/hdd1/gh
# stick_into = /mnt/hdd5/gh

# How long should free space calculations be cached (in seconds).
# When selecting drives using their available / free space, the last cached
# value will be used.
# Use 0 to disable caching.

df_cache_time = 15

#### Trash ####
# Move deleted files to trash, instead of deleting them?
# (Yes, trash is just another name for a Recycle Bin.)
# You can specify per-share preferences that will override the global
# preference.

delete_moves_to_trash = yes
# delete_moves_to_trash[CrashPlan] = no
# delete_moves_to_trash[TimeMachine] = no

#### Frozen directories ####
# Directories listed below will not be touched by Greyhole until the user
# wants it to (greyhole --thaw=<dir>).
#
# This can be used to process often-updated files at regular intervals,
# instead of having Greyhole process them as soon as they change.
#
# Each frozen_directory line should start with the name of a share, followed
# by a directory inside that share.

# frozen_directory = Data/mysql

#### Maximum Queued Tasks ####
# Maximum number of queued tasks to store in MySQL/SQLite, when parsing the
# spool directory. Use a lower number if you experience slowness while parsing
# spooled operations.
# Default is 10000000 when using MySQL, and 1000 when using SQLite.
# Setting a value here will overwrite those defaults.

# max_queued_tasks = 10000000

#### Memory Limit ###
## Maximum amount of ram that Greyhole can consume while running
## this can be higher than the global php.ini memory limit
## if greyhole uses >95% of available memory while loading
## data it will quit and throw an error in the logs
# Default is 128M
# Setting a value here will overwrite this default.
# It is NOT advisable to lower the memory limit.
# memory_limit = 128M

#### Copy Method ####
# Possible values: cp, rsync
# cp is less CPU-intensive, and generally faster than rsync, which is still
# available for backward compatibility

# copy_method = cp

#### Executed tasks retention ####
# How long should executed tasks be kept in the database, after having been executed.
# Those are strictly for debugging purposes; they serve no other purposes.
# Enter a number of days, or 'forever' (no quotes).
# The default is to keep 60 days.

# executed_tasks_retention = 60

#### Ignored files & folders ####
# Files that match the patterns below will be ignored by Greyhole.
# They will stay in the landing zone indefinitely, so be careful on what you
# define here. List here all files and folders that are temporary, to prevent
# Greyhole from working for nothing.
#
# Format is Regular Expressions (PCRE syntax)
#
# ignored_files is matched against the file name only.
# ignored_folders is matched against the concatenation of the share name and
# the full path to the file (without the filename), eg: Videos/Movies/HD

# rsync temporary files
ignored_files = \..*\.[0-9a-zA-Z]{6}
# Microsoft Office temporary files
ignored_files = [0-9A-F]{8}\.tmp
# CrashPlan (restore) temporary files
ignored_files = \.cprestoretmp.*
# SABnzbd temporary folders when extracting a download
ignored_folders = .*/_UNPACK_.*
# Windows thumbs database files
#ignored_files = Thumb.db

________________________________________________________________________

root@localhost igor]# mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=888876k,nr_inodes=222219,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
/dev/sda3 on / type ext4 (rw,relatime,data=ordered)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=33,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
configfs on /sys/kernel/config type configfs (rw,relatime)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
sunrpc on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sda1 on /boot type ext4 (rw,relatime,data=ordered)
/dev/sdb1 on /var/hda/files/drives/drive1 type ext4 (rw,relatime,data=ordered)
none on /var/spool/greyhole/mem type tmpfs (rw,relatime,size=4096k)
//127.0.0.1/Doku on /mnt/samba/Doku type cifs (rw,relatime,vers=1.0,cache=strict,username=igor,domain=HOME,uid=1000,forceuid,gid=100,forcegid,addr=127.0.0.1,file_mode=0660,dir_mode=0770,hard,nounix,nobrl,mfsymlinks,rsize=61440,wsize=65536,actimeo=1)
//127.0.0.1/Movies on /mnt/samba/Movies type cifs (rw,relatime,vers=1.0,cache=strict,username=igor,domain=HOME,uid=1000,forceuid,gid=100,forcegid,addr=127.0.0.1,file_mode=0660,dir_mode=0770,hard,nounix,nobrl,mfsymlinks,rsize=61440,wsize=65536,actimeo=1)
//127.0.0.1/Music on /mnt/samba/Music type cifs (rw,relatime,vers=1.0,cache=strict,username=igor,domain=HOME,uid=1000,forceuid,gid=100,forcegid,addr=127.0.0.1,file_mode=0660,dir_mode=0770,hard,nounix,nobrl,mfsymlinks,rsize=61440,wsize=65536,actimeo=1)
[root@localhost igor]#
_____________________________________________________________________________


[root@localhost igor]# fdisk -l

Disk /dev/sda: 128.0 GB, 128035676160 bytes, 250069680 sectors
Units = Sektoren of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x000d9119

Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 7819263 3396608 82 Linux swap / Solaris
/dev/sda3 7819264 250068991 121124864 83 Linux

Disk /dev/sdb: 640.1 GB, 640135028736 bytes, 1250263728 sectors
Units = Sektoren of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000

Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 63 1250263727 625131832+ 83 Linux
[root@localhost igor]#

_____________________________________________

[root@localhost igor]# df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sda3 114G 3,2G 105G 3% /
devtmpfs 869M 0 869M 0% /dev
tmpfs 875M 72K 875M 1% /dev/shm
tmpfs 875M 864K 874M 1% /run
tmpfs 875M 0 875M 0% /sys/fs/cgroup
tmpfs 875M 60K 875M 1% /tmp
/dev/sda1 477M 80M 368M 18% /boot
/dev/sdb1 587G 70M 557G 1% /var/hda/files/drives/drive1
none 4,0M 0 4,0M 0% /var/spool/greyhole/mem
//127.0.0.1/Doku 2,0M 1,0M 1,0M 50% /mnt/samba/Doku
//127.0.0.1/Movies 2,0M 1,0M 1,0M 50% /mnt/samba/Movies
//127.0.0.1/Music 2,0M 1,0M 1,0M 50% /mnt/samba/Music
[root@localhost igor]#
_________________________________________________________________

[root@localhost igor]# mysql -u root -phda -e "select * from disk_pool_partitions" hda_production
ERROR 1146 (42S02) at line 1: Table 'hda_production.disk_pool_partitions' doesn't exist
[root@localhost igor]# mysql -u root -phda -e "select concat(path, '/gh') from disk_pool_partitions" \
> hda_production | grep -v 'concat(' | xargs ls -la | fpaste
ERROR 1146 (42S02) at line 1: Table 'hda_production.disk_pool_partitions' doesn't exist
Uploading (1.6KiB)...
http://ur1.ca/jo2c1 -> http://paste.fedoraproject.org/182765/42331735
[root@localhost igor]#
____________________________________________________________

Greyhole.log says everything fine

Feb 07 14:17:46 DEBUG sleep: Nothing to do... Sleeping.
Feb 07 14:17:56 DEBUG sleep: Nothing to do... Sleeping.
Feb 07 14:18:34 INFO daemon: Greyhole (version 0.9.60) daemon started.
Feb 07 14:18:34 INFO daemon: Optimizing MySQL tables...
Feb 07 14:18:34 DEBUG daemon: Checking symlink at /usr/lib64/samba/vfs/greyhole.so...
Feb 07 14:18:34 DEBUG daemon: Is OK.
Feb 07 14:18:34 DEBUG read_smb_spool: Processing Samba spool...
Feb 07 14:18:34 DEBUG sleep: Nothing to do... Sleeping.
Feb 07 14:18:44 DEBUG sleep: Nothing to do... Sleeping.
Feb 07 14:18:54 DEBUG sleep: Nothing to do... Sleeping.



Sambalog:

Feb 7 14:18:51 localhost NetworkManager[349]: <info> (p10p1): IP6 addrconf timed out or failed.
Feb 7 14:18:51 localhost NetworkManager[349]: <info> Activation (p10p1) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Feb 7 14:18:51 localhost NetworkManager[349]: <info> Activation (p10p1) Stage 4 of 5 (IPv6 Configure Timeout) started...
Feb 7 14:18:51 localhost NetworkManager[349]: <info> Activation (p10p1) Stage 4 of 5 (IPv6 Configure Timeout) complete.
Feb 7 14:18:58 localhost nmbd[765]: [2015/02/07 14:18:58.743921, 0] ../source3/nmbd/nmbd_become_lmb.c:397(become_local_master_stage2)
Feb 7 14:18:58 localhost nmbd[765]: *****
Feb 7 14:18:58 localhost nmbd[765]:
Feb 7 14:18:58 localhost nmbd[765]: Samba name server HDA is now a local master browser for workgroup WORKGROUP on subnet 192.168.2.111
Feb 7 14:18:58 localhost nmbd[765]:
Feb 7 14:18:58 localhost nmbd[765]: *****
Feb 7 14:18:58 localhost nmbd[765]: [2015/02/07 14:18:58.744836, 0] ../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
Feb 7 14:18:58 localhost nmbd[765]: find_domain_master_name_query_fail:
Feb 7 14:18:58 localhost nmbd[765]: Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
Feb 7 14:18:58 localhost nmbd[765]: Unable to sync browse lists in this workgroup.
Feb 7 14:19:03 localhost blueman-mechanism: Exiting
Feb 7 14:19:03 localhost dbus-daemon[368]: Starting blueman-mechanism
Feb 7 14:19:03 localhost dbus-daemon[368]: loading RfKill
Feb 7 14:19:03 localhost dbus-daemon[368]: loading Config
Feb 7 14:19:03 localhost dbus-daemon[368]: loading Ppp
Feb 7 14:19:03 localhost dbus-daemon[368]: loading Network
Feb 7 14:19:03 localhost dbus-daemon[368]: Exiting
Feb 7 14:19:04 localhost systemd[1]: Starting Stop Read-Ahead Data Collection...
Feb 7 14:19:04 localhost systemd[1]: Started Stop Read-Ahead Data Collection.
Feb 7 14:19:44 localhost chronyd[381]: Selected source 85.236.36.4
Feb 7 14:22:37 localhost su: (to root) igor on pts/0
Feb 7 14:22:40 localhost systemd[1]: Reloading.
Feb 7 14:22:52 localhost systemd[1]: Started Greyhole for Amahi.
Feb 7 14:23:52 localhost dbus-daemon[368]: dbus[368]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Feb 7 14:23:52 localhost dbus[368]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Feb 7 14:23:52 localhost dbus-daemon[368]: dbus[368]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Feb 7 14:23:52 localhost dbus[368]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Feb 7 14:24:19 localhost systemd[1]: Reloading.
Feb 7 14:27:18 localhost su: (to root) igor on pts/0
Feb 7 14:28:19 localhost systemd[1]: Starting LSB: mount Samba shares locally...
Feb 7 14:28:29 localhost mount_shares_locally[3033]: Mounting Samba shares locally: [ OK ]
Feb 7 14:28:29 localhost systemd[1]: Started LSB: mount Samba shares locally.
Feb 7 14:33:22 localhost systemd[1]: Starting Cleanup of Temporary Directories...
Feb 7 14:33:22 localhost systemd[1]: Started Cleanup of Temporary Directories.
Feb 7 14:34:02 localhost nmbd[765]: [2015/02/07 14:34:02.081419, 0] ../source3/nmbd/nmbd_browsesync.c:354(find_domain_master_name_query_fail)
Feb 7 14:34:02 localhost nmbd[765]: find_domain_master_name_query_fail:
Feb 7 14:34:02 localhost nmbd[765]: Unable to find the Domain Master Browser name WORKGROUP<1b> for the workgroup WORKGROUP.
Feb 7 14:34:02 localhost nmbd[765]: Unable to sync browse lists in this workgroup.


[igor@localhost ~]$ greyhole -s

Greyhole Statistics
===================

Storage Pool
Total - Used = Free + Trash = Possible
/var/hda/files/drives/drive1/gh: Offline
==========================================
Total: Offline

[igor@localhost ~]$




[igor@localhost ~]$ greyhole -q

Greyhole Work Queue Statistics
==============================

This table gives you the number of pending operations queued for the Greyhole daemon, per share.

Write Delete Rename Check
Doku 0 0 0 0
Movies 0 0 0 0
Music 0 0 0 0
===========================================
Total 0 0 0 0
Write Delete Rename Check

The following is the number of pending operations that the Greyhole daemon still needs to parse.
Until it does, the nature of those operations is unknown.
Spooled operations that have been parsed will be listed above and disappear from the count below.

Spooled 0

[igor@localhost ~]$



Do you need anything else?

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

Re: Greyhole pool stays offline

Postby bigfoot65 » Sat Feb 07, 2015 7:58 am

Did you install Greyhole manually? Check that the drive you are mounting has the /gh folder present.
ßîgƒσστ65
Applications Manager

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

klauswirn
Posts: 20
Joined: Sat Dec 18, 2010 1:27 pm

[Solved]Re: Greyhole pool stays offline

Postby klauswirn » Sat Feb 07, 2015 9:55 am

Thats it :-)

Such a little thing can make so big worries :D

Saved my day thx a lot!!!

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

Re: Greyhole pool stays offline

Postby bigfoot65 » Sat Feb 07, 2015 10:06 am

No problem. Happy to help.

Also the Troubleshooting wiki page might be of interest to you. There are links for solutions to many common issues and questions.
ßîgƒσστ65
Applications Manager

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

Who is online

Users browsing this forum: No registered users and 12 guests