Re: [Opensim-users] Fresh Install Errors - Ubuntu Focal

2020-04-10 Thread Dahlia Trimble
If you have MySql 8 installed there's a problem with the database connector
that OpenSimulator uses and MySql 8. There's a way to configure MySql 8 to
use the older authentication method which I believe is
"mysql_native_password". I'm not sure how to invoke MySql on Ubuntu to use
that but hopefully Google may help you. Otherwise MySql 5 works if you are
able to downgrade.

On Fri, Apr 10, 2020 at 11:44 AM Sara Payne  wrote:

> I am wondering if anyone is able to help me. I am attempting to set up a
> system using the Ubuntu Focal beta release. I do appreciate that this is
> bleeding edge and might be a bug. However, I am sure I have seen the same
> kinds of errors in the past. So I am hoping the terminal output will help
> someone to help me.
>
> Thanks in advance for your help if you recognize this one.
>
> Sara
>
> has been thrown by the target of an invocation. --->
> System.Security.Authentication.AuthenticationException: Authentication
> failed, see inner
> exception. ---> Mono.Btls.MonoBtlsException: Ssl error:142e:SSL
> routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION
>  at
>
> /build/mono-L7Ktbc/mono-6.8.0.105+dfsg/external/boringssl/ssl/tls_record.c:462
>
>  at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00064] in
> :0
>
>  at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake
> (Mono.Net.Security.AsyncOperationStatus status, System.Boolean renegotiate)
> [0x00106] in :0
>
>
>  at (wrapper remoting-invoke-with-check)
>
> Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus,
> bool)
>
>
>  at Mono.Net.Security.AsyncHandshakeRequest.Run
> (Mono.Net.Security.AsyncOperationStatus status) [0x6] in
>  f>:0
>
>
>  at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation
> (System.Threading.CancellationToken cancellationToken) [0x0012a] in
>  4f9f9c3d2cfa5504e34f>:0
>
>
>   --- End of inner exception stack trace ---
>
>
>  at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient
> (System.String targetHost, System.Security.Cryptography.X509Certificates
> .X509CertificateCollection clientCertificates,
> System.Security.Authentication.SslProtocols enabledSslProtocols,
> System.Boolean checkCertificat
> eRevocation) [0x00058] in :0
>
>
>  at (wrapper remoting-invoke-with-check)
>
> Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient(string,System.Security.Cryptography
>
> .X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,bool)
>
>  at System.Net.Security.SslStream.AuthenticateAsClient (System.String
> targetHost, System.Security.Cryptography.X509Certificates.X509Certifica
> teCollection clientCertificates,
> System.Security.Authentication.SslProtocols enabledSslProtocols,
> System.Boolean checkCertificateRevocation) [
> 0x6] in :0
>
>
>  at MySql.Data.MySqlClient.NativeDriver.StartSSL () [0x00035] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>
>  at MySql.Data.MySqlClient.NativeDriver.Open () [0x002ce] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>
>  at MySql.Data.MySqlClient.Driver.Open () [0xb] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>
>  at MySql.Data.MySqlClient.Driver.Create
> (MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in
> <0004ab8b375b422f9000ac2
> 5a68089d9>:0
>
>
>  at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x0]
> in <0004ab8b375b422f9000ac25a68089d9>:0
>  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x0008a] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>  at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>  at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016d] in
> <0004ab8b375b422f9000ac25a68089d9>:0
>
>  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1[T].CommonConstruct
> (System.String storeName) [0x00019] in  >:0
>
>
>  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1[T]..ctor (System.String
> connectionString, System.String realm, System.String storeName) [0x
> 00019] in :0
>
>
>  at OpenSim.Data.MySQL.MySQLPresenceData..ctor (System.String
> connectionString, System.String realm) [0x0] in
>  6d0c9d>:0
>
>
>  at (wrapper managed-to-native)
>
> System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,objec
> t[],System.Exception&)
>
>
>  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object
> obj, System.Object[] parameters, System.Boolean wrapExceptions) [0
> x8] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
>
>
>   --- End of inner exception stack trace ---
>
>
>  at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object
> obj, System.Object[] parameters, System.Boolean wrapExceptions) [0
> x00022] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
>
>
>  at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj,
> 

[Opensim-users] Fresh Install Errors - Ubuntu Focal

2020-04-10 Thread Sara Payne
I am wondering if anyone is able to help me. I am attempting to set up a
system using the Ubuntu Focal beta release. I do appreciate that this is
bleeding edge and might be a bug. However, I am sure I have seen the same
kinds of errors in the past. So I am hoping the terminal output will help
someone to help me.

