Custom Query (894 matches)
Results (4 - 6 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#36 | desai | anonymous | fixed | web page: bunch of broken links in presentation page |
Description |
ftp://ftp.mcs.anl.gov/pub/bcg/papers/login-reports.pdf is broken: 550 error. Permissions? Path? manually changing to /pub/bcfg/papers does not fix. Manual ftp gives 'permission denied' ftp> get login-reports.pdf 200 PORT command successful 550 login-reports.pdf: Permission denied ftp> ftp://ftp.mcs.anl.gov/pub/bcfg/papers/bcfg-deployment-LISA05-presentation.pdf 550 also ftp://ftp.mcs.anl.gov/pub/bcfg/papers/Bcfg2-pay-as-you-go-AUUG2005.pdf did work. |
|||
#6 | desai | [email protected]… | fixed | verbose output confused |
Description |
In 0.8.0, when I run a client and tell it to remove rpms, it gets confused and claims it hasn't removed anything: ... Redhat[verbose]: Phase: final Redhat[verbose]: Correct entries: 538 Redhat[verbose]: Incorrect entries: 0 Redhat[verbose]: Total managed entries: 538 Redhat[verbose]: Unmanaged entries: 4 However, the packages really are gone. |
|||
#1072 | desai | https://www.google.com/accounts/o8/id?id=AItOawlI1O8VyrSK3MFDS2zghV1X2pul0TDfg1o | wontfix | uuid-based configs don't work on bcfg server itself |
Description |
Using 1.2.0rc2, I created two clients: one that is my bcfg server, and another with a uuid specified: <Client name="rrz-master.ccstar.lanl.gov" profile="rrz1-master"/> <Client name="computeimage" profile="rrz-compute" uuid="computeimage"/> and ran the client on two different machines both with and without the '-u' option: bcfg2 -q -v -n bcfg2 -q -v -n -u computeimage When run on the machine that is also running the bcfg server, both cases result in the real machine's config (as if I hadn't run with '-u' either time). But when run on an independent client, adding the '-u' works as I would expect - the client gets the config associated with the 'computeimage' config. |