Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2021-01-11 Thread ts1000
Nope, did not try that yet. My goal is to create a development environment for java backend work That encompasses gradle, openJDK11 (cannot use openjdk8 for my project, openJDK8 works with gradle by the way), IntelliJ IDE, postgres 12. Stuck on gradle at the moment. I tried kdump to see if I

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2021-01-11 Thread ts1000
Sorry meant NetBSD9.1 not NetBSD9.2 On 2021-01-11 19:16, ts1000 wrote: FYI, if somebody is still interested in the openjdk11+gradle conundrum I retested today: OpenJDK11+Gradle still, unfortunately, does not work on NetBSD9.1 with most reset package release Q4-2020 On 2020-11-20 01:59

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2021-01-11 Thread ts1000
FYI, if somebody is still interested in the openjdk11+gradle conundrum I retested today: OpenJDK11+Gradle still, unfortunately, does not work on NetBSD9.2 with most reset package release Q4-2020 On 2020-11-20 01:59, ts1000 wrote: Hello, wanted to bump up my question to see if anybody could

FYI, ansible will support NetBSD OS family config, starting from ansible v2.11

2020-12-02 Thread ts1000
Just an FYI Seems like starting from Ansible v 2.11, NetBSD will be detectable in the OS config family Meaning that NetBSD specific ansible scripts can be easily segregated, without custom OS version checks. That, in turn, should allow more package developers to support NetBSD. And that, in

how to get uptodate source for a package

2020-11-29 Thread ts1000
How do I get via cvs up command the latest source code for OpenJDK11 package? In my pkgsrc I get (by using: cd /usr/pkgsrc && cvs up -dP ) "openjdk11-1.11.0.8.11" but in the cvs tree there is a newer version: "openjdk11-1.11.0.9.11"

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-22 Thread ts1000
Thank you. I noticed that when building openJDK11 there was an option to enable 'dtrace' support. I thought that dtrace is not ktrace, so I did not enable it. Should I first rebuild OpenJDK11 with dtrace support ? On 2020-11-22 19:47, Bodie wrote: On 22.11.2020 06:56, ts1000 wrote: Hello

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-21 Thread ts1000
on NetBSD/amd64 current 9.99.x. On 20.11.2020 02:59, ts1000 wrote: Hello, wanted to bump up my question to see if anybody could help. Also, if I may, I wanted to ask if this group is the right question about using NetBSD as a development environment (using OpenJDK11 in my case

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-21 Thread ts1000
CALL __gettimeofday50(0x7db1976efd40,0) 15850 17 java RET __gettimeofday50 0 15850 17 java CALL ___lwp_park60(0,1,0x7db1976efd70,0,0x7db1b87f6440,0x7db1b87f6440) 15850 17 java RET ___lwp_park60 -1 errno 60 Connection timed out 15850 17 java CALL __clock

Re: Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-20 Thread ts1000
to ktrace If there are other things I could try or look into, would very much appreciate the pointers On 2020-11-20 14:32, Greg Troxel wrote: ts1000 writes: wanted to bump up my question to see if anybody could help. Also, if I may, I wanted to ask if this group is the right question about us

Bump [q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-19 Thread ts1000
in advance On 2020-11-07 18:08, ts1000 wrote: Wanted to check if anybody has gradle working with OpenJDK 11 on OpenBSD 9.1 I cannot get it to work at all. not even: gradle status or gradle init I have tried going back to Gradle versions that are over 1 year old, and still same issue https

how to update limits for nofiles, thread, process

2020-11-15 Thread ts1000
I am trying to figure out if it is at all possible to get gradle to work on NetBSD 9/OpenJDK 11 (amd64) Part of troubleshooting, is updating all limits possible. I seem to be able to update most limits (using sysctl and login.conf) But cannot figure how what to do to bump up thread,

[q] gradle on NetBSD 9.1 (amd64) with OpenJDK 11 -- does not work

2020-11-07 Thread ts1000
Wanted to check if anybody has gradle working with OpenJDK 11 on OpenBSD 9.1 I cannot get it to work at all. not even: gradle status or gradle init I have tried going back to Gradle versions that are over 1 year old, and still same issue https://github.com/gradle/gradle/issues/15087 I

Re: [Q] 9.1 amd64 openJDK11 error on certificates

2020-11-01 Thread ts1000
Found a work around for this problem. I am guessing, that, perhaps, not many people using JDK 11 on NetBSD 9.x. It presents itself any time an HTTPS URL is used. So gradle, maven, any program that uses network classes that rely on HTTPS protocol would see this -- script start -- # ts1000

Re: [Q] 9.1 amd64 openJDK11 error on certificates

2020-10-29 Thread ts1000
:B5:86:7A:CA:E1:2C:78:EF:95:8F:D4:F4:38:9F:2F --More--(byte 1565) On 2020-10-25 18:26, ts1000 wrote: Thank you for the followups. I do not think I am clear on what I need to do to fix it. Is there a specific package that I could install with pkgin or from pkgsrc that could fix this? I have

Re: [Q] 9.1 amd64 openJDK11 error on certificates

2020-10-25 Thread ts1000
, there were no additional steps needed. So I am just not very familiar with this niche of setting up certificates for a jdk installation. Thank you in advance for any guidance. On 2020-10-25 09:43, Mike Pumford wrote: On 25/10/2020 07:56, Michael van Elst wrote: ts1...@rad2know.net (ts1000) writes

[Q] 9.1 amd64 openJDK11 error on certificates

2020-10-24 Thread ts1000
Hello, I have a java project organized by Gradle. First thing that gradle does, is it downloads dependencies. But that first step is not working on netBSD-9.1 amd64 I tried with pkgin, as well as building openjdk11 from source. Error is the same. I also installed, with pkgin,