Steven Stern wrote:
On Fri, 12 Nov 2004 10:23:06 -0500, Daniel J Walsh <dwalsh@xxxxxxxxxx> wrote:
Steven Stern wrote:
So this is probably not good?
$ sudo /usr/sbin/sestatus -v
-bash: $: command not found
Could you try restorecon /etc/ld.so.cache?
And then try the sudo command?
Dan
More seems to be missing:
[root@ciscy ~]# restorecon
-bash: restorecon: command not found
[root@ciscy ~]# man restorecon
No manual entry for restorecon
[root@ciscy ~]# locate restorecon
[root@ciscy ~]# whereis restorecon
restorecon:
[root@ciscy ~]# ls /etc/ld.so*
/etc/ld.so.cache /etc/ld.so.conf
/etc/ld.so.conf.d:
qt-i386qt-i386.conf.conf
It looks like the SELINUX modules may not have been installed.
ls -Z /etc/ld.so.conf.d should show you if SELinux is enabled.
Did you do an upgrade or a fresh install?
Dan