Notice
Recent Posts
Recent Comments
Link
devops
System has not been booted with systemd as init system (PID 1). Can't operate. / WSL Ubuntu 에러 해결방법 본문
DevOps/OS
System has not been booted with systemd as init system (PID 1). Can't operate. / WSL Ubuntu 에러 해결방법
vataops 2022. 6. 30. 13:58반응형
sudo systemctl daemon-reload 명령어 실행할 때 아래와 같은 에러가 발생한다.
그럼 아래 명령어로 해결하면 된다.
sudo apt-get update && sudo apt-get install -yqq daemonize dbus-user-session fontconfig
sudo daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
exec sudo nsenter -t $(pidof systemd) -a su - $LOGNAME
snap version
https://gist.github.com/alyleite/ca8b10581dbecd722d9dcc35b50d9b2b
반응형
'DevOps > OS' 카테고리의 다른 글
엔지니어라면 필요한 vim 주요 단축키 정리 (1) | 2023.01.10 |
---|---|
Load Average 정의 및 R, D 부하 해결방법 (0) | 2022.07.13 |
code . 명령어 not found 오류 발생 대처법 (0) | 2022.05.10 |
리눅스 Read, Write, Execute / 시스템 모니터링 uname, top, ifconfig, lsof, netstat (0) | 2022.04.22 |
Linux 운영체제 / 두번째 (0) | 2022.04.21 |
Comments