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# 
相关推荐
papaofdoudou1 小时前
LINUX VFIO被IOMMUFD取代
linux·运维·服务器
无忧智库2 小时前
智慧医院的“新基建”:从顶层设计到全栈式智能运维的深度解构(PPT)
大数据·运维
杨云龙UP3 小时前
mysqldump逻辑备份文件恢复总结:全库恢复、单库恢复,一篇讲明白
linux·运维·服务器·数据库·mysql·adb
舰长1153 小时前
linux系统服务器加固1、中风险 未设置登录失败处理功能和登录连接超时处理功能。2、中风险 未限制默认账户的访问权限。3、中风险 未实现管理用户的权限分离。
linux·运维·服务器
mounter6254 小时前
Linux 7.0 重磅更新:详解 nullfs 如何重塑根文件系统挂载与内核线程隔离
linux·运维·服务器·kernel
江南风月5 小时前
日志审计系统WGLOG支持syslog吗
运维·网络·日志审计
想唱rap6 小时前
Linux线程
java·linux·运维·服务器·开发语言·mysql
JFSJFX6 小时前
手机短信误删怎么办?这4种恢复办法亲测有效,轻松找回短信
运维·服务器
yuzhuanhei6 小时前
docker常用命令
运维·docker·容器
無名路人6 小时前
Zsh 脚本 + VS Code 任务:NestJS + Vue3 一键部署到 1Panel
运维·后端·自动化运维