Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: andyj on April 29, 2016, 12:16:08 PM
-
The syslogd options -L and -R only both work if -L comes after -R. The next time someone is poking around /etc/init.d/tc-config, on line 157 please put -L at the end. Otherwise there isn't a local copy of the syslog. Also, not a syslogd "problem" per se, but it would be nice the next time busybox is rebuilt if CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE could be increased. According to the RFC's it should be at least 480. Messages are getting truncated. I'm seeing this on 64-bit, I don't know if it applies to other platforms.
-
Updated tc-config, thanks.
-
I'll set CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=512 in tc-7.1rc2
-
Did this get carried forward to TC 8? It looks like it's being truncated again.
-
Ah - I might well have missed that :(
I'll take a look.