NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.34k stars 14.31k forks source link

winesteam fails due to unimplemented `ntlm_auth` #126801

Open Kreyren opened 3 years ago

Kreyren commented 3 years ago

I keep getting:

0134: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.

When running steam which seems to be breaking it's login process, how do i resolve this on nixos?

FWIW on Devuan GNU/Linux i had to install winbind package

Steps to reproduce

  1. Get wine and install steam for windows on it
  2. Try to log-in and expect failure

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[kreyren@leonid:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.10.42, NixOS, 21.05.906.cedcf2565c6 (Okapi)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.12`
 - channels(root): `"nixos-21.05.906.cedcf2565c6"`
 - channels(kreyren): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
Kreyren commented 3 years ago

CC @avnik @7c6f434c @bendlas

ivan-m commented 3 years ago

This might be related to #103996, and is something that has started affecting me today.

$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.4.122, NixOS, 20.09.4321.115dbbe82eb (Nightingale)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.3.11`
 - channels(root): `"home-manager-20.09, nixos-20.09.4321.115dbbe82eb, unstable-21.11pre295280.fa0326ce523"`
 - channels(ivan): `"nixpkgs-20.09.4321.115dbbe82eb, unstable-21.11pre295280.fa0326ce523"`
 - nixpkgs: `/home/ivan/.nix-defexpr/channels/nixpkgs`

(I think it was still working before I updated my channels, at nixpkgs-20.09.4165.1f7155200fa.)

dukc commented 3 years ago

This particular error seems to go away if you install "samba" derivation. I also have Internet problems with NixOS Wine and I have not yet figured them out.

stale[bot] commented 2 years ago

I marked this as stale due to inactivity. → More info