Krzysztof

Results 30 comments of Krzysztof

Eventually, this operation to be adjusted: CF_DOCKER_PASSWORD="pwd" cf push main --docker-username currently it leads to an exception: ``` # CF_DOCKER_PASSWORD="pwd" cf push main --docker-username user_name Incorrect Usage: '--docker-image, -o' and...

I just had the same problem with 4 out of 6 cameras. Simply fixed by upgrading firmware. try with new firmwares: https://www.hikvision.com/en/products/IP-Products/Network-Cameras/Wi-Fi-Series/ds-2cv2041g2-idw/?subName=DS-2CV2041G2-IDW http:///ISAPI/Event/triggers should respond with triggers xml payload

Ok, I see. https://github.com/cloudfoundry-community/cf-python-client/pull/130/files I need to call app.space() and then space.organization() This is supported even if no includes specified as params, however then it contunie calling the api to...

In combination with per_page which actually supports up to 5000 records. The difference would be something between 200 times faster. 2s to 4000s ..and if I am not mistaken, underlying...

I'm trying to run paketo samples: https://github.com/paketo-buildpacks/samples/tree/main/java/gradle using newly introduced CNBs as additional type of lifecycle in Cloud Foundry -> https://github.com/cloudfoundry/community/pull/591#issuecomment-2607173610 so.. if I understand correctly, I'd probably have to...

Ok, this worked. ``` Downloading https://myhost:9443/myrepo/test/gradle-8.10-bin.zip .............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100% To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.10/userguide/gradle_daemon.html#sec:disabling_the_daemon...

I just had a brief look at the code: The isntance guid seems to be known already? https://github.com/cloudfoundry/cloud_controller_ng/blob/b328c8f22a8ebcef698d102ffbc995481b1d2c05/lib/cloud_controller/diego/reporters/instances_stats_reporter.rb#L79 and it's just not presented? https://github.com/cloudfoundry/cloud_controller_ng/blob/b328c8f22a8ebcef698d102ffbc995481b1d2c05/app/presenters/v3/process_stats_presenter.rb#L41

ah, seems like this was added in 3.191 😃 and we are not yet there.. https://github.com/cloudfoundry/cloud_controller_ng/commit/f50766e85545feff582be64788638cfc9abc0b09

> @trask `-Dhttp.nonProxyHosts=*.some-namespace` is set via `JAVA_PROXY_OPTIONS` and does not apear to be respected by OkHTTP in this instance. While java application has no [java proxies](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html) configured then it works...

Ok, I know the problem. It depends on handler which reads nonProxyHosts and makes list out of excluded domains patterns. The problem occurs if value of nonProxyHosts is quoted. If...