1 | | = Frequently Asked Questions = |
2 | | |
3 | | [[TracNav]] |
4 | | |
5 | | * What does Bcfg2 stand for? [[BR]] |
6 | | Initially, Bcfg stood for the bundle configuration system. Bcfg2 is the second major revision. At this point, the acronym is meaningless, but the name has stuck. |
7 | | Luckily, Bcfg2 googles better than Bcfg does. No, seriously. Try it. All I know is that I have no interest in a billion cubic feet of gas. |
8 | | |
9 | | * `bcfg2-repo-validate` is unable to process `bundle.xsd` [[BR]] |
10 | | You will need to upgrade your libxml2 to version 2.6.23 or higher. The version shipped with most distributions is too old. |
11 | | {{{ |
12 | | bcfg2-0.8.1/schemas/bundle.xsd:27: element complexType: |
13 | | Schemas parser error : CT local: The content model is not determinist. |
14 | | WXS schema bcfg2-0.8.1/schemas/bundle.xsd failed to compile |
15 | | }}} |
16 | | |
17 | | Centos 4.3, Debian Sarge, SLES8-9, and RHEL4 all ship with a version that is too old. |
18 | | |
19 | | * What pre-requisites are needed to run Bcfg2? |
20 | | * See the [wiki:Prereqs Prereqs page] |
21 | | |
22 | | * What architectures does Bcfg2 support? |
23 | | * GNU/Linux deb based distros |
24 | | * GNU/Linux rpm based distros |
25 | | * Solaris pkg based |
26 | | |
27 | | * Are there more intimate details about Bcfg2 available? |
28 | | * Check the [wiki:Trivia] page. |
| 1 | This page has moved to http://docs.bcfg2.org/help/faq/index.html#faq-index. |