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# 
相关推荐
EnglishJun17 小时前
Linux系统编程(二)---学习Linux系统函数
linux·运维·学习
小Pawn爷17 小时前
2.Docker的存储
运维·docker·容器
CaracalTiger17 小时前
OpenClaw-VSCode:在 VS Code 中通过 WebSocket 远程管理 OpenClaw 网关的完整方案
运维·ide·人工智能·vscode·websocket·开源·编辑器
qq_54702617917 小时前
LangChain 1.0 核心概念
运维·服务器·langchain
生而为虫17 小时前
[Windows] 【浏览器自动化精灵V1.0】用Excel表格控制浏览器的自动化
运维·自动化
Fcy64817 小时前
Linux下 进程(二)(进程状态、僵尸进程和孤儿进程)
linux·运维·服务器·僵尸进程·孤儿进程·进程状态
第七序章17 小时前
【Linux学习笔记】初识Linux —— 理解gcc编译器
linux·运维·服务器·开发语言·人工智能·笔记·学习
迎仔17 小时前
A-总览:GPU驱动运维系列总览
linux·运维
AI_567817 小时前
阿里云OSS成本优化:生命周期规则+分层存储省70%
运维·数据库·人工智能·ai
yyy的学习记录17 小时前
Ubuntu下urdf模型转换成proto模型
linux·运维·ubuntu