Hi all, I'm trying to configure few nodes and a server for testing func. I'm following https://fedorahosted.org/func/wiki/InstallAndSetupGuide and I've installed a server on a SL Cern 5.6 using epel. # rpm -qa|grep func cat /et res func-0.28-1.el5 # cat /etc/redhat-release Scientific Linux CERN SLC release 5.6 (Boron) The certmaster is running fine: # /sbin/service certmaster status certmaster is running # ps -ef|grep cert root 1350 1 0 12:45 ? 00:00:00 /usr/bin/python /usr/bin/certmaster --daemon # netstat -puta|grep 1350 tcp 0 0 *:51235 *:* LISTEN 1350/python The problem is on client. They run SL 5.3, but I've installed same func verision: # rpm -qa|grep func func-0.28-1.el5 teh conf file point to server: # cat /etc/certmaster/minion.conf # configuration for minions [main] certmaster = Myserver certmaster_port = 51235 log_level = DEBUG cert_dir = /etc/pki/certmaster but when I try to start func, it fails: [root@tditaller001 yum.repos.d]# /sbin/service funcd start Starting func daemon: [root@tditaller001 yum.repos.d]# /sbin/service funcd status /usr/bin/funcd is not running # tail /var/log/func/func.log return self.__send(self.__name, args) File "/usr/lib64/python2.4/xmlrpclib.py", line 1383, in __request verbose=self.__verbose File "/usr/lib64/python2.4/xmlrpclib.py", line 1147, in request return self._parse_response(h.getfile(), sock) File "/usr/lib64/python2.4/xmlrpclib.py", line 1286, in _parse_response return u.close() File "/usr/lib64/python2.4/xmlrpclib.py", line 744, in close raise Fault(**self._stack[0]) Anyone could give me a hand on this problem? Someone has run func on SL* family? (it's RH derived). TIA, Arnau _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list