728x90
SMALL
1. 글을 작성하게 된 계기
서버끼리 mount를 시키는 과정에서 아래와 같이 nfs-common이 계속 죽어있는 것을 확인했다.
2. 해결방법
- 파일을 제거해 서비스 마스크 해제
sudo rm /lib/systemd/system/nfs-common.service
- 다시 demon 로드
sudo systemctl daemon-reload
- 상태 확인
sudo systemctl status nfs-common
- 다시 start
sudo systemctl start nfs-common
- 다시 상태 확인
sudo systemctl status nfs-common
정상적으로 실행완료
- 부팅시 서비스 활성화 실행
sudo systemctl enable nfs-common
sudo systemctl is-enabled nfs-common
728x90
LIST
'Come on IT > Linux-Ubuntu' 카테고리의 다른 글
Linux에서 "호스트에 대한 경로 없음" SSH 오류를 수정하는 방법 (0) | 2024.02.05 |
---|---|
screen 명령어(feat. ubuntu) (2) | 2024.02.05 |
Unable to lock directory /var/lib/apt/lists/ 오류 해결 방법 (0) | 2023.05.07 |
Ubuntu 22.04에 Anaconda 설치 및 가상환경 세팅 (3) | 2022.12.17 |
Ubuntu 22.04 한글설정 (chrome 안 되는 문제 포함) (7) | 2022.10.06 |