Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: andyj on April 29, 2016, 12:16:08 PM

Title: Syslogd issues
Post 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.
Title: Re: Syslogd issues
Post by: curaga on April 29, 2016, 03:47:18 PM
Updated tc-config, thanks.
Title: Re: Syslogd issues
Post by: Juanito on May 16, 2016, 06:18:04 AM
I'll set CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=512 in tc-7.1rc2
Title: Re: Syslogd issues
Post by: andyj on July 20, 2017, 12:28:07 PM
Did this get carried forward to TC 8? It looks like it's being truncated again.
Title: Re: Syslogd issues
Post by: Juanito on July 24, 2017, 04:16:50 AM
Ah - I might well have missed that  :(

I'll take a look.