linux messages에 dhclient log flooding
2020. 11. 3. 15:24ㆍLinux
728x90
SMALL
- 개요
리눅스 서버를 운영하다 보면 dhclient log 관련 로그가 system log 파일을 점유하는 현상이 발생할 수 있다.
- 해결 방법
''echo -e ':programname,isequal,"dhclient" stop\n:programname,isequal,"ec2net" stop' > /etc/rsyslog.d/ignore-dhclient-log.conf''
systemctl restart rsyslog
728x90
LIST
'Linux' 카테고리의 다른 글
did not find expected '-' indicator (0) | 2023.08.04 |
---|---|
WSL에서 docker 자동 시작 (0) | 2023.03.24 |
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist (0) | 2023.01.03 |
java corretto 설치하기 (0) | 2020.11.03 |
linux messages에 systemd: Started Session 과점유 현상 (0) | 2020.11.03 |