Project

General

Profile

Activity

From 2014-02-06 to 2014-02-06

2014-02-06

19:59 User story #4053: Add a section in documentation about sizing of a Rudder server
Applied in changeset commit:bdbebdd8bc48f9189fd8bc5055320ab2c3d46c3b. Anonymous
19:59 User story #4053 (Pending release): Add a section in documentation about sizing of a Rudder server
Applied in changeset commit:91343bd27202f950720bd2f640a087a2ee925123. François ARMAND
18:55 User story #4053: Add a section in documentation about sizing of a Rudder server
New pull request: https://github.com/Normation/rudder-doc/pull/50 François ARMAND
18:19 User story #4053: Add a section in documentation about sizing of a Rudder server
Pull request here: -https://github.com/Normation/rudder-doc/pull/49-
François ARMAND
17:59 User story #4053: Add a section in documentation about sizing of a Rudder server
François ARMAND
19:59 Revision bdbebdd8 (rudder-doc): Merge pull request #50 from fanf/bug_4053/add_advice_about_sizing_rudder_server
Fixes #4053: add advices for sizing Rudder server François ARMAND
19:59 Revision 91343bd2 (rudder-doc): Fixes #4053: add advices for sizing Rudder server
François ARMAND
19:35 Bug #4242: Promise generation takes too long when getting more and more nodes

