installing mysql-server on ubuntu 18.04 subsystem windows 10.
Cannot open /proc/net/unix: No such file or directory
Cannot stat file /proc/1/fd/5: Operation not
-
as mentioned a guy at github and it solved my problem
The problem is with the script "/etc/profile.d/wsl-integration.sh". As a quick workaround insert the following line before the first line in "/etc/profile.d/wsl-integration.sh" (use sudo to edit the file):
# Check if we have HOME folder
if [ "${HOME}" = "/" ]; then
return
fi
I mean before the line:
WSL_INTEGRATION_CACHE=$HOME/.cache/wslu/integration`
- 热议问题