메일관련 프로세스가 많이 떠 있는 것이 문제죠?
그게 크론에 등록된 tripwire 때문인 것 같으시구요?
그렇다면 일단 크론에서 tripwire를 제외해서 문제가 없어지는지 보고
잘되면 tripwire 관련문서를 참고해서 크론 설정을 조정하는게 어떨까요?
: 저희 서버에 전서버 관리자가 크론을 설정해 놨는데
: ps aux | grep mail 로 검색하면 프로세스의 수가 거의 150개 가까이 떠 있는
: 것입니다. 어떤문제인지 아직 파악도 못했으니 답답해 죽겠습니다.
: 아무 문제 없는 건지 아님 문제가 있는 건지..
:
: mailnull 8222 0.0 0.1 3040 340? S May03 0:00 /usr/sbin/sendmail
: root 8300 0.0 0.1 1488 296? S May03 0:00 /bin/mail -s File
: mailnull 16137 0.0 0.2 3040 524? S May04 0:00 /usr/sbin/sendmail
: root 16269 0.0 0.1 1488 448? S May04 0:00 /bin/mail -s File
: .
: .
: .
: .
: .
: .
: 이렇게 150여개가 떠 있어서 프로세스를 다 죽였거든요....
: 이 프로세스가 무엇을 뜻하는 것인지 알고 싶어요..
:
: 다음은 /etc/cron.daily/tripwire의 내용입니다.
: 제가 셀스크립트 전혀 몰라서 이렇게 질문 드립니다.
: 무엇을 의미하는 것인지 알고 싶어요...아무리 검색해 봐도 도무지 알수 없는
: 말들만 ......있어요..
:
: #!/bin/sh
: /usr/sbin/tripwire -loosedir -q | (cat <This is an automated report of possible file integrity changes,
: generated by
: the Tripwire integrity checker. To tell Tripwire that a file or entire
: directory tree is valid, as root run:
:
: /usr/sbin/tripwire -update [pathname|entry]
:
: If you wish to enter an interactive integrity checking and verification
: session, as root run:
:
: /usr/sbin/tripwire -interactive
:
: Changed files/directories include:
: EOF
: cat
: ) | /bin/mail -s "File integrity report" root
:
: 답변 부탁드립니다.....한국 8강 화이팅 !~!~