knightsystems
New Pleskian
OS Ubuntu 16.04.1 LTS
Product Plesk Onyx
Version 17.0.17 Update #12, last updated on Dec 24, 2016 06:27 AM
Maybe this provides you more information, but I'm not sure about it:
Any Idea how to fix this?
Thanks
Product Plesk Onyx
Version 17.0.17 Update #12, last updated on Dec 24, 2016 06:27 AM
Code:
root@alice: ~ # plesk repair fs -v
Checking Linux system files
There are incorrect permissions on some items: /dev/log ........... [ERROR]
- Incorrect permissions on /dev/log. Expected: one of 0666.
Actual: 0777.
Incorrect type of /dev/log. Expected: socket. Actual: symlink
Do you want to repair incorrect permissions? [Y/n] y
Repairing incorrect permissions ................................. [2016-12-27 11:44:58] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/fsmng' '--set-ac' '/dev/log'] with exit code [1]
fsmng failed: ERROR:Expected and actual types of file '/dev/log' do not match: socket != symlink .
Maybe this provides you more information, but I'm not sure about it:
Code:
root@alice: ~ # systemctl status systemd-journald-dev-log.socket
● systemd-journald-dev-log.socket - Journal Socket (/dev/log)
Loaded: loaded (/lib/systemd/system/systemd-journald-dev-log.socket; static; vendor preset: enabled)
Active: active (running) since Tue 2016-12-27 11:35:32 EST; 18min ago
Docs: man:systemd-journald.service(8)
man:journald.conf(5)
Listen: /run/systemd/journal/dev-log (Datagram)
Code:
root@alice: ~ # ls -l /run/systemd/journal/dev-log
srw-rw-rw- 1 root root 0 Dec 27 11:35 /run/systemd/journal/dev-log

Code:
root@alice: ~ # systemctl cat systemd-journald-dev-log.socket
# /lib/systemd/system/systemd-journald-dev-log.socket
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description=Journal Socket (/dev/log)
Documentation=man:systemd-journald.service(8) man:journald.conf(5)
DefaultDependencies=no
Before=sockets.target
# Mount and swap units need this. If this socket unit is removed by an
# isolate request the mount and swap units would be removed too,
# hence let's exclude this from isolate requests.
IgnoreOnIsolate=yes
[Socket]
Service=systemd-journald.service
ListenDatagram=/run/systemd/journal/dev-log
Symlinks=/dev/log
SocketMode=0666
PassCredentials=yes
PassSecurity=yes
# Increase both the send and receive buffer, so that things don't
# block early. Note that journald internally uses the this socket both
# for receiving syslog messages, and for forwarding them to any other
# syslog, hence we bump both values.
ReceiveBuffer=8M
SendBuffer=8M

Any Idea how to fix this?
Thanks