Re: Certmaster Segfault & Groups issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2010-09-24 at 12:23 -0400, Andrew Rankin wrote:
> >
> > Wow, that's bizarre. It seems to be dying right as it has finished
> > everything else.
> >
> > what distro/ver/python-ver/openssl version is this?
> >
> 
> [root@rtpus175 ~]# python
> Python 2.4.3 (#1, Sep  3 2009, 15:37:37)
> [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> 
> [root@rtpus175 ~]# cat /etc/redhat-release
> CentOS release 5.5 (Final)
> 
> [root@rtpus175 ~]# uname -a
> Linux rtpus175.corpnet2.com 2.6.18-194.11.4.el5 #1 SMP Tue Sep 21
> 05:04:09 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
> 
> [root@rtpus175 ~]# openssl
> OpenSSL> version
> OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
> 
> >
> >> Your spacing comment made me check the groups file, if there is a
> >> space after the semicolon it breaks.  Remove the space, all is well.
> >> Since that groups file has been in place for about a year, that is
> >> new.  The file format description at
> >> https://fedorahosted.org/func/wiki/GroupsApi has spaces too.
> >
> > /me goes to fix
> >
> > thanks
> > -sv
> >
> 
> I'll be happy to test a patch.

Patch:

diff --git a/func/overlord/group/conf_backend.py
b/func/overlord/group/conf_backend.py
index 70ad56c..6c2de21 100644
--- a/func/overlord/group/conf_backend.py
+++ b/func/overlord/group/conf_backend.py
@@ -61,6 +61,7 @@ class ConfBackend(BaseBackend):
                     hosts = hosts.replace(';',',')
                     hosts = hosts.split(",")
                     for h in hosts:
+                        h = h.strip()
                         self.add_host_to_group(section,h,save=False)
                         
     def add_host_to_group(self,group,host,save=True):


only apply that on the overlord(s)

see if it magically fixes your problems.

-sv


_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list


[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux