https://bugs.winehq.org/show_bug.cgi?id=55159
Bug ID: 55159 Summary: [ms-mpi] mpiexec is unable to connect to the smpd service Product: Wine Version: 8.0.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: secur32 Assignee: wine-bugs@winehq.org Reporter: christian.friedl@gmx.at Distribution: Ubuntu
Created attachment 74727 --> https://bugs.winehq.org/attachment.cgi?id=74727 Output of `smpd.exe -d` and `mpiexec -d -hosts 1 127.0.0.1 notepad`
Running applications with MS-MPI does not work. In order to circumvent https://bugs.winehq.org/show_bug.cgi?id=50341 I started smpd.exe manually with:
$ wine 'C:\Program Files\Microsoft MPI\Bin\smpd.exe' -d
In a second shell I ran mpiexec:
$ wine mpiexec -d -hosts 1 127.0.0.1 notepad
The problem is that mpiexec.exe could not connect to smpd.exe because both kerberos and ntlm authentication fail.
I have the version 2:4.15.13+dfsg-0ubuntu1.1 of the winbind package installed. The installed MS-MPI version is v10.1.2. Logs including the debug channels `+kerberos,+ntlm,+secur32,+wininet,+seh,+tid` are attached.