Posted in Debian/Ubuntu Linux NSLU2
Debian Etch : disable the “– MARK –” log
January 9, 2008 - 3 comments
I installed Debian on an NSLU2.
The system is running off a USB thumb drive.
In order to maximize the lifetime of the drive, I need to limit the number of writes to it.
– MARK — entries in the logs are (from my understanding) pretty useless for that system, here’s how to disable them.
Edit /etc/defaults/syslogd
Change the SYSLOGD option to the following :
SYSLOGD="-m 0"
Restart syslogd :
invoke-rc.d sysklogd restart
Comments
G4tsu
April 1, 2009 - 10:12
What does that –MARK– mean?
Seb
April 1, 2009 - 15:00
syslog will send a mark log regularly.. meaning syslog is alive and didn’t die. If you don’t see anything in your logs for a while, and you don’t see the MARK log.. it is likely that syslog is no longer running
Leave Comment
Please consider visiting the partners below if you enjoyed this article :If this post saved you time and money, please consider checking my Amazon wishlist.







Sébastien Wains » Installing Debian on a Linksys NSLU2
[...] disable MARK logs : /etc/defaults/syslogd and set SYSLOGD=”-m 0″ mount / with noatime : /etc/fstab and add option noatime for the / mount point [...]