WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Syslogd issues  (Read 5423 times)

Offline andyj

  • Hero Member
  • *****
  • Posts: 1036
Syslogd issues
« 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.

Offline curaga

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

Offline Juanito

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

Offline andyj

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

Offline Juanito

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

I'll take a look.