30 Aug
2012
30 Aug
'12
4:19 p.m.
Dear list, I finally managed to boot safely with systemd. I am still wondering if journald is correctly set up. Until now, syslog-ng is STILL unabled. Following the wiki, I changed the line in syslog-ng.conf from: unix-dgram("/var/run/log"); to unix-dgram("/run/systemd/journal/syslog"); and mkdir /var/log/journal but when I look in /var/log/d564e939c66712bce792b0710000017f/system.journal, I only see this: LPKSHHRH I am not sure it is the expected behavior! So my question is this one: shall I remove (or disable syslog-ng unit) to get a list of messages in /var/.../journal? TY for help