私はテストのためにしばらくWin 10でWSLを使用してきました。これは本当に悪いです。多くの問題。たとえば、ほとんどのデーモンはシャットダウンして起動できないか、端末にいる間はWSLを再起動できません。またはこれ:
sudo reboot -f
Rebooting.
Failed to reboot: Invalid argument
Failed to reboot: Invalid argument
またはこれ:
sudo systemctl status nginx.service
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
同様の経験がありますか?あなたの解決策は何ですか?
ありがとう
ベストアンサー1
Systemd は、次のように WSL で実行できません。https://github.com/systemd/systemd/issues/8036そしてhttps://github.com/microsoft/WSL/issues/994。ただし、ほとんどのアプリケーションでは直接対話できる必要があります。プロセスが実行されていることを確認するにはを使用しps
、シェルを終了するにはを使用しますexit
。
返してくださいhttps://stackoverflow.com/help/how-to-ask一度の読書。