~ 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
'내컴퓨터' 카테고리의 다른 글
| [hyper-v] 해상도 변경 (0) | 2023.12.11 |
|---|---|
| linux 계정 관리 (생성/삭제/목록...) (0) | 2023.10.18 |
| linux 비밀번호 변경 passwd (0) | 2023.10.18 |
| Hyper-V 가상 머신 생성 (Windows 11) (0) | 2023.10.18 |
| NVIDIA - Ryzen 부팅시 GPU 소음 해결하기 (0) | 2023.02.20 |