Fixed
Created: Feb 24, 2015
Updated: Dec 3, 2018
Resolved Date: Mar 25, 2015
Found In Version: 6.0
Fix Version: 6.0.0.19
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Userspace
Hi,
In EPB2 we had to apply the following patch to fix an issue with syslog(2) (and logger) not handling newline characters in a backward compatible way.
With sysvinit, the full message is written, but when running systemd, the text is truncated after first newline.
http://cgit.freedesktop.org/systemd/systemd/commit/?id=04fefcddb8e71e87abeb0faff0f547eb8ae88a64
systemd repo commit id: 04fefcddb8e71e87abeb0faff0f547eb8ae88a64
Subject: [PATCH] journal: handle multiline syslog messages
With the patch applied, we have aworking logger / syslog(2) again.
Please update WRL6 with this.
I guess the this already is fixed in WRL7 as that one have a newer systemd version.