On 25.07.24 20:08 , Gary Gregory wrote:
Is there something special I have to do on macOS?

I'm getting a lot of:
IllegalState Previous attempts to find a Docker environment failed.
Will not retry. Please see logs and check configuration

I have Docker Desktop 4.33.0 (160616).

I tested the src zip file.

That's it. In the ZIP file, even bash scripts and SSH private keys have
Windows line endings.

Bash fails with the most crazy errors if a bash script has CR-LF line
endings, and OpenSSH running inside a container may bail on private
keys containing CR-LFs instead of plain LFs.

I was testing the .tar.gz, and that one works (LF line endings).

Commit https://github.com/apache/mina-sshd/commit/5a6cf2f47 should fix
this for the next release.

Cheers,

  Thomas

P.S.: I don't quite understand why the ZIP worked on Windows; containers
should have the same problem on Windows.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to