Custom Query (894 matches)
Results (91 - 93 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#186 | desai | lueningh | fixed | Client Traceback |
Description |
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 241, in InstallEntry self.states[entry] = method(entry) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 367, in InstallDirectory pwd.getpwnam(entry.get('owner'))[f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2), grp.getgrnam(entry.get('group'))[f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2)) TypeError: getgrnam() argument 1 must be string, not None |
|||
#213 | desai | lueningh | fixed | 0.8.5pre1 spec file |
Description |
I had to remove the following line from the spec file to get it to build an rpm: /usr/lib*/python%{pythonversion}/site-packages/Bcfg2/Client/Tools/* Before removing that line, rpm claimed that all of the files in that directory were listed twice. I suspect that the line above it also includes those files. |
|||
#217 | desai | [email protected]… | fixed | 'Deps' module should support "OR" / "alternate" dependencies |
Description |
For debian (and other, I'm sure) packaging formats, the system should support parsing an either, or dependency for a package. An example of this is for bcfg2 itself - the debian package requires either fam, or gamin, but not both. The selection of which one would occur at a higher level (i.e., a bcfg2-server group), but automatically generated package dependency lists would know that dependencies are fulfulled. (Another example is for any package that requires a web server - it can be apache, apache2, etc. - you just need to have one installed.) |