ntlm_auth was not found after Debian update?

Questions about Wine on Linux
Locked
RevMux
Level 1
Level 1
Posts: 5
Joined: Tue Aug 03, 2021 11:48 am

ntlm_auth was not found after Debian update?

Post by RevMux »

I recently did a mundane:

Code: Select all

sudo apt-get update && sudo apt-get upgrade
and later tried running a win program (foobar2000) and got:

Code: Select all

err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 
So I checked the version:

Code: Select all

user@media:~/.wine/drive_c/Program Files$ ntlm_auth --version
Version 4.17.12-Debian
and the path:

Code: Select all

user@media:~/.wine/drive_c/Program Files$ echo $PATH
/home/user/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
So I am not sure where else to go from here? There didnt seem to be many relevant posts related to this, but perhaps I missed something?
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: ntlm_auth was not found after Debian update?

Post by invisible kid »

delete
RevMux
Level 1
Level 1
Posts: 5
Joined: Tue Aug 03, 2021 11:48 am

Re: ntlm_auth was not found after Debian update?

Post by RevMux »

sorry, delete? delete ntlm_auth? uninstall winbind? or the question is so annoying delete the post? :P I appreciate responses but am not wholly sure how to proceed with "delete"
Thanks in advance
Last edited by RevMux on Thu Nov 14, 2024 10:29 am, edited 1 time in total.
RevMux
Level 1
Level 1
Posts: 5
Joined: Tue Aug 03, 2021 11:48 am

Re: ntlm_auth was not found after Debian update?

Post by RevMux »

ideas? Please?
RevMux
Level 1
Level 1
Posts: 5
Joined: Tue Aug 03, 2021 11:48 am

Re: ntlm_auth was not found after Debian update?

Post by RevMux »

Regarding the path, also

Code: Select all

user@media:~/.wine/drive_c/Program Files/foobar2000$ which ntlm_auth
/usr/bin/ntlm_auth
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: ntlm_auth was not found after Debian update?

Post by invisible kid »

I vaguely remember this happening where there was a bug in the version detection parsing or something. If that's the case here, nothing you can do about it other than report it.
RevMux
Level 1
Level 1
Posts: 5
Joined: Tue Aug 03, 2021 11:48 am

Re: ntlm_auth was not found after Debian update?

Post by RevMux »

Thats unfortunate, but thank you for letting me know. Will submit a bug report.
Locked