uos基础 systemd-resolve 命令执行报错与参考处理方法

统信桌面操作系统专业版V20(1070)

Linux uos 5.10.97-arm64-desktop

uos基础 systemd-resolve 命令执行报错与参考处理方法

c 复制代码
root@uos:/home/code# systemd-resolve --flush-caches
Failed to flush caches: Unit dbus-org.freedesktop.resolve1.service not found.

root@uos:/home/code# systemd-resolve --statistics
Failed to get DNSSEC supported state: Unit dbus-org.freedesktop.resolve1.service not found.

root@uos:/home/code# systemctl status systemd-resolved
● systemd-resolved.service - Network Name Resolution
   Loaded: loaded (/lib/systemd/system/systemd-resolved.service; disabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/systemd-resolved.service.d
           └─resolvconf.conf
   Active: inactive (dead)
     Docs: man:systemd-resolved.service(8)
           https://www.freedesktop.org/wiki/Software/systemd/resolved
           https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
           https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients

10月 29 10:52:36 uos systemd[1]: /lib/systemd/system/systemd-resolved.service:36: Failed to parse system call,
10月 29 10:52:36 uos systemd[1]: systemd-resolved.service: Collecting.

root@uos:/home/code# systemctl enable systemd-resolved.service
Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.

root@uos:/home/code# systemctl status systemd-resolved
● systemd-resolved.service - Network Name Resolution
   Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/systemd-resolved.service.d
           └─resolvconf.conf
   Active: inactive (dead)
     Docs: man:systemd-resolved.service(8)
           https://www.freedesktop.org/wiki/Software/systemd/resolved
           https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
           https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients

10月 29 10:52:36 uos systemd[1]: /lib/systemd/system/systemd-resolved.service:36: Failed to parse system call,
10月 29 10:52:36 uos systemd[1]: systemd-resolved.service: Collecting.
10月 29 10:53:32 uos systemd[1]: /lib/systemd/system/systemd-resolved.service:36: Failed to parse system call,

root@uos:/home/code# systemd-resolve --flush-caches
root@uos:/home/code# systemd-resolve --statistics
DNSSEC supported by current servers: yes

Transactions
Current Transactions: 0
  Total Transactions: 2

Cache
  Current Cache Size: 0
          Cache Hits: 0
        Cache Misses: 0

DNSSEC Verdicts
              Secure: 0
            Insecure: 0
               Bogus: 0
       Indeterminate: 0
root@uos:/home/code# 
相关推荐
Archy_Wang_17 小时前
LVS+KeepAlived+Nginx实现企业级业务高可靠部署的实战教程
运维·nginx·lvs
张文君8 小时前
docker使用代理拉取镜像
运维·docker·容器
陌路209 小时前
Docker教程从入门到精通(0基础)
运维·docker·容器
Tongzhi20269 小时前
从部署到运维:通芝科技无感考勤一体机的全流程效率解析
运维·数据结构·科技·算法·贪心算法
数据知道10 小时前
宽字节注入、二次注入、堆叠注入:高级 SQLi 专题
linux·运维·安全·网络安全
2301_7807896610 小时前
DDoS 攻击溯源:DNS 水印标记 + 区块链存证的双保险
运维·服务器·网络·云原生·ddos
童槿顏丶11 小时前
GitLab部署到Linux
linux·运维·gitlab
小柒儿33613 小时前
从单Agent到多智能体系统:多智能体协作重塑自动化边界
运维·自动化
QYR-分析15 小时前
注塑机机械手自动化装备行业发展研判:存量升级催生增量红利,2032 年市场规模逼近 9 亿美元
运维·自动化
牢姐与蒯15 小时前
Linux基本指令及知识点(二)
linux·运维·服务器