Hi, Host system : Ububtu 14.04 Gluster ver : 3.7.11 I did ./autogen.sh ./configure --enable-debug make make install
After that when I try to manually start the gluster daemon, It give below error. jk@jk:/usr/local/lib$ sudo killall glusterfsd glusterfsd: no process found jk@jk:/usr/local/lib$ sudo killall glusterfs glusterfs: no process found jk@jk:/usr/local/lib$ sudo killall glusterd glusterd: no process found jk@jk:/usr/local/lib$ sudo /etc/init.d/glusterd Usage: /etc/init.d/glusterd {start|stop|status|restart|force-reload} jk@jk:/usr/local/lib$ sudo /etc/init.d/glusterd start ** Starting glusterd service glusterd [fail] * /usr/local/sbin/glusterd: option requires an argument -- 'f' Try `glusterd --help' or `glusterd --usage' for more information. Also tried : jk@jk:~/gluster/glusterfs-3.7.11$ sudo service glusterfs-server start *start: Job failed to start* jk@jk:~/gluster/glusterfs-3.7.11$ The libraries are installed in /usr/local/lib (libglusterfs.so.0.0.1) and .so is in /usr/local/lib/glusterfs/3.7.11 jk@jk:/usr/local/lib$ cd glusterfs/ jk@jk:/usr/local/lib/glusterfs$ ll total 12 drwxr-xr-x 3 root root 4096 Jun 7 16:45 ./ drwxr-xr-x 7 root root 4096 Jun 7 17:14 ../ drwxr-xr-x 5 root root 4096 Jun 7 16:45 3.7.11/ jk@jk:/usr/local/lib/glusterfs$ cd 3.7.11/ jk@jk:/usr/local/lib/glusterfs/3.7.11$ ll total 20 drwxr-xr-x 5 root root 4096 Jun 7 16:45 ./ drwxr-xr-x 3 root root 4096 Jun 7 16:45 ../ drwxr-xr-x 2 root root 4096 Jun 7 17:14 auth/ drwxr-xr-x 2 root root 4096 Jun 7 17:14 rpc-transport/ drwxr-xr-x 14 root root 4096 Jun 7 17:14 xlator/ jk@jk:/usr/local/lib/glusterfs/3.7.11$ Another question: where can I set the path for lib install ? (Currently in /usr/local/lib) I want to change to /usr/lib/i386-linux-gnu. Because the daemon is looking at this path for the shared libs. (For ow I set softlinks) Pls. Help Best regards JK
_______________________________________________ Gluster-devel mailing list Gluster-devel@gluster.org http://www.gluster.org/mailman/listinfo/gluster-devel