[질문]PS 명령어 사용시 문제.

익명 사용자의 이미지

ps 명령어 사용시

ps bad namelist

위와 같이 나옵니다. 어떤 문제로 인한 것인지
경험 있으신 분들의 많은 조언 부탁드립니다.

익명 사용자의 이미지

한줄만 달랑 나오는 겁니까???

몇가지 해답이 있긴한데...

You probably have a cron over writing /dev/null.

이런 식으로 나오는군요. 다른곳에서는

Fix for the ps problem

cd /dev
./MAKEDEV all

Fix for the uptime/w problem

cd /var/run
mv utmp /tmp
touch utmp

I`ve since linked /tmp to a directory on another harddisk with many
gigs free, hopefully this shouldn`t happen for me again.

이렇게 수정방법이 나와있군요. 위 2개의 내용은 FreeBSD에 관련된
질문에 달려있던 답변이므로 LINUX에서 적용이 되는지는 실험해보지
않았습니다.
본문은 google에서 'ps bad namelist'로 검색해보기 바랍니다.

익명 사용자의 이미지

감사 ^^