Kevin Palmowski

Results 11 comments of Kevin Palmowski

Thanks for logging this. Supporting example: in my index, making a SpatialQuery with this polygon: ```java createPolygon(new Coordinate[] { new Coordinate(-73.975, 40.745), new Coordinate(-73.970, 40.745), new Coordinate(-73.970, 40.746), new Coordinate(-73.975,...

We encountered this problem while deploying Kubeflow v1.3.1 via manifests in a downstream Kubernetes v1.21.9 cluster that was provisioned with Rancher v2.6.3-patch1. We instead tried installing the latest version of...

Our team is seeing this behavior as well with single-node Rancher v2.6.3-patch1 running on AlmaLinux 8.5 (one of the Enterprise Linux distros). For the Rancher devs -- this is basically...

Interestingly, I just tried the steps to reproduce on both a server running AlmaLinux 8.6, and on a VM running AlmaLinux 8.7, and the installation went fine: ``` # Output...

> Hi Kevin, thanks for the bug report. I experimented a bit in a VM using the linked Vagrant image - though with libvirt+QEMU, not with VirtualBox but that shouldn't...

Also, I downloaded `upx` v4.0.1, ran `upx -d` on the executable per your comment, and verified that `hadolint` doesn't segfault. ``` $ upx -d hadolint-Linux-x86_64 Ultimate Packer for eXecutables Copyright...

We are also seeing this exact issue after a 3006.7 to 3007 upgrade on AlmaLinux 8.

Confirming that we see this in AlmaLinux 8.5 as well, which uses `dnf`. We used the Node 14 setup script. The installation still works, but this error message (warning?) is...

I just posted another problem that I found with the base `prerun.py` script over on the ckan-docker-base#24 issue.

> Is there a fork/branch that you guys are working from? I want to pipe out the error so we can see the error. I don't quite understand what you're...