WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Syslogd issues  (Read 5004 times)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Syslogd issues
« on: April 29, 2016, 09:16:08 AM »
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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Syslogd issues
« Reply #1 on: April 29, 2016, 12:47:18 PM »
Updated tc-config, thanks.
The only barriers that can stop you are the ones you create yourself.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Syslogd issues
« Reply #2 on: May 16, 2016, 03:18:04 AM »
I'll set CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=512 in tc-7.1rc2

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Syslogd issues
« Reply #3 on: July 20, 2017, 09:28:07 AM »
Did this get carried forward to TC 8? It looks like it's being truncated again.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Syslogd issues
« Reply #4 on: July 24, 2017, 01:16:50 AM »
Ah - I might well have missed that  :(

I'll take a look.