On Tue 21 Apr 2015 19:42:23 NZST +1200, Volker Kuhlmann wrote:
> # logger "Log string"
> logger: socket /dev/log: Connection refused
This 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.
Still looking for the cause of the audit deluge.
Volker
--
Volker Kuhlmann
http://volker.top.geek.nz/ Please do not CC list postings to me.
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]