Thanks in advance for your help if you recognize this one.

Sara

has been thrown by the target of an invocation. --->
System.Security.Authentication.AuthenticationException: Authentication
failed, see inner
exception. ---> Mono.Btls.MonoBtlsException: Ssl error:142e:SSL
routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION
 at
/build/mono-L7Ktbc/mono-6.8.0.105+dfsg/external/boringssl/ssl/tls_record.c:462

 at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00064] in
:0

 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake
(Mono.Net.Security.AsyncOperationStatus status, System.Boolean renegotiate)
[0x00106] in :0


 at (wrapper remoting-invoke-with-check)
Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus,
bool)


 at Mono.Net.Security.AsyncHandshakeRequest.Run
(Mono.Net.Security.AsyncOperationStatus status) [0x6] in
:0


 at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation
(System.Threading.CancellationToken cancellationToken) [0x0012a] in
:0


  --- End of inner exception stack trace ---


 at Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient
(System.String targetHost, System.Security.Cryptography.X509Certificates
.X509CertificateCollection clientCertificates,
System.Security.Authentication.SslProtocols enabledSslProtocols,
System.Boolean checkCertificat
eRevocation) [0x00058] in :0


 at (wrapper remoting-invoke-with-check)
Mono.Net.Security.MobileAuthenticatedStream.AuthenticateAsClient(string,System.Security.Cryptography
.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,bool)

 at System.Net.Security.SslStream.AuthenticateAsClient (System.String
targetHost, System.Security.Cryptography.X509Certificates.X509Certifica
teCollection clientCertificates,
System.Security.Authentication.SslProtocols enabledSslProtocols,
System.Boolean checkCertificateRevocation) [
0x6] in :0


 at MySql.Data.MySqlClient.NativeDriver.StartSSL () [0x00035] in
<0004ab8b375b422f9000ac25a68089d9>:0

 at MySql.Data.MySqlClient.NativeDriver.Open () [0x002ce] in
<0004ab8b375b422f9000ac25a68089d9>:0

 at MySql.Data.MySqlClient.Driver.Open () [0xb] in
<0004ab8b375b422f9000ac25a68089d9>:0

 at MySql.Data.MySqlClient.Driver.Create
(MySql.Data.MySqlClient.MySqlConnectionStringBuilder settings) [0x0004e] in
<0004ab8b375b422f9000ac2
5a68089d9>:0


 at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection () [0x0]
in <0004ab8b375b422f9000ac25a68089d9>:0
 at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection () [0x0008a] in
<0004ab8b375b422f9000ac25a68089d9>:0
 at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver () [0x0003f] in
<0004ab8b375b422f9000ac25a68089d9>:0
 at MySql.Data.MySqlClient.MySqlPool.GetConnection () [0x0001c] in
<0004ab8b375b422f9000ac25a68089d9>:0
 at MySql.Data.MySqlClient.MySqlConnection.Open () [0x0016d] in
<0004ab8b375b422f9000ac25a68089d9>:0

 at OpenSim.Data.MySQL.MySQLGenericTableHandler`1[T].CommonConstruct
(System.String storeName) [0x00019] in :0


 at OpenSim.Data.MySQL.MySQLGenericTableHandler`1[T]..ctor (System.String
connectionString, System.String realm, System.String storeName) [0x
00019] in :0


 at OpenSim.Data.MySQL.MySQLPresenceData..ctor (System.String
connectionString, System.String realm) [0x0] in
:0


 at (wrapper managed-to-native)
System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,objec
t[],System.Exception&)


 at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object
obj, System.Object[] parameters, System.Boolean wrapExceptions) [0
x8] in <12b418a7818c4ca0893feeaaf67f1e7f>:0


  --- End of inner exception stack trace ---


 at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object
obj, System.Object[] parameters, System.Boolean wrapExceptions) [0
x00022] in <12b418a7818c4ca0893feeaaf67f1e7f>:0


 at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj,
System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder
binder, System.Object[] parameters, System.Globalization.CultureInfo
culture) [0x00089] in <12b418a7818c4ca0893feeaaf67f1e7f>:0
 at System.Reflection.RuntimeConstructorInfo.Invoke
(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder
binder, System.Objec
t[] parameters, System.Globalization.CultureInfo culture) [0x0] in
<12b418a7818c4ca0893feeaaf67f1e7f>:0
 at System.RuntimeType.CreateInstanceImpl (System.Reflection.BindingFlags
bindingAttr, System.Reflection.Binder binder, System.Object[] args,
System.Globalization.CultureInfo culture, System.Object[]
activationAttributes,