O'Briat

Results 47 comments of O'Briat

I got the same error with a `sql:drop` on a `Server version: 10.5.12-MariaDB-0+deb11u1-log Debian 11`. So I think we have to worry 😢 I found this stackoverflow : https://stackoverflow.com/a/63510059/1725936 I...

Hi, For the record Docksal works as expected inside WSL2, but exemple.docksal.site (192.168.64.100) is not exposed to Windows. 127.0.0.1 or 192.168.160.1 are correctly pointing to docker but display "Project missing...

ok, I finally get working Docksal with wsl2 : ``` fin config set --global DOCKSAL_DNS_DOMAIN=docksal.site fin config set --global DOCKSAL_VHOST_PROXY_IP=127.0.0.1 fin system reset vhost-proxy ``` edit hosts file : 127.0.0.1...

OK but my solution doesn't benefit from the *.docksal.site wildcard DNS, another solution is to fix your HyperV interface IP. Open Powsershell with admin rights and type: `netsh int ip...

Two problems : - host.docker.internal is (still) not available inside docksal containers. - 192.168.64.100 doesn't seems to point to my docker instance (certainly due to greedy VPN) For the record,...

I think it's linked to WSL problem https://github.com/docksal/docksal/issues/1636

Due to licence restrictions on Docker Desktop, an alternative to number 2 would be to use docker inside WSL (works fine on my debian WSL2). The installation could be scripted.

I don't know if its a bug, but functions that modify resolution config files (like configure_resolver_alpine) does not take into account DOCKSAL_DNS_DISABLED=1. On WSL, docksal keeps adding 192.168.64.100 a primary...

I hope I find a way to do it manually, could someone else test it ? WSL and docker containers are exposed on the Windows vEthernet (WSL) interface which is...

The /extension/cnesreport/report page works fine, but I get a 500 error when I try to generate a report (GET api/cnesreport/report?key=...) ``` #web.log Caused by: java.lang.NoClassDefFoundError: Could not initialize class fr.cnes.sonar.report.ReportCommandLine...