首页 > 其他 > 详细

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

时间:2014-06-24 16:36:07      阅读:579      评论:0      收藏:0      [点我收藏+]

[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


本文出自 “欢迎评论,欢迎点赞” 博客,请务必保留此出处http://swq499809608.blog.51cto.com/797714/1430027

调用系统命令 system-config-kickstart 报错,解决办法如下,布布扣,bubuko.com

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

原文:http://swq499809608.blog.51cto.com/797714/1430027

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!