<div dir="ltr">I started ricci in debug mode and I get the below error.  Any idea where its trying to open a temp file?  as far as i can see everything in /var/lib/ricci is good<div><br></div><div><p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit init.d]# ricci -u ricci -df</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">failed to load authorized CAs</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">failed to load authorized CAs</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">client added</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">ClientInstance.cpp:145: exception: unable to open temp file</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">request completed in 8 milliseconds</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">client removed</p></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 1, 2015 at 6:53 AM, Megan . <span dir="ltr"><<a href="mailto:nagemnna@gmail.com" target="_blank">nagemnna@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for your help.  I shutdown iptables, turned down selinux for now, ricci is up, modclusterd is up.  Still get the same error as before.  Right now i do not have a cluster.conf but if i put one that i generate manually there i still get the same error.  <div><br></div><div><p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit ~]# getenforce </p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">Permissive</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit ~]# service iptables status</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">iptables: Firewall is not running.</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit ~]# pstree -paul | grep ricci</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |-ricci,6779,ricci -u ricci</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |           |-grep,6853 ricci</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit ~]# pstree -paul | grep mod</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |-modclusterd,6815</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |   |-{modclusterd},6816</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |   `-{modclusterd},6817</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">  |           |-grep,6855 mod</p>
<p style="margin:0px;font-size:12px;font-family:'Andale Mono';color:rgb(41,249,20);background-color:rgb(0,0,0)">[root@admin1-dit ~]# </p></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 10:55 PM, Digimer <span dir="ltr"><<a href="mailto:lists@alteeve.ca" target="_blank">lists@alteeve.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On 30/06/15 10:51 PM, Megan . wrote:<br>
> Good Evening!<br>
><br>
> Anyone seen this before?  I just setup these boxes and i'm trying to<br>
> create a new cluster.  I set the ricci password on all of the nodes,<br>
> started ricci.  I try to create cluster and i get the below.<br>
><br>
> Thanks!<br>
><br>
><br>
> Centos 6.6<br>
>  2.6.32-504.23.4.el6.x86_64<br>
><br>
> ccs-0.16.2-75.el6_6.2.x86_64<br>
> ricci-0.16.2-75.el6_6.1.x86_64<br>
> cman-3.0.12.1-68.el6.x86_64<br>
><br>
> [root@admin1-dit cluster]# ccs --createcluster test<br>
><br>
> Traceback (most recent call last):<br>
>   File "/usr/sbin/ccs", line 2450, in <module><br>
>     main(sys.argv[1:])<br>
>   File "/usr/sbin/ccs", line 286, in main<br>
>     if (createcluster): create_cluster(clustername)<br>
>   File "/usr/sbin/ccs", line 939, in create_cluster<br>
>     elif get_cluster_conf_xml() != f.read():<br>
>   File "/usr/sbin/ccs", line 884, in get_cluster_conf_xml<br>
>     xml = send_ricci_command("cluster", "get_cluster.conf")<br>
>   File "/usr/sbin/ccs", line 2340, in send_ricci_command<br>
>     dom = minidom.parseString(res[1].replace('\t',''))<br>
>   File "/usr/lib64/python2.6/xml/dom/minidom.py", line 1928, in parseString<br>
>     return expatbuilder.parseString(string)<br>
>   File "/usr/lib64/python2.6/xml/dom/expatbuilder.py", line 940, in<br>
> parseString<br>
>     return builder.parseString(string)<br>
>   File "/usr/lib64/python2.6/xml/dom/expatbuilder.py", line 223, in<br>
> parseString<br>
>     parser.Parse(string, True)<br>
> xml.parsers.expat.ExpatError: no element found: line 1, column 0<br>
<br>
</div></div>Are the ricci and modclusterd daemons running? Does your firewall allow<br>
TCP ports 11111 and 16851 between nodes? Does the file<br>
/etc/cluster/cluster.conf exist and, if so, does 'ls -lahZ' show:<br>
<br>
-rw-r-----. root root system_u:object_r:cluster_conf_t:s0<br>
/etc/cluster/cluster.conf<br>
<span><font color="#888888"><br>
--<br>
Digimer<br>
Papers and Projects: <a href="https://alteeve.ca/w/" rel="noreferrer" target="_blank">https://alteeve.ca/w/</a><br>
What if the cure for cancer is trapped in the mind of a person without<br>
access to education?<br>
<br>
--<br>
Linux-cluster mailing list<br>
<a href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-cluster" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>