Veerendra

Results 16 comments of Veerendra

Yes, my laptop supports `STA/AP` as you said. I can see ``` software interface modes (can always be added): * AP/VLAN * monitor valid interface combinations: * #{ managed }

We have same issue after we upgrade our ArgoCD 1.6 to 1.8. Before upgrade I completely removed `application-controller` and deployed `v1.8`. Is there any fix? or workaround?

More info. I ran `main.go` in my local setup ``` $ k port-forward -n monitoring svc/vmselect-vmcluster 8481 $ PROMETHEUS_SERVER_ENDPOINT="http://127.0.0.1:8481/select/0/prometheus" go run main.go 2023-10-02T13:23:41.731298+02:00 ??? Log level set to info 2023-10-02T13:23:41.731417+02:00...

So far, I'm using ugly workaround ```hcl locals { deploy_keys_map = { "module-1" = "[email protected]:veerendra2/module-1.git", "module-2" = "[email protected]:veerendra2/module-2.git" } } resource "tls_private_key" "this" { for_each = local.deploy_keys_map algorithm = "RSA"...

Hello, Any updates on this? We are hoping get this feature soon. Right now we are trying to implement this by copying the azure disk snapshots to other region with...

Any updates on this issue? I have similar issue while running `occ` in docker container ``` www-data@nextcloud:~/html$ php occ -h An unhandled exception has been thrown: RedisException: NOAUTH Authentication required....

Hello, You can find my answer here-> [http://stackoverflow.com/questions/27860646/how-to-use-pynetfilter-conntrack-library-of-python/38322050#38322050](url) Requried Python Modules - "netifaces" (For this, first you should run "apt-get install python-dev") ``` import netifaces import pynetfilter_conntrack ct = pynetfilter_conntrack.Conntrack()...

Yes, We have the variables and we can display whatever we want like `if item.orig_ipv4_src == "127.0.0.1"`. And also check other variables to list only `tcp` (May be `orig_l4proto` variable?/...