Hello @jpVm5jYYRE1VIKL, can you check if your system has libnss-resolve:i386 with something like apt policy libnss-resolve:i386? If not, please test if adding it with sudo apt install libnss-resolve:i386 has an effect on your issue. (from #4378)
library installed
root@ktotoPC:~# apt install libnss-resolve:i386
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libnss-resolve:i386 is already the newest version (247.3-3ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I seen in #4378 people try to install also libcurl3 . Problem that 21.04 ubuntu use libcurl4 which already installed.
I managed to get past this point by running steam under strace -f and realizing it was trying to connect to a missing socket at /var/run/nscd/socket.
Ran
apt install nscd
And suddenly steam managed to resolve names.
@skandalfo your suggestion helped me to fix my steam installation on fedora 34. strace -f steam 2> steam.log with checking the log with grep "nicht gefunden" steam.log (on a german installation) revealed the missing socket. After installing via sudo dnf in nscd -y and enabling it sudo systemctl enable --now nscd it works :-)
FYI: On Fedora 33 nscd isn't installed either and Steam works nonetheless.
same here.
sudo apt install nscd
and (not sure if necessary)
sudo systemctl enable --now nscd
solved problem.
Nothing extracted yet.
Your system information
Issue happend after upgrade from 20.10 to 21.04. Steam stopped to work completely . Reinstallation also not solved issue.
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
Expected:
steam must work
Happen :
Steam cannot reach internet even if it is reachable
in same time on same computer :
If to start wireshark it is visible that steam even don`t try to do attempt to connect anywhere.
Steps for reproducing this issue: