내 Debian 테스트 시스템에서 파일에 다음 메시지가 표시됩니다 /var/log/boot
.
Starting rpcbind daemon...rpcbind:
Cannot open '/var/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory)
rpcbind: Cannot open '/var/run/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)
그래서 그렇습니다. 하지만 이와 함께 짜증나는 소식도 전해집니다. 삭제하는 방법을 모르겠습니다.
답변1
바라보다rpcbind 데비안 버그 보고: 말도 안 되는 시작 문제 줄이기.
rpcbind를 사용하지 않는 경우(아마도 사용하지 않을 경우) 제거하는 것이 좋습니다.
apt-get purge rpcbind
rpcbind
에서 설명한 내용입니다 apt-cache show rpcbind
.
설명: RPC 프로그램 번호를 범용 주소로 변환 rpcbind 유틸리티는 RPC 프로그램 번호를 범용 주소로 변환하는 서버입니다.