在过去的一周内,我们的许多Fedora 25服务器和4.9.x内核的工作站都在/ var / log / messages中获取这些日志:
sshd.service: Got notification message from PID xxxx, but reception only permitted for main PID xxxx: 1 Time(s) [email protected]: Got notification message from PID xxxx, but reception only permitted for main PID xxxx: 1 Time(s)
这些有什么关系吗? 这个老bug可能是相关的吗? 也许这会stream露出一些光芒?
systemctl status -l ● ourdomain State: degraded Jobs: 0 queued Failed: 1 units Since: Mon 2017-02-13 09:28:47 EST; 2 weeks 2 days ago CGroup: / ├─user.slice │ ├─user-6105.slice │ │ ├─session-2159.scope │ │ │ ├─10514 systemctl status -l │ │ │ ├─26349 sshd: me [priv] │ │ │ ├─26376 sshd: me@pts/5 │ │ │ ├─26377 -bash │ │ │ ├─26441 su │ │ │ └─26470 bash │ │ ├─[email protected] │ │ │ ├─gvfs-gphoto2-volume-monitor.service │ │ │ │ └─7543 /usr/libexec/gvfs-gphoto2-volume-monitor │ │ │ ├─at-spi-dbus-bus.service │ │ │ │ ├─17460 /usr/libexec/at-spi-bus-launcher │ │ │ │ └─17465 /bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3 │ │ │ ├─dbus.service │ │ │ │ ├─ 7382 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ │ │ │ ├─ 7391 /usr/lib64/xfce4/xfconf/xfconfd │ │ │ │ ├─ 7542 /usr/libexec/goa-daemon │ │ │ │ ├─ 7561 /usr/libexec/goa-identity-service │ │ │ │ ├─ 7594 /usr/libexec/dconf-service │ │ │ │ ├─ 7718 /usr/libexec/imsettings-daemon │ │ │ │ ├─22486 /usr/libexec/gconfd-2 │ │ │ │ ├─24823 /usr/bin/ibus-daemon -r --xim │ │ │ │ └─24832 /usr/libexec/ibus-dconf │ │ │ ├─gvfs-udisks2-volume-monitor.service │ │ │ │ └─7536 /usr/libexec/gvfs-udisks2-volume-monitor │ │ │ ├─evolution-source-registry.service │ │ │ │ └─7516 /usr/libexec/evolution-source-registry │ │ │ ├─gvfs-metadata.service │ │ │ │ └─7736 /usr/libexec/gvfsd-metadata │ │ │ ├─gvfs-mtp-volume-monitor.service │ │ │ │ └─7547 /usr/libexec/gvfs-mtp-volume-monitor │ │ │ ├─gvfs-goa-volume-monitor.service │ │ │ │ └─7572 /usr/libexec/gvfs-goa-volume-monitor │ │ │ ├─gvfs-afc-volume-monitor.service │ │ │ │ └─7562 /usr/libexec/gvfs-afc-volume-monitor │ │ │ ├─init.scope │ │ │ │ ├─23030 /usr/lib/systemd/systemd --user │ │ │ │ └─23039 (sd-pam) │ │ │ ├─tracker-store.service │ │ │ │ └─7477 /usr/libexec/tracker-store │ │ │ └─gvfs-daemon.service │ │ │ ├─7437 /usr/libexec/gvfsd │ │ │ ├─7442 /usr/libexec/gvfsd-fuse /run/user/6105/gvfs -f -o big_writes │ │ │ └─7729 /usr/libexec/gvfsd-trash --spawner :1.11 /org/gtk/gvfs/exec_spaw/0
这是Fedora 25中的OpenSSH软件包中的一个已知错误 。
在后台,最近实现了SD_NOTIFY (以允许systemd遵循服务状态),但是通知也是从每个用户进程错误地发送的,这导致来自systemd的这个消息。
该修补程序已经准备好,testing版本可以在bug注释中find。 我会尽快解决在评论中提到的。 对不起,噪音。