에러 내용
root@ubuntu:/var/log# systemctl stop rsyslog.service Warning: Stopping rsyslog.service, but it can still be activated by: syslog.socket |
해결법
root@ubuntu:/var/log# systemctl stop syslog.socket rsyslog.service |
시행착오
1) 로그로테이트를 걸다가, 경로를 잘못 써놓고 한참 헤맸다 😣 2) 스택오버플로우 만세! 참고 : https://stackoverflow.com/questions/48253947/how-to-make-systemd-kill-or-stop-respawning-the-rsyslog-daemon |
'OS' 카테고리의 다른 글
[Windows11] wsl2 + ubuntu 22.04 LTS 초기 기본 설정 (1) | 2024.03.14 |
---|---|
[Windows11] wsl2 + ubuntu 22.04 LTS 설치 중 에러 - WslRegisterDistribution failed with error: 0x800701bc (1) | 2024.03.14 |
[Windows10] wsl 포트포워딩 스크립트 실행 에러 - 보안 오류: (:) [], PSSecurityException (0) | 2024.02.16 |
우분투 rm -f 시 오류 -bash: /usr/bin/rm: Argument list too long (0) | 2024.02.07 |
mysql_exporter 에러 (0) | 2024.01.22 |