At Thu, 28 Feb 2013 00:44:21 +0700, icez network wrote: > > Hello, > > Here's the command I used to checkout , compile and run the sheepdog > process on my new server. > > # git clone git://github.com/collie/sheepdog.git -b devel > # cd sheepdog > # ./autogen.sh > # ./configure --prefix=/opt/sheep-devel --enable-corosync > # make && make install > > I start sheepdog process with the following command > > # /opt/sheep-devel/sbin/sheep -s 900000 -d -p 7001 /vz/sheep-data > > Result: Segmentation fault > sheep.log: http://pastebin.com/FqSHPmxP Thanks, this helps us a lot! I'll look into this problem again. Kazutaka |