Modify ↓
Ticket #1027 (closed defect: fixed)
Fedora 15: dependencies aren't recognized
Reported by: | http://jmk226.myopenid.com/ | Owned by: | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.2.1 Release (Bugfix) |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description (last modified by https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc) (diff)
In Fedora 15 I am seeing dependencies of specified packages as Unmanaged Entries.
Building a cached.xml via bcfg2 -qnc cached.xml does not list these dependencies.
Also, here's the debugging output from bcfg2-info as per http://docs.bcfg2.org/server/plugins/generators/packages.html#using-bcfg2-info
[email protected]:/var/lib/bcfg2/Metadata# bcfg2-info Loading experimental plugin(s): Packages NOTE: Interfaces subject to change Handled 16 events in 0.023s Handled 23 events in 0.003s Handled 26 events in 0.003s Handled 46 events in 0.032s Handled 33 events in 0.035s Welcome to bcfg2-info Type "help" for more information > debug dropping to python interpreter; press ^D to resume Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> m = self.build_metadata('pantheon') >>> self.plugins['Packages'].complete(m, ['git'], debug=True) Packages: handling package requirement git (set(['git']), set(['git']), 'yum')
It appears the dependencies aren't even listed in the primary.xml from the repo. Possibly the format has changed with rhel6?
Attachments
Change History
comment:1 Changed 11 years ago by solj
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.2.1 Release (Bugfix)
comment:2 Changed 11 years ago by https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Owner changed from desai to https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Status changed from new to accepted
comment:3 Changed 11 years ago by https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
- Description modified (diff)
What version of Bcfg2 are you running? Are you using official F15 repos, or your own local mirrors?
Note: See
TracTickets for help on using
tickets.