-
--MARK-- in /var/log/messagesComputer/linux 2007. 7. 31. 06:04[En]
Strange output in the /var/log/messages file as
Jul 30 22:13:18 localhost -- MARK --
Jul 30 22:33:18 localhost -- MARK --
this is a default option or the syslogd. With the man page of the syslogd,-m interval
The syslogd logs a mark timestamp regularly. The default interval between two -- MARK -- lines is 20 minutes. This can be changed with this option. Setting the interval to zero turns it off entirely.
also look at /etc/syslog.conf file.
[ko]
이상한 로그가 /var/log/messages file 에 남아있다.
Jul 30 22:13:18 localhost -- MARK --
Jul 30 22:33:18 localhost -- MARK --
맨 페이지를 뒤져보니 기본 옵션이었다.
-m interval
The syslogd logs a mark timestamp regularly. The default interval between two -- MARK -- lines is 20 minutes. This can be changed with this option. Setting the interval to zero turns it off entirely.'Computer > linux' 카테고리의 다른 글
How to create a iso file from cd or dvd in linux (0) 2007.08.03 xset command (0) 2007.07.27 GD Graphics Library (0) 2007.07.26