Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 894)

Ticket Owner Reporter Resolution Summary
#1041 desai https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU worksforme Error in Ubuntu example
Description

http://docs.bcfg2.org/quickstart/ubuntu.html

# cat /var/lib/bcfg2/Packages/config.xml
<Sources>
  <APTSource>
    <Group>ubuntu-lucid</Group>
    <URL>http://us.archive.ubuntu.com/ubuntu</URL>
    <Version>lucid</Version>
    <Component>main</Component>
    <Component>multiverse</Component>
    <Component>restricted</Component>
    <Component>universe</Component>
    <Arch>amd64</Arch>
    <Arch>i386</Arch>
  </APTSource>
</Sources>

Gives the following with bcfg2-repo-validate:

Failed to open directory /var/lib/bcfg2/Base/
Unexpected instantiation failure for plugin Packages
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/Bcfg2/Server/Core.py", line 171, in init_plugins
    self.plugins[plugin] = plug(self, self.datastore)
  File "/usr/lib/pymodules/python2.6/Bcfg2/Server/Plugins/Packages.py", line 829, in __init__
    self.cachepath, core.fam, self)
  File "/usr/lib/pymodules/python2.6/Bcfg2/Server/Plugins/Packages.py", line 734, in __init__
    Bcfg2.Server.Plugin.SingleXMLFileBacked.__init__(self, filename, fam)
  File "/usr/lib/pymodules/python2.6/Bcfg2/Server/Plugin.py", line 575, in __init__
    fam.AddMonitor(filename, self)
  File "/usr/lib/pymodules/python2.6/Bcfg2/Server/FileMonitor.py", line 279, in AddMonitor
    mode = os.stat(path)[stat.ST_MODE]
OSError: [Errno 2] No such file or directory: '/var/lib/bcfg2/Packages/sources.xml'

When renamed to Packages/sources.xml the error changes to:

ERROR: /var/lib/bcfg2/Packages/sources.xml fails to verify:
  /var/lib/bcfg2/Packages/sources.xml:2: element APTSource: Schemas validity error : Element 'APTSource': This element is not expected. Expected is one of (
  Group, Client, Source, Sources ).
  /var/lib/bcfg2/Packages/sources.xml fails to validate
Serverless plugins encountered errors, skipping server plugins
1 errors
#1040 desai https://www.google.com/accounts/o8/id?id=AItOawkPb0RtPyicSdU7pLcv1UrX-yCh-YjkOwU fixed Leftover references to Packages/config.xml
Description

Seems like Packages/config.xml was replaced by Packages/sources.xml but docs were not grepped for it.

#1039 https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc https://www.google.com/accounts/o8/id?id=AItOawkEnIr3s__hfvVObq2WT40wSEtJCGQ77jA fixed add yum-groups functionality to package management
Description

I would like to be able to have bcfg2 support yum groups, so that I do not have to add all the packages from the yum-group in by hand. For example, I would like to be able to add something like:

<Package name="@development-libs"/>

Thanks, Dustin

Note: See TracQuery for help on using queries.