Hi Folks I'm trying to test out GlusterFS on Fedora 19. I am running the following commands on a new F19 installation: 'yum install glusterfs glusterfs-server' works fine. Then I try to start glusterd and see the following errors. Any help or guidance would be appreciated. [root at jon-1 ~]# systemctl start glusterd.service Job for glusterd.service failed. See 'systemctl status glusterd.service' and 'journalctl -xn' for details. [root at jon-1 ~]# systemctl status glusterd.service glusterd.service - GlusterFS an clustered file-system server Loaded: loaded (/usr/lib/systemd/system/glusterd.service; enabled) Active: failed (Result: exit-code) since Mon 2013-09-09 17:13:36 CDT; 21s ago Process: 8783 ExecStart=/usr/sbin/glusterd -p /run/glusterd.pid (code=exited, status=1/FAILURE) Sep 09 17:13:36 jon-1 systemd[1]: glusterd.service: control process exited, code=exited status=1 Sep 09 17:13:36 jon-1 systemd[1]: Failed to start GlusterFS an clustered file-system server. Sep 09 17:13:36 jon-1 systemd[1]: Unit glusterd.service entered failed state. [root at jon-1 ~]# chkconfig glusterd on Note: Forwarding request to 'systemctl enable glusterd.service'. [root at jon-1 ~]# service glusterd start Redirecting to /bin/systemctl start glusterd.service Job for glusterd.service failed. See 'systemctl status glusterd.service' and 'journalctl -xn' for details. Regards Steve Watt