调用系统命令 system-config-kickstart 报错,解决办法如下

简介:

[root@localhost ~]# system-config-kickstart 

Xlib:  extension "RANDR" missing on display "localhost:10.0".

/usr/share/system-config-kickstart/kickstartGui.py:103: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

  xml = gtk.glade.XML ("/usr/share/system-config-kickstart/system-config-kickstart.glade", domain="system-config-kickstart")

process 8226: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory

See the manual page for dbus-uuidgen to correct this issue.

  D-Bus not built with -rdynamic so unable to print a backtrace

Aborted



解决办法:

    

[root@localhost dbus]# dbus-uuidgen 

9b23db062f40c376d9a6a81f0010e5e2

[root@localhost dbus]# dbus-uuidgen  > machine-id



本文转自 swq499809608 51CTO博客,原文链接:http://blog.51cto.com/swq499809608/1430027

相关文章
|
安全 网络安全
[windows10]下Bad owner or permissions on .ssh/config的解决办法
[windows10]下Bad owner or permissions on .ssh/config的解决办法
654 0
|
1月前
|
Java 数据库连接 开发工具
web后端-SpringCloud-Config分布配置
web后端-SpringCloud-Config分布配置
|
2月前
|
API
在vite.config.js 配置代理
在vite.config.js 配置代理
69 2
|
10天前
|
JavaScript
vue.config.ts配置环境变量
vue.config.ts配置环境变量
16 0
|
1月前
|
移动开发 监控 小程序
mPaaS常见问题之uniapp ios端云打包的配置config文件如何解决
mPaaS(移动平台即服务,Mobile Platform as a Service)是阿里巴巴集团提供的一套移动开发解决方案,它包含了一系列移动开发、测试、监控和运营的工具和服务。以下是mPaaS常见问题的汇总,旨在帮助开发者和企业用户解决在使用mPaaS产品过程中遇到的各种挑战
27 0