Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- 채보
- VS Code
- label
- Selenium
- pandas
- nvidia-smi
- ubuntu
- 컨테이너
- Python
- pip
- C#
- 프로그래머스
- error
- Visual Studio
- pytorch
- JSON
- Numpy
- mysql
- paramiko
- OpenCV
- Linux
- 핑거스타일
- windows forms
- C
- SSH
- 오류
- C++
- YOLO
- 기타 연주
- Docker
Archives
- Today
- Total
목록Failed to restart (1)
기계는 거짓말하지 않는다
Failed to restart service_name.service: Unit service_name.service is masked 오류
service start 또는 restart 할 때, service is masked 오류가 발생하는 경우 아래 명령어를 입력한다. sudo systemctl unmask service_name.service 이 명령어로 해결할 수 없다면 다음과 같은 명령어를 차례대로 입력해 본다. # /lib/systemd/system/ 경로에서 # ls -l 입력 후 service_name.service 심볼릭 링크가 /dev/null 이라면 지워준다. sudo rm /lib/systemd/system/service_name.service sudo systemctl daemon-reload
Linux
2024. 1. 5. 21:45