Marko Myllynen

Results 79 comments of Marko Myllynen

@kmcdonell I have missed your comment here earlier. Did you have a chance to test this further, did you come across any side-effects? Thanks.

Refreshing my memory and testing a bit I see: ``` $ cat test.conf [test] samples = 2 mem.util.free = ,,,, $ PCP_SAMPLES=3 pmrep -c ./test.conf :test m.u.free Kbyte 5067960 5061020...

For reference, earlier related issues around pmlc are https://github.com/performancecopilot/pcp/issues/376 and https://github.com/performancecopilot/pcp/issues/378.

This looks to be an issue on the library level as this can be reproduced with a rudimentary C test program as well. QA 1135, 1136, and 1169 test pmrep/pmfg...

I came across this today so, FWIW, this would be helpful to have, yes. For reference here's the RHEL IdM documentation about ID views: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_idm_users_groups_hosts_and_access_control_rules/using-an-id-view-to-override-a-user-attribute-value-on-an-idm-client_managing-users-groups-hosts Thanks.

Thanks, roadmap sounds very nice to have! I'm going to assume you mixed ID overrides and ID views a bit as there are use cases for ID views also without...

LC_ALL indeed should override all the other locale settings but setting LANGUAGE should only affect the messages displayed by programs. See `locale`(7) for details. Since source code mentions "ansible-freeipa requires...

Ok in case of it being a list adding those brackets would make it clear that that it's a list for those reading only the example. So instead of the...

Allowing to configure input (keyboard) would be nice. Copying settings to Welcome screen will hopefully get easier once Copy-UserInternationalSettingsToSystem becomes available: https://docs.microsoft.com/en-us/powershell/module/international/copy-userinternationalsettingstosystem Currently this seems hard to do reliably, however...

Correct, my playbook deals with either an already present manifest or downloads one by itself depending on the case, then it continues after that with common operations such as upload,...