Re: git https issue

2018-09-24 Thread Riccardo Mottola
Hi All! Eric Hawicz wrote: You can download the builds for netbsd-8 from: https://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-8/latest/ You should only need base.tgz, just be sure to extract it somewhere other than / if you're only planning on grabbing the libcrypto.so file. I did that, I

Re: git https issue

2018-09-18 Thread Eric Hawicz
On 9/18/2018 7:32 AM, m...@netbsd.org wrote: On Tue, Sep 18, 2018 at 01:19:10PM +0200, Riccardo Mottola wrote: I wonder if I can get a "new" libcrypto binary somehow, e.g. by a test build, and replace mine? some update without updating the whole system to unstable? I assume (but not sure) it

Re: git https issue

2018-09-18 Thread maya
On Tue, Sep 18, 2018 at 01:19:10PM +0200, Riccardo Mottola wrote: > Hi Edgar, > > > On 08/19/2018 09:28 PM, ed...@pettijohn-web.com wrote: > > > > Thread 1 received signal SIGILL, Illegal instruction. > > > > 0xb66f3d50 in gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so.12 > > > > > > > > > >

Re: git https issue

2018-09-18 Thread Riccardo Mottola
Hi Edgar, On 08/19/2018 09:28 PM, ed...@pettijohn-web.com wrote: Thread 1 received signal SIGILL, Illegal instruction. 0xb66f3d50 in gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so.12 (gdb) bt #0  0xb66f3d50 in gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so.12 #1  0x in ?? ()

Re: git https issue

2018-08-20 Thread edgar
On Aug 19, 2018 2:06 PM, matthew sporleder wrote: > > On Sun, Aug 19, 2018 at 4:26 AM, Riccardo Mottola > wrote: > > Hi, > > > > > > On 19/08/2018 02:26, Matt Sporleder wrote: > >> > >> > >> Can you do curl -vvv to GitHub? > > > > > > hmm, if you mean just to the homepage like below, we have an

Re: git https issue

2018-08-20 Thread Riccardo Mottola
Hi Matthew, On 19/08/2018 21:06, matthew sporleder wrote: gdb tells me: * TLSv1.2 (OUT), TLS change cipher, Client hello (1): Thread 1 received signal SIGILL, Illegal instruction. 0xb66f3d50 in gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so.12 (gdb) bt #0 0xb66f3d50 in gcm_ghash_4bit_mmx

Re: git https issue

2018-08-19 Thread matthew sporleder
On Sun, Aug 19, 2018 at 4:26 AM, Riccardo Mottola wrote: > Hi, > > > On 19/08/2018 02:26, Matt Sporleder wrote: >> >> >> Can you do curl -vvv to GitHub? > > > hmm, if you mean just to the homepage like below, we have an issue :( > > narsil$ curl -vvv https://github.com/ > * Trying

Re: git https issue

2018-08-19 Thread Riccardo Mottola
Hi, On 19/08/2018 02:26, Matt Sporleder wrote: Can you do curl -vvv to GitHub? hmm, if you mean just to the homepage like below, we have an issue :( narsil$ curl -vvv https://github.com/ *   Trying 192.30.253.113... * TCP_NODELAY set * Connected to github.com (192.30.253.113) port 443 (#0)

Re: git https issue

2018-08-18 Thread Matt Sporleder
> On Aug 18, 2018, at 3:48 PM, Riccardo Mottola > wrote: > > Hi, > > >> On 11/08/2018 02:35, matthew sporleder wrote: >> I think the GIT_CURL_VERBOSE=1 is going to give you the answer. > > I typed exactly what you did and see this: > > > narsil$ GIT_CURL_VERBOSE=1 git clone --verbose >

Re: git https issue

2018-08-18 Thread Riccardo Mottola
Hi, On 11/08/2018 02:35, matthew sporleder wrote: I think the GIT_CURL_VERBOSE=1 is going to give you the answer. I typed exactly what you did and see this: narsil$ GIT_CURL_VERBOSE=1 git clone --verbose https://github.com/github/debug-repo Cloning into 'debug-repo'... * Couldn't find

Re: git https issue

2018-08-10 Thread matthew sporleder
On Fri, Aug 10, 2018 at 6:01 PM, Riccardo Mottola wrote: > Hi Matthew, > > > On 05/08/2018 19:44, matthew sporleder wrote: >> >> On Sun, Aug 5, 2018 at 7:57 AM, Riccardo Mottola >> wrote: >>> >>> Hi Matthew, >>> >>> >>> On 30/07/2018 22:18, matthew sporleder wrote: Does it hang or

Re: git https issue

2018-08-10 Thread Riccardo Mottola
Hi Matthew, On 05/08/2018 19:44, matthew sporleder wrote: On Sun, Aug 5, 2018 at 7:57 AM, Riccardo Mottola wrote: Hi Matthew, On 30/07/2018 22:18, matthew sporleder wrote: Does it hang or finish? GIT_CURL_VERBOSE or --verbose ? it finishes without doing anything, I added --verbose: $

Re: git https issue

2018-07-30 Thread Riccardo Mottola
Hi M; Matthewm matthew sporleder wrote: On Mon, Jul 30, 2018 at 4:13 PM, Riccardo Mottola wrote: Hi All, I have some strange happening after I upgraded to 8.0 with 8.0_2018Q1 packages (I removed all packages before and reinstalled) I cannot git clone or git pull over https anymore! Even

Re: git https issue

2018-07-30 Thread matthew sporleder
On Mon, Jul 30, 2018 at 4:13 PM, Riccardo Mottola wrote: > Hi All, > > I have some strange happening after I upgraded to 8.0 with 8.0_2018Q1 > packages (I removed all packages before and reinstalled) > > I cannot git clone or git pull over https anymore! > Even existing repositories do not pull!

git https issue

2018-07-30 Thread Riccardo Mottola
Hi All, I have some strange happening after I upgraded to 8.0 with 8.0_2018Q1 packages (I removed all packages before and reinstalled) I cannot git clone or git pull over https anymore! Even existing repositories do not pull! And I see no errors, like: $ git clone