Hi All. ..Have already spent hours trying to figure this out. Basically, here's what I'm seeing:
(F16-PAE, 32 bit; GeForce GT 430)
Code:
[root@Rock /]# system-config-services
Illegal instruction
[root@Rock /]# system-config-firewall
Illegal instruction
[root@Rock /]# system-config-samba
Illegal instruction
[root@Rock /]#
And cannot open them with the graphical prompts either. Have tried to open them in Gnome-shell, gnome-fallback mode and in MATE DE.. no joy.. (the mouse cursor spins for several seconds then stops)
These two do work, and the graphical applications open up:
Code:
[root@Rock /]# system-config-httpd
/usr/share/system-config-httpd/ApacheConf.py:66: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
xml = gtk.glade.XML (glade_file, domain=PROGNAME)
Code:
[root@Rock /]# system-config-firewall-tui
[root@Rock /]#
Can anybody point me in the right direction?.. (Have seen a lot of threads about dbus stuff; but they're all fairly old).. My thanks- in advance- to any replies..
Some more info:
Code:
[root@Rock /]# system-config-services
No protocol specified
Traceback (most recent call last):
File "/usr/sbin/system-config-services", line 34, in <module>
import gtk
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
_init()
File "/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
_gtk.init_check()
RuntimeError: could not open display
[root@Rock /]#
[root@Rock /]# system-config-samba
No protocol specified
system-config-samba requires an X-Window display.
[root@Rock /]#