potential patch

Michael E Brown Michael_E_Brown at dell.com
Fri Nov 16 16:49:14 UTC 2007


On Fri, Nov 16, 2007 at 10:40:44AM -0600, Clark Williams wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Michael_E_Brown at Dell.com wrote:
> > Better patch:
> > 
> > @@ -264,7 +264,7 @@ def main(retParams):
> >          log_cfg = ConfigParser.ConfigParser()
> >          logging.config.fileConfig(log_ini)
> >          log_cfg.read(log_ini)
> > -    except (IOError, OSError), e:
> > +    except (IOError, OSError, ConfigParser.NoSectionError), e:
> >          log.error("Could not find required logging config file: %s" % log_ini)
> >          sys.exit(50)
> 
> Thanks, I'll drop that in

I committed it a few mins ago with a couple other things I was doing...
:)

> >     Are there any other changes you are needing for cross-building?
> 
> Don't know yet. I'm running into an SELinux problem where useradd is being denied for
> mockbuild. Haven't really got a clue as to why, other than it's happening in a chroot.

Hmm... I run all my machines in enforcing mode and I havent seen a
problem. I *do* see an selinux denial for useradd that seems to be
non-fatal, since it completes.

--
Michael




More information about the Fedora-buildsys-list mailing list