내컴퓨터
WSL - CentOS failed to get d-bus connection operation not permitted
Joo입니다
2023. 10. 18. 23:55
~ failed to get d-bus connection operation not permitted
desktop에 직접 linux 설치를 한 것이 아니기 때문에 발생하는 에러
아래와 같이 명령어 교체
mv /usr/bin/systemctl /usr/bin/systemctl.old
curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py > /usr/bin/systemctl
chmod +x /usr/bin/systemctl