Pablo

Results 5 comments of Pablo

This is the opc for Go, I have your same problem and fix it using this option when create the client: `c := opcua.NewClient(EndPoint, opcua.SecurityMode(ua.MessageSecurityModeNone), opcua.SessionTimeout(0))` `err := c.Connect(ctx))` Setting...

I'm having the same problem, I just begin a few days ago to test nats. [Here](https://github.com/Kowiste/nats-test) I just create a public repository with the docker compose and everything ready to...

I just install the 4.9.0 but still have the same problem: ``` 2022-06-14 10:05:19+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.8.3+maria~jammy started. find: '/var/lib/mysql/ms_debit': Permission denied find: '/var/lib/mysql/sys': Permission ...

> @Kowiste, sorry for the inconvenience and thanks for providing info on the error you are seeing. What I am pretty sure is going on is that files in the...

> @Kowiste - this is a bit more worrying. I was able to reproduce the issue and work around it by creating the `mariadb` folder, before running compose: > >...