[oe-issues] [Bug 2135] Add /var/log/messages syslogging for Angstrom (with rotation)
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Apr 24 12:25:53 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2135
------- Comment #2 from pmiscml at gmail.com 2007-04-24 05:25 -------
Attached configs sets log size to 32Kb and number of kept rotations to 1. I.e.,
there will be at most 2 log files, and total log size will be from 32 to 64 Kb.
(Circular buffer size was 64Kb).
root at h4000:~$ ls -l /var/log/
-rw------- 1 root root 5869 Jan 1 00:25 messages
-rw------- 1 root root 32783 Jan 1 00:11 messages.0
-rw-rw-r-- 1 root root 50688 Jan 1 00:25 wtmp
root at h4000:~$ dmesg |logger
root at h4000:~$ dmesg |logger
root at h4000:~$ dmesg |logger
root at h4000:~$ ls -l /var/log/
-rw------- 1 root root 23503 Jan 1 00:27 messages
-rw------- 1 root root 32830 Jan 1 00:27 messages.0
-rw-rw-r-- 1 root root 50688 Jan 1 00:25 wtmp
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list