**** BEGIN LOGGING AT Sat Jun 06 02:59:57 2020 Jun 06 07:21:42 Morning! Jun 06 08:40:59 JaMa: do you know well syslog and journald ?... Jun 06 08:42:22 I see we have both syslogd (from busybox-syslog) and journald running on luneos; this is probably a bad idea, but not fatal I guess. But, I also see that /run/systemd/journal/dev-log is *not* a symlink to /dev/log Jun 06 09:05:56 it feels like journald isn't listening on /dev/log Jun 06 09:15:03 ... even when busybox-syslogd isn't started at boot time Jun 06 09:34:47 ok, in recent systemd it expect that /dev/log to be a symlink to systemd's log socket Jun 06 10:20:27 ok, so we need to: 1) disable busybox-syslogd and busybox-klog 2) patch pmlogdaemon to use /run/systemd/journal/dev-log 3) patch pmlogdaemon's service to have "ExecStartPre=-/bin/ln -s /run/systemd/journal/syslog /dev/log" Jun 06 10:21:34 this way all goes through journald, as it is expected. Jun 06 10:25:31 (I understand now why OSE disabled journald, but I think keeping journald as the central piece is a better option) **** ENDING LOGGING AT Sun Jun 07 02:59:56 2020