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# 
相关推荐
好学且牛逼的马4 小时前
【工具配置|docker】
运维·docker·容器
文言一心4 小时前
LINUX离线升级 Python 至 3.11.9 操作手册
linux·运维·python
北邮刘老师5 小时前
A3C Network:智能体互联网的层次化视图
运维·服务器·网络
空中楼阁,梦幻泡影5 小时前
LoRA 详细解析,使用LoRA 方式对模型进行微调详细操作指南
运维·服务器·人工智能·机器学习·语言模型
晚风吹长发6 小时前
初步了解Linux中的动静态库及其制作和使用
linux·运维·服务器·数据结构·c++·后端·算法
Le_ee6 小时前
dc4打靶报告
运维·服务器·网络
yeflx7 小时前
解决Ubuntu22.04宿主机docker容器中nvidia-smi偶发失效问题
运维·docker·容器
4t4run7 小时前
28、Linux 系统定时任务
linux·运维·服务器
~黄夫人~7 小时前
Ansible 自动化运维:从 “手动输密码” 到 “一键免密管理”
linux·运维·自动化·ansible
cui__OaO7 小时前
Linux驱动--基于驱动设备分离的按键中断驱动
linux·运维·服务器·嵌入式