Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Owner Reporter Resolution Summary
#1137 desai https://www.google.com/accounts/o8/id?id=AItOawm2NMXsLbPEp3TDPR695H1vLpaBp0W7wW4 invalid Need Step-by-Step Installation of New bcfg server on ubuntu 10.04 server
Description

Team,

i am New to the bcfg2 and i tried installing bcfg2 but i am running through lot of errors.will you please send me an step by step installation of bcfg2 stable version and installing same version on ubuntu clients.

i need clear document that has step by step installation.

please assist me.

#1136 desai casso <[email protected]…> fixed Overrides for Defaults plugin not functioning when using Rules
Description

When a default value is specified via the Defaults plugin, it is not being overridden within a Rules specification. It is being overridden by a Bound... specification in a bundle.

For example, if Defaults/packages.xml is:
<Defaults priority='0'>
<Package name='.*' version='auto' type='ebuild'/>
</Defaults>

and if Rules/specific-versions.xml is:
<Rules priority='0'>
<Package name='dev-python/django' version='1.3.2'/>
</Rules>

The resulting Package tag is: <Package name='dev-python/django' type='ebuild' version='auto'/>

If this is instead performed as a BoundPackage entry the version becomes 1.3.2 as expected.

#1135 desai https://www.google.com/accounts/o8/id?id=AItOawkvA8A2D3GCVpL6Tjh_nteUcAfxdd7hxg8 fixed Svn plugin fails to initialize
Description

This is just with enabling the Svn plugin in my latest build of 1.3

Traceback (most recent call last):

File "/usr/lib64/python2.6/threading.py", line 532, in bootstrap_inner

self.run()

File "/usr/lib64/python2.6/threading.py", line 484, in run

self.target(*self.args, self.kwargs)

File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Core.py", line 315, in _file_monitor_thread

self.revision = plugin.get_revision()

File "/usr/lib/python2.6/site-packages/Bcfg2/Server/Plugins/Svn.py", line 72, in get_revision

info = self.client.info(self.vcs_root)

AttributeError?: 'Svn' object has no attribute 'vcs_root'

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.