Volker Kuhlmann wrote:
On Tue 21 Apr 2015 19:42:23 NZST +1200, Volker Kuhlmann wrote:# logger "Log string" logger: socket /dev/log: Connection refusedThis one has nothing to do with ARM as it turns out, only with factory. # rpm -q systemd systemd-219-3.1.armv7hl /usr/share/doc/packages/systemd/NEWS CHANGES WITH 214: * The /dev/log socket and /dev/initctl FIFO have been moved to /run, and have been replaced by symlinks. This allows connecting to these facilities even if PrivateDevices=yes is used for a service (which makes /dev/log itself unavailable, but /run is left). This also has the benefit of ensuring that /dev only contains device nodes, directories and symlinks, and nothing else. Nice idea with the symlink, but obviously the symlink didn't make it to /dev/log. # rm /dev/log # ln -s /run/systemd/journal/dev-log /dev/log Fixes it until the next reboot.
I also run into this a couple of weeks ago. I've added this line to /etc/rsyslog.conf to work around it: $AddUnixListenSocket /dev/log Not sure whether this is the correct solution though. Ciao, Michael.
smime.p7s
Description: S/MIME Cryptographic Signature
