From ft@REDACTED Sat Sep 10 10:26:58 2005 From: ft@REDACTED (Fredrik Thulin) Date: Sat, 10 Sep 2005 10:26:58 +0200 Subject: Fwd: proto_dist inet_ssl broken in R10B-7? Message-ID: <200509101026.58371.ft@it.su.se> Hi I got a private reply from someone saying they have the exact same problem, so I therefor conclude that it is not just me but a bug that appeared in R10B-7. Hence this post to erlang-bugs@REDACTED /Fredrik ---------- Forwarded Message ---------- Subject: proto_dist inet_ssl broken in R10B-7? Date: Friday 02 September 2005 11.39 From: Fredrik Thulin To: erlang-questions@REDACTED Hi Is it just me, or is -proto_dist inet_ssl broken in R10B-7? R10B-6 : $ /pkg/erlang/R10B-6/bin/erl \ -proto_dist inet_ssl \ -ssl_dist_opt client_certfile cert.comb \ -ssl_dist_opt server_certfile cert.comb \ -ssl_dist_opt verify 2 \ -boot ~/path/to/R10B-6-compiled/start_ssl \ -name a Erlang (BEAM) emulator version 5.4.8 [source] [hipe] Eshell V5.4.8 (abort with ^G) (a@REDACTED)1> $ /pkg/erlang/R10B-7/bin/erl \ -proto_dist inet_ssl \ -ssl_dist_opt client_certfile cert.comb \ -ssl_dist_opt server_certfile cert.comb \ -ssl_dist_opt verify 2 \ -boot ~/path/to/R10B-7-compiled/start_ssl \ -name a R10B-7 just hangs. Same cert.comb. R10B-6 start_ssl.rel : %% Erlang OTP R10B-6 library versions %% File to get Erlang distribution using SSL started {release, {"Yxa foo","0.0"}, {erts, "5.2"}, [{kernel,"2.10.9"}, {stdlib,"1.13.8"}, {ssl, "3.0.7"} ] }. R10B-7 start_ssl.rel : %% Erlang OTP R10B-7 library versions %% File to get Erlang distribution using SSL started {release, {"Yxa foo","0.0"}, {erts, "5.2"}, [{kernel,"2.10.10"}, {stdlib,"1.13.9"}, {ssl, "3.0.7"} ] }. /Fredrik ------------------------------------------------------- From julian.tibble@REDACTED Wed Sep 14 12:20:01 2005 From: julian.tibble@REDACTED (Julian Tibble) Date: Wed, 14 Sep 2005 11:20:01 +0100 Subject: Using SSL for Erlang Distribution Message-ID: <4327F951.40902@worc.ox.ac.uk> Hi, I'm having trouble with R10B-7 and using SSL for communication between distributed nodes. REPRODUCTION STEPS: follow these instructions... http://erlang.se/doc/doc-5.4.8/lib/ssl-3.0.7/doc/html/ssl_distribution.html PROBLEM: The instructions work on R10B-6. On R10B-7, when you get to the step: $ erl -boot /home/me/ssl/start_ssl -proto_dist inet_ssl -sname ssl_test Erlang (BEAM) emulator version 5.0 [source] Eshell V5.0 (abort with ^G) (ssl_test@REDACTED)1> The command actually produces no output and just hangs. Using "top" shows that beam is using no CPU time, so it is perhaps some kind of deadlock, rather than livelock. Hitting CTRL-C brings up the BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution menu ok. Thanks for any help you can offer, Julian From julian.tibble@REDACTED Wed Sep 14 23:41:59 2005 From: julian.tibble@REDACTED (Julian Tibble) Date: Wed, 14 Sep 2005 22:41:59 +0100 Subject: Using SSL for Erlang Distribution In-Reply-To: <4327F951.40902@worc.ox.ac.uk> References: <4327F951.40902@worc.ox.ac.uk> Message-ID: <43289927.9080107@worc.ox.ac.uk> > PROBLEM: > The instructions work on R10B-6. On R10B-7, when you get to the step: > > $ erl -boot /home/me/ssl/start_ssl -proto_dist inet_ssl -sname ssl_test > Erlang (BEAM) emulator version 5.0 [source] > > Eshell V5.0 (abort with ^G) > (ssl_test@REDACTED)1> Oops. My apologies, it's not that command that causes the hang (although it does crash out because SSL has not been provided with any certificates, so the docs need updating). The command that hangs is the next in the webpage: $ erl -boot /home/me/ssl/start_ssl -proto_dist inet_ssl -ssl_dist_opt client_certfile "/home/me/ssl/erlclient.pem" -ssl_dist_opt server_certfile "/home/me/ssl/erlserver.pem" -ssl_dist_opt verify 1 depth 1 -sname ssl_test Again, my apologies, Julian From Borja.Carbo@REDACTED Fri Sep 23 17:18:30 2005 From: Borja.Carbo@REDACTED (Francisco-Borja Carbo-Malonda (AC/EDD)) Date: Fri, 23 Sep 2005 17:18:30 +0200 Subject: Installation problems with java 1.4.2 Message-ID: Hello I have tried to install R10B-7 on top of SuSE 9.3 The installation partially succeed because although I took care to install the Java application, the related OTP applications (Jinterface) where not installed. The installation seems to find the javac software but the checking of the JDK 1.2 fails. SuSe 9.3 installs the Java J2SE v. 1.4.2 and when I execute in a shell javac command it is find and recognized. In the installation guide is indicating that JDK 1.4.2 has been tested. Therefore I assume that the installation script needs some updates. Are my assumptions wrong? if not what can I do to correct the checking procedures? If I am wrong, what can be the problem. Thanks in advance / Borja