Mauricio Silveira
Mauricio Silveira
Indeed, it looks like a "magic setting". I don't know how Hashicorp Packer deals with advanced/custom settings, but it has a dedicated config param for timesync in vsphere-iso plugin. For...
Do I need to do something else, or just wait for an approval/merge of the feature?
OK, vmware_guest_tools_wait will obviously fail when waiting for a powered-off VM. But, vmware_guest_info also fails to return hw_guest_id of powered-off VMs... ```yaml - name: Gather VM info delegate_to: localhost community.vmware.vmware_guest_info:...
Just to help others trying to get this working: OS : Windows Server 2019 I installed VS2022 and NASM following this guide: https://www.stefanobordoni.cloud/howto-integrate-nasm-with-vs2019/ Very simple and straight forward. When opening...
Another hint for those not very confortable with C/C++: Build debug versions while testing changes, and whenever a bug window popup, try REBUILDING instead of BUILDING the project. Sometimes, nasty...
@heinejeppesen There's been minor updates indeed. @GoateePFE Would you kindly get PSGallery ADCSTemplate version updated to the github one? I guess this will require a 1.0.1.1 version bump ;)
I've just hit this issue. - Fedora 37 - docker version 23.0.1, build a5ee5b1 - firewalld-1.2.3-1.fc37 - kernel-6.1.7-200.fc37 These versions are just to report that my test system is updated...
> I didn't see any difference between iptables and nftables. I needed to add the Docker networks to the docker zone in firewalld. Please, try this example: ```yaml --- version:...
Here's a fix to make dockerd add network bridge to docker zone when internal+icc enabled: ```diff diff -udpr src.org/engine/libnetwork/drivers/bridge/setup_ip_tables.go src/engine/libnetwork/drivers/bridge/setup_ip_tables.go --- src.org/engine/libnetwork/drivers/bridge/setup_ip_tables.go 2023-02-09 16:44:54.000000000 -0300 +++ src/engine/libnetwork/drivers/bridge/setup_ip_tables.go 2023-03-08 21:13:28.185709798 -0300...
It's working fine with grafana 9.4.3