2015. 11. 13. 11:36

리눅스 메모

VM웨어등에서 아래 오류가 발생하고 랜카드가 잡히지 않는 경우

device eth0 does not seem to be present delaying initialization


udev 룰을 삭제하고 다시 생성하면 된다.

service network stop

rm /etc/udev/rules.d/70-persistent-net.rules


start_udev

service network start



포트 접속 가능 여부 확인

nc -z -v localhost 8001


메모리릭 체크(다른 옵션은 help확인)

valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --log-file=../logfile.log


---