For the record, with first testing data, with 120 nodes and around 50 directives on my testing machine we have:
...
François ARMAND
16:31 Bug #4242: Promise generation takes too long when getting more and more nodes
Seing the impact on code, it can't be a simple bug correction, but should go in the next version.
We are currentl...
François ARMAND
16:30 Bug #4242: Promise generation takes too long when getting more and more nodes
A first version of pull requests are available here:
- https://github.com/Normation/cf-clerk/pull/32
- https://g...
François ARMAND
19:08 User story #4405: Technical logs are limited by 1000 entries which give less important information (less than 3 hours information) when the number of a Directive is high (more than 50)
I believe this is a global subject for the web interface. We should be able to load on demand anything from table, an... Nicolas CHARLES
19:04 Bug #4410: There is no report with the use of command_execution_module
I don't have specific answer for this one, but I checked if classes were defined by module, and they are
I get the o...
Nicolas CHARLES
18:32 Bug #4447 (Pending technical review): Technique "Package Management for RPM systems": Wrong operator for "This version or any earlier one"
PR is there
https://github.com/Normation/rudder-techniques/pull/280/files
Nicolas CHARLES
18:30 Bug #4447 (In progress): Technique "Package Management for RPM systems": Wrong operator for "This version or any earlier one"
this happens on all version of this technique since 2.2 Nicolas CHARLES
15:14 Bug #4447 (Released): Technique "Package Management for RPM systems": Wrong operator for "This version or any earlier one"
Symbol for Package version selection "This version or any earlier one" is wrong Nicolas PERRON
18:30 Revision 8d049cd9 (rudder-techniques): Fixes #4447: correct symbol for package version comparision
Nicolas CHARLES
17:50 Bug #4382: Node compliance detail popup expands outside of the popup
Applied in changeset commit:cdaee630c63cc393d4548128697c6cf68334c059. Anonymous
17:50 Bug #4382 (Pending release): Node compliance detail popup expands outside of the popup
Applied in changeset commit:cecd3a178f8282f2e5fafa32e0ad9b550b5ce591. Vincent MEMBRÉ
17:44 Bug #4382 (Pending technical review): Node compliance detail popup expands outside of the popup
PR: https://github.com/Normation/rudder/pull/436 Vincent MEMBRÉ
17:50 Revision b5b159e6 (rudder): Merge pull request #436 from VinceMacBuche/bug/4382/popup_extend
Fixes #4382 : popup in rule compliance details are now extending again Francois Armand
17:50 Revision cdaee630 (rudder): Merge pull request #436 from VinceMacBuche/bug/4382/popup_extend
Fixes #4382 : popup in rule compliance details are now extending again Francois Armand
17:40 Revision df0c9489 (rudder): Fixes #4382 : popup in rule compliance details are now extending again
Vincent MEMBRÉ
17:40 Revision cecd3a17 (rudder): Fixes #4382 : popup in rule compliance details are now extending again
Vincent MEMBRÉ
17:27 User story #4293: Migrating from a Technique version to another one in a Directive is long and painful
We do have an API for managing Directives, couldn't we simply provide a script where user could choose the technique,... Nicolas CHARLES
17:17 User story #4338 (Pending release): Add a bundle or argument to an existing bundle managing services in order to set a service starting at boot
Applied in changeset commit:fec2dae8ed2c36572954feb26f48109dab085d21. Nicolas CHARLES
17:17 Revision 038aa977 (ncf): Merge pull request #38 from ncharles/ust_4338/dev/4448_add_bundle_to_check_service_at_start
Refs #4338: add bundle to ensure that services are defined at start Nicolas Charles
17:15 Revision fec2dae8 (ncf): Fixes #4338: add bundle to ensure that services are defined at start (except for Debian)
Nicolas CHARLES
17:13 Bug #4446: Cannot use service_ensure_running with service that have either different start command than their ps one, or when name is too broad
Applied in changeset commit:87f8004da2c9ebfa0831c4b0e0d69477011b972e. Nicolas CHARLES
17:13 Bug #4446 (Pending release): Cannot use service_ensure_running with service that have either different start command than their ps one, or when name is too broad
Applied in changeset commit:285c36b113d5ee96ab649168196b16f7c1d415ad. Nicolas CHARLES
12:33 Bug #4446 (Pending technical review): Cannot use service_ensure_running with service that have either different start command than their ps one, or when name is too broad
PR is there
https://github.com/Normation/ncf/pull/37
Nicolas CHARLES
12:19 Bug #4446 (Released): Cannot use service_ensure_running with service that have either different start command than their ps one, or when name is too broad
We cannot use service_ensure_running with process like auditd, because the "ps" will check for auditd, and match kaud... Nicolas CHARLES
17:12 Revision 87f8004d (ncf): Merge pull request #37 from ncharles/bug_4446/dev/add_bundle_for_ensure_service_at_start_with_path
Fixes #4446: add a generic method service_ensure_running_path, with the path of the command in the ps output Nicolas Charles
17:12 Revision 285c36b1 (ncf): Fixes #4446: add a generic method service_ensure_running_path, with the path of the command in the ps output
Nicolas CHARLES
15:38 User story #4448 (Discussion): Add a generic method to ensure that a service is defined at start
Note that it doesn't support Debian yet, and I'm not sure of the solution:
- different generic method specialized ?
...
Nicolas CHARLES
15:35 User story #4448 (Rejected): Add a generic method to ensure that a service is defined at start
we need a generic method to ensure that a service is defined at start
However, while it is fairly easy on SuSE/Red...
Nicolas CHARLES
14:40 Bug #4278: Technique "Download a file from the shared folder": Error message when a copy failed using does not explain what actually failed
Nico was doing this TR, back over to him. Jonathan CLARKE
14:28 Bug #4409 (Discussion): It is not possible to use 'rudderify_techniques" with techniques written into /var/rudder/configuration-repositories/ncf
Jonathan CLARKE
14:20 Bug #4440: When new inventory is processed, hardware Node information may not be updated
Denis, something that could help us a lot: for node where video are not updated or not found in the search, could you... François ARMAND
09:30 Bug #4440: When new inventory is processed, hardware Node information may not be updated
Yes, ddcprobe is Installed.... Dennis Cabooter
10:28 Architecture #4444: allowusers is duplicated in cf-served.cf
François ARMAND wrote:
> I believe it's the awaited behaviour. Nicolas, is this OK ? And still OK for thousand of no...
Christophe Nowicki
09:59 Bug #4445: Wrong permissions slapd.log after logrotate
Good catch, thanks.
Matthieu, could you look for the first version of that bug, and correct it ? Denis analysis s...
François ARMAND
09:40 Bug #4445 (Released): Wrong permissions slapd.log after logrotate
The slapd.log file has the wrong permissions after a logrotate.... Dennis Cabooter
 

Also available in: Atom