[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: solaris: RA layer failed to init socket layer

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-01-03 10:45:41 CET

Hi

On Thu, Jan 02, 2003 at 06:28:19PM -0800, Rob Clark wrote:
> I've build the 0.16 (r3987) snapshot, client only, --with-ssl, under
> solaris and when I try and run 'svn co' all I get is this error msg:
>
> svn: RA layer failed to init socket layer
> svn: network socket initialization failed
>
> any ideas? I've attached the output of running 'truss svn co
> https://...', which shows all the system calls and their return values.
> It looks like the part where the error happens is towards the end,
> where there are a series of so_socket() calls followed by connect()
> calls returning an error code.

This is just a guess...

[snip]
> open("/dev/urandom", O_RDONLY) Err#2 ENOENT
[snip]

Does the following sort of thing work on that box:

$ openssl s_client -host www.example.com -port 443

If not, you might have to install a pseudo-random number generator. See
the OpenSSL docs for details.

Also, does Subversion work on non-SSL URLs on that box?

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 3 10:46:31 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.