AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 835748
Accepted
RobbieTheK
RobbieTheK
Asked: 2017-03-02 13:53:44 +0800 CST2017-03-02 13:53:44 +0800 CST 2017-03-02 13:53:44 +0800 CST

sshd.service:收到来自 PID 的通知消息,但只允许主 PID 接收

  • 772

在过去一周左右的时间里,我们的许多使用 4.9.x 内核的 Fedora 25 服务器和工作站都在 /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)

这些有什么关系吗?这个旧错误可能与此有关吗?也许这会有所启发?

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
ssh fedora
  • 1 1 个回答
  • 6146 Views

1 个回答

  • Voted
  1. Best Answer
    Jakuje
    2017-03-02T14:30:29+08:002017-03-02T14:30:29+08:00

    这是Fedora 25 中 OpenSSH 包中的一个已知错误。

    在后台,SD_NOTIFY最近实现了(允许 systemd 跟踪服务状态),但通知也从每个用户进程错误地发送,这导致来自 systemd 的此消息。

    修复已经准备好,测试版本在错误评论中可用。正如评论中提到的,我会尽快解决这个问题。对不起,噪音。

    • 2

相关问题

  • 如何最好地设置 ssh 隧道以访问远程网络 (Linux)

  • SSH 和重定向

  • 通过 SSH 会话使用 NET USER 命令拒绝访问

  • SSH 服务器零日漏洞利用 - 保护自己的建议

  • ubuntu apt-get upgrade - 如何在 shell 中单击确定?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve