" -- MARK --" 이메시지가 먼가요?
모듈을 올리고 내리는 일을 반복하고 있는데요..
스크립트는 다음과 같구요..
C로 아래의 스크립트를 10초에 한번씩 수행하는
걸로 test를 하고 있는데.. 불규칙하게 더 아래의
메시지를 뿌리면서.. 멈춰있네요.. 아 아래의 메시지는
tail -f /var/log/message로 살펴본 겁니다.
검색을 해봤는데.. 별로 나오는게 없더군요..
=============================
#!/bin/bash
echo "Reload acm Module"
rmmod acm
modprobe --autoclean acm
=============================
Oct 24 02:27:34 DM kernel: usb.c: deregistering driver acm
Oct 24 02:27:34 DM kernel: usb.c: registered new driver acm
Oct 24 02:27:34 DM kernel: ttyACM0: USB ACM device
Oct 24 02:27:34 DM kernel: acm.c: v0.21:USB Abstract Control Model driver for USB modems and ISDN adapters
Oct 24 02:42:38 DM -- MARK --
Oct 24 03:02:38 DM -- MARK --
Oct 24 03:20:50 DM uptimed: moving up to position 2: 0 days, 06:58:47
Oct 24 03:42:38 DM -- MARK --
Oct 24 04:02:39 DM -- MARK --
Oct 24 04:22:39 DM -- MARK --
Oct 24 04:42:39 DM -- MARK --
Oct 24 05:02:39 DM -- MARK --
Re: " -- MARK --" 이메시지가 먼가요?
syslogd가 정기적으로 로깅하는 메시지입니다.
디폴트는 20분으로 되어있구요.
man 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.
See you again!
감사합니다.
머 그럼 문제는 아니군요..
일단 제가 모듈을 올리거나 내리면서 먼가 문제가 있었나 봅니다.
다시 한 번 살펴 보아야 겠네요.. 별다른 메시지도 없고 그냥 이렇게만
나와서 무슨 메시지인가 했네요.. 감사합니다.
댓글 달기