jffs2 freezing in gc for long time...
David Jander
david.jander at protonic.nl
Thu Jun 16 23:46:53 EST 2005
On Thursday 16 June 2005 15:12, Per Hallsmark wrote:
> A hot tip would be to configure either syslog to log to a logserver
> or at least mount a tmpfs filesystem on /var/log.
We do this already.... the old way, with a ramdisk mounted on /var, and the
rw-jffs2 partition mounted on /flash, then /var/log/xxx is a link to a
directory in /flash/log/, where I place "persistent" log files.
/var/log/messages and friends reside on the ramdisk only.
/tmp is a symlink to /var/tmp.
Well, the use of tmpfs is indeed easier, so thanks anyway for the tip.
> Running a syslog could wear out the flash quite quickly, especially
> during the development phases...
That's true, but we need some logfiles (logged via syslogd) to be persistent
and survive reboots at any moment, but we can't afford a system freeze just
because the GC-routine needs to run.
I still need to study syslogd, to see what it does when writing becomes
blocked for a long time. Does syslogd buffer? For how much data? Will I loose
data in the end or will the calling process hang?
If someone has experience with this, and knows the answer to some of these
questions, I'd be glad to hear it.
Greetings,
--
David Jander
More information about the Linuxppc-embedded
mailing list