Re: [racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread Ben Greenman
You can disable El Capitan's "system integrity protection".
http://stackoverflow.com/questions/30768087/restricted-folder-files-in-os-x-el-capitan


On Wed, Oct 19, 2016 at 1:09 PM, David Storrs 
wrote:

> I have it on OSX running on metal. My understanding (possibly wrong) is
> that it's an issue with the libcrypto and libssl 0.9 versions that were
> shipped with OSX 11 (El Capitan), and apparently with your version of
> Ubuntu. If you replace the libraries with 1.0+ versions I would expect it
> to resolve the issue. Do your own due diligence though -- I'd hate to give
> you bad advice and hose your machine. I tried to do it on my box but El
> Capitan does not allow any user, including root, to modify system
> directories.
>
> I'm really sorry I "upgraded" from Snow Leopard (10.6) which had neither
> of these problems and a nicer interface.
>
>
>
> On Wednesday, October 19, 2016, phil jones  wrote:
>
>> If I read correctly then it seems it's an incompatibility between the
>> openssl on Ubuntu and the server which raco is trying to pull from.
>>
>> When you say you have this on MacOS  do you mean on MacOS directly? Or
>> on Virtualbox running Ubuntu on a Mac?
>>
>> I wonder if this is something that I can fix by changing the Ubuntu
>> version in my box. Or whether it's actually something that the people
>> providing the racket package repository need to address on their
>> server?
>>
>> cheers
>>
>> Phil
>>
>>
>> On 19 October 2016 at 13:01, David Storrs  wrote:
>> > Hi Phil,
>> >
>> > Apparently this is an issue with OpenSSL:
>> > https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137  I've
>> had the
>> > same issues on OSX.
>> >
>> > Dave
>>
>> >
>> > On Wed, Oct 19, 2016 at 9:36 AM, phil jones 
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> I'm trying to get my development environments across different machines
>> >> more consistent by running a standard Ubuntu image inside a Vagrant /
>> >> Virtualbox Box.
>> >>
>> >> I'm trying to set up racket inside this environment (on Windows 10),
>> but
>> >> I'm getting the following error trying to install libraries with raco.
>> >>
>> >> ssl-connect: connect failed (error:14077438:SSL
>> >> routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error)
>> >>
>> >> context...:
>> >>  /usr/share/racket/collects/openssl/mzssl.rkt:1207:8: loop
>> >>  ... rest of stack trace.
>> >>
>> >> I'm guessing that this is because of some configuration either of the
>> >> Virtual Machine itself or of my new Ubuntu environment.
>> >>
>> >> Anyone got any suggestions?
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> Groups
>> >> "Racket Users" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send
>> an
>> >> email to racket-users+unsubscr...@googlegroups.com.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread David Storrs
I have it on OSX running on metal. My understanding (possibly wrong) is
that it's an issue with the libcrypto and libssl 0.9 versions that were
shipped with OSX 11 (El Capitan), and apparently with your version of
Ubuntu. If you replace the libraries with 1.0+ versions I would expect it
to resolve the issue. Do your own due diligence though -- I'd hate to give
you bad advice and hose your machine. I tried to do it on my box but El
Capitan does not allow any user, including root, to modify system
directories.

I'm really sorry I "upgraded" from Snow Leopard (10.6) which had neither of
these problems and a nicer interface.



On Wednesday, October 19, 2016, phil jones  wrote:

> If I read correctly then it seems it's an incompatibility between the
> openssl on Ubuntu and the server which raco is trying to pull from.
>
> When you say you have this on MacOS  do you mean on MacOS directly? Or
> on Virtualbox running Ubuntu on a Mac?
>
> I wonder if this is something that I can fix by changing the Ubuntu
> version in my box. Or whether it's actually something that the people
> providing the racket package repository need to address on their
> server?
>
> cheers
>
> Phil
>
>
> On 19 October 2016 at 13:01, David Storrs  > wrote:
> > Hi Phil,
> >
> > Apparently this is an issue with OpenSSL:
> > https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137  I've had
> the
> > same issues on OSX.
> >
> > Dave
> >
> > On Wed, Oct 19, 2016 at 9:36 AM, phil jones  > wrote:
> >>
> >> Hi,
> >>
> >> I'm trying to get my development environments across different machines
> >> more consistent by running a standard Ubuntu image inside a Vagrant /
> >> Virtualbox Box.
> >>
> >> I'm trying to set up racket inside this environment (on Windows 10), but
> >> I'm getting the following error trying to install libraries with raco.
> >>
> >> ssl-connect: connect failed (error:14077438:SSL
> >> routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error)
> >>
> >> context...:
> >>  /usr/share/racket/collects/openssl/mzssl.rkt:1207:8: loop
> >>  ... rest of stack trace.
> >>
> >> I'm guessing that this is because of some configuration either of the
> >> Virtual Machine itself or of my new Ubuntu environment.
> >>
> >> Anyone got any suggestions?
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Racket Users" group.
> >> To unsubscribe from this group and stop receiving emails from it, send
> an
> >> email to racket-users+unsubscr...@googlegroups.com .
> >> For more options, visit https://groups.google.com/d/optout.
> >
> >
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.